-
这是非常有挑战性的题目。对于用户输入的任意一个平面函数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
-
一个基于VC++的串口通讯的 小程序,有代码。可以作为串口通讯编程的入门程序。也可作为研究用。...
一个基于VC++的串口通讯的 小程序,有代码。可以作为串口通讯编程的入门程序。也可作为研究用。-a VC-based serial communications small program code. As serial communication programming entry procedures. Also can be used as research.
- 2022-03-11 12:04:43下载
- 积分:1
-
从串口读取,并解析NMEA格式的GPS数据的程序。将解析后的数据显示到界面上。需要和发送端的程序配合使用。...
从串口读取,并解析NMEA格式的GPS数据的程序。将解析后的数据显示到界面上。需要和发送端的程序配合使用。-read from the serial port and analytic NMEA GPS data formats procedures. Analysis of the data shows that the interface. Needs and transmitter used in conjunction with the procedure.
- 2022-10-24 09:40:03下载
- 积分:1
-
非常实用的串口通信程序 并且在中间使用了托盘技术 (站长,源程序个数怎么计算啊,其实这里面含有两个源程序,一个是串口通信,一个是托盘程序 )...
非常实用的串口通信程序 并且在中间使用了托盘技术 (站长,源程序个数怎么计算啊,其实这里面含有两个源程序,一个是串口通信,一个是托盘程序 )-very practical serial communication procedures and the use of in the middle of the tray technology (head source Number how calculated ah, actually it contains two sources, one serial port communications, a procedure tray)
- 2022-05-25 10:05:06下载
- 积分:1
-
全面分析了RS
全面分析了RS-232、RS-422、RS-485之间的区别-comprehensive analysis of the RS-232, RS-422, RS-485 the distinction between
- 2023-04-13 11:25:03下载
- 积分:1
-
这是一个西门子 ModBus 协议的通讯调试软件。(原码)
这是一个西门子 ModBus 协议的通讯调试软件。(原码)-This is a Siemens ModBus Protocol communications software debugging. (Original code)
- 2022-03-12 17:55:13下载
- 积分:1
-
红外接口串口仿真
红外接口串口仿真-Simulation Interface
- 2023-04-17 07:30:03下载
- 积分:1
-
串口通信,较完整的界面及功能,学习和使用都很好
串口通信,较完整的界面及功能,学习和使用都很好-Serial communications, a more complete picture of the interface and functions, learning and the use of good
- 2022-02-04 06:29:21下载
- 积分:1
-
不错的C语言版串口程序,主要是关于SPI同步传输串口的
不错的C语言版串口程序,主要是关于SPI同步传输串口的-good version of the C language Serial procedures, primarily on SPI serial synchronous transmission of
- 2022-02-21 11:56:50下载
- 积分:1
-
The EZ320 utility demonstrates the communication program between host PC and the...
The EZ320 utility demonstrates the communication program between host PC and the MR320.
- 2022-02-14 11:23:32下载
- 积分:1