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

搜索资源列表

  1. caozuo02050210

    0下载:
  2. 操作系统课程设计----进程调度 LRU算法 内附设计报告-courses on operating system design process-scheduling algorithm containing LRU design report
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:300987
    • 提供者:于勇
  1. process2222

    0下载:
  2. 这是在学习进程调度时做的课程设计,加上了图形显示功能,与大家分享-This the learning process so when scheduling the curriculum design, coupled with a graphics display, to share with you!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:48665
    • 提供者:superdeng
  1. vc524448882244

    0下载:
  2. 一个操作系统的课程设计编程 是在C-C++环境下生成的-an operating system course design program is the C-C generated environment
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1218575
    • 提供者:gaowei
  1. dshiq

    0下载:
  2. 小弟我自己设计的一个定时器 希望各位达人多多指教 小弟不胜感激-finding my own design of a timer you want someone who exhibitions brother be grateful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16108
    • 提供者:litchi
  1. ProcessSwitchMONI

    0下载:
  2. 课程设计自己做的,初学VC,功能比较简单,有能力的读者可自己完善.-design their own courses, beginner VC, relatively simple function, the ability of readers to be its own sound.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:69789
    • 提供者:李文栋
  1. xitongjincheng

    0下载:
  2. Visual C++课程设计案例精编(第二版) 提供的一个系统进程管理器-Visual C curriculum design case precision series (2nd edition) provides a system for process management
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:34758
    • 提供者:假行僧
  1. MultiThreadA

    0下载:
  2. 为大家提供Windows MFC多线程的设计例子,希望有帮助-to provide a Windows MFC multithreaded design examples, with the hope of helping
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28133
    • 提供者:zhugq
  1. 200309290729169840

    0下载:
  2. 这是我花了几天十间做的操作系统课程设计进程管理代码-This is what I spent 10 days doing the courses on operating system design process management code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:363497
    • 提供者:hehhe
  1. process_government

    0下载:
  2. these code is programming by myself,so i think it can only use for course design,if you have any problem,please tell me!-these code is programming by myself, so i think it can only use for course design, if you have any problem, please tell me!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:80103
    • 提供者:流年碎影
  1. ad-function

    0下载:
  2. 在操作系统中,由于进程总数多于处理机,它们必然竞争处理机。进程调度的功能就是按一定策略、动态地把处理机分配给处于就绪队列中的某一进程并使之执行。根据不同的系统设计目标,可有多种选择某一进程的策略。有两种基本的进程调度方式,即剥夺方式(preemptive mode)和非剥夺方式(non-preemptive mode)。前者指就绪队列中一旦有优先级高于现行进程优先级的进程出现时,系统便立即把处理机分配给高优先级的进程。当然,被剥夺了处理机的进程的有关状态和上下文都必须妥善保存以便今后恢复。后者是
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:235735
    • 提供者:李明
  1. ThreadCreat

    0下载:
  2. mfc线程设计的实例,经过调试运行的代码-mfc design of the thread, after debugging the code running
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28099
    • 提供者:maye
  1. three-thread-Mousev2.0src

    0下载:
  2. 三线程诱鼠器源代码,对线程的创建及运行管理,很好的设计思想.-lured three threads for source code control, the right to build and thread management, and good design.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12558
    • 提供者:邵革健
  1. caozuoxitongkechengsheji

    1下载:
  2. 操作系统课程设计: 编写并调试一个单道批处理系统的作业调度程序。要求: (1)至少有四种的作业调度算法。 (2)能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 (3)设计一个实用的用户界面,以便选择不同的作业调度算法。 -courses on operating system design : the preparation and debugging a single channel
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:227038
    • 提供者:zero
  1. PV1983619

    0下载:
  2. 采用超前检测的算法解决传统的生产者消费者问题中的死锁情况,并含有详细的设计文档和测试程序-using advanced detection algorithms to solve the traditional problems of the producers and consumers of deadlock, and contains detailed design documentation and testing procedures
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:102610
    • 提供者:yhl
  1. duo_xian_cheng_socket_file_transport

    0下载:
  2. TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document. Socket two each while only l
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:134919
    • 提供者:水依
  1. Bricks5

    0下载:
  2. 位图编程 这是程序设计书籍上的经典源程序,已经完全可以执行-bitmap This is a procedural programming books on the design of the classic source, it has been fully implemented
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16713
    • 提供者:baitao
  1. mpichbingxingdiama0711

    0下载:
  2. 基于cannon算法的MPI环境的并行程序原代码 能够计算超大型矩阵相乘,本人的毕业设计 绝对经典-cannon algorithm based on the environment of MPI parallel programming code to calculate the original super matrix multiplication. I graduated from the absolute classic design
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8971
    • 提供者:jiafanbing
  1. cankaodaima

    0下载:
  2. 操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:985
    • 提供者:qiuzhicheng
  1. 进程-1

    0下载:
  2. 在VC6.0下利用消息实现内部进程通讯--VC设计。-VC6.0 in using information to achieve internal communication process -- VC design.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2955
    • 提供者:贾炜
  1. PrimaryPC code

    0下载:
  2. 一个基于串口控件的多线程代码!其中使用了设计模式中的工厂方法;对很多串口编程有比较大的实际意义-based on a serial control multithreading code! With the use of the design model of the factory; For many serial programming is a more substantial practical significance
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:335681
    • 提供者:高飞
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com