-
电子钟,数码管显示,可以调整。程序十分简单,思路清晰。...
电子钟,数码管显示,可以调整。程序十分简单,思路清晰。-Electronic clock, digital display, you can adjust. Procedure is very simple, clear ideas.
- 2022-01-25 19:28:45下载
- 积分:1
-
c语言编译的计算器
为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的.
程序用两个栈,optr寄存运算符,opnd寄存操
c语言编译的计算器
为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的.
程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)=
-c language compiler of the calculator in order to facilitate the understanding of flow, in the procedure to calculate the output of the process. but Stack is the realization of part of their realization. procedures with two stacks, optr storage operator, opnd operand storage and computing the results of . enter the expression in order to equate the end of, for example: 2* (1+ 2) =
- 2022-10-25 02:00:03下载
- 积分:1
-
以前我对汇编语言学习一些,在此提供一些源码,大家可试一下。...
以前我对汇编语言学习一些,在此提供一些源码,大家可试一下。-I used to learn some of the assembly language, in this to provide some source code, we can try.
- 2022-01-26 00:58:26下载
- 积分:1
-
介绍汇编语言,属于教程一类的,想学习对硬件编程的朋友可以下载来看看。直接解压就可,CHM文件。...
介绍汇编语言,属于教程一类的,想学习对硬件编程的朋友可以下载来看看。直接解压就可,CHM文件。-introduction to the compilation of language, belong to a category Guide, want to learn programming for the hardware can be downloaded friends to see. Decompression can be direct, CHM file.
- 2022-01-24 17:42:14下载
- 积分:1
-
这个文件是从程序员天堂下载的
This file were downloaded from the Programmers Heaven CD-Rom.
-This file were downloaded from the Program mers Heaven CD-Rom.
- 2022-08-26 02:56:14下载
- 积分:1
-
。 。 。 。 。 。 。。 。
。 。 。 。 。 。 。。 。 -。 。 。 。 。 。 。。 。 。 。 。 。 。 。 。
- 2023-06-13 18:35:04下载
- 积分: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
-
定时器和计数器,proteus仿真,程序原理图全套。
定时器和计数器,proteus仿真,程序原理图全套。-Timers and counters, proteus simulation, process a full set of schematics.
- 2022-03-18 13:54:31下载
- 积分:1
-
数字钟设计 数字钟设计
源码
数字钟设计 数字钟设计
源码-numbercolck
- 2022-02-21 23:07:46下载
- 积分:1
-
用89c51实现数字时钟,6位LED,4*3的key,程序已经调试好,可以直接使用
用89c51实现数字时钟,6位LED,4*3的key,程序已经调试好,可以直接使用-With 89C51 digital clock, 6 LED, 4* 3 the key, the procedure has a good debugger, you can directly use
- 2022-03-02 20:16:39下载
- 积分:1