-
这是非常有挑战性的题目。对于用户输入的任意一个平面函数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
-
Advantech Driver Demo : port I/O 软件修改 控制外板输出
Advantech Driver Demo : port I/O 软件修改 控制外板输出-Advantech Driver Demo : port I/O software change control plate output
- 2022-08-09 00:15:30下载
- 积分:1
-
WinCE programming examples, the paper detailed the WinCE Serial programming of t...
WinCE下串口编程应用实例,本文详细介绍了WinCE下串口编程开发的详细过程-WinCE programming examples, the paper detailed the WinCE Serial programming of the detailed process
- 2022-05-05 06:24:59下载
- 积分:1
-
Dos 串口通信例程实现了FiFO ,中断发送中断接受!
Dos 串口通信例程实现了FiFO ,中断发送中断接受!-Dos serial communication routines to achieve a FiFO, interrupted send interrupt accepted!
- 2023-03-14 10:10: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
-
主要是测试msp430x44x的读写,看能不能顺利读写!
主要是测试msp430x44x的读写,看能不能顺利读写!-mainly msp430x44x literacy test, whether we can successfully read and write!
- 2022-03-17 17:11:18下载
- 积分:1
-
RK4000通讯协议.
RK4000通讯协议.-RK4000 communication protocol.
- 2022-04-10 23:53:31下载
- 积分:1
-
很有名的串口类,功能封装的相当完善易用,其中还包括了流控的设置...
很有名的串口类,功能封装的相当完善易用,其中还包括了流控的设置-Well-known serial-type
- 2022-06-16 11:47:53下载
- 积分:1
-
Visual Basic serial communication program design mscomm.vbx directly Communicati...
Visual Basic串口通信程序设计
mscomm.vbx通信控件可直接从vb的toolbox中加入窗体form,即可用其进行通信-Visual Basic serial communication program design mscomm.vbx directly Communication Control Vb from the toolbox window into form, can be used for communication
- 2023-01-27 02:05:04下载
- 积分:1
-
串口通信的用户协议的编制与数据处理方法 串口数据包处理方法编程实例...
串口通信的用户协议的编制与数据处理方法 串口数据包处理方法编程实例-Serial Communication user agreement and the establishment of data processing methods serial data packet processing methods Programming Example
- 2022-03-02 07:44:30下载
- 积分:1