-
the API function to write the serial communication program. Right Serial visit.
用TC的API函数写的串口通讯程序。 对串口的访问 。-the API function to write the serial communication program. Right Serial visit.
- 2023-02-03 19:10:04下载
- 积分:1
-
电子警察拍照管理系统,简单易用,源码开放,可以自己扩充方便。...
电子警察拍照管理系统,简单易用,源码开放,可以自己扩充方便。-electronic management system, easy to use, open source can facilitate their expansion.
- 2023-01-15 18:45:04下载
- 积分:1
-
非常好用的GPS串口通信,支持Nmea0183协议,支持GarMin协议,如果需要新添加协议类型,修改非常简单!...
非常好用的GPS串口通信,支持Nmea0183协议,支持GarMin协议,如果需要新添加协议类型,修改非常简单!-very handy GPS serial communications, support Nmea0183 agreement, support GarMin Agreement, if the need for a new type of agreement to add, change is very simple!
- 2022-08-11 03:29:09下载
- 积分:1
-
串口通信模块C代码,采用的是MICROCHIP公司的芯片
串口通信模块C代码,采用的是MICROCHIP公司的芯片-Serial Communication Module C code, the company is going before the chip
- 2022-02-22 11:24:37下载
- 积分:1
-
串口通讯,一个小程序,用Mscomm做的
串口通讯,一个小程序,用Mscomm做的-serial communications, a small program to do with Mscomm
- 2022-11-08 13:50:03下载
- 积分:1
-
摄像头(sony D70)串口控制程序电子书手册源码
摄像头(sony D70)串口控制程序电子书手册源码-Camera (sony D70) serial port control program source code book manual
- 2022-08-07 12:19:49下载
- 积分:1
-
串口通信控件,主要用户串口的数据输入输出,modem通信等
串口通信控件,主要用户串口的数据输入输出,modem通信等-Serial communication control, the primary user of the serial data input and output, modem communications
- 2022-12-15 14:35:03下载
- 积分:1
-
改进的SerialPort类单文档实例程序
改进的SerialPort类单文档实例程序-improved SerialPort single document type sample program
- 2023-05-09 15:55:02下载
- 积分:1
-
I used vc++ Made on the serial communication of a small program, you can share b...
本人用vc++编的关于串口通信的小程序,可以在2台PC之间互通数据-I used vc++ Made on the serial communication of a small program, you can share between 2 PC data
- 2022-03-09 17:51:31下载
- 积分: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