资源列表
Scatter_Allgather
- MPI program Scatter_Allgather.c
ABC_FDTD_Diefl
- 使用FDTD方法计算光子晶体的电场与磁场分布,边界条件为吸收边界条件-use FDTD simulate photonic-crystals
stack
- 堆栈的应用及操作 利用堆栈实现对任意进制的数的转换;-stack
matrixinverse
- calculate the inverse of matrix
number-to-string
- converting indonesian numerical to words, for receipt purpose
xunhuancharupaixu
- 读入SIZE以内个整数,对其排序。可循环插入一个整数,重新排序-Read into the SIZE less than an integer, its sort. Can be recycled to insert an integer, reordering
dstring
- 动态规划——编辑距离问题 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。-Dynamic Programming- edit distance problem Let A and B are two strings. Characters use the least action string A converted to a string B.
quicksort
- 数据结构快速排序例程代码,只要按照例子就可以很容易加入到你的程序当中。-Data Structures quick sort routine code, just follow the example you can easily add them into your program.
danyuanzuiduanlujing
- 自己写的关于单元最短路径的算法实现,也就是迪杰斯特拉算法的实现!-Himself wrote on the unit shortest path algorithm, Dijkstra algorithm is realized!
A-map-to-the-smallest-tree
- 关于有向图最小树形图的C代码,供大家参考。-C codes of digraph about smallest tree digraph for your reference.
Video-Compression
- video compression algorithm for video compression and processing
tree
- 二叉树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。 后序遍历是二叉树遍历的一种。后序遍历指在访问根结点、遍历左子树与遍历右子
