资源列表
num_int
- Numerical Integration Algorithm.
k_2means
- matlab编写的二聚类算法,程序简单,思路清晰,拿出来和大家一起分享-2-means clustering
unionlable
- 用C++编写的链表的合并程序,实现了数据结构中链表的合并操作-Written in C++, the list of the merging process in the linked list data structure implemented the merger of operations
SOLAR
- this is solar system in c++ .
polinomio
- Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for solution of polinomial problems, can be implemented according to your wish-Example to calculate, with basic operations, polinomial til 10 degrees, just
fir-example-8bit
- Filter type: Low Pass Filter model: Butterworth Filter order: 2 Sampling Frequency: 1000 Hz Cut Frequency: 100.000000 Hz Coefficents Quantization: 8-bit
quicksort_random
- 快速排序,使用随机哨兵 void quickSort(int numbers[], int array_size) void q_sort(int numbers[], int left, int right) -quicksort by means of random pivot void quickSort(int numbers[], int array_size) void q_sort(int numbers[], int left, int right)
Accord-than-iterative-method
- 雅阁比 迭代法 数值计算方法中的一个好的啊-Accord than iterative method
crossover
- 遗传规划交叉程序,可用于遗传规划的matlab实现-Genetic programming crossover procedure can be used to achieve the matlab genetic programming
1
- 曲线拟合的神经网络算法 新式的算法,最为先进,优于普通算法-curve fitting
change_color_matrix
- Change Color of matrix C hange Color of matrix-Change Color of matrix Change Color of matrix Change Color of matrix
MONKEY
- 假设有两个按元素值递增次序排列的线性表A和B,均以单链表形式存储,里面的大部分元素对应相等,请删除一些元素(A中有而B中没有,或B中有而A中没有),使得两个有序表中保留下来的元素对应相等。比如,A中元素为(1,3,5,7,8,10,13,18),B中元素为(1,3,6,8,9,10,13,15),则删除元素后A、B里的元素为(1,3,8,10,13)。-Suppose there are two elements of value by increasing order of linear ta