-
Timer
CC2530的定时器实验,使用IAR编写。(CC2530 key experiments, using IAR preparation procedures.)
- 2014-02-14 10:29:09下载
- 积分:1
-
GUIdESIGN
gui设计,在开发各类软件之前可以帮助人们设计软件,并展示设计效果,更好的促进软件研制.(GUI design ,can help you to design GUI,and may help you to show what you will do,so It is more usful to you!)
- 2014-12-02 23:52:49下载
- 积分:1
-
pstdat
电力系统工具的源文件,主要是包括了电力系统中交直流互联系统的模型,包括四机两区域(Simple and bacterial foraging optimization algorithm, mainly used for the optimization of the PID control, and can be run directly)
- 2012-09-26 23:26:42下载
- 积分:1
-
Grey-Model(2)
灰色模型GM(1,1)的matlab代码(Gray model)
- 2011-11-09 09:26:12下载
- 积分:1
-
matlabwork0
MATLAB 开发滤波输出系统,可以高低波选择波段,并且为双屏显示(MATLAB development filtered output system, you can choose the level of wave band, and for dual display)
- 2013-11-08 13:58:50下载
- 积分:1
-
F16-simulation
经典F16飞行控制仿真程序(含MDL及M源码)-MATLAB源代码(Classic F16 flight control simulation program-MATLAB source code (with MDL and M of source))
- 2021-01-02 11:18:57下载
- 积分:1
-
ssim-1.0
SSIM 1.0 Local Search Similarity
- 2012-07-20 16:20:59下载
- 积分:1
-
GA
一些非常有用的遗传算法函数,可以和大家一起分享学习一下。(Some very useful genetic algorithm function, you can learn about and share with everyone.)
- 2013-12-14 16:00:30下载
- 积分:1
-
matlab-temperature.m
说明: 计算温度场分布的程序,希望对有关人员有所帮助,基于matlab(Calculated temperature distribution of the procedures in the hope the officers concerned be helpful, based on matlab)
- 2011-03-28 10:53:00下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1