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

搜索资源列表

  1. aidl

    0下载:
  2. android内部进程通信接口的描述语言-Android Interface definition language
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2625
    • 提供者:sdfg
  1. clickme5.18

    0下载:
  2. 软件功能简介 1、本软件主要功能是基于IP地址做一个局域网扫描工具,扫描局域网主机在线信息及其相关主机名,MAC,工作组等信息。 2、扫描本机进程连接信息,列出连接的程序名及其远程IP等信息。 3、还有两个小功能,抖动和标题栏实时时钟的显示。-Software Features 1, the main function of this software is to make a local area network based on the IP address of the
  3. 所属分类:software engineering

    • 发布日期:2017-06-13
    • 文件大小:20205127
    • 提供者:dd
  1. SE-DataMining

    0下载:
  2. 随着计算机软件的规模不断扩大,手工获取、开发和维护软件所需的信息越来越困难。数据挖掘技术可从软件工程数据中自动发现所需信息,加快软件开发进程。对软件工程数据挖掘的研究进展进行了综述。概述了软件工程数据挖掘的基本概念与技术挑战 详细评述了在软件工程各个阶段,数据挖掘技术所能发现的信息/知识,以及获取这些信息/知识的意义、难点、步骤和方法,重点介绍了数据预处理和数据表示方法 对软件工程数据挖掘研究的发展趋势进行了展望。 -With the growing size of computer softw
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1427183
    • 提供者:白白
  1. Win32

    0下载:
  2. 自己在学习win32内容的时候,花时间整理的关于内存、进程和线程的一些笔记-Win32 content in their studies, it took time to sort on memory, processes and threads some notes
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:11798
    • 提供者:张志勇
  1. STKX

    0下载:
  2. 基于STKX组件的视景仿真关键技术 : :: :在不启动卫星工具包(STK)的基础上,将 STK应用于分布式视景仿真,通过插入 STKX组件和调用组件应用程序编程接口函数完 成 STK 的功能调用,解决 STKX 组件与运行支撑环境的集成问题。采用进程通信中的共享内存和事件技术,以 S 函数模块为中间件,实现 Simulink 模型数据的实时获取,获得数值仿真结果。基于 STKX 的导弹攻防视景仿真实验表明,该方法无需启动 STK 即可应用于分布式视景仿真。
  3. 所属分类:Software Testing

    • 发布日期:2017-03-28
    • 文件大小:268431
    • 提供者:chioptical
  1. processes

    0下载:
  2. 做的是操作系统的试验一,是进程调度,里面有报告还有源程序。非常完整的!-To do is to test an operating system is the process of scheduling, which has reported the source as well. Very complete!
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:265523
    • 提供者:暮雨燕
  1. nachos-lab3

    0下载:
  2. 操作系统课程设计暨nachos实验3的报告-利用信号量实现进程同步-Operating systems curriculum design cum nachos Experiment 3 report- use semaphore synchronization process
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:153347
    • 提供者:孙晓雯
  1. UNIX

    0下载:
  2. 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28097536
    • 提供者:zhj
  1. Hotel-Management-System

    0下载:
  2. C语言酒店管理系统 1本系统未用到文件.本系统采用函数 2本系统用例比较小 3本系统有良好的界面,舒适的变成思路和整齐的代码。 4本程序引用一个时间进程另外控制时间。-C language Hotel Management System an unused file system This system uses two systems function relatively small three cases the system has a good interface, c
  3. 所属分类:Project Design

    • 发布日期:2017-04-15
    • 文件大小:7135
    • 提供者:薛云强
  1. Linux-kernel-scenario-analysis

    0下载:
  2. 涉及linux的内存管理,进程和进程管理,文件系统,设备驱动等到。-And processes involving the Linux memory management, process management, file system, device driver wait for.
  3. 所属分类:software engineering

    • 发布日期:2017-06-17
    • 文件大小:26903663
    • 提供者:lankun1
  1. CPP-use-shared-memory-

    0下载:
  2. C++ 使用共享内存实现进程间通信。 文件映射是一种实现进程间单向或双向通信的机制。它允许两个或多个本地进程间相互通信。为了共享文件或内存,所有的进程必须使用相同的文件映射的名字或是句柄。   为了实现共享文件,第一个进程先调用CreateFile方法。接下来调用CreateFileMapping方法来创建一个文件映射对象。并为文件映射指明一个句柄和名称。由于事件,信号,互斥对象和文件映射等这些内核对象都共享同一个名字空间,所以如果这个名字和其他一个对象的名称重名的话那么将创建失败
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2205
    • 提供者:mechain
  1. Simulation-process-scheduler-

    0下载:
  2. 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:57156
    • 提供者:凯撒
  1. Operating-systems-curriculum-design

    0下载:
  2. 利用模拟用信号量机制实现读者和写者问题:通过用户控制读进程和写进程,反应读者和写者问题中所涉及的进程的同步与互斥。-Using simulated using semaphore mechanisms readers and writers problem: by the user to control the reading process and the writing process, the reaction synchronization and mutual exclusion pr
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:136680
    • 提供者:zhao
  1. process

    0下载:
  2. 进程模拟,先来先服务,短进程优先,时间片轮转算法等-Process simulation, first come first serve, short process priority, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:76059
    • 提供者:zwr
  1. 112

    0下载:
  2. 进程管理系统的实现,包括进程的创建、调度、通信、撤消等功能-Realization process management system, including processes to create, scheduling, communications, consumer and other withdrawal function
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:143905
    • 提供者:陈哥哥
  1. jinchenggguanli

    0下载:
  2. 进程是正在运行的程序实体,并且包括这个运行的程序中占据的所有系统资源,比如说CPU(寄存器),IO,内存,网络资源等-Process entity running a program, and includes all the system resources occupied by the running program, such as CPU (register), IO, memory, network resources, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:52342
    • 提供者:空想
  1. jinchengdiaodu

    0下载:
  2. 无论是在批处理系统还是分时系统中,用户进程数一般都多于处理机数、这将导致它们互相争夺处理机。-Whether in a batch system or timesharing systems, the number of user processes are generally more than the number of processors, which will lead them to compete with each other processor.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:22317
    • 提供者:空想
  1. AndroidBook_004_IPC_Binder_V2.0

    0下载:
  2. 两本书,一本关于android游戏设计方面,另一本关于android进程间通信的Binder方面的书籍-Two books, one on android game design, another aspect of the on Binder inter-process communication books android
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3476953
    • 提供者:司群
  1. 3

    0下载:
  2. 本论文主要介绍船舶航海信息采集系统(Marine Information Gathering System简称MIGS)。船舶航海信息对于航运管理起着重要的作用。通过对船上子系统航海信息数据的收集,卫星通信的传输,岸上子系统的接收、分析,实现了船公司对在航船舶动态的监控和航运的管理,并可向造船公司提供船舶航行性能数据,以供分析。 本系统已经成功地安装在了某国际航运公司的约500条远洋运输船舶上,运行效果良好,获得了用户的好评,充分体现了系统的经济效益和社会效益。本系统对于国内的航运公司的信息化进
  3. 所属分类:software engineering

    • 发布日期:2017-05-26
    • 文件大小:8753985
    • 提供者:uncle Wang
  1. understanding-processing-and-thread

    0下载:
  2. 一篇讲进程和线程讲解的和明白的文章,一个操作系统最关键的就是进程和线程的概念,搞明白一本上解决一般的难题,个人认为-Article about processes and threads to explain and understand the article, an operating system is the most critical concepts of processes and threads, engage in problem solving in general unde
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:289514
    • 提供者:
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com