搜索资源列表
10seconds
- 10秒的秒表a 10 seconds stopwatch-a 10 seconds stopwatch
Multifunctional-digital-clock
- (1) 可实现基本时钟功能,十进制显示小时、分和秒位。 (2) 可调时,可预置时间。 (3) 可定时,定时时间到达发出提示(提示为声音或图像等均可)。 (4) 时钟12小时制和24小时制之间可调节自由转换。 (5) 实现秒表计时功能-(1) can achieve the basic clock function, decimal display hours, minutes and seconds bit.(2) adjustable, can be preset time.(
miaobiao
- 秒表的单片机完整电路与程序,已经测试通过。-Stopwatch microcontroller complete circuit and procedures, has been tested.
miaobiao
- 这是关于数字秒表的eda课程设计,eda-Digital stopwatch
8051display
- 应用于8051单片机 1、一个显示程序,利用所提供液晶显示器滚动显示123456这六个数字,并以每字符500毫秒的速度向右移动循环。 2、实现秒表计时功能。用键盘产生中断控制秒表的开始和停止。 3、实现日历功能,并将日历显示在液晶屏上。-8051 applies to 1, a display program, using the supplied LCD display to scroll through 123456 six figures, and the speed of 5
条码识别
- Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.