搜索资源列表

  1. dining

    0下载:
  2. 关于哲学家问题的实现。5个哲学家使用两只筷子,期间会发生死锁。-With regard to the question of the realization of the philosopher. Philosopher, the use of two 5 chopsticks, deadlock will occur during the period.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:162816
    • 提供者:周培媛
  1. zhexuejiajingcangwenti

    0下载:
  2. 哲学家进餐问题 代码精炼 程序优化带有课程设计报告-Code refined dining philosophers problem with the curriculum design process optimization report
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-05
    • 文件大小:63488
    • 提供者:留慧
  1. DiningPhilosophers

    0下载:
  2. Linux下多线程实现哲学家进餐算法。使用了线程间协调通信,有优先级,防止了死锁。-Dining philosophers algorithm Multithread was utilized. Compiled in Linux GCC
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:金鑫
  1. 11

    0下载:
  2. 可以运用在学生食堂的就餐系统,这只不过是一个学生作业-Can be used in the student canteen dining system, this is only a student work
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:涂亦凡
  1. UMLCurriculumDesign

    0下载:
  2. UML,课程设计,就餐卡管理系统,ROSE图,UML系统建模,软件分析与设计-UML, curriculum design, dining card management system, ROSE map, UML modeling, software analysis and design
  3. 所属分类:软件工程

    • 发布日期:2024-05-05
    • 文件大小:322560
    • 提供者:leo
  1. review

    0下载:
  2. 操作系统复习资料 包括用p,v原语实现读写优先 哲学家用餐问题-Review the information, including operating system with p, v the original language to read and write to achieve the priority dining philosophers problem
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:weilu
  1. zhexue

    0下载:
  2. 通过研究Linux的线程机制和信号量实现哲学家就餐问题的并发控制-By studying the Linux thread and semaphore mechanisms to achieve dining philosophers problem of concurrency control
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:王晓难
  1. HR

    0下载:
  2. 华冈人事管理 主要抱括: 员工管理 ---员工管理 ---离职管理 ---员工考核 ---合同管理 ---员工奖惩 ---住宿管理 ---员工报鸽 系统初始化 ---班类设定 ---工作时间设定 ---奖惩分类 ---部门档案 ---学历设置 ---职务设置 ---考勤类别设置 ---法定假日设定 考勤管理 ---卡号管理 ---数据读取 ---考勤
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-05
    • 文件大小:476160
    • 提供者:692
  1. SystemOs

    0下载:
  2. 用多线程同步方法解决哲学家就餐问题 操作系统课程设计 Dining-Philosophers Problem-Dining-Philosophers Problem
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-05
    • 文件大小:559104
    • 提供者:刘玮
  1. tablemeeting

    0下载:
  2. 圆桌问题 假设有来自n 个不同单位的代表参加一次国际会议。每个单位的代表数分别为R i ( i =1,2,3...n)。会议餐厅共有m张餐桌,每张餐桌可容纳Ci (i =1,2, 3...m) 个代表就餐。 为了使代表们充分交流,希望从同一个单位来的代表不在同一个餐桌就餐。试设计一个算法, 给出满足要求的代表就餐方案。 -Round-table question assumes different from n un
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:11264
    • 提供者:seabird
  1. Philosophers

    0下载:
  2. Dining-Philosophers Problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:3748864
    • 提供者:ToTuan
  1. delphiSQLserialports

    1下载:
  2. 《Delphi串口通信工程开发实例导航》书中光盘中的内容,高校餐饮银卡系统,delphi+数据库+串口··可以参考下下·! -" Delphi serial communication engineering example of navigation" CD-ROM in the contents of the book, college dining Silver system, delphi+ database+
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-05
    • 文件大小:990208
    • 提供者:
  1. zhexuejia

    0下载:
  2. 哲学家进餐问题,实现多进程间的互斥访问,进程间的竞争-Dining Philosophers problem, to achieve mutually exclusive access among the multi-process, the process of competition between
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:zhouwei
  1. 22

    0下载:
  2. 餐饮网站、来电订餐配送系统,保存在我的电脑上已经有一年了,今天拿出来晒晒!-Dining sites, reservations, please call distribution system, stored in my computer has been a year today, sun drying out!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:6648832
    • 提供者:姚李杰
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining Philosophers is a classic example of Java multi-threaded programming, it is graphic version. Related to thread synchronization and mutual exclusion, crit
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-05
    • 文件大小:107520
    • 提供者:204
  1. philosophesdine

    0下载:
  2. 哲学家进餐问题算法用VC++程序实现,非常经典的程序,很不错的哦。源代码完全开放-Dining Philosophers algorithm uses VC++ program to achieve a very classic procedures, very good oh. Completely open source code
  3. 所属分类:进程与线程

    • 发布日期:2024-05-05
    • 文件大小:519168
    • 提供者:李乐
  1. uCOS-II_on_VC

    0下载:
  2. VS2008 & VC++6.0 版本基于ucos-ii的哲学家就餐问题的解决方法-VS2008 & VC++6.0 version solution to the the Dining Philosophers problem based on ucos-ii
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:100352
    • 提供者:YangWeirong
  1. EntainmentNetWorkSourceCode

    0下载:
  2. 漂亮的餐饮娱乐网源代码,编写语言为ASP-Fine dining and entertainment network source code, to prepare language for the ASP
  3. 所属分类:WEB源码

    • 发布日期:2024-05-05
    • 文件大小:13734912
    • 提供者:wcl
  1. difangcanyin

    0下载:
  2. 精美的地方餐饮网站源码 后台admin 密码 admin-Sites where fine dining background source admin password admin
  3. 所属分类:其他行业

    • 发布日期:2024-05-05
    • 文件大小:8117248
    • 提供者:李永辉
  1. aboutlunch

    0下载:
  2. 关于UC/OSII的应用,任务三哲学家就餐问题,对更深入理解操作系统基本原理非常有帮助-With regard to UC/OSII applications, tasks, three dining philosophers problem, more in-depth understanding of the basic principles of the operating system is very helpful
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-05
    • 文件大小:106496
    • 提供者:zyf
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »

源码中国 www.ymcn.org