资源列表

« 1 2 ... .19 .20 .21 .22 .23 624.25 .26 .27 .28 .29 ... 653 »

[控制台(字符窗口)编程class-List

说明:列表类,实现列表的各种功能,包括创建,插入,删除,以及构造函数与析构函数-class List
<呼晓东> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程cname

说明:一个输入名字的控制台程序,能将输入名字的首字母大写,能识别空格-A C++ programme reads in a person’s full name (first names and family name separated by spaces) from the keyboard, changes the first letter of the names into upper case if it is not in, and then displays the name o
<jason> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程bestfitted-line

说明:根据所给的点的坐标算出最拟合曲线的公式,并根据原来的x值算出新的y值。并将数据储存到一个data文件-A C++ programme finds the best-fitted straight line to the x and y values, and then writes the original x, y values and the new y values on the line (for each x) to a data file. X: 1.0000 2.0000
<jason> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程5name

说明:输入五个姓名,并将几段名字的首字母大写,能识别空格。最后将输入的名字输出到data文件-Write a programme that reads in the name (Given name+ space+ family name) of 5 persons and writes them to a disk file. Each name in the disk file always starts on a new line. Note that you need consider
<jason> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程ex5

说明:一个c++程序用类来进行三个人的信息输入。用户可以进行信息展示,信息修改,包括名字,工作时间,id.还可以进行两个人的信息比较看是否相同-using classes for simple programme design. This programme can be used to keep information for two persons. Each of them has the following details or properties: identification
<jason> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程convertidor-tonto

说明:Es un convertidor tonto escrito en pascal
<alser1029> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程gtvar6

说明:Batch scr ipt for getting vars in a batch file
<NoolCz> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程ball-track

说明:This code will find the red boll in live camera image
<Ajay> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程load_image

说明:This code is for loading and image in a fr a me in c-This code is for loading and image in a fr a me in c++
<Ajay> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程video-test

说明:This code is for testing an live video from webcam in C++.
<Ajay> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程CX

说明:设计一个按优先数调度算法实现处理器调度的程序 提示: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为: 进程名、指针、要求运行时间、优先数、状态。 进程名——P1~P5。 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。 要求运行时间——假设进程需要运行的单位时间数。 优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 状态——假设两种状态,就绪,用R表示,和结束,用E表示。初始状态都为就绪状态。
<David Quan> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程caishuzi

说明:一个控制台小程序,实现猜数字的小游戏,根据提示输入即可。-A console applet to achieve guessing game, follow the prompts to enter.
<张三丰> 在 2025-07-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 624.25 .26 .27 .28 .29 ... 653 »

源码中国 www.ymcn.org