CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 进程

搜索资源列表

  1. 实验报告C

    0下载:
  2. 1.模拟并发进程共享的临界资源m1、m2,它联系着两个信号量sem1、sem2. 2.模拟并发进程的运行现场:通用寄存器i,程序计数器addr. 3.模拟三个并发进程.-1. Simulation of the process of sharing with the critical resources m1 and m2, it is tied to the volume of two signals sem1, sem2. 2. Simulation of the process of ru
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11894
    • 提供者:马芳萍
  1. dbx

    0下载:
  2. AIX下的dbx实例,对某一正在运行的进程进行调试
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1620
    • 提供者:daiyb
  1. 70

    0下载:
  2. ... 公司授权正版用户可以使用这些程序的源代码,但必须标明由易语言编写及易语言网址。 其中:连连看、易之表增强版与中华 ... 农历月历支持库 拖放支持库 正则表达式支持库 进程通讯支持库 BT下载支持库 网络通讯支持库二 超级选择夹支持库-... Genuine authorized users can use a program's source code, but easy to be labeled by the Yi language and language website
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:58152
    • 提供者:行通知
  1. 进程调度模仿程序

    1下载:
  2. 这是基于操作系统中系统的调度程序,列举了两种算法一种是优先数算法,一种为基于时间片轮转的调度算法-This is based on the operating system scheduler, listed the two algorithms is a priority number algorithm, as a Web-based time-scheduling algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11638
    • 提供者:朱磊
  1. 超好的Windows内核的分析

    0下载:
  2. 原始出处:看雪 由于我在看到这篇文章时已经没有了作者与译者的信息,抱歉一下,这的确是一篇好文,值得转: 00.系统组件 01.Windows NT操作系统的内存格局 02.Windows NT与FLAT模型 03.线程信息块(THREAD INFORMATION BLOCK) 04.进程控制域(PROCESSOR CONTROL REGION)
  3. 所属分类:软件工程

    • 发布日期:2010-12-07
    • 文件大小:835830
    • 提供者:ymr110
  1. Enterprise Architect使用教程

    1下载:
  2. 生命周期软件设计方案——Enterprise Architect是以目标为导向的软件系统。它覆盖了系统开发的整个周期,除了开发类模型之外,还包括事务进程分析,使用案例需求,动态模型,组件和布局,系统管理,非功能需求,用户界面设计,测试和维护等。
  3. 所属分类:软件工程

  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度-Write and debug a simulation of the process scheduler, the " Round-Robin" scheduling algorithm for scheduling the five process
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6050
    • 提供者:yogurt
  1. time

    0下载:
  2. “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行器件不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。 例如:在进程获得一次CPU后就将其优先数减少1。 或则,进程等待的时间超过某一时限时增加其优先数的值,等待。 -g_queue.s_id=i g_queue.s_dynamic_prior=MIN_PRIOR g_queue.s_n
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:4661
    • 提供者:陈大伟
  1. MemoryMappingFile

    0下载:
  2. 本文分析了Win32 环境下内存映射文件技术的系统实现原理, 并结合嵌入式文件系统的特点, 给出了该技术在嵌入式 实时通讯系统中对多进程间数据共享问题的解决方案-This paper analyzes the circumstances Win32 memory-mapped file system technology principle, combined with the characteristics of embedded file system, given the techno
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:90904
    • 提供者:天天
  1. CMMI

    0下载:
  2. CMMI 利用命名管道技术,在进程间进行通信的例程。希望和大家交流-CMMI using named pipe technology, in the process of communication between the routines. Would like to exchange
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:94575
    • 提供者:tjh
  1. MFCWindowbasicprogramming

    0下载:
  2. Windows中负责图形输出的是GDI(即Graphic Device Interface,图形设备接口)。这是Windows与硬件无关的图形输出模式的体现。GDI建立在硬件抽象层(HAL)之上,屏蔽了不同输出设备之间的差异,从而为用户提供了一个统一的“标准输出设备”。但是,与DOS不同,Windows是多任务、进程独立的,每一个窗口都应该有一个独立的输出通道。这样,GDI又使用了一种简单的机制来保证在窗口中画图的不同程序之间能共享“设备”而又互不干扰。这个机制就是DC(Device Cont
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:8336
    • 提供者:yl
  1. daima

    0下载:
  2. 操作系统,模拟抢占式短进程优先调度算法,先来先服务算法-Operating systems, process simulation of short-priority preemptive scheduling algorithm, first-come first-serve algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-04-15
    • 文件大小:6132
    • 提供者:jdk_1_ok
  1. subversion

    0下载:
  2. 在JAVA的开发过程中,版本控制能有效地控制项目进程-JAVA development in the process, version control can effectively control the project process
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11871069
    • 提供者:wanglin1985
  1. WorldFIPBusControlSystemConfigurationSoftwareDevel

    0下载:
  2. 为了让 WorldFIP 用户对总线控制系统的网络配置与控制策略的组态更加方便快捷,本文开发了这 种图形化的组态软件。在对总线协议和系统特点分析之后,本文采用了基于COM 组件技术的三层客户/服务 器结构对组态软件进行了整体设计。组态软件的中间件FipServer 采用COM 技术来设计和实现,文中给出 了FipServer 中的几个关键的接口函数。本文为功能块应用进程组态设计了良好图形界面,给出了主要类的 UML 静态类图。实验表明,该软件运行效果良好,并在开放性、连通性、稳定
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:185731
    • 提供者:jespher72
  1. 008

    0下载:
  2. 进程查杀,不占什么资源 进程查杀,不占什么资源-The process of killing and not killing the process of accounting for what resources, what resources do not account for
  3. 所属分类:Software Testing

    • 发布日期:2017-04-11
    • 文件大小:1184
    • 提供者:陈东
  1. CMMBRoad

    0下载:
  2. 中国CMMB信号覆盖进程,详细描述中国CMMB的实施计划安排-China' s CMMB signal coverage process, a detailed descr iption of the implementation of China CMMB plans
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4813824
    • 提供者:worm
  1. Process

    0下载:
  2. 计算机系统中的进程管理课件,里面详细介绍了计算机中的各类进程的管理方法。-Computer systems in process management software, which details the various types of computer process management.
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1278819
    • 提供者:日新
  1. TA2BSOC

    0下载:
  2.  信息化进程的推进和网络应用的需求,快速推动着网络的发展。在网络的总带宽以每半年翻一番的速度递增的急速推动下,新的网络应用和网络技术也不断地涌现。PON技术就是顺应这股潮流而走向市场的一种质优价廉-The advance of information technology and network applications, rapid development of network drive. The total bandwidth in the network to double every
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3842638
    • 提供者:liusen
  1. android_daemon

    0下载:
  2. 使用C语言编写了一个守护进程程序,先令其在Ubuntu中实现开机自启动。然后又将其移到Android中,并在Android中也实现了守护进程开机自启动。-The use of C language, a daemon process, start to realize it in the Ubuntu boot from the start. Then move it in Android, and Android is also a guardian of the process of boo
  3. 所属分类:software engineering

    • 发布日期:2016-01-22
    • 文件大小:105950
    • 提供者:code998
  1. processfunctions

    0下载:
  2. C++ 进程函数实例。<unistd.h>头文件功能函数相关解析。-C++ examples of the process of a function. <unistd.h> Header file utility functions related to parsing.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:2531
    • 提供者:方林
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com