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

搜索资源列表

  1. Multiprocess

    1下载:
  2. 多进程的解决方案 : 创建一个包含四个窗口的多任务模拟:第一个窗口必须显示一系列的递增偶数;第二个窗口必须显示一系列的递增素数;第三个窗口必须显示任意半径的圆;第四个窗口必须显示一系列的随机矩形。-multi-process solution : Create a window contains four multi-task simulation : a window to show a series of incremental even; The second window mus
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:50724
    • 提供者:mars
  1. shutplane

    1下载:
  2. 编写一个应用程序模拟大炮打飞机。在GUI界面上,飞机水平飞行,用界面上的按钮控制大炮的运行方向(如向左,向右,向上,向下)。当炮弹碰着飞机后,飞机坠落。-use C# programe a game ,use multiprocess
  3. 所属分类:Shot Game

    • 发布日期:2015-12-25
    • 文件大小:529408
    • 提供者:baby joy
  1. Multiprocess-thread-pkuos

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

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

    0下载:
  2. 一个多进程通信的演示,在UBuntu8.04中编写,使用QT图形化,主要内容是有四个进程,每个进程一个窗口,一个物体在四个窗口中穿梭-A demonstration about multi process communication, built in UBuntu8.04 with QT, there are four process, each process have a window, an object move in the four windows.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:101914
    • 提供者:KingMars
  1. ex01

    1下载:
  2. 编写一个多进程并发执行程序。父进程首先创建一个执行ls 命令的子进程然后再创建一个执行ps 命令的子进程,并控制ps 命令总在ls 命令之前执行。-linux c multiprocess
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:6745
    • 提供者:孙凯
  1. multiprocess

    0下载:
  2. 消费者生产者问题,进程是相互独立的,进程间的通信需要专门的机制.-custumers and producers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:973
    • 提供者:gaojian
  1. multiproc-fifo.tar

    0下载:
  2. 进程间通信实例,用FIFO来实现两个进程的读写操作!-a sample for multiprocess communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:27937
    • 提供者:Peter
  1. MultiProcess

    0下载:
  2. 多线程程序实例,可以很好的领会多线程应用的精要-Multi-threaded program example, can well understand the essence of multi-threaded applications
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:74840
    • 提供者:lanyuna
  1. MultiProcess

    0下载:
  2. 操作系统实验 模拟实现单处理机下的进程调度程序 包括先来先服务 短作业优先 时间片轮转 动态优先级 并有详细注释-Experimental simulation of the operating system under the single-processor scheduler process, including a first-come first-served priority round-robin short operating dynamic priority and detai
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2427
    • 提供者:123
  1. feitp-server.V3

    2下载:
  2. 高性能的Ftp服务器,使用Python的环境,改进了pyftpdlib源码 结合使用了python2.6版本以后的多进程编程(非多线程) 实现了高并发的FTP服务器,具有很好的可扩展性!-1.Very high performance FTP Server about 10X than vsFTP server 2.Base on pyhton lib (pyftpdlib) 3.Use Multi-CPU Tech on python lib(multiprocess)
  3. 所属分类:Ftp客户端

    • 发布日期:2013-07-10
    • 文件大小:255523
    • 提供者:long
  1. SpreadSpectrum

    0下载:
  2. 在matlab7.8版本上编译通过。 利用matlab的滤波器工具箱函数实现对直扩扩频通信过程的仿真模型,可以简单设定功率控制,多径传输,多值干扰等过程。-This program is compiled successfully in Matlab7.8 platform. With the matlab Filter Toolbox funtion to simulate the process of spread spectrum transmission. The simple
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1717
    • 提供者:谢翔
  1. multiprocess-scheduling

    0下载:
  2. 进程调度得使用,可以看看。不错得算法。可以看看。不错得算法。-multiprocess scheduling
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:40812
    • 提供者:sosan
  1. Pipe5

    1下载:
  2. 利用多线程异步方式实现Windows应用程序进程和控制台命令行应用程序进程之间的通信。-multiprocess and multithread technologies are applied to implement interaction between windows application process and console command line application process.
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:2284810
    • 提供者:方福璟
  1. MUltiProcess

    0下载:
  2. Linux下多进程的代码实现,修改了system函数,自己实现了一个执行函数,以便获得子进程ID,在父进程结束时把所有子进程也结束掉-Linux code under the multi-process, modify the system function of their execution to achieve a function, in order to obtain the child process ID, the parent process ends when all the
  3. 所属分类:Linux Network

    • 发布日期:2017-11-21
    • 文件大小:1753
    • 提供者:Tiko
  1. templates.tar

    0下载:
  2. This program is designed to perform matrix matrix multiplication A x B = C, where A is an lxm matrix, B is a m x n matrix and C is a l x n matrix. The program is designed to be a template serial program that can be expanded into a parallel
  3. 所属分类:MPI

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:abed81
  1. multiwaitbar

    0下载:
  2. waitbar for multiproce-waitbar for multiprocess
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:sandeep
  1. nweb

    1下载:
  2. 一个在Linux下实现的多进程简易http服务端程序,linux入门学习程序-An implemention of a basic multiprocess http server under Linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:19021
    • 提供者:chenzhizhi
  1. multiprocess.tar

    0下载:
  2. linux 网络编程 实现讯息传播的多进程,包括客户端和服务器端-Linux network programming to achieve the multi process of message propagation,including client and server side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:1293
    • 提供者:齐彻
  1. MultiProcDownLoadfiles

    0下载:
  2. 多线程下载文件,非常好的示例 多线程下载文件,非常好的示例-MultiProcess Down load file , very good sample
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:40520
    • 提供者:RealMan
  1. source_code

    0下载:
  2. 多进程下载器,由于python对于多线程支持的缺陷使用多进程进行并行下载,使用easygui编写可视化界面。(multiprocess downloader)
  3. 所属分类:网络编程

    • 发布日期:2017-12-23
    • 文件大小:6144
    • 提供者:xxyc
搜珍网 www.dssz.com