CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - design

搜索资源列表

  1. JingCheng

    0下载:
  2. 各种进程设计方法, 各种进程设计方法, 各种进程设计方法,-Various process design methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:51214
    • 提供者:likai
  1. baiban

    0下载:
  2. 网络白板,功能强大,有用的,可以试试,或者用来作为课程设计-Whiteboard, powerful, useful, you can try, or used as a curriculum design
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:7901326
    • 提供者:赵云
  1. mytime

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间-Design and implementation of Unix " time" command. " Mytime"
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-16
    • 文件大小:25080333
    • 提供者:frank
  1. Bank-Service-System-Simulation

    0下载:
  2. 操作系统课程,银行服务系统设计,进程通信与进程同步机制实践: 某银行提供10个服务窗口(7个对私服务窗口,3个对公服务窗口)和100个供顾客等待的座位。顾客到达银行时,若有空座位,则到取号机上领取一个号,等待叫号。取号机每次仅允许一位顾客使用,有对公和对私两类号,每位顾客只能选取其中一个。当营业员空闲时,通过叫号选取一位顾客,并为其服务。 -Operating system courses banking system design, process communication and
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5312809
    • 提供者:zhangqian
  1. FaG

    0下载:
  2. 有多个PUT操作要不断循环地向Buffer1送字符数据,有Move1操作不断地将Buffer1的数据取到Buffer2,Move2操作不断地将Buffer2的数据取到Buffer3,有多个GET操作要不断地从Buffer3中取数据。PUT、 MOVE、 GET每次操作一个数据,为了在操作的过程中要保证数据不丢失, 每个Buffer每次只能接受一个PUT或一个Move或一个Get,多个操作不能同时操作同一BUFFER。设计一个多道程序完成上述操作-There are multiple PUT op
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-23
    • 文件大小:7142393
    • 提供者:付春子
  1. wince_camera

    0下载:
  2. wince课程设计,实现的摄像头报警,代码比较完整-Wince curriculum design, the realization of camera alarm, code integrity
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2934059
    • 提供者:TG
  1. memery_pool

    0下载:
  2. 链表设计的内存池结构,可以实现三倍以上的速度提升,内存申请越大越有效。-List memory pool structure design, can achieve more than three times faster, the more effective the greater the memory application.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-28
    • 文件大小:11085856
    • 提供者:王新飞
  1. AsynchInvoke

    0下载:
  2. 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-VC++ source code based on a simple example of an asynchronous call, the definition of a string loop design, format string, the text edit box design, implementation instance asynchronous
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:20826
    • 提供者:dfjdj
  1. plane-MATLAB

    0下载:
  2. 最新飞行程序设计,具体的编码过程与结果描述。-The latest flight program design, concrete descr iption coding process and results.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:116041
    • 提供者:郭平
  1. ParentProcess

    0下载:
  2. 设计并实现Linux的 time”命令。 mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 -Design and realization of Linux' s " time" command. " Mytime" command the command line arguments to accept to run a program, create a separate process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:32357
    • 提供者:风雨兼程
  1. 2

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-14
    • 文件大小:22254865
    • 提供者:王光杰
  1. Cashiers-and-customers

    1下载:
  2. 收银员与顾客问题(信号量操作) 设计目的:了解信号量机制,了解并掌握进程同步和互斥机制,熟悉信号量的操作函数,利用信号量实现对共享资源的控制。 操作系统是一门工程性很强的课程,它不仅要求学生掌握操作系统的工作原理和理论知识,也要求学生的实际动手能力,以加深对所学习内容的理解,使学生熟练地掌握计算机的操作方法,使用各种软件工具,加强对课程内容的理解。 要求:在某超市里有一个收银员,且同时最多允许有n个顾客购物,我们可以将顾客和收银员看成是两类不同的进程,且工作流程如下图所示。为了利用P
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2025
    • 提供者:liuping
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a program that creates three sub-p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:liuping
  1. 4

    0下载:
  2. 模拟文件管理。设计并调试一个简单的文件系统,模拟文件操作命令的执行。深入了解主要文件操作命令的执行过程,掌握它们的基本实施方法-Analog document management. Design and debugging a simple file system, file manipulation commands execution simulation. Insight into the execution of the main file manipulation commands,
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1485
    • 提供者:Steven Zhang
  1. Turbo-CPP-4.0-Windows-7-Windows-8-64Bit-Version.r

    0下载:
  2. ices for this software, unless other terms accompany those items. If so, those terms apply. BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. If you comply with these license terms, you have t
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:4867579
    • 提供者:rssr
  1. finished

    0下载:
  2. 操作系统课程设计,基于DOS的多系统任务实现-Operating system curriculum design, based on DOS multi system task.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:2617
    • 提供者:Terry
  1. TestXIE

    0下载:
  2. 项目主要是串口通讯,定时向屏发送内容。设计多线程,定时器,主线程退出后如何安全退出子线程等。-Project is mainly a serial port communication, regularly send content to the screen. Design multithreaded, timer, the main thread after how to safely exit the child thread, etc. Please enter the text to
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-26
    • 文件大小:8412722
    • 提供者:
  1. Bankers-algorithm-simulation

    0下载:
  2. 银行家算法模拟,适用于计算机操作系统课程设计的银行家算法的实现。-Bankers algorithm simulation for realization of computer courses on operating system design bankers algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2289961
    • 提供者:朱洪波
  1. myTaskmgr

    0下载:
  2. Windows任务管理器,是基于VC6.0所设计的一款软件-Windows Task Manager is based on the design of a software VC6.0
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-20
    • 文件大小:5278732
    • 提供者:Norman
  1. DuoxianchengDuocanshu2.0

    0下载:
  2. 易语言多线程传递多参数源码。原子锁与许可区比较。易语言多线程设计和封装-Easy language multi-threaded multi-parameter transfer source. Lock atomic compare and licensing area. Easy language multithreaded design and packaging
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:3350
    • 提供者:LingEr
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com