-
串口调试助手
说明: 支持9600,19200等常用各种波特率及自定义波特率,可以自动识别串口,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符,可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件。
硬件连接方面,传统台式PC机支持标准RS232接口,但是带有串口的笔记本很少见,所以需要USB/232转换接口,并且安装相应驱动程序。(Support 9600, 19200 and other commonly used baud rates and custom baud rates, can automatically identify serial ports, can set check, data bits and stop bits, can receive or send any data or characters with ASCII code or hexadecimal, can arbitrarily set the automatic transmission cycle, and can save the received data into text files, can send any data. Text files of meaning size.
In terms of hardware connection, traditional desktop PC supports standard RS232 interface, but notebooks with serial port are rare, so USB/232 conversion interface is needed and corresponding driver is installed.)
- 2020-06-25 03:00:02下载
- 积分:1
-
arduino mage2560 飞控源码
原创的 基于arduino mage2560 avr 四轴飞行控制器的 源代码,,传感器使用的是 GY-86
- 2022-06-15 17:58:14下载
- 积分:1
-
xinxiguanli
单机版产销管理系统;C#编写;access数据库(Production and marketing of stand-alone management system C# prepared access database)
- 2012-11-02 18:59:50下载
- 积分:1
-
C# 将图像控件的定义导出为XAML文件
C# 将图像控件的定义导出为XAML文件,支持的图像文件:图像文件(JPeg,Gif,Bmp,etc,tiff,png)等。
string MyXAML= System.Windows.Markup.XamlWriter.Save(this.image1);
if (System.IO.File.Exists("MyXaml.xaml"))
System.IO.File.Delete("MyXaml.xaml");
System.IO.File.AppendAllText("MyXaml.xaml", MyXAML);
MessageBox.Show(MyXAML, "MyXaml.xaml文件的内容", MessageBoxButton.OK);
- 2022-04-14 09:51:54下载
- 积分:1
-
lbgvq
lbg算法是一种经典的矢量量化算法,此源码为lbg算法的c语言实现。(lbg algorithm is a classic vector quantization algorithm, the algorithm lbg source for the C Language.)
- 2021-01-06 21:28:54下载
- 积分:1
-
3910496
利用远程线程实现进程隐藏,给QQ发送的消息加上小尾巴(Remote thread hidden process, QQ sent to the news with a small tail)
- 2007-06-28 15:12:49下载
- 积分:1
-
camera
用opencv写的摄像头畸变校正程序,mfc版(vc6.0),程序注释详细,参数都已调好,内附详细说明使用文档(Camera distortion correction program written with opencv, mfc (vc6.0), the program comment in detail, the parameters have been fine, enclosing a detailed description of use document)
- 2012-07-26 14:11:20下载
- 积分:1
-
CCI Zero外汇交易系统
说明: 多周期共振MACD等待多周期同时出现,下一个K线入场(Multicycle resonance MACD waits for multicycle to appear at the same time)
- 2020-01-24 16:39:11下载
- 积分:1
-
C++约瑟夫环
简单的约瑟夫环,用C++语言,在VISUALSTADIO上编译通过,新手,大神勿喷,使用递归算法约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去
- 2022-04-17 08:30:37下载
- 积分:1
-
VC 画线实现
VC++ 开发虽然已经很很多年了,但是还是有很多经典的例子可以拿来好好的分析 学习下。其中涉及到的功能非常值得在其他类似的项目中借鉴。互相学习中
- 2022-09-12 00:55:03下载
- 积分:1