搜索资源列表
矩形编码压缩
- 矩形编码压缩源代码是针对图象压缩设计的程序,该算法可用于生物信息学,图象处理等方面-rectangular Coding source code is against image compression design process, the algorithm can be used bioinformatics, image processing, etc.
thin-image
- 这是关于细化算法的一个源码,我在国外网站下载的,没有密码就可以解压,愿和大家一起共享!-This is a refinement of the algorithm source code, my foreign websites, and no password can be extracted, and is willing to share with everyone!
datasructure.rar
- 严蔚敏的数据结构源码及演示系统,有助于形象直观的学习数据结构,YAN Wei-min source of the data structure and presentation systems, the study will help the image of intuitive data structure
DragDropApp
- 树节点菜单的C#实例源码下载,在节点处应用于图像技术,参考价值大,C#制作的树控菜单源码实例,新手朋友,可不要错过哦。-Tree node menu C# example source code download at the nodes used in image technology, large reference value, the tree control menu source C# produced instance, novice friends, can not miss.
BiTreeShow
- 该源码实现二叉树的模拟,运行时图片已经放在压缩文件夹下。-The realization of the source tree of the simulation, run-time image compression has on the folder.
huffcode
- 哈弗曼编码的原程序代码,用于嵌入图像编码的源程序。-Havermann encoding the original program code, source code for the embedded image.
mkf
- 马尔科夫vc源代码,偶找了很久才发现,应用在图像处理中-Markov vc source code, even for a long time only to find that the application of the image processing and strongly recommended
code
- 动态规划法各种源码,包括0,1背包,多边形游戏,矩阵连乘,数字三角形,图像压缩-Dynamic planning method for a variety of source code, including the 0, 1 backpacks, Polygon game, matrix multiplication, the number of triangles, image compression and so on.
dft lowpass c
- dft lowpass filter c source
tree
- 二叉树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。 后序遍历是二叉树遍历的一种。后序遍历指在访问根结点、遍历左子树与遍历右子