资源列表
matlab
- matlab基础使用程序,适合初学人员,多读多练
clangforGA
- 用C撰写遗传基因法-C genes written law
stft_timefreq_complexSignal
- 短时傅立叶变换测频,可对复信号处理。界面设计好,用户交互方式编程。-STFT frequency measurement can be complex signal processing. Interface design, the user interactively programming.
conv
- 卷积编译码的matlab仿真,包括1/2,2/3 3/4三种信道卷积编译码-Matlab simulation of convolutional encoding and decoding, including 1/2, 2/3 3/4 convolutional encoding and decoding three-channel
CLControl
- 实现在基于对话框的MFC程序上,绘制OpenGL场景的,可以绘制多个。这里提供的是核心基类,绝对原创代码,只发pudn。注释十分详细,如需使用,请保留本人版权信息。-Dialog-based MFC implementation procedures, drawing OpenGL scene, you can draw a number. Here are the core base class, absolutely original code, only made pudn. Very d
w_r
- 用MATLAB编写的加密代码 先将源文件翻译成ASCII码 在对其进行加密-Encrypted code written with MATLAB source file first translated into ASCII code in its encrypted
pca
- 实现pca功能,进行数据降维,使算法简单化-Realize pca functions, to data dimension reduction, the method is simple
newton
- 一个关于拟牛顿法求最优值的matlab程序,写的很有条理,注释很清晰,稍加修改就能使用。-A quasi-Newton method to seek the optimal value of the matlab program, written in very structured, comments are very clear, slightly modified to be able to us.
dmdered
- 用fortran 77语言编写的用于计算消光曲线f(λ)的程序, 编译以后再运行,并按照提示输入相关参数:起始和截止波长、步长、R值、消光 律、消光常数c值。-spectrum analysis
Large-integer-multiplication
- 高精度大整数乘法,对于大整数比较方便的输入方法是,按字符型处理,两个成熟存储在字符串数组s1,s2中,计算结果存储在整型数组a中。-Precision large integer multiplication, more convenient for large integer input method is handled by the character, two mature stored in an array of strings s1, s2, the calculation res
a201702123
- 星寻路算法真是我一生接触的第一个人工智能算法了。。。 A星寻路算法显然是用来寻路的,应用也很普遍,比如梦幻西游。。。算法的思路很简单,就是在bfs的基础上加了估值函数。 它的核心是 F(x) G(x) + H(x) 和open、close列表: G(x)表示从起点到X点的消耗(或者叫移动量什么的),H(X)表示X点到终点的消耗的估值,F(x)就是两者的和值。open列表记录了可能要走的区域,close列表记录了不会再考虑的区域。我们每次都选F值最小的区域搜索,就能搜
