资源列表
Pn9
- 用汇编语言实现的PN码,长度为9。。只需要8个cycle就可以出32bit。。效率很高。。和大家一起共享:)-using assembly language to achieve the PN code, the length of nine. . Only eight cycle will be 32 bit. . High efficiency. . And together we share :)
GAUSS
- 方便使用的GAUSS消去法程序,很好用,尤其对于油藏模拟-it is easy to use ,i like it
prim
- C++实现prim算法求最小生成树,运用最小生成树理论可以解决很多实际问题-C++, prim for the Minimum Spanning Tree
erchashudejianli
- 数据结构之二叉树的建立源代码,严蔚敏版本,好不容易把课本上的代码打出来-The establishment of a binary tree data structure of source code, YAN Wei-min version, and finally to break out the code on the books
Banker
- 操作系统书中的银行家算法,C语言实现。为P进程的类型资源分配的资源数-The book of the banker s algorithm operating system, C language. The type of process for the P number of resources allocation of resources
poj1273
- 网络流的压入与重标记算法,该代码以poj1273为例,比网上已有的更为简洁。-Network flow pressure in and re-labeling algorithm, the code example to poj1273 than the online already more concise.
charu
- 有一个已经有序的数据序列,要求在这个已经排好的数据序列中插入一个数,但要求插入后此数据序列仍然有序,这个时候就要用到一种新的排序方法——插入排序法,插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据,算法适用于少量数据的排序,时间复杂度为O(n^2)。是稳定的排序方法。插入算法把要排序的数组分成两部分:第一部分包含了这个数组的所有元素,但将最后一个元素除外,而第二部分就只包含这一个元素。在第一部分排序后,再把这个最后元素插入到此刻已是有序的第一部分
BP
- 在数学建模中,使用BP神经网络模型时的源程序代码。非常好用。-In the mathematical modeling using the BP neural network model of the source code. Very easy to use.
98
- swust oj 98题,给需要的,互相学习一下-swust oj 98
trustm
- 牛顿型信赖域方法求解无约束优化问题的最小值和最小值点-Newton type trust region method for unconstrained optimization problems minimum and minimum point
merge_quick_hybrid.cpp
- merge sort 和 quick sort 的混合排序 做兩次merge之後把四個數列用quick sort排序 再用merge sort排成數列-Mixed sort merge sort and quick sort of done twice merge the four columns after sorting by quick sort and then merge sort aligned columns
nanewton.m
- wihle语句,如果循环达到要求就跳出,或者达到一定的迭代步数即停止-wihle statement, if the loop meet the requirements to come out, or up to a certain number of iteration is stopped