-
串口通信程序 VC + +
串行端口提供简便的方法,很多类型的硬件和您的计算机之间进行通信。他们是相对简单使用,都是很常见的外围设备和特别是 DIY 项目。许多平台如 Arduino 具有内置的串行通信,所以他们真的很容易设置和使用。很多时候您可能希望您的项目与您的计算机沟通,有一个很酷的交互式输出,一个整洁的传感器,能够将数据传递到您的计算机,或其他任何你所能梦想了。在本教程中,我将你走通过如何到到串行端口的接口上的东西,计算机端使用微软的。net 框架。在本教程中的代码示例是在 Visual c + +。
- 2023-04-17 11:25:03下载
- 积分:1
-
使用原型MODBUS测试你的设备,并介绍如何脐带…
using prototype modbus to test your devices ,and introduction with how to incorder, decorder and communication.
- 2022-02-20 17:01:42下载
- 积分:1
-
常用的C++算法程序集
C常用算法程序集-徐士良-C algorithms commonly used procedures set-XU Shi-liang
- 2023-04-29 20:20:02下载
- 积分:1
-
java开发时钟
实现时钟功能,打开eclipse导入即可打包运行,用绘图将之画出。欢迎下载学习
- 2022-09-07 07:40:03下载
- 积分:1
-
虚拟内存池的演示
Virtual Memory Pool Demo
- 2023-06-15 01:30:03下载
- 积分:1
-
A simple personnel management system that focuses on ASP.NET and databases, as w...
一个简单人事管理系统,主要介绍ASP.NET和数据库以及网站等相关方面知识的应用-A simple personnel management system that focuses on ASP.NET and databases, as well as websites related to the application of knowledge
- 2023-06-21 04:15:04下载
- 积分:1
-
遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值...
遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
- 2023-08-08 05:05:03下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1
-
银行排队模拟系统
这个是用C++写的一个模拟的银行排队系统,这个系统主要是用了队列来模拟排队,整个系统进行了多次优化,时间模拟使用了事件触发的方法
- 2022-10-25 07:50:03下载
- 积分:1
-
VB+Excel 导线平差程序
本程序使用vb+excel的方式进行导线测量平差的程序的设计。vb负责全部的计算与交互,excel负责接收给用户呈现表格样式,和最后的计算结果的承载。目前左角的闭合导线和附和导线均经过检测,平差结果较好。
- 2022-12-15 19:30:04下载
- 积分:1