-
基于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
-
电子钟可以显示时间日期,也可自行设置
本程序是c语言原程序,下载到单片机板子上自动运行,显示日期,时间,,有遥控,,还可以自己设置时间,日期,也可以用单片机上的按钮设置,希望我说的已经很详尽了
- 2022-10-05 12:25:03下载
- 积分:1
-
Python对文件IO操作
filePath="c:/test/tt.txt"
#从文件中读取信息
f=open(filePath, "r")#运用读的方式打开文件,
for line in f: #每次读取文件的一行内容
print(line)
f.close()
#向文件中写入信息
f=open(filePath, "a") #这里有两种方式:第一种是以w的形式,它写入时将会清空以前的数据然后再写入数据,第二种是以a的形式,它以追加的形式写入数据
f.write("我开始向文件中写入信息
")
f.writelines("我已经向文件写入了信息")
f.close()
- 2022-03-02 22:46:33下载
- 积分:1
-
汇编语言闹钟程序
汇编语言闹钟程序-assembly lanauage bell program
- 2022-09-13 20:00:03下载
- 积分:1
-
用汇编写的一个动画,内附有源码和说明
用汇编写的一个动画,内附有源码和说明-with a compilation of animation writing, enclosing a source and notes
- 2022-05-08 22:52:01下载
- 积分:1
-
用汇编语言编写的一些程序的源代码,例:DOS6.0源程序中的硬盘引导记录源程序FDBOOT.ASM,鼠标控制CD...
用汇编语言编写的一些程序的源代码,例:DOS6.0源程序中的硬盘引导记录源程序FDBOOT.ASM,鼠标控制CD-Audio播放程序,专截320*200的截画程序,V86模式切换程序,FASTREBOOT V1.0,Game Faster V1.0,Mixer Volume Ctrler V1.0,-assembly language prepared by the program"s source code, cases : DOS6.0 source of hard disk boot record source FDBOOT.ASM, mouse control CD-Audio player, a cut of 320* 200 closed painting procedures, V86 mode switching procedures, FASTREBOOT V1.0 , the Game Faster V1.0 and V1.0 Mixer Volume Ctrler.
- 2022-04-17 10:15:47下载
- 积分:1
-
定时同步是UWB通信系统中至关重要的问题,定时偏差和抖动将严重影响接收机性能。一般定时同步分为捕获和跟踪两个阶段。在捕获阶段,要求接收机快速搜索信号到达时间,并...
定时同步是UWB通信系统中至关重要的问题,定时偏差和抖动将严重影响接收机性能。一般定时同步分为捕获和跟踪两个阶段。在捕获阶段,要求接收机快速搜索信号到达时间,并根据搜索结果调整接收机定时.-Timing Synchronization UWB communication systems is of vital importance to the issue, timing error and jitter will seriously affect the receiver performance. Timing Synchronization generally divided into two stages to capture and track. In the capture stage, the request receiver Quick Search signal arrival time, and adjust search results according to the receiver from time to time.
- 2022-04-06 16:01:27下载
- 积分:1
-
Super light water source, three state of transformation, using PWM and timer int...
超级流水灯源程序,三种状态转化,用PWM及定时中断控制!-Super light water source, three state of transformation, using PWM and timer interrupt control!
- 2022-02-02 03:08:54下载
- 积分:1
-
richedit记事本程序源码,带rc文件
richedit记事本程序源码,带rc文件
-richedit Notepad program source code, with rc files
- 2022-03-16 11:04:14下载
- 积分:1
-
TMS320VC5416的8个LED测试程序,简洁,运行稳定.5410上与些类似.
TMS320VC5416的8个LED测试程序,简洁,运行稳定.5410上与些类似.-TMS320VC5416 of eight LED testing procedures, simple, stable operation .5410 with more similar.
- 2022-08-22 05:27:23下载
- 积分:1