资源列表
1
- 算法概述,介绍算法的一般特性,很好的学习资料-Algorithms to introduce the general characteristics of the algorithm, a very good learning materials ooo
Fortran95exambles
- Fortran 95 examples of all preliminary programs. and numerical examples. games in fortran
gaosi
- 高斯列主元消去法 #include<stdio.h> #include<conio.h> #include<math.h> #define N 100 float a[N][N+1] void main( ) { int i,j,k,n float t,s=0, clrscr( ) printf("输入矩阵阶数:") scanf(" d",&
test_ad
- ADC程序源码资料,对初学者了解模数转换有一定的帮助,供给有需要的人学习。-ADC program source code information for beginners to understand the analog-digital conversion have some help, supply people in need to learn.
Simplealgoritmdesign
- 简单的算法设计,包括算法最小重量和整数因子分解问题的两种问题解法,内含实验报告-Simple algorithm design, including minimum weight algorithm and integer factorization problem solution of two problems, the report contains experimental
hebingguozi
- 在一个果园里,多多已经将所有的果子打了下来,而且按果子的不同种类分成了不同的堆。多多决定把所有的果子合成一堆。 每一次合并,多多可以把两堆果子合并到一起,消耗的体力等于两堆果子的重量之和。可以看出,所有的果子经过n-1次合并之后,就只剩下一堆了。多多在合并果子时总共消耗的体力等于每次合并所耗体力之和。 因为还要花大力气把这些果子搬回家,所以多多在合并果子时要尽可能地节省体力。假定每个果子重量都为1,并且已知果子的种类数和每种果子的数目,你的任务是设计出合并的次序方案,使多多耗费的体力最少,并输出
pku_acm_classify
- poj的题目分类,适于acm训练有规律有计划地进行-poj subject classification, for acm training regularly in a planned way
WuManber
- Wumanber算法的实现,多模式匹配的最经典的算法有AC算法和Wu-Manber算法,Wu-Manber算法是在BM算法的基础上借助哈希来实现的。-Wumanber algorithm, multi-pattern matching algorithm of the most classical AC algorithm and the Wu-Manber algorithm, Wu-Manber algorithm is based on the BM algorithm is implem
calc2
- A simple calculator source code in Java , compiled by netbeans. simple operations only.
1
- 模糊C-均值(FCM) 聚类算法的实现
ndn30bin
- xor problem with matlab
Random
- genetic algoritm with simulated annealing done here in samoa.