-
iso15693_anticollision
Implementation of the ISO15693 Protocol
in the TI TRF796x
- 2014-12-24 11:48:51下载
- 积分: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
-
Kofsky-Code-Orange
人脸检测,matlab源码,适合初学者使用,包括Adaboost及Haar-like特征提取(face detectiom)
- 2013-09-24 14:50:30下载
- 积分:1
-
ChuiDu
计算各种环境参数下的架空杆路垂度,确保通信线路安全(Caculate fiber f)
- 2014-09-10 15:47:37下载
- 积分:1
-
kalman
kalman滤波在嵌入式中的应用,可用于智能车的制作,对陀螺仪和加速度计进行优化。(kalman filtering applications in embedded in can be used smart car production, gyroscopes and accelerometers for optimization.)
- 2014-09-11 09:58:31下载
- 积分:1
-
gray
说明: 灰色理论GM(1,1)的理论及实践应用,供大家参考(Gray theory GM (1,1) theory and practical application, for your reference)
- 2008-11-20 16:58:35下载
- 积分:1
-
matlab-image-processing-
各种经典图像处理算法的matlab源代码,初学者可以看看(A variety of classical image processing algorithm Matlab source code, beginners can take a look at)
- 2012-08-11 14:07:35下载
- 积分:1
-
binary_BCH_codes
说明: 可就在三个错误的bch码,以及经过仿真在不同SNR下的误码率曲线。我们的业余作业。经过调试的。(This is my homework on 3-error-correcting bch code and its bit error rate curves at different SNR after debugging.)
- 2009-08-20 22:58:19下载
- 积分:1
-
VideoSummary
This program is play and summary an video.
Also, this support various codecs.
- 2014-09-22 09:50:28下载
- 积分:1
-
weifen
微分方程模型代码,很多时候差分格式的重写(the function as is code)
- 2011-12-23 22:38:44下载
- 积分:1