搜索资源列表

  1. SemaDemo

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之四 ---- 用Semaphores互斥访问-The program uses a semaphore to ensure that it is not possible for threads to enter their critical sections at the same time. The critical section is represented by a light blu
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Key
  1. Buffer

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之五 ---- 有限缓冲区范例-The program uses a bounded buffer monitor into which the Producer thread puts characters and from which the Consumer thread gets characters. The Consumer runs slightly faster than the
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Key
  1. NestedMonitor

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之六 ---- 嵌套监督程序范例-This version of the bounded buffer monitor uses semaphores instead of Java conditional synchronization. Can you get it to deadlock?
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Key
  1. FixedNestedMonitor

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之七 ---- 嵌套监督程序范例(改正版)-This version of the bounded buffer monitor uses semaphores. In this version, the deadlock has been fixed.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Key
  1. Dining_Philosophers

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之八 ---- 哲学家晚餐范例-Five philosophers sit around a circular table. Each philosopher spends his life alternatively thinking and eating. In the centre of the table is a large plate of spaghetti. A philosoph
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Key
  1. Fixed_Dining_Philosophers

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之九 ---- 哲学家晚餐范例(无死锁,需要引用到原问题的部分代码)-The version avoids the possibility of deadlock by making even numbered philosophers pick up the chopsticks in a different order from the rest. That is, left first ra
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Key
  1. Bridge

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之十 ---- 单行道范例-Cars cannot pass each other on the bridge. The buttons set the number of cars moving in each direction. The default is one blue car and one red car. Try two and three. The safe checkbox,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:Key
  1. ReadersWriters

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之十一 ---- 读取者与写入者范例-The program allows Readers concurrent access to a resource while restricting Writers to exclusive access. Thread access to the shared resource is depicted by a light blue (cyan) arc
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:Key
  1. ReadWritePriority

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之十二 ---- 读取者与写入者范例(starvation修正版)-This version gives priority to Writers by making Readers defer to waiting Reader threads. Consequently, Writers do not starve, however, giving Writers priority means
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:Key
  1. ReadWriteFair

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之十三 ---- 读取者与写入者范例(读取和写入公平版本)-This version implements a strategy in which a Writer make waiting Readers runnable after it releases the write lock.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:Key
  1. CruiseControl

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之十四 ---- 模拟汽车定速巡航系统-Simulates the behaviour of a cruise control system for a car. After starting the engine, to accelerate, keep pressing the accelerate button. To brake, keep pressing the brake butto
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:Key
  1. Golf_Ball_Allocation

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之十五 ---- 高尔夫球分配问题-At a golf club, players can hire golf balls for their game from the club and return them to the club after use. The better players, who tend not to lose any balls, only hire one or t
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Key
  1. AOECheater

    0下载:
  2. 是一款用C++写的帝国2资源修改外挂,可在游戏中增加各种资源-Is a use of C++ to write the Empire modify plug-in 2 resources can be added to the game at all kinds of resources
  3. 所属分类:外挂编程

    • 发布日期:2024-05-20
    • 文件大小:4294656
    • 提供者:zsy
  1. GameProgrammingGuide

    0下载:
  2. C++ 游戏编程指南 你想编一个怎样的游戏? (1)星际争霸,帝国时代,英雄无敌,大富翁4,轩辕剑3,传奇,石器时代 -C++ Game Programming Guide made you think what kind of game? (1) StarCraft, Age of Empires, Heroes of Might and Magic, Monopoly 4,legend, the Stone Age
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:481280
    • 提供者:zhongyj
  1. QQHack

    0下载:
  2. 一个关于明日帝国王天平写的编写QQ外挂的文档-Tomorrow Never Wang on the balance of the preparation of written documentation plug-QQ
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:148480
    • 提供者:hjr
  1. Game

    0下载:
  2. 一组使用位图模仿帝国的简单编程事例 02.我来了 03.让我动吧 04.别给我框框 05.走四方 06.穿越丛林 07.广阔天地 08.脚踏实地 09.狩猎谋生 10.快一点 11.再快一点 12.地图编辑器-The use of a bitmap to imitate simple programming examples Empire 02. I came to the 03. Let m
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:13583360
    • 提供者:李如
  1. EmpireDown25os

    0下载:
  2. 《帝国下载系统》是为网站资料下载与在线影视网站提供的解决方案。功能强大,简单易用,全静态页面,完善的会员收费方案,全面满足免费与收费下载或影视网站需求-" Empire download system" for the website information and online video download site solution. Powerful, easy-to-use, all static pages,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:731136
    • 提供者:houxun
  1. wap-dg

    0下载:
  2. 掌上校园仿帝国建站系统wap建站系统wap帝国建站系统-Campus handheld system like the Empire
  3. 所属分类:手机WAP编程

    • 发布日期:2024-05-20
    • 文件大小:1021952
    • 提供者:3201314
  1. EmpireCMS_5.1os_SC_UTF8

    0下载:
  2. 一、超强系统模型扩展功能 EmpireCMS卓越之处在于:不仅提供了网站管理功能,而且还提供了系统扩展框架,您可以直接在后台通过新建表、自定义字段,然后组成新的系统模型,以实现各种适合用户自己的系统。如下载系统、音乐系统、商城系统、产品库、分类信息等等......同时,此功能可将信息量分配于不同的信息表,为数据量较大的网站进行数据部署。因系统模型扩展特性,EmpireCMS又被誉为“万能建站工具”。在4.7以上版本中,此功能又一次
  3. 所属分类:WEB源码

    • 发布日期:2024-05-20
    • 文件大小:2933760
    • 提供者:mpf1986
  1. 8in1

    2下载:
  2. 游戏包括: 网页三国 http://网站地址/zhulusanguo 宠物乐园 http://网站地址/pet.php 荣誉圣殿 http://网站地址/rongyushendian 最终幻想 http://网站地址/zuizhonghuanxiang 光明世界 http://网站地址/guangmingshijie 虚拟股市 http://网站地址/plugin.php?id
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:54799360
    • 提供者:M104
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 23 »

源码中国 www.ymcn.org