-
计算器的代码,一般用于计算器的工作
code for calculator generally used for working of calculator
- 2023-09-04 03:10:03下载
- 积分:1
-
地磅的程序及图纸,
地磅的程序及图纸,-loadometer procedures and drawings,
- 2022-10-24 00:00:03下载
- 积分:1
-
a practical subroutine
一个实用子程序――看门狗,存储器与 89C2051接口子程序-a practical subroutine-- watchdog, memory and interface subroutine 89C2051
- 2022-03-31 14:13:38下载
- 积分:1
-
sql server工具sql server工具
sql server工具sql server工具-sql server tools sql server tools
- 2022-02-12 03:05:16下载
- 积分:1
-
声音文件,可以通过文件的学习从而达到可以应用程序来这频率,从而达到学习的效果...
声音文件,可以通过文件的学习从而达到可以应用程序来这频率,从而达到学习的效果-voice file, you can use the document so as to achieve the learning process can be applied to this frequency, so as to achieve the effect of learning
- 2022-02-13 23:56:34下载
- 积分:1
-
PWM控制电机,编辑控制方式。在这个DEMO里建了一个函数F_Pwm(int a,int b) 用于PWM设置,传入两个参数第一个用于频率设置,第二个用于占空比...
PWM控制电机,编辑控制方式。在这个DEMO里建了一个函数F_Pwm(int a,int b) 用于PWM设置,传入两个参数第一个用于频率设置,第二个用于占空比设置。另外还开了外部中断可进行频率和占空比的步进,从而达到调整速度的目的-PWM motor control, edit control mode. In this DEMO was built inside a function F_Pwm (int a, int b) for the PWM settings, with two arguments the first one for the frequency setting, the second set for the duty cycle. It also opened the external interrupt can be the stepping frequency and duty cycle to achieve the purpose of adjusting the speed of
- 2022-02-01 17:37:59下载
- 积分:1
-
check each string of characters in the number of characters plus flow chart docu...
检查一串字符中每个字符出现的次数外加流程图说明文档-check each string of characters in the number of characters plus flow chart documentation
- 2022-04-29 06:18:16下载
- 积分: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
-
生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数
生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H-generation BCD. Name : BIN3toBCD4 Func : 2-byte binary integers-- gt; Gt; BCD four byte conversion (Comped BCD) Input : 3 band several low byte to high-byte stored in the internal RAM50H, 51H, chick modules Output : BCD who were low to high deposit on internal RAM53H, 54H, 55H, Social modules USE : R7-R0, Social-50H
- 2023-04-19 05:10:02下载
- 积分:1
-
这个程序是关于汇编编程的主要事例,通过它你能够叫早的学习到汇编的真谛...
这个程序是关于汇编编程的主要事例,通过它你能够叫早的学习到汇编的真谛-the procedure is on the compilation of the main programming examples, it can call you back to the compilation of learning the true meaning of
- 2023-04-01 21:10:03下载
- 积分:1