-
银行家算法!这是一各比较简单的银行家算法,是在c 语言的环境下开发的!...
银行家算法!这是一各比较简单的银行家算法,是在c 语言的环境下开发的!-Banker
- 2022-03-23 20:23:22下载
- 积分:1
-
示例:为MSHFlexGrid控件的表格设置不同的背景色!
示例:为MSHFlexGrid控件的表格设置不同的背景色!-Example: In order to form a different background color to set!
- 2022-01-21 17:43:56下载
- 积分:1
-
一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。...
一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。-A fast, efficient software dictionary query. Improved red and black tree search algorithm.
- 2022-02-12 10:17:48下载
- 积分:1
-
C# 串行端口
C# 之中
Serial port 的簡單連接教學
串口:/dev/ttyUSB0
鮑率:9600
位元:8
基數檢查碼:1
- 2022-03-26 04:32:57下载
- 积分:1
-
数据结构中的排序算法的比较
数据结构中的排序算法的比较-data structure of the algorithm comparison
- 2022-02-01 16:48:03下载
- 积分:1
-
题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。
概要设计
1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中;
2、当读到...
题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。
概要设计
1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中;
2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈;
3、当读入左括号时,即入栈;
4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。
5、使用VS栈来存储读入的操作和运算结果,然后进行数字字符到数值的转换。
-Title: Design of a topic, presentation operator priority method with arithmetic expression evaluation process. Summary of design 1, the order of scanning arithmetic infix expressions, when they read numbers directly to the output queue 2, when they read operator, it will stack all priority higher than or equal to the operator pop-up , sent to the output queue, and then the current operator入栈 3, when read left brackets, that is, when入栈 4, when they read the right brackets, it will be near the Top-left of the first operator in brackets above All a pop-up, sent to the output queue, and then delete stacks of left brackets. 5, the use of VS stack to store read operation and computing the results of numeric characters and then proceed to the numerical co
- 2022-03-18 20:45:34下载
- 积分:1
-
求向量的欧式距离
求向量的欧式距离-vector for the Continental distance
- 2023-02-18 09:40:03下载
- 积分:1
-
快速报告 5
FastReport®VCL是一个附加组件,它允许您的应用程序快速有效地产生报表。 FastReport®提供了所有必要的发展报告,其中包括一个可视化的报表设计器,报告的核心,和预览窗口的工具。它可以在Embarcadero公司(原Borland和CodeGear公司)的Delphi7 XE7和C ++ Builder2005 XE7使用。
- 2022-07-01 06:36:09下载
- 积分:1
-
模拟队列存储器
储器是一种能够存储大量二进制信息的逻辑电路,通常用于数字系统大量数据的存储。存储器的工作原理是:存储器为每一个存储单元都编写一个地址,只有地址指定的那些存储单元才能够与公共的I/O相连,然后进行存储数据的读写操作。在计算机领域中,队列是不可忽视的概念。队列是一种数据项按顺序排列的数据结构,但它的特殊之处在于,一端只能进行数据的插入操作,另一端只能进行数据的删除。
- 2022-03-09 10:59:51下载
- 积分:1
-
SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.-SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image/video applications.
- 2022-07-04 13:52:17下载
- 积分:1