-
创建结构体,以birthday,学号、姓名为数据成员。赋值并输出。...
创建结构体,以birthday,学号、姓名为数据成员。赋值并输出。-Create a structure to birthday, school number, name of data members. Assignment and output.
- 2023-04-06 19:30:03下载
- 积分:1
-
此程序是关系电子时钟的,用汇编写成,功能比较完哟
此程序是关系电子时钟的,用汇编写成,功能比较完哟-this program is the electronic clock with a compilation languages, a more complete functional yo
- 2023-06-18 22:05:03下载
- 积分:1
-
keil c51教程 keil c51教程
keil c51教程 keil c51教程-keil c51keil c51keil c51keil c51
- 2023-08-06 10:15:04下载
- 积分:1
-
汇编语言符号和符号资料概要
汇编语言符号和教材符号汇总-assembly language symbols and symbols materials Summary
- 2023-07-05 18:00:02下载
- 积分: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
-
28f512 DOS
DOS下基于28f512的小型文件系统
format.asm/list.asm/erasetes.asm/readfl.asm/start.asm/writefl.asm-28f512 DOS-based file system of small format.asm/list.a sm/erasetes.asm/readfl.asm/start.asm/wri tefl.asm
- 2022-03-13 08:39:46下载
- 积分:1
-
pe 文件编程:计算文件crc.rar
pe 文件编程:计算文件crc.rar
-pe documents programming : calculation documents crc.rar
- 2022-03-03 05:09:12下载
- 积分:1
-
功能:运行可执行文件11.exe,在出现的界面中输入任意文本内容,利用DEL键、BACKSPACE键、HOME键、END键、上下左右光标键对文本进行全屏幕编辑。...
功能:运行可执行文件11.exe,在出现的界面中输入任意文本内容,利用DEL键、BACKSPACE键、HOME键、END键、上下左右光标键对文本进行全屏幕编辑。
按f1键激活菜单file,下移光标,通过选择New;Open;Save As;Save;Exit子菜单实现文件的新建;打开;另存;保存和退出等功能。按f10激活帮助,给出帮助信息;按ESC键退出帮助。
-Function: Run the executable file 11.exe, the interface appears, enter any text, using DEL key, BACKSPACE key, HOME key, END key, up and down cursor keys left full-screen editing of text. Press f1 key to activate the menu file, down cursor, by selecting the New Open Save As Save Exit sub-menu to achieve a new document open Save save and exit functions. Press f10 to activate help, give help information Press ESC key to exit help.
- 2022-03-21 08:35:24下载
- 积分:1
-
汇编语言实例 好的很!
汇编语言实例 好的很!-assembly language is a good example!
- 2022-02-28 19:53:55下载
- 积分:1
-
汇编语言实现的控制小键盘的小程序,输入字母数字时能在小键盘上显示出来...
汇编语言实现的控制小键盘的小程序,输入字母数字时能在小键盘上显示出来-Assembly language to achieve the control of a small keyboard applet, enter the alphanumeric keyboard can be displayed in a small out
- 2023-08-24 06:40:04下载
- 积分:1