资源列表

« 1 2 ... .07 .08 .09 .10 .11 312.13 .14 .15 .16 .17 ... 653 »

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

说明:在控制台下实现俄罗斯方块,可以进行单人游戏和双人游戏-Tetris can be single player and double player in the console
<s沈云航> 在 2024-09-27 上传 | 大小:1020928 | 下载:0

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

说明:dixing.txt为地形数据的文本文档,在程序界面中输出地形文本文档里面的数据,显示出文档里面的信息,然后找出地形所有最高点和最低点所在的行号和列号输出并另存入文本文档中-dixing.txt terrain data, text documents, and output data of the terrain text documents in the program interface, showing the inside o
<Kobe Yin> 在 2024-09-27 上传 | 大小:84992 | 下载:0

[控制台(字符窗口)编程Stack-using-Pointer

说明:stack using pointer using c in a simple and lucid manner
<anu> 在 2024-09-27 上传 | 大小:10240 | 下载:0

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

说明:程序运行后,给出6个菜单项的内容和输入提示,具体如下: 1. 数字排序 2. 字符查找 3. 矩阵变换 4. 结构体数组 5. 三次方程 6. 字符串删减 7. Goodbye!-Program runs six menu items and input prompts are given as follows: 1. Sort of figure 2. Characters find the three matrix to trans
<李强> 在 2024-09-27 上传 | 大小:3072 | 下载:0

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

说明:Convolution coding and Viterbi decdoing in VC-Convolution coding and Viterbi decdoing in VC++
<arun> 在 2024-09-27 上传 | 大小:1184768 | 下载:0

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

说明:用c++编写的一个图元识别程序,手动输入图像,0和1表示,将相邻的1标记出来。-A primitive recognition program, written in c++ manual input image, 0 and 1, said adjacent marked.
<吴广哲> 在 2024-09-27 上传 | 大小:4263936 | 下载:0

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

说明:用C++编写的括号匹配程序,输入一串字符,输出里面面匹配的括号的序号。该程序可用于编程时括号的自动匹配与提醒。-Written in C++ brackets to match the program, enter a string of characters, the serial number of the output inside surface matching brackets. The brackets can be us
<吴广哲> 在 2024-09-27 上传 | 大小:3712000 | 下载:0

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

说明:用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
<吴广哲> 在 2024-09-27 上传 | 大小:3689472 | 下载:0

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

说明:自己用C++编写的基于控制台的学生成绩管理系统,包括了很多C++的知识:类、向量、动态数组、菜单设计、相关度计算-Written in own use C++, console-based student performance management system, including the a C++ a lot of of the knowledge: class, vector, dynamic arrays, menu des
<wurangzhong> 在 2024-09-27 上传 | 大小:18432 | 下载:0

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

说明:Qt singleton 模式代码, 有喜欢的同学可以参考一下。-Qt singleton mode code, like the students can refer to.
<caicaiking> 在 2024-09-27 上传 | 大小:4096 | 下载:0

[控制台(字符窗口)编程1001Message-encryption

说明:本次我们完成一个简单的对字母加密程序。首先对字母进行编号,小写字母a至z编号为1至26,大写字母A至Z分别编号27至52,这样每个字母都有唯一的一个序号,在发送内容时,我们以函数F(X)=X*X+X+1对发送字母的序号进行计算,就会获取个新的序号,对该序号再进行对52取余,该序号即为加密后的要发送字母的序号,这样就能达到加密的作用。-This time we complete a simple encryption program on
<luyanyi> 在 2024-09-27 上传 | 大小:852992 | 下载:0

[控制台(字符窗口)编程1002Husband-and-wife-

说明:在中国,形容夫妻恩爱的词汇中,大家用的比较多的就是“夫妻相”。所谓“夫妻相”,就是两个人看上去比较般配,长相、身材等某些方面有一定的相似度。本题则另辟蹊径,从人的姓名维度,以字母重复个数来寻找最具“夫妻相”的人。题目中预先给定一组女士的姓名拼音。输入男士的姓名拼音(拼音中间可以有空格,字母全部小写),依预先给定姓名拼音的先后遍历所有姓名,输出字母重复数最多的女士姓名。 规则1:如果字母重复数最多的女士有多位相同,则以最先匹配的女士做
<luyanyi> 在 2024-09-27 上传 | 大小:696320 | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 312.13 .14 .15 .16 .17 ... 653 »

源码中国 www.ymcn.org