-
用汇编语言编写的简短小巧的记事本程序
用汇编语言编写的简短小巧的记事本程序-assembler language short compact notebook procedures
- 2023-03-26 16:25:04下载
- 积分:1
-
各种汇编课程设计 对需要课设的 还有练习汇编语言的同学很有帮助哦...
各种汇编课程设计 对需要课设的 还有练习汇编语言的同学很有帮助哦-Compilation of curriculum design for a variety of courses required for the assembly language practice also very helpful Oh the Student
- 2022-10-26 06:35:03下载
- 积分:1
-
x86 mmx 汇编指令大全
x86 mmx 汇编指令大全-x86 mmx compilation instructions Daquan
- 2022-07-18 22:40:51下载
- 积分:1
-
- 2022-09-16 09:30:03下载
- 积分:1
-
脑电信号的分析算法的全面概述,包含李氏指数复杂度等
脑电信号的分析算法的全面概述,包含李氏指数复杂度等-EEG analysis algorithm overview, including complexity, such as Lyapunov exponent
- 2022-01-24 13:21:35下载
- 积分:1
-
C++ Realize operating system in the banker
C++实现操作系统中的银行家算法,只具有实现算法中的核心部分的代码,没有图形界面,有待修改.-C++ Realize operating system in the banker
- 2022-06-19 23:51:17下载
- 积分:1
-
用2407控制三相交流电机的程序,c语言
用2407控制三相交流电机的程序,c语言-with 2,407 three-phase AC motor control procedures, language c
- 2022-09-02 01:35: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
-
在集成电路中,通常采用T型解码网络实现数字量往模拟的转换,再利用运算放大器完成模拟电流变为模拟电压的转换。所以,要把一个数字量变为模拟电压,实际上需要两个环节,...
在集成电路中,通常采用T型解码网络实现数字量往模拟的转换,再利用运算放大器完成模拟电流变为模拟电压的转换。所以,要把一个数字量变为模拟电压,实际上需要两个环节,先把数字量变为模拟电流,这是由D/A转换器完成的;再将模拟电流变成模拟电压,这是由运算放大器完成的。有时D/A转换器芯片只包含前一个环节,有些D/A转换器则包含两个环节,用前一种芯片时,需要外接运算放大器才能得到模拟电压。-In integrated circuits, the usual T-decode digital networks to analog conversion, and then complete the simulation of the use of op-amp current into the analog voltage conversion. Therefore, it is necessary to become a digital simulation of voltage, in fact, need two links, first into a digital simulation of currents, this is determined by D/A converters completed then simulate current into the analog voltage, this is determined by computing completed amplifier. Sometimes D/A converter chip contains only a part before, some D/A converter includes two aspects, before a chip, the need for external op-amp voltage can be simulated.
- 2022-03-04 04:10:59下载
- 积分:1
-
compiled code, dos system function, shows black
汇编代码,dos系统功能调用,显示黑白工字-compiled code, dos system function, shows black-and-white character
- 2022-01-22 04:00:17下载
- 积分:1