搜索资源列表
ZETtrain
- zet中兴培训教程,C语言版,基本语言知识(数据类型、控制结构、语法规则等)和基本编程技术(程序分析、算法与编程、常用程序模块等),对面向过程的高级语言程序设计技术有完整的理解-zet ZTE Training Guide, C language version, the basic linguistic knowledge (data types, control structures, syntax rules, etc.) and basic programming techniques
VCDemo
- 线阵CCD USB AD 数据采集卡 线阵CCD USB AD 数据采集卡SDK(以下简称SDK),是我公司配合线阵CCD USB AD 数据采集卡(以下简称采集卡)推出软件开发包。SDK 为客户进行软件 开发提供了丰富的功能,并且使用简单,方便客户调用。 1. SDK 组成 SDK 主要包括如下文件: dllkxusb.dll 接口动态库 dllkxusb.lib dllkxusb.dll 的Visual C++(以下简称VC)用静态输入库 dllkxusb.h
ASN.1-to-C-code
- ASN.1开源编解码代码。ASN.1抽象语法标记(Abstract Syntax Notation One) ASN.1是一种 ISO/ITU-T 标准,描述了一种对数据进行表示、编码、传输和解码的数据格式。它提供了一整套正规的格式用于描述对象的结构,而不管语言上如何执行及这些数据的具体指代,也不用去管到底是什么样的应用程序。-ASN.1 stands for Abstract Syntax Notation One. ASN.1 allows to describe complex dat
Sort
- 此文件为《数据结构实用教程(C++版)【万健】书中排序的实现源码。-This file is a data structure practical the tutorial (C++ Edition) [WAN Jian] book sort to achieve the source.
Search
- 此文件为《数据结构实用教程(C++版)【万健】书中搜索的实现源码。-This file is a data structure practical the tutorial (C++ Edition) [WAN Jian] book search to achieve the source.
CSharpModBus
- C#写了一款上位机监控软件,基于MODBUS_RTU协议。 软件的基本结构: 采用定时器(Timer控件)为时间片。 串口采用serialPort1_DataReceived中断接收,并进行MODBUS格式判断。 把正确接收的数据取出,转换为有特定的结构体中。 数据通过时间片实时刷新。-C# write a PC monitoring software, based on MODBUS_RTU agreement. The basic structure of the so