-
api-zliao
API的英文全称(ApplicationProgrammingInterface),WIN32API也就是MicrosoftWindows32位平台的应用程序编程接口。(API s English name (ApplicationProgrammingInterface), WIN32API is MicrosoftWindows32 platform application programming interface.)
- 2014-10-10 17:43:50下载
- 积分:1
-
ImageRegistration_model
我的毕业设计程序--对遭受仿射变换、非线性形变的图像实现基于模型的图像配准(需手动选取配准点),matlab仿真程序。(I graduated from the design process-- from the affine transformation, Nonlinear deformation of the image of the model-based image registration (required manually selected registration points). Matlab simulation program.)
- 2007-05-14 20:54:23下载
- 积分:1
-
ann_mod
基于人工神经网络的常用数字信号调制识别,给出识别率(ann modulation recognition)
- 2021-04-20 11:48:50下载
- 积分:1
-
原始RRT
说明: RRT 的思想是快速扩张一群像树一样的路径以探索(填充)空间的大部分区域,伺机找到可行的路径。(The idea of RRT is to rapidly expand a group of tree-like paths to explore (fill) most areas of space, waiting for the opportunity to find feasible paths.)
- 2020-06-21 15:00:02下载
- 积分:1
-
lagrange
Matlab中没有现成的Lagrange插值函数,必须编写一个M文件实现Lagrange插值。
设n个节点数据以数组x0,y0 输入(注意Matlat的数组下标从1开始),m 个插值点以数组 x输入,输出数组y 为 m个插值。
编写一个名为lagrange.m的M文件。(Matlab is not off-the-shelf Lagrange interpolation function, we must realize the preparation of an M file Lagrange interpolation. N nodes based data to an array of x0, y0 input (Note Matlat subscript of the array starting at 1), m a x interpolation points to the array input and output array y for m months interpolation. Lagrange.m the preparation of a M-file.)
- 2008-05-12 10:54:59下载
- 积分:1
-
gaot
利用Matlab编写的遗传算法工具箱,可应用于不同的算法设计中(Prepared by use of Matlab genetic algorithm toolbox, the algorithm can be applied to different design)
- 2007-10-14 19:45:30下载
- 积分:1
-
simple_pll_3
简单的模拟锁相环仿真,基于simulink平台使本地震荡频率跟上接收到得频率(analog pll simulation,based on simulink)
- 2009-05-24 22:13:23下载
- 积分:1
-
ARestimation
时间序列分析示例程序,用matlab建立AR(P)模型的完整过程,简洁易懂,备注完整。(Time series analysis sample program, using matlab to establish AR (P) model the complete process, easy to read, notes intact.)
- 2021-04-04 21:19:04下载
- 积分:1
-
gm1n
多变量灰色GM模型matlab例程,包括程序和理论分析论文(The multivariate gray GM models matlab routines, including procedures and theoretical analysis papers)
- 2013-04-10 09:36:27下载
- 积分:1
-
Statistical_figures
给你一个非常大的整数x,(-10^400 <=x<= 10^400),请统计x的每一位,分别输出9,1,2出现的次数.
Input
一个大整数
Output
一共三行,第一行是9出现的次数,第二行是1出现的次数,第三行是2出现的次数。
Sample Input
912912912910915902
Sample Output
6
5
4(Statistical figures)
- 2014-12-31 10:27:06下载
- 积分:1