资源列表
Gauss
- 高斯消去法解线性方程组,适用于工程计算程序里的部分数值计算
8empress
- 八皇后问题的回溯解法,每次显示一种方法,用户按下enter之后显示下一种解法-Retrospective method eight queens problem, each show a method is displayed after the user presses the enter of a solution under the
First-order-binary-tree-traversal
- 二叉树先序遍历,二叉树先序遍历树种的各节点-First order binary tree traversal, preorder traversal of binary tree each node of tree species
prim
- 算法简介:Prim算法用于求无向图的最小生成树 设图G =(V,E),其生成树的顶点集合为U。 ①、把v0放入U。 ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。 ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。 其算法的时间复杂度为O(|E|log|V|)-Introduction to Algorithms: Prim algorithm used to find the undire
fenjie
- 里面描述了将一个数分解成若干个质数的乘积的形式的算法,很简洁,希望能给大家一点儿启发。-it describes the split method of a data to a series .
P14FDTD
- 时域差分方法(fdtd)方法模拟有边界电磁场问题-fdtd method to imulate a bounary problem
xuanze
- 每一趟从待排序的数据元素中选出最小(或最大)的一个元素,顺序放在已排好序的数列的最后,直到全部待排序的数据元素排完。 选择排序是不稳定的排序方法-Per trip minimum (or maximum) of an element selected from the data elements to be sorted, the order on the last sorted drained until all data elements to be sorted. The selectio
peEllip5m
- 用工字型差分格式解拉普拉斯方程,简洁具体,效率高 -Employment the fonts differential format solution of the Laplace equation
Data-smooth
- 本程序是基于地球物理理论中,测量得到的磁法数据需要圆滑,故而有此程序。程序使用的圆滑方式是5个点的圆滑。-This procedure is based on geophysical theory, measurement of the magnetic method of data need to be smooth, and therefore have this program. Uses smooth sleek five points.
0-1
- 0-1背包问题算法书籍代码,同大家分享!-0-1 Knapsack Problem Books in code share with you!
erweikuosanjinjiCN823
- 二维扩散方程紧致差分格式程序 误差(ti^2+h^4)-Compact difference scheme for two-dimensional diffusion equation program error (ti ^ 2+h ^ 4)
String-to-Integer
- 将一个字符串数字转换为整形数字,并且对不能转换成功的返回错误- Then, starting this character, takes an optional initial plus or minus sign followed by as many numerical digits as possible, and interprets them as a numerical value.