-
这是一个用PIC16F73 MCP2515的驱动程序、应用程序连接到PC通过…
This is an MCP2515 driver application using a PIC16F73, connected to the PC through the serial port.
In the firmware you can easily configure the MCP in TX, RX or LOOPBACK mode.
- 2022-08-24 10:20:55下载
- 积分:1
-
dos memory management sample
dos memory management sample
- 2023-05-10 00:55:05下载
- 积分:1
-
用汇编设计音乐程序
用汇编设计音乐程序-with music compilation design procedures
- 2023-06-27 17:50:02下载
- 积分:1
-
这个代码是关于计算机考试的。使用VB编的。比较简单。
这个代码是关于计算机考试的。使用VB编的。比较简单。-code on the computer examination. VB series. Relatively simple.
- 2022-03-14 04:58:41下载
- 积分:1
-
win32 compilation from dynamic memory approach to obtain the use of API This me...
win32汇编以从内存中动态获取的办法使用API;这种方法使得在pe文件的输入表中看不到该api-win32 compilation from dynamic memory approach to obtain the use of API This method makes the pe file input table can not see the api
- 2023-01-22 01:25:03下载
- 积分:1
-
基于DSK5402的MP3的制作.代码保证正确
基于DSK5402的MP3的制作.代码保证正确-DSK5402 the MP3-based production. Code to ensure that the correct
- 2022-03-26 00:06:19下载
- 积分:1
-
6led the assembler, compiler revealed 12345678
6led的汇编程序,编译后显示12345678-6led the assembler, compiler revealed 12345678
- 2022-01-25 17:06:16下载
- 积分:1
-
题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语
题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语句或if语句判断第二个字母。-Title: Please enter a few weeks the first letter to determine what is the day of the week, if the first letter of the same, then continue to determine the second letter. 1. Program analysis: statement by the situation better, if the first letter of the same, then the judge with the case statement or statements to determine if the second letter.
- 2022-12-08 13:50: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
-
用汇编做的一个编制演奏音乐的的小程序, 是一次课程设计的题目!...
用汇编做的一个编制演奏音乐的的小程序, 是一次课程设计的题目!-do with the compilation of a music concert establishment of small procedures, curriculum design is a topic!
- 2022-10-05 11:50:03下载
- 积分:1