-
超市管理系统.rar
超市管理系统基于MFC对话框建立的一个管理系统,其中包括 以下功能:1.前台销售结帐。 2.基本信息管理。3.基本信息查询。4.日结查询。5.超市小票打印。
使用本系统,请按照以下流程操作:
1.首先在后台管理中的“基础信息”中添加商品、员工及供应商信息。
2.通过“仓库管理”/“入库登记”命令,添加商品入库信息。
3.商品入库后,即可通过前台执行销售操作。
4.销售后,在后台可执行销售查询、销售退货及退货查询等操作。
5.通过财务管理中可查看日销售额及月销售额。
- 2022-07-10 19:00:45下载
- 积分:1
-
原文书名:
《Writing Clean Code ── Microsoft Techniques for Developing Bug...
原文书名:
《Writing Clean Code ── Microsoft Techniques for Developing Bug-free C Programs》
Steve maguire 著
Microsoft Press 出版
所据译本:
《编程精粹 ── Microsoft 编写优质无错C 程序秘诀》
姜静波、佟金荣 译,麦中凡 校
电子工业出版社 出版
整理:
Solmyr:序、某些背景、命名约定、引言、第1、2、3、8 章、后记、参考文献
iliad: 第4、5 章
lavos: 第6 章、附录A
warz: 第7 章
chief: 附录B、C-Original title : "Writing Clean Code-- Microsoft Techniques fo r Developing bug-free C Programs "Steve maguir e is published by Microsoft Press According to a translation : "Programming the best-prepared high-quality Microsoft no wrong C program secret," Jiang Jingbo, Kim Tong Translation, wheat school where the electronics industry published collated : Solmyr : sequence, some background, naming conventions, the introduction and section 1,2, 3,8 chapter Postscript references, iliad : 4,5 lavos chapter : Chapter 6, Appendix A warz : Chapter 7 chief : Appendix B, C
- 2022-05-18 07:17:41下载
- 积分:1
-
诊所管理系统
版权所有 © 2011-版权所有- ClinicoSight
由 ClinicoSight 供电
- 2022-01-26 03:36:36下载
- 积分:1
-
used pb (power builder) produced by the hospital management system with database...
用pb(power builder)制作的医院管理系统 附有数据库脚本-used pb (power builder) produced by the hospital management system with database script
- 2022-03-10 15:07:43下载
- 积分:1
-
fsmlabs公司提供的有关实时管道以及共享内存IO编程的API接口的有关资料,很详细,学习相关内容的好资料...
fsmlabs公司提供的有关实时管道以及共享内存IO编程的API接口的有关资料,很详细,学习相关内容的好资料-fsmlabs provided by the real-time IO pipeline and shared memory programming API interfaces relevant information in great detail, learning good information on relevant content
- 2022-08-03 02:28:08下载
- 积分:1
-
CMMI 3级认证的访谈重要资料,将要通过CMMI 3级认证的首选资料。...
CMMI 3级认证的访谈重要资料,将要通过CMMI 3级认证的首选资料。-CMMI 3 Certified interviews with important information will be adopted CMMI 3 level qualification of choice for information.
- 2022-06-14 20:53:23下载
- 积分:1
-
VC use memory
VC++中使用内存映射文件处理大文件,文件操作是应用程序最为基本的功能之一,Win32 API 和MFC 均提供有支持
文件处理的函数和类,常用的有Win32 API 的CreateFile()、WriteFile()、
ReadFile()和MFC 提供的CFile 类等-VC use memory-mapped file handling large files, file manipulation application is the most basic function, MFC and Win32 API is available to support the document processing functions and classes, used the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile type
- 2022-07-04 12:37:50下载
- 积分:1
-
Software PB6.0 development of the use of a small housing housing database manage...
利用PB6.0开发的一个小的住房管理系统住房数据库使用PB自带的Anywhere本地数据库程序可以按规定的算法根据职工工龄来分配职工住房 -Software PB6.0 development of the use of a small housing housing database management system using the PB Anywhere own local database programs can be provided by the algorithm based on length of service workers assigned to the employee housing
- 2022-01-26 03:20:57下载
- 积分:1
-
哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地...
哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。
假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互。时而,哲学家会感到饥饿,并试图拿起与他相近的两只筷子(他与邻近左、右之间的筷子)。一个哲学家一次只能拿起一只筷子。显然,他不能从其他哲学家手里拿走筷子。当一个饥饿的哲学家同时有两只筷子时,他就不能不用释放他的筷子而自己吃了。当吃完后,他会放下两只筷子,并再次开始思考。
规定奇数号哲学家先拿他左边的筷子,然后再去拿右边的筷子;而偶数号哲学家则相反。按此规定,将是1、 2号哲学家竞争1号筷子;3、4号哲学家竞争3号筷子。即五位哲学家都先竞争奇数号筷子,获得后,再去竞争偶数号筷子,最后总会有一位哲学家能获得两只筷子而进餐。
-dining philosophers problem is the Netherlands scholars Dijkstra"s one of the classic, It is a signal to the mechanism of application, the operating system in the history of culture has a very important position. Analysis of the problem to help students understand deeply the computer system resource sharing, process synchronization, and other issues Deadlock, skilled and can be applied to solve the signal volume life of the control flow, about the life of the control flow wi
- 2022-03-25 04:58:02下载
- 积分:1
-
robot_simulator of system
robot_simulator of system-robot_simulator
- 2022-07-23 06:53:23下载
- 积分:1