资源列表
c常用算法代码
- 本代码包包含有各种各样的常用算法代码,你可以在里面找到你所要的-the code packs containing a wide range of commonly used algorithm code, you can still find what you want
C语言编程例子
- 这是初学者的宝典,以以往的编程白例是不同的,有较大的区别,里面有100多个编程实例-This is a beginner's book for the past programming white cases are different, the difference is larger, there are more than 100 examples of programming
表达式求值(修改)
- 本代码已经在VC++环境下编译实现,但不知道在纯C++下运行结果会怎样-the code in Visual C + + compiler environment to achieve, but we do not know in pure C + + to run what will be the outcome
直接插入和希尔排序
- 经过调试后运行正确的直接插入排序和希尔排烃-after running directly into the correct sequencing and Hill expulsion
WW1
- 用C语言编写的有关,两个单链表的归并排序操作.-C language of the two single-Chain merge sorting operation.
各种排序算法的C语言实现
- 各种排序算法的C语言实现,图形菜单,排序数随机生成.-various algorithm C language, graphic menu, ordering random number generation.
8皇后算法111
- 皇后算法111 很经典的 内含两种 希望大家喜欢-111 Queen's algorithm includes the classic two hope you like
Andy-code1
- 数据结构和算法:包含各种算法,还有一个演示系统-data structures and algorithms : algorithms contained, a demonstration system
小波变换的体会
- h3h3h3面并不很精通。我最近看的书《分行与小波》《小波十讲》《小波变换与分数傅里叶变换》《工程小波变换》等。上面所写,一部分来源于书,一部分来源于自己的体会。所以希望-h3h3h3 surface is not very proficient. I recently read "branch and wavelet" "wavelet 10 stresses" "wavelet transform and scores of Fourier
tNQueens
- 链式结构堆栈类的类模板实现及用堆栈类求解N皇后问题-chain structure of the stack type and class template stack used for solving problems N Queen
预测
- 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve
movingAveragePredict
- /** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/ ** * @ author jakcy_wu (wujichun) * * Forecast and Analysis -- This algorithm applies only to the af
