-
基于STC5410单片机AD功能模块测试
基于STC5410单片机AD功能模块测试-Based on test STC5410AD
- 2022-09-15 22:10:03下载
- 积分:1
-
在屏幕上开出三个窗口:起止坐标为(5,10)和(15,30),(5,50)和(15,70),(18,15)和(22,65)。要求可用左右方向键选择左窗口或右窗口
在屏幕上开出三个窗口:起止坐标为(5,10)和(15,30),(5,50)和(15,70),(18,15)和(22,65)。要求可用左右方向键选择左窗口或右窗口为当前活动窗口。当一行字符显示满后(左右窗口一行显示20个字符,下窗口显示50个字符),窗口自动向上卷动一行,输入的字符仍显示与最低一行,窗口最高一行向上卷动后消失。用上下方向键可使活动窗口及下窗口内容同时上卷或下卷。输入‘ESC’后结束程序。(huangyujie)-screen out three windows : starting and ending coordinates (5,10) and (15, 30), (5,50) and (15.70) (18.15) and (22.65). Asked about the direction keys can be used to choose the left or right window to window to window current activities. When his characters show after the expiration of (his show window about 20 characters, the next window displays 50 characters), the window automatically scrolling upward here, the importation of characters showed that the minimum here, his highest window scrolling upward disappeared. Up and down direction keys enable activities under the window and window content, but on the next volume or volumes. Importation "ESC" end after the procedure. (Huangyujie)
- 2022-07-13 02:20:18下载
- 积分:1
-
此程序是关系电子时钟的,用汇编写成,功能比较完哟
此程序是关系电子时钟的,用汇编写成,功能比较完哟-this program is the electronic clock with a compilation languages, a more complete functional yo
- 2023-06-18 22:05:03下载
- 积分:1
-
在微软程序中的文件分配
file allocation in Ms dos program
- 2022-03-17 18:04:00下载
- 积分:1
-
飞利浦的80C552的AD采集测试程序,并通过串口发送到PC机
飞利浦的80C552的AD采集测试程序,并通过串口发送到PC机-An A/D Transfermision Program which used Phillips 80C552 chip,And send data to PC by serial port.
- 2022-03-23 22:58:47下载
- 积分:1
-
FASM WIN ERROR INC 文件,仔细整理了WINDOWS 错误号,fasm格式
FASM WIN ERROR INC 文件,仔细整理了WINDOWS 错误号,fasm格式-FASM WIN ERROR INC documents, carefully compiled WINDOWS error No., fasm format
- 2023-04-30 23:30: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
-
sql server工具sql server工具
sql server工具sql server工具-sql server tools sql server tools
- 2022-02-12 03:05:16下载
- 积分:1
-
pe 文件编程:pe
pe 文件编程:pe-locknt 的解密程序.rar-pe programming documents : pe-locknt the declassification procedures. Rar
- 2022-02-12 04:17:29下载
- 积分:1
-
tlv2544/48例行公事
TLV2544/48 Interface routine
- 2022-05-13 05:16:19下载
- 积分:1