-
这是非常有挑战性的题目。对于用户输入的任意一个平面函数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
-
Cport3.0 the best use of examples, these are all I have collected a lot of place...
Cport3.0最好的使用例子,这几个都是我搜集了好多的地方才找到的-Cport3.0 the best use of examples, these are all I have collected a lot of places to find the
- 2023-02-01 11:40:03下载
- 积分:1
-
给出一个用visual c++的串口通讯的一个实例程序源码
给出一个用visual c++的串口通讯的一个实例程序源码-presented with a visual c++ serial communication a sample program source code
- 2022-02-15 15:00:53下载
- 积分:1
-
简要描述:
一个很好而小巧的串口调试助手,支持常用的300...
简要描述:
一个很好而小巧的串口调试助手,支持常用的300-115200bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符(包括中文),可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件。-Briefly described: a good and compact serial debugging assistant to support commonly used 300-115200bps the baud rate, parity can be set up, data bit and stop bits are used in the hexadecimal ASCII code or receive or send any data or characters (including Chinese), can set up automatic send cycle, and can receive data into a text file that can send any size text file.
- 2022-03-06 02:43:07下载
- 积分:1
-
用API方式实现串口通信,主要是文件传输功能
用API方式实现串口通信,主要是文件传输功能-Be achieved with the API serial communication, file transfer function is mainly
- 2023-01-27 19:40:03下载
- 积分:1
-
COM
基于COM技术的组态软件研究与实现,硕士论文,对组态软件的研究与开发有一定的帮助-COM-based configuration software research and realization of a master" s thesis on the configuration software research and development is certainly helpful
- 2022-04-25 11:39:18下载
- 积分:1
-
中国海军军事化管理系统,全方位,立体化管理中国海军
中国海军军事化管理系统,全方位,立体化管理中国海军-this is very good Code Scource.
- 2022-01-25 21:55:13下载
- 积分:1
-
是用C语言编写的关于用51单片机控制12864液晶LCD的源程序,适用与交流电压及其谐波的显示
是用C语言编写的关于用51单片机控制12864液晶LCD的源程序,适用与交流电压及其谐波的显示-Is written in C with a 51 on the MCU control 12864 LCD LCD source, application and the display of AC voltage and its harmonic
- 2022-02-20 14:55:38下载
- 积分:1
-
汇编写的串口通讯程序,可传送64kb大小之内的文件
汇编写的串口通讯程序,可传送64kb大小之内的文件-compilation write serial communication procedures, transmission within 64 kb size of the paper
- 2022-06-28 02:44:13下载
- 积分:1
-
基于labwindows/cvi的串口通信的实现,希望对有需要的朋友提高参考...
基于labwindows/cvi的串口通信的实现,希望对有需要的朋友提高参考-Based on labwindows/cvi Serial Communication, in the hope that there is a need to increase the references friends
- 2022-04-25 14:42:50下载
- 积分:1