资源列表
data_structure2
- 5、顺序栈 SeqStack.h Test.cpp 6、链式栈 StackNode.h LinkStack.h Test.cpp 7、顺序队列 SeqQueue.h Test.cpp 8、链式队列 QueueNode.h LinkQueue.h Test.cpp -5, the order of the stack SeqStack.h Test.cpp 6, chain stack StackNode.h LinkSta
data_structure1
- 1、顺序表 Seqlist.h Test.cpp 2、单链表 ListNode.h SingleList.h test.cpp 3、双向链表 NodeList.h DoubleList.h Test.cpp 4、循环链表 ListNode.h CircularList.h Test.cpp -1, the order form Seqlist.h Test.cpp 2, single-chain ListNode
Matlab_nnet
- 基于Matlab的神经网络工具箱应用使用情况简介-Based on Matlab neural network toolbox of the application of the use of brief
ztransformer
- this the Z transform matlab code-this is the Z transform matlab code
fitting_criterion
- 实现对函数的拟合与逼近 hpirl 最小二乘曲线拟合 hchir 切比雪夫曲线拟合 hremz 最佳一致逼近的里米兹方法 hpir2 矩形域的最小二乘曲面拟合-asdf
thedigitalmodulationsysteanalysisandsimulation
- 自己找到的数字调制系统分析与仿真 希望大家喜欢-Find the digital modulation system analysis and simulation
TRUSS2D
- 用于求解二维空间中有限元方程的C语言源程序-The C language source code for solving two dimensional finite element problem.
Gauss-elimination-solution
- 用高斯消元法解线性方程组很有用,在信息论编解码中也有很好用处-Using Gauss elimination solution of linear equations is useful in information theory codec also have a very good use
dlsode.f.tar
- 微分方程程序 微分方程程序 微分方程程序-odes odes odes odes odes odes odes odes
Wavelet-Image-Compression-Reconstruction
- 基于小波分析的图像压缩以其重建,代码很好的实现了这一功能。-Wavelet-based image compression for its reconstruction, to achieve a good code of this function.
GA
- 关于遗传算法GA的,基本算法的C程序代码。-On the genetic algorithm GA, the basic algorithm of C code
saolei
- 在一个20*20的地图上,分布着81颗地雷,扫雷机器人走到其中一个方格上,如果是地雷,它将被炸死,如果不是,它可以探测到它周围的八个方格中有几个地雷。现在你拥有10个扫雷机器人(10次错误机会),请你将这片雷区中的所有地雷标出来。-20* 20 in a map, and the distribution of the 81 mines, mine-clearing robot walk on a grid, if it is mine, it will be killed, if not, i
