-
cstr_src
Yet another CString replacement (Yet another CString replacement)
- 2007-10-23 11:27:53下载
- 积分:1
-
3.13
读一组整数到vector对象,计算并输出每对相邻元素的和。如果读入元素个数为奇数,则提示用户最后一个元素没有求和,并输出其值。(Read a set of integers to vector objects, calculate and output, and each pair of adjacent elements. If you read an odd number of elements, the last element of the user is prompted no summation, and output its value.)
- 2015-03-04 15:13:14下载
- 积分:1
-
mathmatic-MATLAB
说明: 高等应用数学问题的MATLAB求解高等应用数学问题的MATLAB求解(Advanced application of advanced mathematical problem solving application of MATLAB MATLAB to solve mathematical problems)
- 2011-04-17 22:53:44下载
- 积分:1
-
Main_SVC_C
说明: svm工具箱,应用于matlab平台,给出了C_SVC二类分类算法的历程(svm toolbox, used matlab platform, given C_SVC the course of second-class Classification Algorithm)
- 2010-03-26 09:06:21下载
- 积分:1
-
matlab
总结了最基本和最常用的mattlab源码,很实用(Summarizes the most basic and most common mattlab source, it is practical)
- 2014-02-07 16:17:04下载
- 积分:1
-
tuxiatiqung
matlab的楚翔处理,色彩增强,二值滤波,旋转放大等功能,图像识别(the matlab Chu Xiang processing, color enhancement, binary filtering, rotation, zoom, image recognition)
- 2013-05-16 21:59:23下载
- 积分:1
-
MVQrara
用matlab实现基于LBGG算法的向量量化编码可直接使用。
(Using matlab to achieve vector quantization coding based on LBGG algorithms can be used directly.)
- 2012-07-18 11:28:39下载
- 积分:1
-
MatlabPID
笔者费了很大的经历找到的matlab实例资料,希望大家好好利用,绝对经典的好资料哦(Programming with vc for the sample program, which contains many of the author s experience, I hope you make good use of)
- 2011-12-22 10:18:56下载
- 积分:1
-
ROBOT-CONTROL
DRROBOT I90的基本應用以及智慧型影像錄相機無線移動系統(The basic application DRROBOT I90, and intelligent video recorder wireless mobile systems)
- 2014-10-23 16:25:30下载
- 积分: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