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

搜索资源列表

  1. 创建多进(线)程

    0下载:
  2. VC目录: 演示Viusal C++中创建多线程的方法 编译环境要求: 安装Viusal C++6.0 主要文件说明: ThreadDemo.cpp: 演示创建线程的C++文件 run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental requirements compiler : 6.0 C contemp
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14176
    • 提供者:黄小文
  1. wgq2

    0下载:
  2. 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 -process scheduling process FIFO scheduling algorithm is priority number scheduling algorithm, time-Cycle Scheduling algorithm, grade scheduling algorithm, the key is to test
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1491
    • 提供者:www
  1. forbidCTRL+ALT+DEL

    0下载:
  2. 远程屏蔽Ctrl+ALt+Del键,很不错的-ALt Del Ctrl key, very good
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:97835
    • 提供者:阿斯顿
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-incident kernel object, the key code of (critical) explanations, and the multi-thread synchronization application. In the preparation of Win
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27237
    • 提供者:中国
  1. hanoi_star_multiple_thread

    0下载:
  2. 自编的hanoi游戏,一个windows界面的程序,原理很简单,关键是多线程编程,可以供大家学习,目前这个程序还有一个小bug但是实在是不知道是什么问题,如果有那位能和我一起学习windows编程,请联系我-directed the Hanoi games, a windows interface procedures, principle is very simple, the key is multi-threaded programming, everyone can learn that
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39656
    • 提供者:闲庭
  1. 进程手术刀1.0

    0下载:
  2. 功能:1.显示系统进程及进程的模块、线程信息。2.能杀死任意进程包括系统服务进程。3.能释放任意进程中的任意模块,不过有些关键模块释放不了。4.结束任意进程中的任意线程。5.请用右键进行操作。编译平台:1.该代码在Windows2000+sp2+VC.net平台下编译通过。应用:1.可以用来结束有些以服务进程形式的HACKER及病毒进程。2.可以干掉以DLL形式存在的木马。警告:不要太随意得KILL进程,有些服务进程你KILL了之后要倒霉的。-functions : 1. Display Sys
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:274270
    • 提供者:李小
  1. StressMark压力测试程序

    2下载:
  2. 简介 StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。 我们可以利用StressMark软件完成的典型测试任务包括: 1. 在多线程环境下测试一个软件模块、一段关键算法是否可以正确运行,即代码是否是多线程安全的。 2. 测试一个软件模块、一-brief StressMark test software is a Visual C prepared in the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:208294
    • 提供者:yao
  1. tk2

    0下载:
  2. 一个太阁立志传2的内存修改器,主要功能在内存中读取和修改另外一个进程的数据。-A 太阁立志传 2 memory modifier key functions in memory, read and modify data in another process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:4822
    • 提供者:河坊街
  1. jinchengguanli

    1下载:
  2. 基本任务 某一层楼20层,有五部互联的电梯。基于线程思想,编写一个电梯调度程序。 功能描述 每个电梯里面应该有一些按键:数字键、关门键、开门键、上行键、下行键、报警键等。还应该有数码显示器来指示当前电梯的状态。 每层楼的每部电梯门口,应该有上行和下行按钮和当前电梯状态的数码显示器。 五部电梯门口的按钮是互联结的,即当一个电梯按钮按下去时,其他电梯的相应按钮也就同时点亮,表示也按下去了。 调度算法是根据这五部电梯的状态,寻找离当前楼层 最近的且和请求同方向的电
  3. 所属分类:进程与线程

    • 发布日期:2017-04-21
    • 文件大小:704582
    • 提供者:卢思琦
  1. MultiThread

    0下载:
  2. 多线程编程中几个要点,如线程通信手段,数据同步方法等-Multi-threaded programming in a few key points, such as thread means of communication, data synchronization method
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:201404
    • 提供者:张艺
  1. Multithreading

    0下载:
  2. 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:41744
    • 提供者:何平
  1. NHD

    0下载:
  2. 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。多线程操作,保证加密时程序界面流畅,加密速度大约9M每秒。-Procedures using the most advanced as a core algorithm Rijndael algorithm with variable block length and variable key length of the iterative
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:277891
    • 提供者:孔亮
  1. WarTools

    0下载:
  2. 魔兽争霸终结者。魔兽对战中,掉线后卡死,可用此工具迅速终止。可以改良为任何进程一键终止器。源代码全部原创,请保留版权!-Warcraft Terminator. Warcraft Battle, the dropped card, after death, can use this tool to a speedy end. Can be modified for any process, a key terminator. All original source code, keep the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:136469
    • 提供者:素影涵风
  1. Multithreadedinstances

    0下载:
  2. 多线程实例.该实例主要是创建线程池,然后根据实际的需要,让线程执行各自的代码。-Multi-threaded instances. The key is to create an instance of the thread pool, and then the actual needs, let the thread implementation of their code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:89665
    • 提供者:deng
  1. AITV_Framework

    0下载:
  2. 这是一个基于命名管道的进程通信及调度程序框架的试验版本。一个solution中包含3个Project.其中,AppScheduling是进程调度程序(这个是将来可以使用的版本),TestJiuGong和TestPlayer分别是九宫格导航和播放器的简单模拟(将来会被实现真实功能的程序所替换。) AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduli
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:147352
    • 提供者:Roger King
  1. Code1

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event object, key code segment kernel (critical area) explanation and the application in a multithreaded synchronization. Under Windows base
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:40412
    • 提供者:lj
  1. nc-win-backdoor-nc-win-backdoor

    0下载:
  2. last nc win soft derived from nc111nt with evidence modifications for malveillant file ( auto install and key registry ) above i am coded one smurf attack into my nc . please support http://lists.fakessh.eu/mailman/
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-04
    • 文件大小:82650
    • 提供者:fakessh
  1. tiano-key-key

    0下载:
  2. simulat piano key ,you can beat it for music-Simulat a piano key, you can beat it for music
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:63488
    • 提供者:peoooamder
  1. key

    0下载:
  2. Disable alt-tab key combination-Disable the Alt- TAB key combination
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:35840
    • 提供者:Rosacinp
  1. key-arror-the

    0下载:
  2. Software development will often key operation, the general warning and a severe error, through the form of a log file output string
  3. 所属分类:Process-Thread

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