资源列表
Romberg_new
- Romberg求定积分 输入:积分区间[a,b],被积函数f(x,y,z) 输出:积分结果-Romberg integral to seek input : integral interval [a, b], the plot function f (x, y, z) Output : integral results
qr_hhouse
- 基于hyperbolic Householder transformation的QR分解。 其使用需要调用hyperbolic Householder transformation程序。
zhognshu
- 用链表实现求一个无序的数组的的众数的程序,-Seeking to use linked lists to achieve a disorderly array of plural procedures,
2D_E_pola
- 六角结构光子晶体的E偏振的光子能带计算程序-the photonic band in E poralization of 2D photonic crystal
rg
- 一阶和二级龙格库塔C算法,该算法实现非常适合学习-First-order and two Runge-Kutta C algorithm, the algorithm is very suitable for learning
Dijskstra
- 给定带权有向图 ,其中每条边的权都是非负实数。另外,还给定V中的一个顶点,称为源点。现在要计算从源到所有其它各顶点的最短路长度。这里路的长度是指路上各边权之和;-Given weighted directed graph, where each edge of the right of all non-negative real number. In addition, the return of a vertex set V, called the source. Now calculated
unionfindset
- 关于数据结构这门学科的源代码程序,序列七之五-About data structure of the subject, the source program
JOSEPH
- 约瑟夫环Joseph ring, realize the list, circulation, everyone have a password-Joseph ring, realize the list, circulation, everyone have a password, Take turns to be eliminated, and finally only a person
NQueens
- Calculating NQueen possibilities using back tracking algorithm
quchong
- 生成100个1-100之间的随机数到文件(data.txt),然后读出进行排序和去重后,输出到文件result.txt。(提交源代码和两个txt文件)-Output to generate a random number between 1-100 100 to a file (data.txt), and then read out the sorting and de-emphasis file result.txt. (Submitted to the source code and tw
LLStack
- Implementing LinkedStack at its best
stack
- 栈的入门程序,用栈的方法实现a,b,c...x,y,z变成x,y,z,a,b,c...v,w顺序。-Stack entry procedures, using the method of the stack to achieve a, b, c ... x, y, z becomes x, y, z, a, B, c ... v, w sequence.