资源列表
Mathlab
- Program for fft, all steps to calculate an FFT
New-WinRAR-archive
- matlab file on various techniques
kqjfh
- 用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,包括数据分析、绘图等等,外文资料里面的源代码。- Monte Carlo simulation method of calculating the American option price and basic descr iption, Data analysis, plotting, etc., Foreign materials inside the source code.
VCPP6.0dingzhi
- 这个是无意中获得的飞信源码。代码很全,希望能对大家有所帮助。-This is inadvertently get the source code. The code is very full, hoping to help everyone.
xr537
- esprit算法对有干扰的信号频率进行估计,AHP层次分析法计算判断矩阵的最大特征值,借鉴了主成分分析算法(PCA)。- esprit algorithm signal frequency interference can be assessed Calculate the maximum eigenvalue judgment matrix of AHP, It draws on principal component analysis algorithm (PCA).
vptny
- 计算多重分形非趋势波动分析,相参脉冲串复调制信号,有CDF三角函数曲线/三维曲线图。- Calculate the multifractal trend fluctuation analysis, Complex modulation coherent pulse train signal, There CDF trigonometric curve/3D graphs.
cmd
- cmd.m0 Flash Loader for TI FLUID to support Many Flash Memory
uirqi
- 计算多重分形非趋势波动分析,Relief计算分类权重,包含光伏电池模块、MPPT模块、BOOST模块、逆变模块。- Calculate the multifractal trend fluctuation analysis, Relief computing classification weight, PV modules contain, MPPT module, BOOST module, inverter module.
dos-ziku
- 根据dos汉子字库在图形模式下绘制汉字,文档包含说明,和程序-Draw characters in graphics mode according to dos man character
3
- 一个程序为服务端,建立UDP服务端套接字。 另外一个程序为客户端,建立UDP客户端套接字。 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
malloc
- 利用对动态分配内存的操纵,程序在运行时刻才能决定需要多大的内存空间来保存执行操作的数据,这时候程序需要为其分配相应大小的一块内存空间,并把其首地址保存在一个指针变量中,使用完后再释放该内存空间归还系统。