-
汇编,bios功能调用,直接控制光驱开关
汇编,bios功能调用,直接控制光驱开关-compilation, bios function, direct control drive Switches
- 2022-08-05 16:49:10下载
- 积分:1
-
homemade clocks and clock interrupt handling procedures in the establishment of...
自制时钟及时钟中断处理程序的编制
在CMD下运行,在右上角将出现当前的时间,同时可以输入CMD下的各种命令
相当于把单任务的操作系统改成多任务(一个显示时间,一个处理各种命令)-homemade clocks and clock interrupt handling procedures in the establishment of CMD running, in the upper right-hand corner there will be the current time, CMD also can be imported under the order amounts to a single task into multi-task operating system (a show, deal with a variety of orders)
- 2022-01-22 09:07:33下载
- 积分: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
-
The use of four known control points and its corresponding image point coordinat...
利用四个已知控制点及其对应像点坐标解求六个外方位元素(即空间后方交会) (2009-04-24, Visual动态输入控制点个数,比例尺以及焦距和各个控制点的像点坐标和地面点坐标,确定航片的6个外方位元素-The use of four known control points and its corresponding image point coordinates solution seeking six elements of exterior orientation (ie, space resection) (2009-04-24, Visual Dynamic Input control points number, scale, and the focal length and the various control points, as point coordinates and ground point coordinates to determine the aerial photograph of the six exterior orientation elements
- 2022-11-17 14:25:03下载
- 积分:1
-
适用于内藏SED1335及其兼容控制器的320X240点阵字符
适用于内藏SED1335及其兼容控制器的320X240点阵字符-Applicable to embedded controller SED1335 compatible and SHARP-LM32019T 320X240 dot matrix characters
- 2022-05-23 09:29:40下载
- 积分:1
-
51 LCD Simulator demo fat fat fat occurred occurred occurred occurred occurred i...
51仿真器液晶显示演示程序发发 发发生 发放发生的发生发生地方-51 LCD Simulator demo fat fat fat occurred occurred occurred occurred occurred issuing places
- 2023-04-25 17:45:03下载
- 积分:1
-
80x86asm Programming Guide based Chinese version
80x86asm程序设计基础教程中文版-80x86asm Programming Guide based Chinese version
- 2022-06-14 01:27:39下载
- 积分:1
-
This code may be reused for any educational or non
This code may be reused for any educational or non-commercial application without further licence Contact the author at BrianLBurns@att.net for any other use.
- 2022-03-18 08:58:41下载
- 积分:1
-
assembly language series of the alarm clock procedures
用汇编语言编的闹钟程序-assembly language series of the alarm clock procedures
- 2023-02-13 20:40:03下载
- 积分:1
-
几个汇编小程序 例如字符传换,显示字符串 爱好学汇编者下载一用...
几个汇编小程序 例如字符传换,显示字符串 爱好学汇编者下载一用-compilation of several small programs- for example, for characters, the string-loving study showed compilers with a download
- 2022-02-06 13:13:04下载
- 积分:1