-
在微软程序中的文件分配
file allocation in Ms dos program
- 2022-03-17 18:04:00下载
- 积分:1
-
it is turbo c 2.0.
这个东西就是turbo c 2.0.
这样够字数了么?-it is turbo c 2.0.
- 2022-01-25 18:15:05下载
- 积分:1
-
有好多vb入门代码,其中注释较多,
请根据要求查看!
有好多vb入门代码,其中注释较多,
请根据要求查看!-Vb has a lot of entry-code, which notes more, please ask to see!
- 2023-07-19 22:05: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
-
汇编语言实现两台微机之间通过RS
汇编语言实现两台微机之间通过RS-232C电缆连接实现串行通信。
1、异步方式全双工通信,每次传送单个字符,能连续发送和接收。
2、通信双方采用程序查询方式。
-Microcomputer assembly language to achieve between the two RS-232C serial communication cable connection. 1, full-duplex asynchronous communications, each transmission of a single character can send and receive continuous. 2, communications procedures for both the use of inquiry methods.
- 2022-03-16 06:09:27下载
- 积分:1
-
利用实验装置,设计一个简易加法计算器的原理线路,编制应用程序,实现三位十进制无符号数的加法。...
利用实验装置,设计一个简易加法计算器的原理线路,编制应用程序,实现三位十进制无符号数的加法。-asm
- 2022-02-26 22:41:20下载
- 积分:1
-
汇编语言实现的烟花效果,包括源代码和EXE文件,C.
用汇编实现的一个烟花效果,包括源代码和exe文件,直接可以看效果-Assembler to achieve a fireworks effects, including source code and exe files, can be seen the direct effect of
- 2022-02-14 23:21:12下载
- 积分:1
-
本代码为基于TMS320VC5402的多种滤波方法的代码程序
本代码为基于TMS320VC5402的多种滤波方法的代码程序-based on the code for a variety of TMS320VC5402 filtering procedure code
- 2022-06-01 16:49:23下载
- 积分:1
-
Win32汇编编程系列 本帮助文件由yyc个人整理后出版,内容全摘自网络。版权归实际作者所有。 为了让网友们能更好的学习Win32汇编编程,于是我为大家将网上的...
Win32汇编编程系列 本帮助文件由yyc个人整理后出版,内容全摘自网络。版权归实际作者所有。 为了让网友们能更好的学习Win32汇编编程,于是我为大家将网上的资料整理成一个帮助文件。 本帮助文件包括:Iczelion的Win32汇编教程、Iczelion 的 ODBC 教程、Iczelion 的 VxD 教程共三部分-Win32 programming compilation series from the paper to help sort out yyc personal publishing, as extracted from the entire network. All Banquangui actual author. To allow net surfers can be a better learning Win32 compilation of programming, so I will be online for all the information to help compile a document. The help files include : Iczelion Guide to the Win32 compilation, Iczelion ODBC Guide, the VxD Iczelion Guide is divided into three parts
- 2022-11-22 22:05:03下载
- 积分:1
-
单片机数字电容表C程序 想要具体电路的话发邮件给我
单片机数字电容表C程序 想要具体电路的话发邮件给我-Single-chip digital capacitors Table C procedures specific circuit if you want to email to me
- 2022-03-29 16:58:04下载
- 积分:1