资源列表
pcafacerecog
- 基于ORL人脸库的主元分析法用于人脸识别
projects
- 利用图形编程,使LCD字母显示和一些图形显示,其中字母显示利用字库(即字模信息),在LCD屏上显示字母.
Multiple
- 多元线性回归:输入参数有样本长度(n),自变量(x),因变量(Y)
monter
- c编写的蒙特卡罗算法,载的一个师兄的,验证过,可用
1
- 八皇后最快算法,非常非常神奇……对搜索算法感兴趣的可以看看~-8 Queen' s fastest algorithm, very, very wonderful ... ... interested in the search algorithm can take a look ~
a
- (1).输入一组整型元素序列,建立顺序表。 (2).实现该顺序表的遍历。 (3).在该顺序表中顺序查找某一元素 .输入整型元素序列利用有序表插入算法建立一个有序表-(1). Enter an integer sequence of elements, and to establish the sequence table. (2). Traversal of the sequence table. (3). The order to find a particular element in
qishi
- 图算法之骑士遍历问题,骑士遍历问题,或者象棋中马的遍历问题-Knight traversal, or chess problem in ergodic horse
pr1
- #include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n) for(i=0 i<=n i++) { printf("a[ d]=",i) scanf(" d",&a[i]) } printf("k=") scanf(" d",&k) for(derivata=1 derivata<=k derivata++
FFT
- 快速傅里叶变换c程序,用FFT实现离散傅里叶变换 -Fast Fourier transform c program, with the discrete Fourier transform FFT
treasure
- 寻宝问题 动态规划算法 原理同0/1背包问题-Treasure Hunt with the principles of dynamic programming algorithm problems 0/1 knapsack problem
huffman
- 数据结构中生成最小二叉树,已通过测试,可直接使用-Generate the smallest binary tree data structure, has been tested, can be used directly
AA
- 统计、求和与*排序 [目的] 熟悉循环和子程序调用的编程方法 [设计要求] 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作。 -Statistics, Sum* Sort [purpose] loop and subrout
