-
asm汇编语言详细教程
asm汇编语言详细教程-asm detailed guide assembly language
- 2022-03-12 03:45:51下载
- 积分:1
-
C++ Realize operating system in the banker
C++实现操作系统中的银行家算法,只具有实现算法中的核心部分的代码,没有图形界面,有待修改.-C++ Realize operating system in the banker
- 2022-06-19 23:51:17下载
- 积分:1
-
本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成...
本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成此题目时要有适当的设置,确定灯按钮,单,双灯作为报警显示),同时还应该能够清零。-the subject of the main demands is to achieve the alarm clock function : to design a display of accurate digital clock, the time displayed by the system for 12 hours, showing the time of seconds, and can achieve the afternoon. Can manually school, regular (completion of this topic have appropriate settings, to determine button lights alone, as the police showed two-lamp), but also should be able to reset.
- 2022-10-20 01:10:03下载
- 积分:1
-
试下发的上来不,同时,哎哟,搞点资料哦,好难
试下发的上来不,同时,哎哟,搞点资料哦,好难-Examination of the table is not issued at the same time, Oh, come up with something the information Oh,好难
- 2022-06-30 13:29:22下载
- 积分:1
-
BCD multiply, the compilation environment where no compression BCD multiplicatio...
BCD码相乘,汇编环境里没有对压缩BCD码相乘的调整,相当于作业吧!-BCD multiply, the compilation environment where no compression BCD multiplication of adjustment, which is equivalent to operating!
- 2023-08-17 02:25:03下载
- 积分:1
-
an ordinary music source!
一个普通的音乐演奏源程序!-an ordinary music source!
- 2022-01-31 12:50:47下载
- 积分: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
-
在java代码教材第三章源代码java程序代码
JAVA程序编码 JAVA课本代码第三章原代码-Java program code in Java code textbooks Chapter III source code
- 2022-02-22 10:39:36下载
- 积分:1
-
at24系列存储器的汇编语言存储程序,内容比较详细
at24系列存储器的汇编语言存储程序,内容比较详细-at24 series of assembly language memory storage procedure, the contents of a more detailed
- 2022-03-18 02:17:09下载
- 积分:1
-
Windows Environment 32
Windows环境下32位汇编语言程序设计配套书源码第8章-Windows Environment 32-bit assembly language programming book source package in Chapter 8
- 2023-05-18 18:15:04下载
- 积分:1