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

搜索资源列表

  1. Ht04

    0下载:
  2. 在多个线程之间安全地共享有限的资源-threads between the various security sharing limited resources
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4380
    • 提供者:龙泰旭
  1. Unit3

    0下载:
  2. 多线程利用windowsapi函数实现同步-multithreading function using synchronized windowsapi
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:896
    • 提供者:肖华
  1. c++或C下如何使用多线程

    0下载:
  2. c++或C下如何使用多线程-how to use multithreading
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:46831
    • 提供者:陈礼斌
  1. bcbcmd

    0下载:
  2. 利用匿名管道实现cmd程序的输入定向,输入部分没有实现,有愿意者请把您的想法发给我。dcok@sina.com-use of anonymous pipeline achieve cmd directional input procedures, the importation of parts, and it is willing to please send your thoughts to me. Dcok@sina.com
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:652124
    • 提供者:段纯
  1. GetWeb

    1下载:
  2. 异步的网页请求类可以执行get和post方法-asynchronous web request class can get and post implementation methods
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14551
    • 提供者:周小波
  1. thread_sync

    0下载:
  2. VC++多线程开发程序实例,可以了解多线程的同步问题。-VC multithreaded development program examples can understand multithreaded synchronization.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37330
    • 提供者:王五
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32284
    • 提供者:潘桂聪
  1. D__Documen504181222002

    0下载:
  2. 模拟操作系统运行的源代码 Descr iption: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Descr iption : The object of this pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8698
    • 提供者:风海
  1. Clipboardtest

    0下载:
  2. vc++6.0编写的 用粘贴板实现进程间通信-vc 6.0 paste prepared by the board with achieving inter-process communication
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:165098
    • 提供者:晨曦
  1. HideFunc

    0下载:
  2. 直接调用该头文件中的 YHideProcess()就可以实现该进程在系统中的隐藏!而且此方法不是通过传统的线程注射方法,而是更改系统内存,经过在2K XP下的调试:)-called directly to the head of the paper YHideProcess () can be achieved in the process of hidden system! But this method is not through the traditional method of inj
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2604
    • 提供者:董大凡
  1. LF_ThreadPool

    1下载:
  2. 一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the mult
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:zjw
  1. 处理机调度new

    0下载:
  2. 单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:李李
  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. 进程创建

    0下载:
  2. 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后
  3. 所属分类:进程与线程

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

    0下载:
  2. 刊登在2005年第2期的代码,代码演示了在Visual C++中利用自定义消息实现线程间通讯。-published in 2005, two of code, code demonstrating the use of Visual C since the definition of news to achieve communication between threads.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:78675
    • 提供者:天秀
  1. conan

    0下载:
  2. 操作系统实验课程中模拟虚拟存储器的算法 使用先进先出调度算法实现-experimental courses operating system virtual memory simulation algorithm using FIFO scheduling algorithm
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1788
    • 提供者:Jessica
  1. 数据库多线程储存

    0下载:
  2. 本代码主要是实现多线程存储数据到SQL Server数据库。-this is the main source multithreaded store data to SQL Server databases.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2727
    • 提供者:谢刚
  1. Threads

    0下载:
  2. 是操作系统中涉及进程的程序,有进程的管理,和pingpong问题-operating system is involved in the process of the procedures, process management, and pingpong problems
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2290
    • 提供者:小月
  1. vc-ftp多线程断点续传

    0下载:
  2. 一个关于VC多线程,可断点续传的下载程序源码.-VC on a multi-threaded, HTTP download the source code.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:101676
    • 提供者:凤龙
  1. myipc

    0下载:
  2. Unix 下进程间通讯的经典范例程序。 在Redhat 9下调试通过。-Unix inter-process communication classic example of the procedure. In Redhat 9 under through debugging.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:15102
    • 提供者:王志杰
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com