-
installation of the operating system explained in detail, and I hope to beginner...
操作系统安装详细解释,希望对初学者能够有一定的帮助,谢谢大家拉-installation of the operating system explained in detail, and I hope to beginners can be helpful, thank you Rafah
- 2022-03-23 13:17:22下载
- 积分:1
-
此程序通过最简单的C程序说明编程的基本规范和注解的描写方法,主要以此来引导程序入门者在编程时对代码进行规范书写....
此程序通过最简单的C程序说明编程的基本规范和注解的描写方法,主要以此来引导程序入门者在编程时对代码进行规范书写.-this procedure through the most simple description of the procedures for the C programming and the basic norms of the notes describe, main procedures in order to guide beginners in the programming code of conduct standardized writing.
- 2022-06-01 19:28:10下载
- 积分:1
-
GPS开发的sdk资料
GPS开发的sdk资料-development of the GPS information sdk
- 2022-09-20 22:45:03下载
- 积分:1
-
五子连珠 graphics
c++写的五子连珠单机游戏,有界面音乐,鼠标操作包含所需图片,音乐
- 2022-08-21 21:09:05下载
- 积分:1
-
一位加法全加器,可以实现低位进位输入和高位进位输出。
一位加法全加器,可以实现低位进位输入和高位进位输出。-full adder
- 2022-05-13 17:02:16下载
- 积分:1
-
这是一个模拟一些简单物理现象的小程序,如小桥过河之类的,运行程序时需要把CCBP文件夹包含在头文件。...
这是一个模拟一些简单物理现象的小程序,如小桥过河之类的,运行程序时需要把CCBP文件夹包含在头文件。-This is a simple simulation of the physical phenomena of small programs, such as the bridge across the river like the program to run when the need CCBP folder contains the header files.
- 2023-03-01 03:00:04下载
- 积分:1
-
自做的时钟原码,看看吧
自做的时钟原码,看看吧-done clock since the original code, let"s see it
- 2022-05-17 06:56:16下载
- 积分:1
-
简单的实现银行基本业务处理,c++编程,不是Windows界面
简单的实现银行基本业务处理,c++编程,不是Windows界面-A simple realization of the basic banking business processing, c++ programming, not the Windows Interface
- 2022-03-02 13:57:18下载
- 积分:1
-
yacc之C0语言语法分析器(半成品)
输入文件是任何一个目录下的文件格式的C0语言程序段,
输出文件是以xml格式表示的语法分析的结果,
程序将输入文件作为输入,用flex扫描、分解字符串,识别出一个个单词(定义符、标识符、运算符、界符、常数),flex再将标识符传递至bison,由bison进行语法分析和构建语法分析树,最后按格式输出语法分析树。
- 2023-05-13 12:05:04下载
- 积分:1
-
约瑟夫环
1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数...
约瑟夫环
1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数的数字.当走到结尾时,再下个结点便循环回去,依此类推.
2. 演示程序以用户与计算机的对话方式执行,用户输入相应的数据,输出结果显示在其后。,即总结点数,和密码.
3. 程序执行的命令包括:1)创建链表 2)寻找结点 3)删除结点
4. 测试数据测试数据:m初始值20,n=7,7个人密码依次为:3,1,7,2,4,8,4。首先m值为6,正确出列顺序为6,1,4,7,2,3,5。
-Josephus 1. The demonstration program using a chain cycle, each node to a person, similar to a clockwise direction by people sitting circle, and each node include numbers, Password. As the number is the sequence. used as a password the next few reported figures. When reached at the end, the next nodes will cycle back, and so forth. 2. Demonstration Program to computer users with implementation of the dialogue, the corresponding user input data and output results in later. , Summed up the quota, and password. 3. Procedures for the implementation of the order include : 1) Create List 2) Find node 3) delete nodes 4. test data test data : the initial value of 20 m, n = 7, 7 PIN followed : 3,1,7,2,4,8,4. M value fo
- 2022-07-24 02:51:37下载
- 积分:1