资源列表
xianxingfangcheng
- 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。 -programmed by the following demands to solve an n-linear equation (equatio
one_shortroad
- 本次试验是讨论单源点的最短路径问题:给带权有向图和源点V到G中其余各顶点的最短路径。
fft
- 此程序事一个关于快速傅里叶变换的vc程序,相信会有用的-Do this procedure a fast Fourier transform on the vc process, I believe will be useful for
2D-Wavelet-Transformation
- 用DWT实现二维小波变换,调原始图像矩阵后进行二维小波分解,重构源图像及结果显示-Wavelet transform in 2-D dimentation
usedynamicHuffmanTreeHuffmanCoding
- 掌握树的有关操作算法 熟悉树的基本存储方法 学习利用树求解实际问题 -Master tree are familiar with the operation algorithm for the tree to learn the basic storage method for solving practical problems in the use of a tree
Exp21_1
- 建立二叉排序树类模板。二叉排序树关键技术是二叉排序树的建立和查找-The establishment of binary sort tree class template. Binary sort tree key technology is the binary sort tree establishment and find
Maze
- 用一个具体的二维数组(其元素只含0 1,其中0表示路,1表示墙)抽象成一个迷宫,探谜者从迷宫唯一的一个入口进入迷宫,找出一条通路从唯一的一个出口走出来。-With a specific two-dimensional array (whose elements contain only 01, where 0 means Road, 1 wall) abstracted into a maze, who Exploring the Mystery of the only one from th
LinkListADT
- adt抽象链表,使用模板实现了基本的链表操作-list adt abstract, use the template to achieve the basic list operations
huffman
- Implementation of Hoffmann algorithm
1
- 已知先序和中序或者中序和后序,恢复二叉树,并输出-Known first sequence and the sequence or the sequence and the order of restoration of a binary tree, and output
zernike
- 计算输入图像的Zernike矩。V_nm为n阶的Zernike多项式,A_nm为Zernike矩,-Calculation of the input image Zernike moments。V_nm of n-order Zernike polynomials, A_nm as Zernike moments,
1
- bmp图片信息读取显示,信息输出,图片输出-Bmp image information to read the display, the output of information, image output
