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

搜索资源列表

  1. classexample1 两个进程合作累加数组

    0下载:
  2. 两个进程合作累加数组。也是一个简单的进程程序,从老师那里弄来的,对学习进程有很大帮助 -two cumulative array cooperation process. Also a simple process procedures, obtained from the teachers there, the learning process is very helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:289962
    • 提供者:黄蕊
  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10565
    • 提供者:张涛
  1. temp

    0下载:
  2. 使用线程,数组参数。其他没有什么了~-The use of threads, the array parameters. Other there is nothing a ~
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:27259
    • 提供者:l.c
  1. clsProcess

    0下载:
  2. 进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)-Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the pr
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:10069
    • 提供者:林勇辉
  1. banker2

    0下载:
  2. 银行家算法,比较简单,用数组实现的,不过都基本上阐述了银行家算法的过程-Banker' s algorithm is simpler, using an array to achieve, but are basically explained the process of Banker' s algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:201005
    • 提供者:嘉嘉
  1. thread_test

    0下载:
  2. 一个MFC 对话框的应用程序,实现两个线程。线程1:不断地往一个全 局的字符串数组(大小为5)中写随机的字符串(数字和字母构成);线程2: 不断的处理字符串数组中的所有字符串,把它们逆序。 -An MFC dialog application, to achieve the two threads. Thread 1: constant string to a global array (size 5) to write a random string (numbers and le
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1956240
    • 提供者:赵万青
  1. MultiThread-2

    0下载:
  2. program used to sum the total numbers of an array using multithreading
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:3299102
    • 提供者:lara
  1. consume

    0下载:
  2. 基于操作系统中消费者和生产者的一个简单模型实现字符串数组的处理,一方面不断生成新的随机字符串放入数组中,另一方面从数组中不断提出字符串进行处理(逆序输出)-Based on the operating system to consumers and producers to achieve a simple model of a string array processing, on the one hand continue to generate a new random string in
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1894489
    • 提供者:woke666
  1. 1.2-DynamicArray-class-better

    0下载:
  2. 动态数组的生成程序,一个很好的促学c++的工具,希望大家光顾-Dynamic Array genetor dgdg d gdd d d da
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-21
    • 文件大小:148771
    • 提供者:wwm
  1. RandBW

    0下载:
  2. VB6. Random functions. First module generates a random number between two numbers. Second function randomly mixes up a given array.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-28
    • 文件大小:732
    • 提供者:Parlon
  1. NumericSort

    0下载:
  2. VB6. Numerically sort your array.
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-09
    • 文件大小:831
    • 提供者:Parlon
  1. processDemo

    0下载:
  2. 编译工具VS2010, 实现简单的进程监控。实时监控系统的新增加的进程,以及退出的进程。保存进程名到数组,适合初学者参考。-The compiler tool VS2010, simple process monitoring. The additional process real-time monitoring system, as well as the exit process. Save process name to the array, suitable for beginners
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-25
    • 文件大小:202007
    • 提供者:huazai
  1. JFrame2

    0下载:
  2. 求若干整数的最大值、最小值和平均值。输入若干整数或浮点数,求出最大值和最小值并显示。要求:使用JTextField数组或表格,数组值可变;响应事件,计算最大值、最小值和平均值时忽略空值和空串;按实际元素个数求值;解决除数为0问题。-Find the maximum, minimum, and average values ​ ​ of certain integer. Enter the number of integer or floating-point numbers,
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:989
    • 提供者:
  1. Thread

    0下载:
  2. 多线程简单实例 基于对话框,利用多线程和事件数组实现多个对话框的自动隐藏和显示。对于快速了解事件的典型应用有所帮助-A simple dialog-based multithreaded instance, the use of multi-threading and an array of multiple events dialog automatically hide and show. For a quick overview of events in a typical appli
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:2015973
    • 提供者:蒋鸿伟
  1. danchuliji

    0下载:
  2. 单处理机系统的进程调度 //用running表示进程处于运行态 #define aready 2 //用aready表示进程处于就绪态 #define blocking 3 //用blocking表示进程处于等待态 #define sometime 5 //用sometime 表示时间片大小 #define n 10 //假定系统允许进程个数为n struct { int name //进程标识符 int statu
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:1363
    • 提供者:谭柳梅
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a program that creates three sub-p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1230
    • 提供者:liuping
  1. number-for--array

    0下载:
  2. 写一段程序,找出数组中第k大小的数,输出数所在的位置。-writing a project,which can find the kth bigest number, and put out the place of the number
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:871
    • 提供者:chenjiting
  1. vlrvice

    0下载:
  2. 一个小程序,输入一个小整数,可以得到一个菱形的星阵,-A small program, enter a small integers, you can get a diamond star array,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:jwdhmint
  1. qunpjp

    0下载:
  2. 一个虚拟内存分配的示例程序,显示如何使用虚拟内存技术来处理一个结构数组-A virtual memory allocation of the sample program, shows how to use virtual memory technology to process a structure array,,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:32768
    • 提供者:Lefykf
  1. memzry

    0下载:
  2. 一个虚拟内存分配的示例程序,显示如何使用虚拟内存技术来处理一个结构数组,,(A virtual memory allocation of the sample program, shows how to use virtual memory technology to process a structure array,,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-24
    • 文件大小:32768
    • 提供者:Raldp
« 12 »
搜珍网 www.dssz.com