-
basic-tutorial-of-MATLAB
MATLAB基础教程,讲解了MATLAB基本运算和基本函数,以及基本绘图命令。(it is a MATLAB basic tutorial,including the basic arithmetic and functions, what s more, the basic drawing command.)
- 2015-01-29 19:30:23下载
- 积分:1
-
guanghuabi
光滑比的检验,用于灰色预测模型的建立过程,如果数据达不到要求,就不能用来预测(to exam it whether smooth or not)
- 2014-08-15 14:56:04下载
- 积分:1
-
power-flow
基于matlab 电力系统潮流计算 牛顿拉夫逊法 采用极坐标运算 经过测试 运行良好(failed to translate)
- 2013-05-06 00:58:07下载
- 积分:1
-
china-regest-interface
中登接口字段解析,字段间距,截取,查找定位等等(china regist devest)
- 2014-09-02 19:15:28下载
- 积分: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
-
gs
说明: 光栅图形矢量化方法分析与评价,一篇不错的书籍(Raster graphics vector analysis and evaluation methods, a good book)
- 2014-02-21 03:01:05下载
- 积分:1
-
gm-862
GM 862 gsm gprs modul visual basic project and aplication. Take photo from GM 862 modul and sample project.
- 2014-01-18 16:27:00下载
- 积分:1
-
Heed-matlab.m
HEED的分簇算法的matlab代码,注释详细,对初学WSN协议的同学很大帮助。(HEED clustering algorithm matlab code, detailed notes for the students of great help beginners WSN protocol)
- 2014-01-20 17:18:56下载
- 积分:1
-
2Dmath
2D math algorithm library
to manipulate 2D vectors and matrix
- 2014-10-09 14:16:14下载
- 积分:1
-
EKF-C-simulation
扩展卡尔曼滤波程序,C语言仿真。包括卡尔曼滤波简介及其算法实现代码。(EKF simulation)
- 2013-09-28 15:32:08下载
- 积分:1