-
该C语言编写的程序能计算出细胞的个数,如果对生物感兴趣的同学可下载....
该C语言编写的程序能计算出细胞的个数,如果对生物感兴趣的同学可下载.-the C language procedure to calculate the number of cells, the right biological interested students can download.
- 2022-05-07 14:14:28下载
- 积分:1
-
显示当前时间系统
显示当前系统时间-show the current time system
- 2023-06-26 20:45: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
-
汇编语言汇编语言源代码的五子棋源代码…
汇编语言五子棋的源代码 汇编语言五子棋的源代码-Assembly language assembly language source code backgammon backgammon source code
- 2022-06-01 01:14:18下载
- 积分:1
-
Sorting order by using assembly language
Sorting order by using assembly language
- 2023-05-12 08:25:02下载
- 积分:1
-
汇编dos系统功能调用,用户输入10学号,程序按照一定规则进行回显...
汇编dos系统功能调用,用户输入10学号,程序按照一定规则进行回显-compilation dos system function, the user 10 school, according to a certain procedure rules to significantly
- 2022-07-08 06:29:10下载
- 积分:1
-
Great!A software of assembly,in assembly language.you can get the clew to carry...
不错,汇编小软件!用汇编编的。 具体功能在你编译后运行的时候会有提示。:)-Great!A software of assembly,in assembly language.you can get the clew to carry out the function as soon as you run this program.
- 2022-12-01 13:50:03下载
- 积分:1
-
this program is use fo calculate the cube of 0~6,which defined as a array in the...
查0~6的立方值,在内存的TABLE中存放-this program is use fo calculate the cube of 0~6,which defined as a array in the ram memory
- 2022-03-05 18:12:16下载
- 积分:1
-
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教...
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教-a simple execl (linux) server code, any problem, please enlighten
- 2023-06-22 18:05:04下载
- 积分:1
-
这个程序教大家如何再多文档中应用程序的状态条
这个程序教大家如何再多文档中应用程序的状态条-This process taught everyone how to further document the status of the application of Article
- 2022-07-03 11:03:53下载
- 积分:1