资源列表
1
- 1. 建立二叉树方法1 2. 建立二叉树方法2\" 3. 中序递归遍历二叉树 4. 计算树中结点个数 5. 结束程序运行\")
binary-tree
- c语言描述的数据结构,二叉树的数据结构的抽象数据类型-c language to describe the data structure, binary tree data structure of the abstract data types
huffman_coding
- 本程序建立了哈夫曼树并求出了各字符哈夫曼编码,但不能对需要编码的文件进行分析,作出最优或 近似最优的决策 建树的时间复杂度:O(nlogn) 求解编码的平均时间复杂度:O(n*d) d为哈夫曼树叶子的深度的期望,最坏情况的d=(n^2+n-2)/2n. 编码的最坏时间复杂度为O(n^2)-This procedure established a Huffman tree and calculated the various characters in Huffman c
Harris
- 用MATLAB实现亚像素角点检测,简单实用-Using MATLAB to achieve sub-pixel corner detection, simple and practical
raw-bmp
- RAW格式转化BMP格式程序:打开原始图像文件,申请512字节的内存空间,图像读入 ,创建新的图像 ,位图图像文件的基本格式:位图文件头、位图信息头、彩色表 、位图数据。一共四部分。
prim
- 最小生成树prim算法实现 实现数据结构中的最小生成树算法prim,获得一棵最小生成树-Prim minimum spanning tree algorithm data structure to achieve the minimum spanning tree algorithm prim, obtain a minimum spanning tree
main
- 三维镂垫的绘制以及通过鼠标与键盘进行相应的旋转、平移、放大、缩小变换。-sierpinski opengl
C_A-topological-sort
- 用C写的,输入一张图的顶点和入度,得出顶点的拓扑排序-Written in C, the degree of input into the vertex and a graph, draw the vertices of topological sorting
shibie
- 用定位图片中连贯、与背景的色差不是特别小的的一个物体(不适用于多个相同物体的多目标定位),程序同时可以将定位数据保存下来用于之后的电动机的动作。程序本身是定位圆形的瓜果的。-Locating a coherent picture, and the background color is not particularly a small object (not available for multiple targeting more of the same object), the progra
avi2mp4
- IOS中,H264视频编码的avi文件转mp4文件格式。-In IOS,change avi file to mp4 file with H64 video encode.
CATCH-COOR
- 用鼠标左键点击选取,提取cad坐标,并输出到相应的文件中-catch CAD coordinate
Adaptive-Huffman
- 自适应哈夫曼编解码源代码。 生成的可执行文件可以对txt文件进行压缩和解压缩。-Adaptive Huffman coding source code. The generated executable file can compress and decompress the txt file.
