资源列表
matchtwiss(undulator)
- 直线加速器twiss参数匹配,matlab模拟-linac twiss parameter matching, Matlab simulation
zju1048
- zju 1048 Financial Managementhttp://acm.zju.edu.cn/show_problem.php?pid=1048-zju 1048 Financial Managementhttp :// acm.zju.edu.cn/show_problem.php pid = 104 8
Simplex
- 这是运筹学中关于单纯形算法的c程序,可以运行,而且也比较易懂-simplex method
qifeiSpwm
- 利用2407DSP产生SPWM的一个源程序,已经调试通过,希望对大家有帮助!-SPWM using 2407DSP have a source, has been through the debugging, we want to help!
draw
- 利用OpenGL绘制曲线实现划线算法,这个算法是自己亲手实现了的,对于初学者比较容易跟进-Achieved using OpenGL to draw curves crossed algorithm, this algorithm is implemented their own hands, and easier to follow for beginners
Matrix-Chain_JAVA
- Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully par
sancengkuangjia
- 这是我自己编写的三层框架结构的的ANSYS代码,已经通过运行调试,可以直接使用!-This is what I have written three-tier framework structure of the ANSYS code by running, debugging, and can be used directly
HuffmanCoding
- 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。 -Huffman coding (Huffman Coding) is a single coding method, Huffman coding is a kind of variable-length coding (VLC). uf
RGB
- TFT verilog 时序描写, 简单的代码实现适合于初学者-Timing of the RGB LCD
Dijkstra
- Dijkstra算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。-Dijkstra algorithm
code
- Package consists of 3 files. First, to calculate number of deletions required in a string so that no two consecutive characters are same, where string consists of only 2 characers with repetition. Second to detect if a string contains all english alp
白平衡whitebalance
- 白平衡与色温紧密相关,不同色温光源下图像会呈现不同程度的偏色,由于人眼独特的适应性,在不同光照条件下观看物体时不会出现偏色,而就没这么先进了,蓝色光色温高,红色光色温低。本代码做了详细注释。