-
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一...
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0―9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the expression. Suffix expression also called inverse Poland expression, which is made up of formulas can be more convenient for some simple, ordinary expression to calculate the brackets on the existence of the matching problem, in the calculation of expression values are generally first converted into a suffix expression, reuse suffix calculated the value of the expression. Such as : The expression (a, b* c)/d-e suffix method used to be said for abc* d/e-. Consider only four arithmetic operations and the operation of input assumptions are a few decimal (0-9), and enter the suffix-free form expression syntax errors
- 2023-07-12 10:50:03下载
- 积分:1
-
吉布斯抽样问题的MATLAB工具箱吉布斯抽样问题的MATLAB工具
吉布斯抽样问题的MATLAB工具箱吉布斯抽样问题的MATLAB工具-gibss toolbox for matlab
- 2022-08-23 13:11:33下载
- 积分:1
-
一个在线订购提交ASP程序系统 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 电子购物 运行环境: Win9x/NT/2000/XP/...
一个在线订购提交ASP程序系统 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 电子购物 运行环境: Win9x/NT/2000/XP/-submit an online ordering system software ASP Program Language : English software types : Domestic software/free version/electronic shopping environment for the operation : CTP /
- 2022-09-06 05:10:02下载
- 积分:1
-
shared memory of source code, the very interesting and you are welcome to downlo...
共享内存的源代码,很有意思的,欢迎大家下载使用,谢谢大家-shared memory of source code, the very interesting and you are welcome to download, thank you
- 2023-04-06 23:50:04下载
- 积分:1
-
For the lottery. A small comparison document wizard. Used in the two documents....
用于彩票的。一个小的文件对比精灵。用在两个文件。得出他们的不同的注。然后输出-For the lottery. A small comparison document wizard. Used in the two documents. Come to their different note. Then output
- 2022-01-27 17:35:10下载
- 积分:1
-
a registered user login system, a very practical, but not a nobody
一个用户注册登录系统,很实用,不知有没有人需要-a registered user login system, a very practical, but not a nobody
- 2022-06-20 19:35:01下载
- 积分:1
-
一个能格式化C++时间为各种格式的类,利用该类可以将整形,等时间转化为需要的格式...
一个能格式化C++时间为各种格式的类,利用该类可以将整形,等时间转化为需要的格式-A formatted C++ Time format for a variety of categories, the use of such can be plastic, such as the time needed into a format
- 2022-09-15 15:45:03下载
- 积分:1
-
本书以Visual C++开发“医药企业综合信息管理系统”为背景,按照商业信息管理系统设计的实现过程,循序渐进的介绍商业信息管理系统开发的思路、方法和技巧。为使...
本书以Visual C++开发“医药企业综合信息管理系统”为背景,按照商业信息管理系统设计的实现过程,循序渐进的介绍商业信息管理系统开发的思路、方法和技巧。为使读者更好地学习和使用本书,本书光盘附带了书中范例的源程序和可执行文件。为保证正常使用,用户在使用本书光盘时,应按如下说明设置。-VC-Medical Information Project
- 2022-05-07 19:16:45下载
- 积分:1
-
程序名称:虚拟桌面:2005_4_17_16:00 1的虚拟桌面…
程 序 名:虚 拟 桌 面
说 明:
2005_4_17_16:00
一、实现虚拟桌面功能的主要程序代码模块有:
(一)、窗体
1、主控制窗体 - 虚拟桌面(frmVirDesktop.frm)
(二)、模块
1、切换桌面的模块(MChangeDesktop.bas)
2、注册热键的模块(MHotKey.bas)
(三)、类模块
1、调用 Windows 对话框的类(CComDlg.cls)
2、注册热键的类(CHotKey.cls)
3、更换桌面壁纸类(CChangeWallPaper.cls)-procedures Name : Virtual Desktop : 2005_4_17_16 : 00 1, virtual desktop of the main functions of code modules are : (a), Form 1, Main Control Window-Virtual Desktop (frmVirDesktop.frm) (2), a module, Desktop Switch Module (MChangeDesktop.bas) 2. Registration hotkeys module (MHotKey.bas) (3), a module type, Calling Windows dialog class (CComDlg.cls) 2. Class registration hotkeys (CHotKey.cls) 3 replacement of desktop wallpaper category (CChangeWallPaper.cls)
- 2022-04-14 16:53:39下载
- 积分:1
-
关机整人 小程序!
作者: 小卢
mail:359581807@163.com
blog:http://blog.sina.com.cn...
关机整人 小程序!
作者: 小卢
mail:359581807@163.com
blog:http://blog.sina.com.cn/qiqi8
欢迎联系,共同学习!
功能: 利用 WinExec 实现cmd的调用。shutdown 关机命令!
代码说明:
1.界面用了CXPButton的系列菜单及按钮,引用的文件有XPButton 。
2.在定时器中 用FindWindow实现了 cmd的 关闭。禁止使用 shutdown命令!
编译平台:
1.该代码在Windows XP+VC 6.0平台下编译通过。
使用说明:
1.按下 alt+q 建 或者输入“小奇” ,可以退出该程序, 并且停止 关机!
2.该带代码。可以用来供研究学习,使用!
3. 此程序为练习之作,代码简单,高手莫笑,您可以随意的复制,传播,但是请保留该信息!-err
- 2022-05-30 18:49:47下载
- 积分:1