-
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
-
windows to support literacy with the serial serial category
windows下支持并发读写串口的串口类-windows to support literacy with the serial serial category
- 2023-05-09 19:00:03下载
- 积分:1
-
MAX232手册 MAX232手册
MAX232手册 MAX232手册 -MAX232手册MAX232手册MAX232手册
- 2022-06-14 07:05:37下载
- 积分:1
-
- 2022-02-20 19:47:33下载
- 积分:1
-
异步串口通信 VC++ 本文参考MSDN及相关网上文章。 ////////////////////////////////////////////// //My...
异步串口通信 VC++ 本文参考MSDN及相关网上文章。 ////////////////////////////////////////////// //MyComm.h 多机控制 异步串口通信 //说不定能有用上的。-asynchronous serial communication VC paper and related reference MSDN online article. //////////////////////////////////////////////// MyComm. h multi-machine control asynchronous serial communication// may also be useful for the latter.
- 2022-03-13 17:22:20下载
- 积分:1
-
《Visual C++ 串口通信技术与工程实践》配套代码(代码)4.3节
《Visual C++ 串口通信技术与工程实践》配套代码(代码)4.3节
- 2022-01-26 00:31:03下载
- 积分:1
-
f2812串口通信接口B口,c语言,中断
f2812串口通信接口B口,c语言,中断-f2812 serial communication interface B port, c language, interruption of
- 2022-09-20 06:50:03下载
- 积分:1
-
C++ Builder 6串行控制的简单的方法来控制RS232设备
C++ Builder 6串行控制简单化控制RS232设备的方法
- 2023-03-12 09:55:03下载
- 积分:1
-
对带LED显示的非接触IC卡读写器的控制,寻卡、读取卡片的物理序列号、核对密钥、读卡、写卡,通过LED数码管显示卡号等信息。...
对带LED显示的非接触IC卡读写器的控制,寻卡、读取卡片的物理序列号、核对密钥、读卡、写卡,通过LED数码管显示卡号等信息。-With LED display on the non-contact IC card reader control, look for cards, the card reader physical serial number, check the key, card reader, writing cards, through the LED digital display card number and other information.
- 2022-03-03 20:48:34下载
- 积分: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