-
9454 digital display AC voltage process can be done with AC voltage Table
9454数码管显示交流电压程序,可以做交流电压表用-9454 digital display AC voltage process can be done with AC voltage Table
- 2023-03-15 09: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
-
一款用24L01给美的电器做的2.4G无线遥控器,用来控制风扇
一款用24L01给美的电器做的2.4G无线遥控器,用来控制风扇-A 24L01 to the United States used to do electrical of 2.4G wireless remote control, used to control fan
- 2022-07-12 17:40:03下载
- 积分:1
-
该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指...
该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指示灯,开关门要有声响提示 每层楼高度为0.30米,楼层全高1.5米-the contents of this document is to design a five-storey building in the lift control device on each floor under the requirements necessary to control the upper and lower control buttons located buttons and lights, all floors can provide a current show floor elevator door keys internal switches on each floor of buttons and lights, switches doors have audible alert signal height of each floor 0.30 meters, the entire floor 1.5 meters high
- 2022-02-02 12:09:15下载
- 积分:1
-
JAVA课本原代码 有关图象编辑等其他编程内容
JAVA课本原代码 有关图象编辑等其他编程内容-textbooks Java code on the original image editing and other programming content
- 2023-07-29 16:20:03下载
- 积分:1
-
本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256)
入口参数:采样值数据块首地址在SADR中,连续采样数在W中
出口参数:滤波值在SO...
本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256)
入口参数:采样值数据块首地址在SADR中,连续采样数在W中
出口参数:滤波值在SOU中.-Arithmetic mean of the filter program (value of sample 8, the number of consecutive samples is less than 256) import parameters: the first sample value of the data block address in the SADR, the continuous sampling of a few in the W export parameters: filter values in SOU .
- 2022-02-12 14:42:33下载
- 积分:1
-
基于51单片机的带时间显示和紧急控制的交通灯的设计。
此程序在硬件上调试通,用定时器1延时,外部中断0接紧急控制,R0为100MS延时常数,R2为状态延时...
基于51单片机的带时间显示和紧急控制的交通灯的设计。
此程序在硬件上调试通,用定时器1延时,外部中断0接紧急控制,R0为100MS延时常数,R2为状态延时常数,8279控制数码管显示时间,用P1口控制双色灯-With 51 single-chip based on the time display and the emergency control of traffic lights design. On this process in hardware debugging pass, with one delay timer, external interrupt 0 then the emergency control, R0 for 100MS constant delay, R2 for a state of constant delay, digital 8279 control display time control using two-color lights I P1
- 2023-04-28 20:55:03下载
- 积分:1
-
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目...
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目-The system time display made by assembly language editor can be used in curriculum design and other projects
- 2023-02-25 04:50:04下载
- 积分:1
-
The AD7787 Low Power ADC support for pic16f876 microcontroller
The AD7787 Low Power ADC support for pic16f876 microcontroller
- 2023-02-06 01:45:03下载
- 积分:1
-
基于Intel 8253定时器的两端Asm,包括配套电路,流程图
1。设计基于ISA总线的Intel 8253 的接口电路,用Intel 8...
基于Intel 8253定时器的两端Asm,包括配套电路,流程图
1。设计基于ISA总线的Intel 8253 的接口电路,用Intel 8253 的1个通道作定时器,演奏C调的各个音符,利用查表程序的方法依次演奏,每个音符演奏1s,停0.5s 演奏三遍后退出程序
2。利用Intel 8253的一个通道产生一个100Hz的方波,用示波器测试信号的正确性
以产生的方波作为另一个通道门控信号。利用此通道测量其高电平的宽度,在PC机显示屏上显示其数值并退出程序
-based on the Intel 8253 timer at both ends of programmers, including matching circuit, flowchart
- 2022-02-04 23:32:16下载
- 积分:1