-
East
东西方向各有一组红,黄,绿灯用于指挥交通,红,黄,绿的持续时间分别为25s,5s,20s。
-East-west direction have a group of red, yellow and green light for directing traffic, red, yellow and green are the duration of 25s, 5s, 20s.
- 2022-06-29 13:08:47下载
- 积分:1
-
keil51的手册,开发硬件也不错呀,这是最常用的汇编工具,用的人很多...
keil51的手册,开发硬件也不错呀,这是最常用的汇编工具,用的人很多-keil51 manuals, development hardware has a good game, which is a compilation of the most commonly used tools, a lot of people
- 2022-01-29 03:25:22下载
- 积分: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
-
3、编写口令程序
要求:
1) 口令是随系统时间而变动的。(在输入口令前应先把当时的系统时间显示在屏幕上)
2)口令输入有次数限制。(口令与时间有关...
3、编写口令程序
要求:
1) 口令是随系统时间而变动的。(在输入口令前应先把当时的系统时间显示在屏幕上)
2)口令输入有次数限制。(口令与时间有关,但不能直接输与显示在屏幕上时间的数值,应进行运算。
3)、口令输入正确后进入选歌菜单,可选3首以上歌曲,可任意停止返回菜单。-3, the preparation of password procedures require: 1) The password is with the system changes over time. (Enter the password in the system at that time before the time displayed on the screen) 2) have a limited number of password input. (Password and time, but should not direct transmission and display on the screen time value calculations should be carried out. 3), enter the correct password selected songs backward menu options for more than three songs, free to stop the return of the menu.
- 2022-03-22 00:03:09下载
- 积分:1
-
IA-32汇编原代码,mars算法.相比于c/c++写的原代码,效率更高-IA-32 compilation of the original code, mars algorithm. Compared to c/c++ Write the original code, more efficient
- 2022-04-19 18:54:28下载
- 积分:1
-
这是c++种比较实用的优先级的选择问题,主要为了资料的查阅方便...
这是c++种比较实用的优先级的选择问题,主要为了资料的查阅方便-c++batter choice
- 2022-09-27 21:00:03下载
- 积分:1
-
这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。...
这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。-masm32 used for the preparation of a request for the two majors and least common multiple procedures, and a visual interface.
- 2023-04-23 18:25:03下载
- 积分:1
-
AVRSTUDIO中文HELP AVRSTUDIO中文HELP
AVRSTUDIO中文HELP AVRSTUDIO中文HELP-HELP AVRSTUDIO Chinese AVRSTUDIO Chinese HELP AVRSTUDIO中文HELP
- 2023-01-18 11:30:04下载
- 积分:1
-
This is a brushless DC motor speed control based on the DSP2407 source code, eve...
这个是直流无刷电机的基于DSP2407的速度控制源代码,希望对大家有所帮助,平台是CCS2-This is a brushless DC motor speed control based on the DSP2407 source code, everyone would like to help, platform is CCS2
- 2022-07-06 22:52:11下载
- 积分:1
-
MSP430F135的TA操作代码,绝对的真实可行.放心下载
MSP430F135的TA操作代码,绝对的真实可行.放心下载-MSP430F135 the TA operation code, is absolutely true feasible. Rest assured Download
- 2022-03-01 06:46:42下载
- 积分:1