Winput offers an input window to get a user s input string for batch processing.
标签: input processing Winput offers
上传时间: 2013-12-25
上传用户:凤临西北
This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.
标签: code implementing directory algorithm
上传时间: 2014-01-15
上传用户:woshini123456
Program to implement a list data structure in C++ (partial) With debug output for poor-man s animation
标签: implement structure poor-man Program
上传时间: 2016-02-02
上传用户:litianchu
简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数 算术运算符:+、—、*、/ 数据类型:整数.
上传时间: 2016-02-06
上传用户:bakdesec
VC++编程实现网络嗅探器在调试状态下,在Output窗口中输出监测信息,监测局域网信息
上传时间: 2014-01-13
上传用户:iswlkje
Content-based Music Retrieval from Acoustic Input
标签: Content-based Retrieval Acoustic Music
上传时间: 2013-12-13
上传用户:yoleeson
词典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Description 你旅游到了一个国外的城市。那里的人们说的外国语言你不能理解。不过幸运的是,你有一本词典可以帮助你。 Input 首先输入一个词典,词典中包含不超过100000个词条,每个词条占据一行。每一个词条包括一个英文单词和一个外语单词,两个单词之间用一个空格隔开。而且在词典中不会有某个外语单词出现超过两次。词典之后是一个空行,然后给出一个由外语单词组成的文档,文档不超过100000行,而且每行只包括一个外语单词。输入中出现单词只包括小写字母,而且长度不会超过10。 Output 在输出中,你需要把输入文档翻译成英文,每行输出一个英文单词。如果某个外语单词不在词典中,就把这个单词翻译成“eh”。 Sample Input dog ogday cat atcay pig igpay froot ootfray loops oopslay atcay ittenkay oopslay Sample Output cat eh loops Hint 输入比较大,推荐使用C语言的I / O函数。
标签: Limit Description Accepted 65536K
上传时间: 2016-02-22
上传用户:fandeshun
out< "please input the number of the nodes"<<endl cin>>nodesNum cout<<"please input the graph"<<endl for( i = 1 i<=nodesNum i++) for( j = 1 j <= nodesNum j++) cin>>graph[i][j] */
上传时间: 2013-11-29
上传用户:libinxny
This program generates a color signal as the input signal and a desired signal of the idetification plant
标签: signal idetification generates the
上传时间: 2013-12-29
上传用户:epson850
This program generates a input signal and a desired signal of the idetification plant
标签: signal idetification generates program
上传时间: 2014-01-23
上传用户:shawvi