-
这是非常有挑战性的题目。对于用户输入的任意一个平面函数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
-
用C++写的RS232串口异步通讯功能模块,支持16550 UART芯片,中断收发数据,波特率最大115200bps,自定义收发数据缓冲大小,支持软硬件流控。...
用C++写的RS232串口异步通讯功能模块,支持16550 UART芯片,中断收发数据,波特率最大115200bps,自定义收发数据缓冲大小,支持软硬件流控。-C wrote asynchronous RS232 serial communication module, 16550 UART chip, Transceivers interruption data, 115,200 bps maximum baud rate, since the definition of sending and receiving data buffer size, support hardware and software flow control.
- 2023-05-15 22:55:02下载
- 积分:1
-
西门子S7
西门子S7-200PLC自由口协议Modbus主站库文件-Siemens S7-200PLC agreement free port Modbus master library file
- 2022-10-29 03:30:03下载
- 积分:1
-
windows环境下的串口调试工具。具有配置串口,自动接受,手动发送数据的功能....
windows环境下的串口调试工具。具有配置串口,自动接受,手动发送数据的功能.-windows environment serial debugging tools. Serial Configuration is automatically accepted, manually send data.
- 2023-03-09 13:00:03下载
- 积分:1
-
一个读取支持modbus协议的设备的数据工具
一个读取支持modbus协议的设备的数据工具-read a support agreement modbus connection equipment for the data tools
- 2023-03-11 19:25:04下载
- 积分:1
-
从编程实践的角度详细介绍windows环境下和dos环境下的串口通信的基本方法...
从编程实践的角度详细介绍windows环境下和dos环境下的串口通信的基本方法-programming practice from the perspective of detail windows environment and the environment dos serial communication base this method
- 2022-08-07 15:56:11下载
- 积分:1
-
CAN总线传输,示例代码,利用VC++编写
CAN总线传输,示例代码,利用VC++编写-CAN transmission, sample code, prepared VC
- 2022-02-03 11:46:47下载
- 积分:1
-
anti
串口编程的是反例子,可用于测试你的串口通行-anti-examples can be used to test your serial port access
- 2022-12-09 16:35:03下载
- 积分:1
-
的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)...
的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)+chr($00)+chr($04)+chr($0F)+chr($00)+chr($14)
MSComm1.output := str
在CLICK事件中: str := chr($FF)+chr($01)+chr($00)+chr($00)+chr($00)+chr($00)+chr($01)
MSComm1.output := str
-Problem. Pelco agreement左转右转control when there are problems. Other features easy to use. DELPHI I used to write the procedures in the MouseDown, str: = chr ($ FF)+ Chr ($ 01)+ chr ($ 00)+ chr ($ 04)+ chr ($ 0F)+ chr ($ 00)+ chr ($ 14) MSComm1.output: = str in the CLICK event: str: = chr ($ FF)+ chr ($ 01)+ chr ($ 00)+ chr ($ 00)+ chr ($ 00)+ chr ($ 00)+ chr ($ 01) MSComm1.output: = str
- 2022-02-06 22:16:02下载
- 积分:1
-
Linux串口驱动英飞凌ADM5120 SOC UART端口。这是很好的参考…
Linux uart driver for Infineon ADM5120 SOC Uart port. This is good reference to operate the SOC uart port. -Linux uart driver for Infineon ADM5120 SOC Uart port. This is good reference to operate the SOC uart port.
- 2022-05-12 14:12:19下载
- 积分:1