▍1. C#串口通信
C#中串口通信编程,本文将介绍如何在.NET平台下使用C#创建串口通信程序,.NET 2.0提供了串口通信的功能,其命名空间是System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进行通信。我们将使用标准的RS 232 C
C#中串口通信编程,本文将介绍如何在.NET平台下使用C#创建串口通信程序,.NET 2.0提供了串口通信的功能,其命名空间是System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进行通信。我们将使用标准的RS 232 C
希望大家多多指教,有什么建议请与我联系.欢迎加入 !-hope we exhibitions and proposals, please contact me. Welcome!
编写出一个简单的模拟文件系统,实现目录的添加、删除、重命名,文件的添加、删除、重命名、文件和目录、文件的拷贝。 设计和实现一个简单的文件系统,要求包括目录、普通文件和文件的存储 2) 按文件系统的目录结构采用类似 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
这个类库提供了集合运算功能,并且支持泛型。 功能: 主要是取得2个集合里,相同、相异、联集的部份。 使用说明: 1. 如果顺序是重要的,那 HashedSet 可以改成 SortedSet 2. 如果用SortedSet, 集合里面的元素必需继承IComparable接口-This class library provides a collection of computing functions, and support for generics. Function: mainly made two collections, the same as different, the part set. Usage: 1. If the order is important, it can HashedSet into SortedSet2. If SortedSet, set inside an element necessary to inherit IComparable interface
基于STC8的非接触MLX90614红外测温,MLX90614模块将测的的数据通过SMbus协议传给STC8,再通过串口显示出经过mcu处理过的数据,得到直观的物体温度与环境温度
Qt下串口收发程序,包括工程,源代码,头文件,配置,亲测可用,在Linux操作系统下对串口设备进行收发数据,包括串口初始化,串口read,串口write。
非常好的表格控制源代码,可用于自定义报表开发的基础部分-Very good control of source code form, can be used for the development of custom reports based on some
1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRAMEWORK 1.1 CHINESE (SIMPLIFIED) LANGUAGE WINDOWS信使 IIS 开发环境:Windows XP Microsoft Visual Studio .NET 2003 SQL Server 2000 本网站还有Windows Server 2003的版本 2.使用方法 附数据库Manage,文件夹为DB,用户名为sa,密码为空。 3.通过信使将Manage文件夹添加为虚拟目录。 起始页是Login.aspx-1. Server operating environment SQL 2000. NET FRAMEWORK 1.1. NET FRAMEWORK 1.1 CHINESE (SIMPLIFIED) LANGUAGE WINDOWS messenger IIS Development Environment: Windows XP Microsoft Visual Studio. NET 2003 SQL Server 2000 on this website are Windows Server 2003 version 2. Use attached database Manage, folder for DB, a user called sa, password is blank. 3. By courier to Manage Add Folder for the virtual directory. Start page is Login.aspx
FILES ffconf.h Configuration file for FatFs module. ff.h Common include file for FatFs and application module. ff.c FatFs module. diskio.h Common include file for FatFs and disk I/O module. integer.h Alternative type definitions for integer variables. option Optional external functions. Low level disk I/O module is not included in this archive because the FatFs module is only a generic file system layer and not depend on any specific storage device. You have to provide a low level disk I/O module that written to control your storage device.
个人所得税计算器C#开发WinForm版-Personal Income Tax Calculator C# Development WinForm version
请仔细查看并使用,这是我自己写的UDP通信测试程序,UDP在工业场合应用非常广泛,短小精悍,非常实用,是在VS2010下编写并编译的,希望大家踊跃下载使用,并且有其他问题及时联系沟通。
主函数不停的查询ADXL345的转换结果,得到x、y和z三个方向的加速度值(读数值),然后将其转换为与自然系坐标的角度,并将结果在LCD模块上显示出来。DS0来指示程序正在运行,通过按下WK_UP按键,可以进行ADXL345的自动校准(DS1用于提示正在校准)。