-
OCX捕捉图像
下面的程序,从摄像头捕捉图像的开发进展。良好的评价。
- 2022-07-04 15:06:03下载
- 积分:1
-
VC6.0开发的社区访问数据库管理系统下
VC6.0下开发的Access数据库小区管理系统-VC6.0 developed under the Community Access database management system
- 2022-06-20 11:47:49下载
- 积分:1
-
考试管理程序,属数据库管理类,直接解压后就可以使用。
考试管理程序,属数据库管理类,直接解压后就可以使用。-examination management processes, database management is a category that can be directly extracted after use.
- 2022-05-09 01:07:32下载
- 积分:1
-
C数据结构常用算法程序集2,描述数据结构算法。
C数据结构常用算法程序集2,描述数据结构算法。-C data structures commonly used algorithm Set 2, describe data structure algorithms.
- 2022-01-28 14:48:30下载
- 积分: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
-
C语言实现数据结构中最短路径的算法代码,有图形显示。欢迎下载...
C语言实现数据结构中最短路径的算法代码,有图形显示。欢迎下载-C language data structure, the shortest path algorithm code, a graphical display. Welcome to download
- 2023-03-07 14:50:03下载
- 积分:1
-
这是一个有关数据结构的习题集,里面包含了有关数据结构各个章节的习题以及答案,可以方便同学们下载使用。...
这是一个有关数据结构的习题集,里面包含了有关数据结构各个章节的习题以及答案,可以方便同学们下载使用。-This is a set of exercises on data structure, which contains information about data structures, as well as answers to the various chapters of exercises, students can easily download.
- 2023-01-09 02:05:03下载
- 积分:1
-
一个我的数据结构解题集合,里面有我的数据结构的作业。
一个我的数据结构解题集合,里面有我的数据结构的作业。-a data structure Solution Set, containing the information structure of the operations.
- 2022-05-22 17:29:40下载
- 积分:1
-
宾馆管理系统的数据库的报告,比较详细的内容,还是比较好的
宾馆管理系统的数据库的报告,比较详细的内容,还是比较好的-Hotel management system, database, report, compare it in detail, it is quite good
- 2022-03-14 04:03:34下载
- 积分:1
-
这是一本介绍面向对象数据库的书,对学习数据库的朋友们很有帮助。
这是一本介绍面向对象数据库的书,对学习数据库的朋友们很有帮助。-This is an introduction of object-oriented database of books, to learning database helpful friends.
- 2022-11-03 17:05:04下载
- 积分:1