-
用汇编语言写的一个windows屏幕保护程序
用汇编语言写的一个windows屏幕保护程序-huibiantuxiang
- 2023-05-18 15:15:04下载
- 积分:1
-
5V数字电压表汇编程序,本程序已通过调试,
0-5V数字电压表汇编程序,本程序已通过调试,-0-5V digital voltage meter assembler, the program has passed through debugging,
- 2022-01-24 14:46:09下载
- 积分:1
-
一个汇编写的小程序,可以显示本机的主机名和IP地址
一个汇编写的小程序,可以显示本机的主机名和IP地址-a compilation of writing small programs, the machine can show hosts and IP addresses
- 2022-02-02 05:45:44下载
- 积分:1
-
WinAsm32的确是一本好的教材,不管你是初学者,还是高手,都能从它里面学到很多的东西....
WinAsm32的确是一本好的教材,不管你是初学者,还是高手,都能从它里面学到很多的东西.-WinAsm32 is a good material, whether you are a beginner or expert, can learn from the inside many things.
- 2023-08-05 15:25:04下载
- 积分:1
-
可以实现自动升降旗系统功能的汇编源码,欢迎大家下载使用,很容易理解。...
可以实现自动升降旗系统功能的汇编源码,欢迎大家下载使用,很容易理解。-Take-off and landing can be achieved automatically flag the compilation of source system are welcome to download the U.S. use, it is easy to understand.
- 2023-02-22 19:10:03下载
- 积分:1
-
LPC2000 启动代码Start.s文件简要分析
LPC2000 启动代码Start.s文件简要分析
先说一下启动代码的位置,启动代码是在板子加电后首先执行的。所以非要用汇编来写才行。
要完成处理器模式的初始化、设置中断向量表、设置各个模式下的堆栈、初始某些变量从而把
系统带到一个合适的运行环境中开始用户程序的运行。
本段设置处理器的模式相关常量
- 2023-08-02 02:00:02下载
- 积分:1
-
编的不好,请多多指教,32位的十六进制转换十进制并显示。
编的不好,请多多指教,32位的十六进制转换十进制并显示。-series of the poor, exhibitions, the 32 hexadecimal and decimal conversion shows.
- 2023-06-23 07:30:04下载
- 积分:1
-
8 LED simulated binary addition operations. Asm 8 months LED simulated binary ad...
8个发光管模拟二进制加法运算.asm 8个发光管模拟二进制加法运算.asm-8 LED simulated binary addition operations. Asm 8 months LED simulated binary addition operations. Asm
- 2022-06-03 11:35:32下载
- 积分:1
-
一个基于单片机数字电压表1602的液晶程序,用汇编语言编写。
一个基于单片机数字电压表1602的液晶程序,用汇编语言编写。-A digital voltage meter based on the 1602 single-chip LCD procedures used to compile languages.
- 2022-06-16 08:48:02下载
- 积分:1
-
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60...
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。-Title: the use of nested conditional operator to complete this question: academic> = 90 points with A classmate said that 60-89 between the use of B said that the 60 points or less with C said. 1. Program analysis: (a> b)? A: b This is a conditional operator s basic example.
- 2022-03-15 13:45:59下载
- 积分:1