资源列表
iteration
- 雅可比迭代法,塞德尔迭代法,逐次超松弛法求解线性方程组-iteration code
stack
- stack segment stack dw 500 dup(?) p dw ? stack ends code segment assume cs:code, ss:stack begin: mov ax,stack-stack segment stack dw 500 dup (?) p dw? stack ends code segment assume cs: code, ss: stack begin: mov ax, stack
HuffmanTree
- 函数生成Huffman树,根据用户输入的结点数,生成Huffman树-Function generates Huffman trees, nodes based on the user s input to generate Huffman trees
BinarySearchTree
- 二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, binary search tree to find a si
varioussort-(1)
- C语言实现的各种排序算法,插入,冒泡,选择,快速,归并,希尔,堆排序-
erchashu
- 验证二叉树的二叉链表表示,实现CreateBiTree算法创建二叉树,实现二叉树的层次遍历算法,实现二叉树的先序、中序、后序递归遍历算法中的一种,编写主程序调用CreateBiTree创建二叉树,并调用二叉树的层次遍历、先(中、后)序遍历算法,测试不同的输入数据创建二叉树,预期输出并验证输出的结果。 -The binary list validation binary tree the preorder achieve CreateBiTree algorithms to create a
fastNLMeans
- 针对于非局部平均算法的计算量过大的缺点,提出了一种基于FFT和SSI的快速非局部平均算法。-For nonlocal average algorithm of the shortcomings of the large amount of calculation, this paper proposes a fast and nonlocal average algorithm based on FFT and SSI.
SUSHU-
- 求素数的一种算法,程序详细说明了素数的求法,值得新手入门学习-An algorithm for prime numbers, the program details the method for finding prime numbers, it is worth learning for beginners
my_tezhengtiqu
- 该程序能够进行特征提取,主要提取图像的粗网格特征和连通域特征用来做文字识别-The program can extract features, characteristics and coarse grid connected domain image feature extraction is mainly used for text recognition
eye_detect
- 用matlab语言来实现一幅图像中对人脸中左右眼睛的定位。-detect eye in a image which include a face
pidaiyunshu
- 做皮带运输系统模拟,在干扰下如何实现皮带平稳控制,其中解微分方程组常用数值解法即龙格法.-Belt transportation system simulation disturbance belt under steady control, including commonly used numerical methods of solving differential equations-Runge method
sy1
- 去雾算法,he算法改进算法。解决天空区域失真问题。使用请更改图片路径-Defogging algorithm, algorithm improved algorithm. Solve sky area distortion. Please change the image using the path
