-
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
-
yichuansuanfa
说明: 遗传算法进行线性规划优化,可用于多个方面(Linear programming optimization of genetic algorithm can be used in many areas)
- 2011-04-06 21:27:05下载
- 积分:1
-
C_code_examples
C Code example with EII
- 2015-03-07 17:46:15下载
- 积分:1
-
[3x4]
三乘四二维数组 求所有元素中最大值,这个程序很简单的,大家看看就好(Three in four two-dimensional array for all elements in the maximum)
- 2015-02-07 15:16:19下载
- 积分:1
-
mt9075b
MT9075为E1接口芯片MT9075为E1接口芯片MT9075为E1接口芯片(Combined pcm30 framer,line interface unit and link controllers in a 68pin PLCCor 100 pin MQFPpackage)
- 2010-01-25 14:13:01下载
- 积分:1
-
LibsvmToMatlab
LIBSVM使用介绍LIBSVM使用介LIBSVM使用介绍绍LIBSVM使用介绍(LIBSVM use and presentation of LIBSVM use and presentation of the use of IL LIBSVM Shao LIBSVM use and presentation of)
- 2009-12-22 10:42:54下载
- 积分:1
-
roundCenter
vc2008 dos 程序
已知AB两点坐标,半径R。
求2个圆心。
公式使用MATLAb推导的,做了一点简化,和小的改动。
都在函数 double jisuanYanxin(double Ax,double Ay,double Bx,double By,double R)
里面(vc2008 dos program known AB two coordinates, radius R. Seeking two center of the circle. Formula derived using MATLAb do a little simplification, and small changes. In the function double jisuanYanxin (double Ax, double Ay, double Bx, double By, double R) which)
- 2010-09-13 17:40:10下载
- 积分:1
-
JEI-letter
An exmaple of the JEI letter paper:texture features based on
local Fourier histogram:
self-compensation against
rotation(JEI letter)
- 2015-01-04 17:47:29下载
- 积分:1
-
LMS321
LMS算法仿真,通过matlab仿真LMS算法的收敛速度(lms)
- 2010-05-28 09:58:31下载
- 积分:1
-
publicationdtl
S u r f e r自动控制技术在气象资料 自动成图中的应用 (Ab s t r a c t : The ma i n f un c t i o n s o f Su r fe r s o f t wa r e,Ac t i v e X a u t o ma t i o n t e c h ni q ue a nd t he i n t e r fa c e o f VB a p p l i c a t i o n a n d S u r fe r a r e i nt r o—
d u c e d i n t h i s p a p e r .I t i s a l s o i n t r o d u c e d h o w t o c o mb i n e t h e s t r o n g a b i l i t y o f d e v e l o p me n t u s i n g VB s o f t wa re a n d t he s t r o n g ma p p i n g i n
Su r f e r b a s e d o n t he i n t e r fa c e.a nd t he k e y pr og r a m t o C a / T y o u t t h e i nt e r fa c e t e c hn i q u e a nd a c a s e o f a p pl i c a t i o n a ut o ma t i c ma p pi n g a r e
pr e s e n t e d. )
- 2010-02-26 13:37:35下载
- 积分:1