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

搜索资源列表

  1. jisuanqi-MFC

    0下载:
  2. 范例003 调用计算器的对话框程序-多进程。C++老师给的范例,保证质量。-Example 003 call calculator dialog procedures- multi-process. C++ teacher gave an example of quality assurance.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:12083128
    • 提供者:路一
  1. multiprocess_tcp_server

    0下载:
  2. 基于TCP链接的多进程并发服务器,实现了服务器与客服端的即时通信-Links to more based on TCP of concurrent process server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:19346
    • 提供者:lilin
  1. time_test

    0下载:
  2. 进程时间测试程序 可以精确到微妙 可以指定该进程在多核计算机上由哪一个CPU执行-The process of time the test procedure can be accurate to the delicate process can specify the computer in the multi-core CPU from which the implementation of
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:13140
    • 提供者:匡木
  1. Multiprocess-thread-pkuos

    0下载:
  2. 实现1000 数据量的多进程线程快速排序,pku os windows实习2.。。方便后来人-the codes by myself...
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6262268
    • 提供者:uiuc
  1. win32proc

    0下载:
  2. 得到所有进程列表的程序-The app of getting all the processes
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:109008
    • 提供者:站长
  1. CSharedStructTest_Demo

    0下载:
  2. 在多个进程间共享使用一个结构数据- Shares in during many advancements uses a structure data
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:30973
    • 提供者:站长
  1. 创建、管理线程池的源代码

    0下载:
  2. 创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
  3. 所属分类:进程与线程

    • 发布日期:2013-03-15
    • 文件大小:3074
    • 提供者:zerys
  1. os

    0下载:
  2. 一个具有模拟CPU、模拟内存、模拟硬盘、模拟CPU管理、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理的一个能运行在WINDOWS平台上的一个模拟的单用户多任务操作系统。-Simulation of a CPU, analog memory, analog hard disk, analog CPU management, memory management simulation to simulate the hard disk management, and simul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:870709
    • 提供者:Cherie
  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. linux_shell_C

    0下载:
  2. C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:135647
    • 提供者:secret
  1. Port

    0下载:
  2. delphi 串口调试软件,有消息处理和多进程处理,供同僚们参考。-delphi serial debugging software, information processing and multi-process handling, for my colleagues to refer to.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:3668
    • 提供者:xiaomin
  1. log

    0下载:
  2. 支持多进程环境,多线程环境的多级别log打印,log文件可以自定义大小,每日都会生成新文件-Support multi-process environment, multi-threaded environment, multi-level log printing, log files can customize the size, the daily will generate a new document
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:3861
    • 提供者:fanxing
  1. pv2

    0下载:
  2. 信号量也称为信号锁,主要应用于进程间的同步和互斥,在用于互斥时,通常作为资源锁。信号量通常通过两个原子操作wait(P)和signal(V)来访问。wait操作使信号量的值+1,signal操作使信号量的值-1。本程序修改wait操作,使之能一次申请多个信号量-Semaphore is also known as signal lock, mainly used in inter-process synchronization and mutual exclusion, are used in
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:8944
    • 提供者:龙海
  1. SysHotKey

    0下载:
  2. | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:14527
    • 提供者:kidy
  1. jinchen

    0下载:
  2. delphi进程管理源码示例免费下载,机会不多-Examples of process management delphi source free download, little chance
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:337415
    • 提供者:hebl
  1. shell.tar

    0下载:
  2. 一个linux下的简单shell程序,支持多级管道和输入输出重定向,支持多进程,经测试,运行稳定-Linux under a simple shell procedures, to support the multi-stage pipeline and the input and output redirected to support the multi-process, tested, stable operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1169
    • 提供者:hh
  1. roadtest

    0下载:
  2. 自己开发的移动信号路测设备软件,再linux下运行,3年前开发的程序,带多进程之间的通讯,需要的可以下载了-Developed their own mobile device software test signal path, and then run under linux, 3 years ago, the development of procedures, with multi-process communication between the need can be download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:652564
    • 提供者:hxf
  1. wu

    0下载:
  2. 实现操作系统课程的pv操作,在unix下的多进程之间的同步与互斥-The realization of operating systems courses pv operation, in unix multi-process synchronization and mutual exclusion between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3697
    • 提供者:火也
  1. caozuoxitongyouxiantiaodusuanfa

    0下载:
  2. 根据单cpu系统任何一个时刻最多只能有一个进程处于cpu中处于执行状态,在进行进程调度时应按一定的原则实现进程的调度。 cpu优先调度是根据系统事先分配好的各优先级及编程者自己规定的进程优先级实现进程调度。优先级高的进程可以中断优先级低的进程而进入运行状态-Single-cpu system according to any one moment only to have a process in the implementation in a cpu in the state, when
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1523
    • 提供者:
  1. KeChengSheJi

    0下载:
  2. (1)能允许多个用户登录,为每个用户建立进程或线程,并进行进程管理; (2)能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果; (3)能模拟文件系统管理,进程可以对文件系统(包括文件和目录)进行读、写、创建、删除、打开、关闭等操作; (4)能模拟进程通信管理,用户之间可以相互通信交流; (5)最好能采用类似于Windows的窗口界面; -(1) to allow multiple users to log on, for each user
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1290436
    • 提供者:唐吟
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com