-
4555
可以试试对毕业设计有没有中意的作用,做的是手势识别系统的设计,matlab中文论坛看到,可以试试(You can try the graduation design no favorite role, do gesture recognition system design, matlab Chinese forum to see, you can try)
- 2013-04-27 17:50:13下载
- 积分:1
-
TI-RFID-antna
ti关于rf天线的设计、调试方法,13.56M精讲(
ti on rf antenna design, debugging method, 13.56M succinctly)
- 2016-07-01 12:31:01下载
- 积分:1
-
MATLAB_PV
MATLAB很好的仿真里程,包含了很多电子器件仿真,例如DCDC等(MATLAB simulation good mileage, contains a lot of electronics simulation, for example, DCDC, etc.)
- 2015-01-05 15:13:14下载
- 积分:1
-
SOJ3543
SOJ3543 序列操作,线段树经典题目,重点在于线段树的维护。此为10年初做此题的源码,与各位分享(the code of SOJ3543 )
- 2014-11-20 13:35:54下载
- 积分:1
-
inption1
matlab和VC混合编程的数据n倍内插处理系统,混编使用matcom代码转换方式实现(matlab and programming VC mixed data n times the interpolation processing system, mixed use Matcom realize the code conversion mode)
- 2008-07-02 20:09:40下载
- 积分:1
-
matlab-arithmetic
matlab经典算法程序,可以运行通过。很好的一个遗传算法。(GA)
- 2010-05-06 09:00:09下载
- 积分:1
-
X
说明: 可以对数量少、残缺、不完整的数据进行预测,如人口、缺水量等。也可以对灾害发生时间进行预测。(Can be a small number, mutilated, incomplete data to predict, such as population, water shortage and so on. You can also predict the time of occurrence of the disaster.)
- 2013-09-01 11:45:59下载
- 积分:1
-
CPN_VC
CPN网络,即对向传播网络,是将Kohonen特征映射网络与Grossberg基本竞争网络相结合,发挥各自特长的一种新型特征映射网络。(CPN network, the right to communication networks, Kohonen feature is the mapping of network and basic Grossberg competing networks combined play to their strong points of a new feature mapping network.)
- 2007-04-06 11:44:46下载
- 积分:1
-
IMM-Target-tracking
目标跟踪算法,运用交互多模型算法的卡尔曼滤波器。有文档,有程序,适用于初学者(Target tracking algorithm, using interactive multiple model Kalman filter algorithm)
- 2015-04-16 17:19:01下载
- 积分: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