-
assembly language
汇编语言超浓缩教程-assembly language-enrichment Guide
- 2022-02-04 05:01:00下载
- 积分:1
-
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMes
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How
demonstrates uses: CreateWindow, CreateWindowEx, S endMessage and
GetMessage TranslateMessage and DispatchMessage, how does CreateFont
demonstrate uses API to found the Windows window to control
- 2022-11-17 12:00:03下载
- 积分:1
-
P1口的某口亮与不亮的变色,不断变色,作指示闪灯用
P1口的某口亮与不亮的变色,不断变色,作指示闪灯用-mouth of a P1-mouth and the bright color, continuously changing color, directed by flashes
- 2022-03-16 00:47:59下载
- 积分:1
-
声音处理声音处理的声音处理声音
声音处理~ 声音处理~ -voice handle voice processing ~ ~ ~ voice processing voice-processing voice processing
- 2023-05-21 06:20:03下载
- 积分:1
-
键盘中断程序 INT16
键盘中断程序 INT16-键盘中断程序
- 2022-04-22 04:35:30下载
- 积分:1
-
此程式为触摸按键的程式,注意不是触摸屏,可能对你有帮助
此程式为触摸按键的程式,注意不是触摸屏,可能对你有帮助-顺 式 为某 式, 注 獠?谴, 芏 邪
- 2022-03-11 15:09:11下载
- 积分:1
-
MSP430F135的TA操作代码,绝对的真实可行.放心下载
MSP430F135的TA操作代码,绝对的真实可行.放心下载-MSP430F135 the TA operation code, is absolutely true feasible. Rest assured Download
- 2022-03-01 06:46:42下载
- 积分:1
-
The RS
The RS-232 to RS-485 converter with pic16f628 microcontroller
- 2023-05-30 08:30:03下载
- 积分:1
-
汇编方面的CRC
汇编方面的CRC-32一个完整的Win32Asm例子-Compilation of CRC-32 a complete example Win32Asm
- 2022-07-09 11:27:06下载
- 积分: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