搜索资源列表
ldsdsed_dm
- 软件介绍:主要用于LED数码管段位置信息生成,可保存在单片机程序存储器中供查表使用的数据。可自行修改数码管各段的位置信息;可以选择LED类型:共阴或共阳;自定义位置信息并可保存;可以生成 8位同样可以保存为C、ASM、PIC、EMC、数组等格式数据。-software presentations : mainly for possession of the LED digital location information generated, kept in SCM program memory
CAM_Key_4000
- 用于数控4000系统的数据编程和调试,同时生成加工参数的方法-NC 4000 for the data programming and debugging, and production parameters of the processing
atlyfscript
- 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very c
标签数据录入系统
- 这是我给一个做射频卡的公司做的小程序,主要是将数据同时写入PRR8031芯片和数据库,包括一些数据类型转换、生成序列号等内容-This is what I do for a radio card companies do small procedures, the data is also written into the PRR8031 chips, and databases, including some data type conversion, such as serial numbe
Midapexsoft.IO.SerialPort
- 应用程序向导已为您创建了此 Midapexsoft.IO.SerialPort DLL。 本文件概要介绍组成 Midapexsoft.IO.SerialPort 应用程序的每个文件的内容。 Midapexsoft.IO.SerialPort.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Midapexso
Receive
- 关于DOS下控制串口,操作串口数据并生成文本文件的的方法,该代码十分成熟-Under the control of serial port on the DOS operation serial data and generates a text file method, the code is very mature
vspax_demo
- 可以成对的虚拟串口,可以生成最多255个虚拟串口,并且可以用TCP/UDP协议透明传输虚拟串口和串口服务器之间的数据--Can generate up to 255 virtual serial ports, and can use TCP/UDP protocol transparent virtual serial port and serial transmission of data between servers
Wave_Genert
- 这是一个串口接收数据 模拟生成波形的上位机程序 在下位机生成波形的模拟数据 通过AD转换为数字信号 传输给上位机 上位机显示出波形-This is a serial port to receive data simulation program generated PC wave machine generates the next bit analog waveform data is converted to digital signals by AD transmitted to the
Delphi
- 串口程序我后来研究了好久,写了下面的代码,后台生成一个线程监听串口,不影响前台工作。效果很好,一直用于GPS仪器的数据接收。 -Serial program I later research for a long time, wrote the code below, the background generates a thread surveillance serial ports, do not affect the front desk work. The effect is ver
DiBang-Code
- 地磅接口.使用VB处理串口的数据读取.获取地磅数据,生成磅单.-Weighbridge interface
CRC-CCITT
- LabVIEW 的串口CRC-CCITT校验程序 用于无符号字符型数据的校验码生成!-CRC-CCITT checksum program LabVIEW serial port for data unsigned char checksum generation!
LabVIEW-checksum-generated--CRC
- LabVIEW 校验码生成 用于检测串口无符号字符型数据的正确性-LabVIEW checksum generated for detecting of serial unsigned char data correctness
labview-serial-acquisition
- 使用labview2011编写的串口采集程序,可以自动保存采集数据,并自动按创建时间分类。生成的txt文档可供matlab等软件进行后续数据处理。-Use labview2011 prepared by the serial acquisition program, you can automatically save the collected data and automatically classified by creation time. Txt files generated by
Release
- 仪表通讯测试程序,可进行modbus、dtl 645 2007 1997版本的通讯测试。自定义通讯参数,程序根据规约生成发送代码与crc校验代码,发送给串口通讯仪表进行数据采集测试