-
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
-
hzt-report
关于恶意代码检测和LTE网络,4G的LTE-A网络的外语文章(Foreign-language article about malicious code detection and lte network, lte-a network of 4g)
- 2014-01-02 18:04:43下载
- 积分:1
-
Ecodynamica
说明: 什么是Ecodynamica?
Ecodynamica是普通的工具和二维元胞自动机1(CAs)。(What is Ecodynamica? Ecodynamica ordinary tools and two-dimensional cellular automata 1 (CAs).)
- 2011-03-22 21:34:09下载
- 积分:1
-
gomory
割平面在MATLAB里的程序,很好用,希望和大家分享(Cutting plane in the MATLAB program, useful, and would like to share)
- 2012-05-30 00:02:56下载
- 积分:1
-
farsight070825DSP
了一些资料,都没有说这个仿真平台是什么,是matlab还是直接在VC++的编译环境编程?还是有专门的仿真环境呢?
3、如果用实物验证的话,我觉得有两种方式:一是用摄像头来采集整个地图信息,智能车的位置也有摄像头来反馈;二是,整个地图保存在内存中,小车根据传感器信息自我定位,然后和保存的地图比较。(You can download the current points to 1, the source download get points one day, you can download up to 20 times. [View your upload log] [continue to upload source to increase points] You have recently downloaded the 240 source code, you should contribute something new other friends 【Source】 it? Joined the group】 【QQ, blowing boasting a chat. You can also create a QQ group you join the union,)
- 2010-08-08 11:44:31下载
- 积分:1
-
MB90092
关于日本显示芯片mb90092 例程 (mb90092 demo)
- 2010-02-04 16:26:28下载
- 积分:1
-
Phone
c++实现的通信录,实现添加、删除、查找、修改等功能(communications recorded c++ implemented add, delete, search, modify functions)
- 2014-01-14 10:02:38下载
- 积分:1
-
delNum
给定n位整数任意去掉其中k<=n位,剩下的数字按原次序排列组成一个新的正整数,且这个正整数最小(Given an arbitrary n-bit integers to remove where k < = n bits, the remaining number of original order of the formation of a new positive integer, and that this is the smallest integer)
- 2010-01-03 21:43:20下载
- 积分:1
-
DingYu-jgpc
薛定宇的两个MATLAB程序的源代码,希望对大家有用。(Xue Dingyu two MATLAB source code, we hope to be useful.)
- 2011-04-25 09:03:12下载
- 积分:1
-
gal_tsp_src
searching for genetic algo in matlab for tsp
- 2013-08-07 16:54:45下载
- 积分:1