-
实现硬币点,一点,两点,五个硬币。封闭版本…
可实现硬币的分法,一分,二分,五分硬币。内附有for循环版-achieve coins points, one points, two points, five coins. Enclosing a version for recycling
- 2022-01-24 09:52:40下载
- 积分:1
-
快速傅立叶变换FFT的动态链接库DLL,适合个种语言,VB,VC,delphi...
快速傅立叶变换FFT的动态链接库DLL,适合个种语言,VB,VC,delphi-FFT fast Fourier transform of the DLL, suitable species language, VB, VC, Delphi, etc.
- 2022-04-21 11:58:50下载
- 积分:1
-
一个用自适应维纳FIR滤波器消除脑电波中的干扰(转)
一个用自适应维纳FIR滤波器消除脑电波中的干扰(转)-an adaptive Wiener FIR filter brain waves to eliminate the interference (switch)
- 2022-06-13 00:12:35下载
- 积分:1
-
算法类,二进制搜索的源代码,算法导论上的
算法类,二进制搜索的源代码,算法导论上的-Algorithm-type, binary search of the source code, algorithm Introduction to the
- 2022-11-29 04:00:03下载
- 积分:1
-
N-皇后问题线性时间算法
O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
- 2023-05-09 15:10:02下载
- 积分: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
-
宾馆客房管理系统的源码
宾馆客房管理系统的源码-Hotels Rooms source code management system
- 2022-01-26 04:01:45下载
- 积分:1
-
用VB sql2000 做的一个学生信息管理系统
用VB sql2000 做的一个学生信息管理系统-VB sql2000 to do with a student information management system
- 2022-07-17 04:35:20下载
- 积分:1
-
把数据库中已经存在的数据通过网络发送出去,实现数据共享...
把数据库中已经存在的数据通过网络发送出去,实现数据共享-Send the existed data in the database via network and share the data
- 2022-05-30 07:55:22下载
- 积分:1
-
数据结构的课后练习
数据结构的课后练习-Data structure of the after-school practice
- 2023-06-03 04:30:03下载
- 积分:1