资源列表
paixupro
- 排序算法,非常实用,不可多得,是学习C编程的好资料之一-sorting algorithm, very practical, rare is studying C programming one of the good information
JonhsonTrotter
- 对于给定的整数$n$,生成$[n]$的所有排。采用Jonhson-Trotter算法。-for a given integer n $ $, generating $ $ [n] all the arrangements. Using Jonhson-Trotter algorithm.
CodingMethod
- 对于给定的$n$, 生成$[n]$的所有排列的算法。采用逆序数编码方法。-given for the $ $ n, generating $ $ [n] all with the algorithm. Reverse coded using methods.
LexOrder
- 对于给定的$n$, 生成$[n]$的所有排列的算法。采用字典序编码。-given for the $ $ n, generating $ $ [n] all with the algorithm. Using the dictionary coding sequence.
Matching-1
- 给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //输出格式为 a1 a2 - b1 b2 - c1 c2 - ... //满足a1<a2, b1<b2, ... //且 a1 < b1 < c1 <-given integer n, have all [2n] on the matching (matching) / / will be considered as an all pieces a
Matching-2
- //给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //以a_i表示其第i个元素所在的集合号 //输出格式为 a1 a2 a3 ... //满足 //a_{i+1} <= max { a1,a2,...a_i } + 1 -/ / a given integer n, have all [2n] on the matching (matching) / / will be considered as an all
MCPparaextract
- MCP参数提取程序,用最小二乘提出电容电感值,用matlab实现-MCP parameter extraction procedure using the least-squares made inductance capacitor value, and achieve Matlab
cad01
- 用LU分解实现解方程,用visual C++编写,可以使用一下-with factorization of solving equations, using visual C, can use this to s
cad02
- 采用矩阵方法实现的spice电路直流分析程序。用visual c++实现-matrix method used to achieve the spice DC circuit analysis program. Using visual c achieve
DSP0
- DSP, 带通滤波器设计, 给出了具体实现, 和测试结果.-DSP, band-pass filter design, and presents the concrete realization, and testing results.
guangyiyucesuanfa
- 广义预测算法MATLAB转化为VC++的程序,可用于三容水箱的数据的采集.-generalized predictive algorithm MATLAB into VC procedures can be used for three-tank of data acquisition.
huffman_src22
- 本代码提供一种非常简单且快速的哈夫曼编码方法。 -this code provide a very simple and rapid method of Huffman coding.