资源列表
YangBen
- 关于傅立叶变换的matlab源代码,再次拿出仅供讨论,望大家提出意见,以便改正。-on Fourier Transform Matlab source code, a renewed for discussion, we hope comment to correct.
Text
- 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct
Polynomial
- C++编写的多项式的类定义,包括重要的多项式操作
change
- 中缀表达式转后缀表达式,建立二叉表达式树,利用二叉表达式树求解
LU分解法求解线性方程组.zip
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
brute
- ANN的brute算法,用于检查ANN算法的正确性-brute-force algorithm for ANN
fft
- 这是一个用C语言写的FFT变换,可用于语音或图像数据的处理。-This is a C language with the FFT transform, can be used for voice or image data processing.
fuhexingfa
- 优化设计中的复合型法,通过编译,可供学习优化设计人员使用-fuhexingfa
MinMax
- calcule min and max of image
1
- 最短哈密尔顿图,穷举法,递归调用, 深度优先查找-The shortest Hamiltonian, brute-force method, the recursive call, depth-first search
huffman
- 哈弗曼编码用于文件压缩,解压密可以是文件占用更少内存,存储更多信息-Ha Fuman encoding used for file compression and decompression can close the file uses less memory, storage for more information
first-fit_mem_manage
- 首次适应算法管理内存简单练习,链表简单模拟-First fit algorithm for memory management simple exercises, lists simple simulation
