-
fet140_ta_03
fet140_ta_03
- 2022-02-21 23:58:01下载
- 积分:1
-
Cast256算法软件.用汇编语言编写.
Cast256算法软件.用汇编语言编写.-Cast256 algorithm software. Prepared to use assembly language.
- 2022-01-26 02:21:35下载
- 积分:1
-
有关c的各种类型编程题,有助于初学者更快更好的了解c!
有关c的各种类型编程题,有助于初学者更快更好的了解c!-Various types of programming questions related to c will help beginners faster and better understanding of c!
- 2022-01-25 14:29:32下载
- 积分:1
-
asm 编的vxd例子,不会重复的够多了哦,
asm 编的vxd例子,不会重复的够多了哦,-asm series vxd example, not repetitive enough oh,
- 2022-03-18 23:26:40下载
- 积分:1
-
这是一个流水灯加汽灯控制程序。采用四位的拨码开关,低电平有效。...
这是一个流水灯加汽灯控制程序。采用四位的拨码开关,低电平有效。-This is a wasted signals Yiding control procedures. The use of dial-4 switches, low-level effective.
- 2022-07-07 10:04:43下载
- 积分:1
-
一个由asm编写的程序,程序用于自动产生若干个随机数
一个由asm编写的程序,程序用于自动产生若干个随机数-Asm prepared by a procedure, the procedure used to automatically generate a number of random numbers
- 2023-08-03 19:45:02下载
- 积分:1
-
费额显示器的通信程序和图纸,
费额显示器的通信程序和图纸,-fee for monitors communications procedures and drawings,
- 2022-04-25 07:52:11下载
- 积分: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
-
文件中的程序是用汇编实现的在黑屏一位置画一车型不断刷新屏幕使人看到的效果是车在向前动。...
文件中的程序是用汇编实现的在黑屏一位置画一车型不断刷新屏幕使人看到的效果是车在向前动。-document the procedures used in the compilation of achieving a position of blank screen painting a continuously updated models screen people saw the results is the car move forward.
- 2022-01-28 05:04:57下载
- 积分:1
-
PIC Microcontroller in ICD1 do the cycle of LED lights flashing procedure
PIC单片机在ICD1上做LED灯的循环闪烁程序-PIC Microcontroller in ICD1 do the cycle of LED lights flashing procedure
- 2023-08-28 09:05:04下载
- 积分:1