-
计算操作程序,并提供了VB源代码
计算操作程序,并提供了VB源代码-calculation procedures, and provide the source code in VB
- 2023-01-19 09:45: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
-
Traffic Light Controller Please note: This case is described in various sources...
交通灯控制器
请注意:
本例的各个源描述的编译顺序应该是:
64_tlc.vhd
64_test_vector.vhd-Traffic Light Controller Please note: This case is described in various sources to compile the order should be: 64_tlc.vhd 64_test_vector.vhd
- 2022-09-02 15:40:02下载
- 积分:1
-
PIC程序
PIC程序-PIC procedure
- 2022-01-23 10:35:46下载
- 积分:1
-
基于DSP的自适应滤波器的设计与实现(C54x上实现)的源代码,采用C和汇编混合编程,希望对大家有用...
基于DSP的自适应滤波器的设计与实现(C54x上实现)的源代码,采用C和汇编混合编程,希望对大家有用-DSP-Based Adaptive Filter Design and Implementation (C54x achieve) the source code, the use of mixed C and assembler programming, we hope to be useful ...
- 2022-07-01 00:30:53下载
- 积分:1
-
贪食蛇汇编代码,6502内核环境下开发,调用时去掉一些头文件,在环境里定义ram的起始地址就可以编译...
贪食蛇汇编代码,6502内核环境下开发,调用时去掉一些头文件,在环境里定义ram的起始地址就可以编译-贪食蛇assembly code, 6502 kernel development environment, called to remove a number of header files, in the definition of environment ram start address can be compiled
- 2022-08-10 09:28:39下载
- 积分:1
-
EMC 78P156 控制蓝牙芯片,实现车载蓝牙电话通讯.
EMC 78P156 控制蓝牙芯片,实现车载蓝牙电话通讯.-EMC 78P156 control of Bluetooth chips, realize Car Bluetooth telephone communications.
- 2022-07-07 20:55:40下载
- 积分:1
-
文件服务器
文件服务器,文件里有详细的服务器源代码和客户端源代码 非常实用
- 2022-08-07 22:06:57下载
- 积分:1
-
用汇编语言实现单片机电流检测程序
用汇编语言实现单片机电流检测程序-ASM
- 2022-06-16 02:28:18下载
- 积分:1
-
51 traffic lights designed for use 74LS273 as the output port with assembler, ci...
51交通灯设计用74LS273作为输出口,带汇编程序,电路图。-51 traffic lights designed for use 74LS273 as the output port with assembler, circuit diagrams.
- 2022-01-25 23:16:59下载
- 积分:1