-
这是非常有挑战性的题目。对于用户输入的任意一个平面函数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
-
读写串口.rar
读写串口.rar-literacy. Rar
- 2022-10-03 01:30:03下载
- 积分:1
-
air
空调数据多线程采集,包含多线程的使用,数据库操作,空调数据采集等功能-air-conditioned multi-threaded data collection, including the use of multi-threaded database operations, such as air-conditioning function data acquisition
- 2022-03-30 01:04:32下载
- 积分:1
-
This is based on TCP/IP protocol of the current application debugger, I hope all...
这是一个基于TCP/IP协议的通行应用调试程序,希望对大家有所帮助-This is based on TCP/IP protocol of the current application debugger, I hope all of you to help
- 2022-07-18 20:46:30下载
- 积分:1
-
串口通信程序,可以直接执行使用,带有界面容易操作
串口通信程序,可以直接执行使用,带有界面容易操作-serial communication procedures, the implementation can be directly used, with the interface is easy to operate
- 2022-04-24 16:02:23下载
- 积分:1
-
单片机的通用串口接收和发送无线信息,无线接收…
单片机通用串口uart接收与发送无线信息,实现无线接收。-MCU Universal Serial uart receive and transmit a wireless message, wireless receiver.
- 2022-03-14 09:56:41下载
- 积分:1
-
UART双机通讯范例,采用中断方式,请大家试一下,多提意见
UART双机通讯范例,采用中断方式,请大家试一下,多提意见-Dual UART communications paradigm, using interrupted, please everyone try and opinions
- 2022-03-22 15:14:32下载
- 积分:1
-
It is a serial communication interface and infrared study of the code is conduci...
这是一个包括串口通信和 红外线接口的初步学习的代码,有利于初学者-It is a serial communication interface and infrared study of the code is conducive to beginners
- 2022-01-26 03:01:09下载
- 积分:1
-
这是本人在网上下载的关于深入浅出VC++串口编程之基于Win32 API的教程...
这是本人在网上下载的关于深入浅出VC++串口编程之基于Win32 API的教程-This is my downloading on the plain language VC++ Serial programming based on the Win32 API tutorial
- 2022-03-14 06:21:27下载
- 积分:1
-
实现多线程串行通讯接口源程序
实现多线程串行通讯接口源程序-multi-threaded serial communication interface source
- 2022-11-20 05:10:03下载
- 积分:1