搜索资源列表
1602
- 基于单片机的stc89c52rc的实验 1602液晶显示与计数器倒计时计数-Based on the experimental SCM stc89c52rc liquid crystal display with 1602 count countdown counter
ex2
- 加法器,乘法器,计数器,可实现加法,乘法,计数等功能-add,multi,counter,you could use it to achieve very many aims like the above
LCD1602_counter
- 秒计数器进行加计数,然后通过液晶实时显示-increase counter
2013_08_18_work_4
- 1、使用T0或T1,完成外部计数功能; 2、使用EZ-51开发板上2个LED反映计数器低2位内容(LED0反映Bit0、LED1反映Bit1); 3、每计数10次,计数器清零,且控制EZ-51开发板上的蜂鸣器鸣叫1次,用查询方式完成即可; 4、分别用汇编和C51完成上述要求。 三、-1, using the T0 or T1, complete external counting function 2, using the EZ-51 development board 2 L
zihuichengxu
- 鉴于单纯设置一个计数器易被查出,通过修改使其不起作用。我们设计的程序可以通过数据文件,软件执行前通过关键字找到计数基数,然后计算和判别,如果在合理范围,则设定新的关键字,将计数基数放在新关键字指定的位置,并执行子程序TranDectoBin(in,precision);不合理, 则启动自毁程序。-Given the simple set up a counter easily detected by modifying it does not work. We designed the prog
cPP
- 设计一个带计数使能、异步复位、异步装载、可逆计数的通用计数器。计数结果由七段数码管显示-Designed with a count enable, asynchronous reset, asynchronous loading, reversible counting universal counter. Counting results from the seven-segment LED display
counter
- 定义一个类,类名为CounterType。这个类的对象用于计数,记录一个非负的整数。为该类写一个默认构造函数,它能将计数器置0;再写一个构造函数,它接收一个参数,用于将计数器设为由参数指定的值。编写两个成员函数,分别使计数能够递增1和递减1。确保任何成员函数都不允许计数器为负值。成员函数void reset( );能在任何时候将计数器的值重置为0。编写两个成员函数,一个返回当前计数器的值,另一个将计数器的值输出到一个流,这个用于输出的函数有一个ostream类型的形式参数(被调用时,实际参数可以