Location:
Search - motorola g
Search list
Description: MOTOROLA G20 GSM/GPRS工业模块的中文使用手册,供相关开发和使用者参考。-MOTOROLA G20 GSM/GPRS modules Chinese industrial use manual for the development and user-related reference.
Platform: |
Size: 4932608 |
Author: 许雪 |
Hits:
Description: MOTOROLA G18 GSM/GPRS工业模块的中文使用说明,供使用和开发者参考。-MOTOROLA G18 GSM/GPRS modules Chinese industrial use for the use and development of reference.
Platform: |
Size: 13651968 |
Author: 许雪 |
Hits:
Description:
东莞MOTOROLA MC3000数据采集器条码采集终端盘点机优点:
·在高强度扫描应用中,降低用户的疲劳度,提高工作效率
·用户可调整扫描位置,使扫描操作舒适无比,工作效率空前提高
·与VGA相比,分辨率提高30 ,便于在各种环境下查看,提高了扫描准确率
·实现实时数据交换,获得最高生产效率
·能够承受从4英尺(1.2)高度多次跌落到水泥地面的冲击,500次滚动
·符合工业标准的防水、防尘效果,确保在恶劣条件下具有可靠的性能
·具有高速CPU性能,广泛的应用程序支持,熟悉的软件界面
·提供多种数据输入模式,已获得最大效率 -g code = this.txtbarcode.Text.Trim()
string fileName = "barcodeinfo.txt"
StreamReader sr = new StreamReader(fileName, Encoding.Default) //以gb2312字符编码格式读取文本。
string str
int count=0
while ((str = sr.ReadLine()) != null)//读取每一行
{
if (str.IndexOf(code) == 0)
{
this.listBoxCode.Items.Add(str)
this.listBoxCode.SelectedIndex = this.listBoxCode.Items.Count- 1
count = count+ 1
}
}
if (count == 0)
{
this.listBoxCode.Items.Add(code+ " 无条码信息")
this.listBoxCode.SelectedIndex = this.listBoxCode.I
Platform: |
Size: 6182912 |
Author: 范立勇 |
Hits:
Description: 1前言电视信号发生器是电视行业内必要的测试、维修工具。采用MCS—51单片机设计制作的电视信号发生器能产生八种最常用的R、G、B、SYNG测试信号。它与由摩托罗拉公司的芯片MC1377和MC1374组成的视频编码器和射频调制器接口,可产生相应的视频和射-1 Preface TV signal generator is necessary tests within the television industry, maintenance tools. MCS-51 microcontroller design TV signal generator can produce eight most commonly R, G, B, SYNG test signal. MC1377 and MC1374 by Motorola chip composed of a video encoder and a RF modulator interface can produce the corresponding video and radio
Platform: |
Size: 34816 |
Author: liullllll |
Hits: