-
商品目录系统
该c语言代码实现商品的分类目录查找,添加和删除等基本功能,框架结构明确,方便实用可以扩展成更大的系统程序。
- 2022-11-08 17:45:03下载
- 积分:1
-
课程设计,机票订购系统的用户手册,很详细
课程设计,机票订购系统的用户手册,很详细-Order Plane Ticket of Management System
- 2022-07-09 14:31:33下载
- 积分:1
-
一个非常好的windows和unix、linux使用的线程库,继承该类可以很方便地实现自己的线程...
一个非常好的windows和unix、linux使用的线程库,继承该类可以很方便地实现自己的线程-a very good windows and unix, linux for the use of threads. inheriting such it is easy to realize their own threads
- 2022-02-12 04:58:39下载
- 积分:1
-
hospital outpatient charges Source Management System
医院门诊费用来源管理系统
- 2022-04-27 01:59:35下载
- 积分:1
-
手好的手持设备和无绳DECT协议书
Good book for hand held devices and cordless DECT protocols
- 2022-03-14 02:44:31下载
- 积分:1
-
WinCE 6.0 系统软件移植流程处理.
WinCE 6.0 系统软件移植流程处理.-WinCE 6.0 system software processing flow.
- 2022-01-25 15:58:13下载
- 积分:1
-
The following five kinds of commonly used internal sorting algorithm to compare:...
对以下5种常用的内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序-The following five kinds of commonly used internal sorting algorithm to compare: foaming sort of direct insertion sort, selection sort simple, fast sorting, sorting Hill
- 2022-01-27 11:43:04下载
- 积分:1
-
Software engineering
软件工程--实践者的研究方法
本书是一本系统而全面地介绍软件工程理论、技术和实践的专著,是北美学
术界和产业界的畅销书之一。本书作者Roger S.Pressman是软件工程领域国际
知名的咨询专家和作者,著有多本学术专著,本书已是其第四版。本书由黄柏素、梅宏组织翻译。-Software engineering- the practice of the research methodology of this book is a systematic and comprehensive introduction to software engineering theory and practice of technical monographs, is the North American academia and industry, one of the best-selling book. This book the author Roger S. Pressman Software Engineering are internationally renowned experts and authors of the consultation, a number of the academic monograph, the book is its fourth edition. This book by Huangbai Su, MEI Hong Translations Organize.
- 2022-08-18 10:56:24下载
- 积分:1
-
CRC检错 内有详细信息提供您参考哦,很好用
CRC检错 内有详细信息提供您参考哦,很好用-Very good
- 2022-09-21 20:10:03下载
- 积分: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