-
Multiple Document Interface Design configuration file to read and write serial o...
多文档界面设计配置文件读写串口操作串口封装类-Multiple Document Interface Design configuration file to read and write serial operation serial Packaging category
- 2023-07-25 03:15:03下载
- 积分:1
-
实现串口手机短信发送程序很全面的源代码
实现串口手机短信发送程序很全面的源代码-Serial SMS program is a comprehensive source code
- 2022-07-27 06:49:37下载
- 积分:1
-
实现两台机器之间的串口通信!可以对串口进行调试!
实现两台机器之间的串口通信!可以对串口进行调试!-achieved between the two machines serial communications! Can serial debugging!
- 2022-09-30 11:10:02下载
- 积分:1
-
linux下串口驱动! 不错,可以看一看!了解串口的驱动!
linux下串口驱动! 不错,可以看一看!了解串口的驱动!-Serial Driver! Yes, look at! Understanding Serial Port Driver!
- 2022-05-16 11:16:29下载
- 积分:1
-
日语版232串口的通信用控件源代码,主要应用于232通信程序开发和设计...
日语版232串口的通信用控件源代码,主要应用于232通信程序开发和设计-Japanese version of 232 serial communication with the control source code, 232 is mainly used in the development and design of communication procedures
- 2022-02-13 21:06:32下载
- 积分:1
-
使用MSCOMM控件主要是通过事件来处理串行口的交互,即当数据到达时,控件的OnComm的事件就会来捕获或处理这些通讯事件。而OnComm事件也可以用来捕获和处...
使用MSCOMM控件主要是通过事件来处理串行口的交互,即当数据到达时,控件的OnComm的事件就会来捕获或处理这些通讯事件。而OnComm事件也可以用来捕获和处理通讯错误。在实际应用中,一个MSCOMM控件就对应一个串行口,所以如果要处理多个串行口的话,必须有相应数量的控件与之对应。-use MSCOMM control mainly through the incident to the serial interaction, that is, when the data arrived, the control of the incident will OnComm to capture or handle these communications incident. OnComm incident which can also be used to capture and handle communication error. In practical application, a corresponding MSCOMM control on a serial port, so if we are to handle multiple serial port, then there must be a corresponding amount of the corresponding controls.
- 2022-06-01 02:51:46下载
- 积分:1
-
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的...
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention t
- 2022-02-25 13:48:40下载
- 积分:1
-
51 Singlechip realize serial communication. Debugging through HyperTerminal.
实现51单片机的串口通信。可通过超级终端调试。-51 Singlechip realize serial communication. Debugging through HyperTerminal.
- 2022-03-15 02:07:03下载
- 积分:1
-
delphi 编写的云镜控制支持PELCO P/D协议的DLL。
支持对云台镜头及辅助开关的操作。直接封装了SPCOM类,调用只需输入COM口号及对应的命令...
delphi 编写的云镜控制支持PELCO P/D协议的DLL。
支持对云台镜头及辅助开关的操作。直接封装了SPCOM类,调用只需输入COM口号及对应的命令字符及可。-delphi prepared by the Mirror-control support PELCO P/D agreement DLL. Yuntai support for the camera and auxiliary switch operation. Packaging a direct SPCOM category, called keys COM slogan and the corresponding characters can be ordered.
- 2022-02-03 21:00:15下载
- 积分:1
-
With VC++ Realize the serial communication, use the MSComm control, after the ac...
用VC++实现的串口通信,使用mscomm控件,经过实际工程使用测试过,包括发送和接收两块,希望对大家有所帮助-With VC++ Realize the serial communication, use the MSComm control, after the actual use of the test works, including sending and receiving two, and they hope to help everyone
- 2022-01-25 18:30:32下载
- 积分:1