资源列表
Scatter_Allgather
- MPI program Scatter_Allgather.c
GA
- 背包算法中用遗传算法解决VB代码 希望能帮助有用得着的朋友
ABC_FDTD_Diefl
- 使用FDTD方法计算光子晶体的电场与磁场分布,边界条件为吸收边界条件-use FDTD simulate photonic-crystals
matrixinverse
- calculate the inverse of matrix
number-to-string
- converting indonesian numerical to words, for receipt purpose
1
- Searching the minimal value of function f(x)=xSinx=2Cosx on [-5 -4] using the methods: common search, half divisoin and golden cut.
jacobi.c
- jacobi method to solve a system of euqation(linear)
Process_CalcMartix
- 使用matlab编写的程序,用于计算N阶关系矩阵中满足传递性的关系矩阵的个数。输入为矩阵阶数。-Matlab prepared using the procedures used to calculate the relationship matrix of order N satisfying the transitive relationship matrix number. Input order of the matrix.
COS_FenJie
- 通过将余弦电流脉冲分解,直观描述余弦电流脉冲分解图像-The cosine current pulses through decomposition, intuitive descr iption of the current pulse resolution image cosine
lns
- 流体力学中,用牛顿迭代法计算雷诺数,并画雷诺图!-Fluid mechanics, the figure of Reynolds number on the picture!
erchengdingwei
- TDOA定位的泰勒级数展开最小二乘定位算法Matlab源码.-TDOA localization Taylor series expansion of the least squares algorithm Matlab source code.
tree
- 二叉树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。 后序遍历是二叉树遍历的一种。后序遍历指在访问根结点、遍历左子树与遍历右子