-
汇编中调用动态链接库的一个例子。
汇编中调用动态链接库的一个例子。-compilation called dynamic link library an example.
- 2022-07-23 18:44:09下载
- 积分:1
-
Principle of Microcomputer experimental procedures, including 8255,8253,8259
微机原理实验的程序,包括8255,8253,8259-Principle of Microcomputer experimental procedures, including 8255,8253,8259
- 2022-08-10 09:33:45下载
- 积分:1
-
省去繁杂的脑力劳动,自动生成LED的表格。
省去繁杂的脑力劳动,自动生成LED的表格。-avoid complicated mental, automatic generation LED form.
- 2022-04-29 03:37:58下载
- 积分:1
-
VB设计血压测量源码
创新实验设计血压测量仪的数据处理,即通过血压测量仪来收集数据。打开试验箱,运行程序则在PC上就可以仿真模拟出实际的血压值,该程序简单又实用,又具有数据存储及查询的功能,可以不断地存储测量数据,其中存储的数据包括姓名、年龄、性别、血压。
- 2023-05-13 11:35:02下载
- 积分:1
-
编译的c++原代码
编译的c++原代码-the original code
- 2022-12-18 07:45: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
-
这是用汇编语言开发的一种输入方法,简单灵活,词库多,已经在使用,但词库灵活程度还有待开发。...
这是用汇编语言开发的一种输入方法,简单灵活,词库多,已经在使用,但词库灵活程度还有待开发。-This is the development of assembly language with an input method, simple, flexible, thesaurus, and already in use, but also the flexibility of the thesaurus to be developed.
- 2022-01-25 20:38:20下载
- 积分:1
-
此程序为热水器控制板用,为我公司资深程序员开发.
此程序为热水器控制板用,为我公司资深程序员开发.-procedure for water heaters, control panel used in our company for the development of experienced programmers.
- 2022-05-09 02:31:25下载
- 积分:1
-
Stepper motor program control is a delicate describes the stepper motor work and...
步进电机程序控制是纤细介绍了步进电机的工作并实现模拟的分析文件-Stepper motor program control is a delicate describes the stepper motor work and the analysis of documents for analog
- 2022-05-26 14:53:24下载
- 积分:1
-
汇编语言问题以及说明文档
详细的汇编语言学习资料
汇编语言问题以及说明文档
详细的汇编语言学习资料-Assembly language issues as well as detailed documentation of the assembly language learning materials
- 2023-08-10 12:05:03下载
- 积分:1