资源列表
气象常用fortran程序集魏凤英.rar
- 各种突变检验方法、EOF等程序。这些程序是魏凤英老师编写的,我只是把我下载到的内容发布在这里,网上可以直接下载这些程序,所以应该不会牵扯到版权问题。 希望我可以获得积分,然后下载其他程序。
quicksort
- Quicksort algorithm in C++.
min-max-array
- A simple programm that finds minimun and maximun value of 10 elements.
factorial
- Programms that computes the factorial of large numbers.
5 sort algorithms.txt
- 5 sort routins: Simple Selection Sort, HEAPSORT Insertion Sort, Hill sort, Bubble Sort, Quick sort
FFT标准转换
- 对数进行快速傅立叶变换,得出频谱图像,并对进行滤波器,然后频谱分析,前后对比
n-queen
- 解决最多28个皇后问题,用backtracing+forwardChecking+reschedul-variable
二分法查找元素
- 二分法查找元素
描述进程状态迁移过程
- 进程状态迁移.写一个程序描述进程状态迁移过程,理解进程概念、状态转换及其控制-Process state transition. The process of writing a program that describes the status of the migration process, the process of understanding the concept of state transition and its control
shiyan 试验二代码
- 试验二代码 //假设有两个按元素值递增有序的线性表A和B,均以单链表作存储结构,试编写算法将A //表和B表归并成一个按元素值递减有序的线性表C,并要求利用原表的空间存放C。-Test two code// Suppose there are two elements of value by increasing order of the linear form A and B, are linked as a single storage structure, try wr
f41 冒泡排序
- 进冒泡排序,试编写一个程序,对一个待排序的数据元素集合进行奇偶转换排序。-Into the bubble sort and try to write a program, for a set of data elements to be sorted to parity conversion to sort.