资源列表
排序选择:
[文件格式] 6BinaryTree
说明:利用二叉树实现十进制四则运算,并输出结果-Binary tree decimal arithmetic, and outputs the result.<高微> 在 2025-06-28 上传 | 大小:92kb | 下载:0
[图形图像处理(光照,映射..)] image-xianzhun
说明:实现图像的逆时针旋转任意角度。关键部分:通过p=inputdlg(prompt, input ,1,defans) p1=str2num(p{1}) 来输入旋转参数。 通过函数f=imrotate(handles.img,p1, bilinear , crop ) 实现翻转。 -Counterclockwise rotation of the image at any angle. Key part of the input rotation parameters: p = inputd<zhang keshi> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] wext-priv
说明:This file implement the Wireless Extensions priv API for linux.-This file implement the Wireless Extensions priv API for linux.<buxiegu> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[图形图像处理(光照,映射..)] image-bianxin
说明:程序关键部分:通过f=fliplr(handles.img) f=flipud(handles.img) 分别实现左右镜像翻转与上下镜像翻转。-Program a key part: by f = fliplr (handles.img) f = flipud (handles.img) , respectively, left and right mirror flip flip up and down mirror.<zhang keshi> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] wext-sme
说明:cfg80211 wext compat for managed mode for linux<buxiegu> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[Linux/Unix编程] wgt634u
说明:WGT634U Router board Device Driver for linux<buxiegu> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[图形图像处理(光照,映射..)] image-huaiyian
说明:通过一个全局变量保存原始图像路径,在需要还原至原始图像时,重新读取该全局变量即可。 实现程序段如下: -Save the original image path, through a global variable needs to be restored to the original image, re-read the global variable. Realization of the block is as follows:<zhang keshi> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] NCSR_for-SR
说明:这是文章Nonlocally Centralized Sparse Representation for SR的代码-this is the code of Nonlocally Centralized Sparse Representation for SR<闫小凡> 在 2025-06-28 上传 | 大小:3.44mb | 下载:0
[数据结构常用算法] 3
说明:栈的应用:括号匹配.即先建立一个栈(这里采用顺序栈),把左括号压入栈中,只有碰到匹配的右括号时出栈,否则则是不匹配,当栈中没有元时,匹配成功。-Stack of applications: matching bracket. The first to create a stack in a sequential stack (here), the left parenthesis pressure into the stack, only touching the matching bracke<Li Dan> 在 2025-06-28 上传 | 大小:1kb | 下载:1