-
This is a small calculator program, the realization of calculation functions, su...
这是一个计算器小程序,实现加减乘除功能,适合初学者参考及学习!-This is a small calculator program, the realization of calculation functions, suitable for beginners reference and learning!
- 2022-01-26 00:28:04下载
- 积分:1
-
pe 文件编程:pe
pe 文件编程:pe-locknt 的解密程序.rar-pe programming documents : pe-locknt the declassification procedures. Rar
- 2022-02-12 04:17:29下载
- 积分:1
-
IBM PC Assembly Language Programming: Fifth Edition
IBM PC 汇编语言程序设计:第五版 -IBM PC Assembly Language Programming: Fifth Edition
- 2022-04-14 14:31:04下载
- 积分:1
-
x86保护模式编程教程,简明易懂,进入低层编程的门槛,很不错的资料哦...
x86保护模式编程教程,简明易懂,进入低层编程的门槛,很不错的资料哦-x86 protected mode programming guides, simple, low-level programming to enter the threshold of very good information!
- 2022-02-16 03:32:28下载
- 积分:1
-
intel汇编的程序教程
intel汇编的程序教程-compilation of procedural manuals
- 2022-03-13 07:56:54下载
- 积分:1
-
字典排序单词表中插入单词汇编语言文件操作和字符串操作
字典排序单词表中插入单词汇编语言文件操作和字符串操作-word dictionary ranking table, insert the word assembly language file manipulation and string manipulation
- 2022-08-14 22:13:36下载
- 积分:1
-
16550串口com口文件收发与计时
从输入文件如in.txt读取数据,经com1端口发送(自发自收),收到的内容存入输出文件如out.txt。
在按键后启动发送,并开始计时,发送完毕后,结束计时,并显示发送所花时间。
- 2023-08-27 22:20:03下载
- 积分:1
-
发光二极管灯的脉宽调制控制逐步消除过程中的应用…
PWM 控制 LED 灯渐亮渐灭程序
适用 ME300B 开发系统
利用定时器控制产生占空比可变的 PWM 波
按K1,PWM值增加,则占空比减小,LED 灯渐暗。
按K2,PWM值减小,则占空比增加,LED 灯渐亮。
当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警。-PWM control of LED lights getting brighter gradually eliminate procedures apply ME300B development system the use of timer control which produces a variable duty cycle PWM wave by K1, PWM value is increased, then the duty cycle decreases, LED lights dimming. According to K2, PWM value is reduced, then the duty cycle increases, LED lights gradually brighter. When the PWM value is increased to maximum or reduced to minimum, the buzzer will alarm.
- 2022-07-12 19:36:16下载
- 积分:1
-
pic高亚报警器程序,用的是12c508a.后缀改称txt
pic高亚报警器程序,用的是12c508a.后缀改称txt-pic-Asia alarm procedures, using the 12c508a. Txt extension renamed
- 2022-11-28 10:40:03下载
- 积分:1
-
STM32汇编LCD初始化
应用背景
本人原创STM32汇编实现LCD的显示,目前搜遍全球也没有STM32汇编实现LCD显示的代码。 编译器 ARM-NONE-EABI ,是在LINUX下编译的。
代码很复杂不容易看懂,我用了很长时间才写出来,大概有1000行汇编代码,写了半个多月才写出来,真是不容易啊。 程序包括IO设置 时钟初始化,NVIC中断设置,定时器,温度传感器等,红外遥控, 然后在LCD上显示
关键技术
初始化代码
shizhong:
ldr r0, = 0x40021000
ldr r1, = 0x14D83
str r1, [r0]
gsszbz:
ldr r2, [r0]
ldr r1, = 0x20000
tst r1, r2 @高速时钟标志位
bne rccchushihua
b gsszbz
rccchushihua:
ldr r0, = 0x40022000
mov r1, # 0x00000032
str r1, [r0] &n
- 2022-03-12 04:17:41下载
- 积分:1