-
DANCISHU
统计一段文字中单词的数目,程序可运行,效果正确(The number of words in a text statistics, the program can be run, the effect is correct)
- 2014-12-07 20:04:38下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
VB_MATLAB_interface_example
说明: VB与MATLAB接口使用实例.保准一学就会。(VB and MATLAB interface examples.保准One school will be.)
- 2008-12-05 21:46:13下载
- 积分:1
-
xiangguanfx
输入两波形,利用相关分析提取其中某一频率的波形,并可进行延迟分析(Two input waveforms, including the use of correlation analysis to extract a frequency waveform, and the delay analysis)
- 2011-09-02 14:37:56下载
- 积分:1
-
matrix_kron
说明: matlab中kron函数的C++实现,即对矩阵实现kron积,接口与matlab函数完全相同,可以作为替代程序使用(kron matlab functions in C++ implementation, the implementation of the matrix kron product, interface with matlab function exactly the same procedure can be used as an alternative)
- 2011-03-14 19:37:28下载
- 积分:1
-
SMATTLAB_svmmu
支持向量机的Matlab实现,支持多分类,据有GGUI操作界面,简单易懂易懂,其中包含输入输出数据。
(Support multi-classification support vector machine, the Matlab implementation, according to GGUI operation interface, easy to understand and easy to understand, which contains the input and output data.)
- 2012-07-10 09:53:46下载
- 积分:1
-
10638071Hamming
对给定的信息序列进行Hamming编码,给出码字——C++汉明编码(Hamming coding sequence of the given information, code word- c++ Hamming coding are presented)
- 2013-12-23 09:17:38下载
- 积分:1
-
ListWMCodecs
windows media format 9 for list all codecs
- 2006-06-02 16:19:14下载
- 积分:1
-
chombo_package_1_A-C
说明: 自适应网格划分通用程序包,美国伯克利大学开发的共享软件包。(Adaptive Mesh generic package, the United States developed at the University of Berkeley's share package.)
- 2006-04-13 21:07:58下载
- 积分: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