-
车票管理系统
资源描述该课程设计运用c语言来编写的是车票管理系统,采用文件来保存车票信息,并运用链表的只是编写。你的最佳选择。
- 2022-09-15 04:55:03下载
- 积分:1
-
一个微机原理要做的试验程序
一个微机原理要做的试验程序-a computer theories do testing procedures
- 2022-05-31 02:28:03下载
- 积分:1
-
This paper stresses the C language devil language interpretation systems, the de...
本文主要讲了C语言编写魔王语言解释系统,把魔王抽象的语言通过进队出队按照规则α 转换为 β1β2…βm 和θδ1δ2…δn 转换为 θδnθδn-1… θδ1θ 进行解释,最后解释译成我们能够看懂得语言。同时也讲述了在编写调试程序中一些需注意的问题,如调试程序的步骤。通过队的应用(出队入队)以及其他相关知识完成了这次课程设计。-This paper stresses the C language devil language interpretation systems, the devil of abstract language into the team through the Team in accordance with the rules is converted to α β1β2 ... βm and θδ1δ2 ... δn convert θδnθδn-1 ... θδ1θ explanation, and finally explained to us to look to understand the language. Also described in the preparation of commissioning procedures should pay attention to some issues, such as the debugger steps. Through the application of force (a team into the team), and other relevant knowledge to complete the curriculum design.
- 2022-10-15 03:55:04下载
- 积分:1
-
自己编的汇编程序(masm5.0),执行后在DOS窗口显示路径,回车后自身即被删除,设成只读隐藏也不行,所以执行前请作好备份:)
自己编的汇编程序(masm5.0),执行后在DOS窗口显示路径,回车后自身即被删除,设成只读隐藏也不行,所以执行前请作好备份:)-A DOS assemble language program usng masm5.0,and it can delete itself from the hard disk when running,and even if you set the program file read-only or hidden attribute,so make sure back up the program file before execution :)
- 2022-08-24 13:09:14下载
- 积分:1
-
Assembly Language Programming
*****汇编语言程序设计 源代码-Assembly Language Programming
- 2022-01-31 16:41:32下载
- 积分:1
-
本程序,利用BCB6.0编写,可以进行2×2矩阵相乘的运算,并且为可视化程序。...
本程序,利用BCB6.0编写,可以进行2×2矩阵相乘的运算,并且为可视化程序。-This procedure, using BCB6.0 preparation, can be multiplied by 2 × 2 matrix of computing, and visualization procedures.
- 2022-01-26 02:12:16下载
- 积分:1
-
实现dds的步进控制
步进100hz
步进值可调
实现dds的步进控制
步进100hz
步进值可调
-Dds realize control of the stepper stepper stepper 100hz adjustable value
- 2022-06-26 01:06:42下载
- 积分:1
-
Beginning to show 00 , 1st press SP1 after the beginning of time. 2nd by SP1, t...
开始时,显示“00”,第1次按下SP1后就开始计时。
第2次按SP1后,计时停止。
第3次按SP1后,计时归零。
-Beginning to show 00 , 1st press SP1 after the beginning of time. 2nd by SP1, the time to stop. The 3rd by SP1, the time zero.
- 2022-11-05 23:25:03下载
- 积分:1
-
C语言写的俄罗斯方块程序
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分越高,方块下降速度
C语言写的俄罗斯方块程序
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分越高,方块下降速度越快(每200分为单位)。
(3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。
游戏控制:
up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。
特点:
(1)由于tc不支持中文,所以基本都是英文注释。
(2)函数命名尽可能规范的表达其内部处理目的和过程。
(3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。
(4)除了消除空格时算法比较复杂,其他算法都比较简单易读。
(5)绘图效率和局部代码效率扔有待提高。
(6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。
-err
- 2023-05-30 22:10:03下载
- 积分:1
-
Digital clock procedures, suitable for use in school learning, understanding thi...
数字钟程序,适合于在校学习学习使用,理解此程序,对于以后的编程十分有用-Digital clock procedures, suitable for use in school learning, understanding this process, for future programming very useful
- 2022-06-13 02:52:52下载
- 积分:1