-
ASM PIC和PC
用汇编语言实现 单片机与PC通信实例 -asm pic &pc
- 2022-01-25 18:31:43下载
- 积分:1
-
我对汇编语言学习一些,在此提供一些源码,大家可试一下。...
我对汇编语言学习一些,在此提供一些源码,大家可试一下。-I have to learn some assembly language, in this to provide some source code, we can try.
- 2022-09-12 21:35:03下载
- 积分:1
-
编写程序,程序运行时使PC机成为一架可弹奏的“钢琴”。当按下数字键1~8,依次发出1,2,3,4,5,6,7,I八个音调。按CTRL+C则退出“钢琴”状态。...
编写程序,程序运行时使PC机成为一架可弹奏的“钢琴”。当按下数字键1~8,依次发出1,2,3,4,5,6,7,I八个音调。按CTRL+C则退出“钢琴”状态。-Write a program, the program is running to make PC-1 may play into the " piano." When pressing the number keys 1 to 8, followed by issue of 1,2,3,4,5,6,7, I eight tones. Press CTRL+ C has withdrawn from the " Piano" state.
- 2022-03-23 18:51:33下载
- 积分: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
-
TMS320C2812进行汇编语言编程的指导手册,对关键的命令进行详细的举例说明。...
TMS320C2812进行汇编语言编程的指导手册,对关键的命令进行详细的举例说明。-TMS320C2812 assembly language programming for the instruction manual, the key command to conduct a detailed example.
- 2022-03-19 17:28:09下载
- 积分:1
-
本程序是一个代有带纠错码的串行通信子程序 功能:发送方将数据连发三此,接受方按位进行最大概率纠错。程序返回时,若标志位ERR返回为1,则表示
通信失败;否...
本程序是一个代有带纠错码的串行通信子程序 功能:发送方将数据连发三此,接受方按位进行最大概率纠错。程序返回时,若标志位ERR返回为1,则表示
通信失败;否则。接收结果放在A寄存器中。
很简单很经典的例子。有资源大家共享哦-This procedure is an error-correcting code generation has to bring the serial communication subroutine functions: sender data Lianfa three of this, the recipient in accordance with the maximum probability of bit error correction. Procedures for the return, if the flag ERR return for one, it means that communications failed otherwise. Receive the results on the A register. Very simple classic example. U.S. has resources to share, oh
- 2023-03-08 01:40:04下载
- 积分:1
-
x86 assembly language instructions Daquan
x86汇编语言指令大全-x86 assembly language instructions Daquan
- 2022-12-08 11:50:04下载
- 积分:1
-
notebook
记事本-notebook
- 2022-04-15 07:41:15下载
- 积分:1
-
数控电源,包括程序。硬件原理图。已经通过调试可以使用。...
数控电源,包括程序。硬件原理图。已经通过调试可以使用。-NC power supply, including the program. Hardware schematic diagrams. Have been through the debugger can be used.
- 2022-10-01 21:20:04下载
- 积分:1
-
在职学员培训课程管理系统
(1)系统基本数据的录入。
(2)可实现课程信息的查询、修改。
(3)可查询教师所授课程的评价内容。
(4)培训教材的...
在职学员培训课程管理系统
(1)系统基本数据的录入。
(2)可实现课程信息的查询、修改。
(3)可查询教师所授课程的评价内容。
(4)培训教材的录入、修改和查询。
-In-service training courses management system (1) system, basic data entry. (2) can be achieved curriculum information query, modify. (3) can be found by teachers delegate the evaluation of course content. (4) training materials input, modify, and query.
- 2022-03-24 14:41:51下载
- 积分:1