搜索资源列表

  1. SystemSnapshot

    0下载:
  2. 对windows tool help api封装的COM组件,用于显示进程、线程、模块列表等-On the windows tool help api package COM components, used to display process, thread, etc. Module List
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:165888
    • 提供者:
  1. thread_sample

    0下载:
  2. 线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:100352
    • 提供者:站长
  1. threadmng

    0下载:
  2. 编程实现windows系统进程监控。-process control system.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:坤坤
  1. 0012

    0下载:
  2. 一个内存管理,能显示进程、线程、DLL的相关信息。-a memory management, can show that the process, thread, DLL related information.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:
  1. 程序创建两个线程

    0下载:
  2. 程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC-process creates two threads, one thread without Message Queue, the main
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:79872
    • 提供者:罗伟
  1. abfilesscn

    0下载:
  2. Two components for smart searching for files through your disk drives. It scans user specified drives or paths for files selected by file mask. File mask can contain multiple masks (for example: *.exe,*.dll,*.ocx,*.vxd).
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:秦永久
  1. glibc-linuxthreads-2.3.tar

    0下载:
  2. This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c "pthread" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:243712
    • 提供者:马帅
  1. fork、exec系列与system、popen区别

    0下载:
  2.   fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the d
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:Jack
  1. Addison Wesley - The.ACE.Programmers.Guide

    0下载:
  2. ACE程序员指南,ACE(自适应的网络编程环境),用C++类来封装Unix的Socket库,进程库,线程库-ACE Programmer's Guide, ACE (Adaptive Network Programming Environment), C categories Packaging Unix socket library for the process, Thread Library
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:877568
    • 提供者:吴江
  1. WinSpy_src

    0下载:
  2. Winspy源码。复制代码到远程进程并用CreatRemoteThread执行之-Winspy source. Remote replication code to the process used to implement the CreatRemoteThread
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:fpx
  1. Vc++ initial

    0下载:
  2. 该程序创建了一个线程,并在线程中实现精度条推进。首先调用AfxBeginThread函数创建一个新进程,然后调用PostThreadMessage函数乡新建的线程发送WM_BEGINPROG消息,并将禁毒条的指针作为参数传递给新的线程,最后再OnBeginProg函数通过参数wParam生成的一个进度条指针实现进度条的逐步推进。-the program to create a thread, the thread and achieve
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:36864
    • 提供者:邢馨华
  1. kilster

    0下载:
  2. 利用挂钩线程调度链表来检测进程的代码。基本能查出当前所有Rootkit隐藏的进程。系统编程爱好者必下。-use of thread scheduling Chain link to the code detection process. Basic can be detected all current Rootkit hidden process. System programming enthusiasts certainly un
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:492544
    • 提供者:黄芸乐
  1. thread_insert

    0下载:
  2. 远程线程插入,SDK VC6.0 可以做无进程*的原理-remote threaded insert, SDK VC6.0 process can be done without the Trojan Principle
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. jchc

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-to producer/consumer model as the basis, in Windows 2000 to create an environment console process, in the process of creating n threads simulat
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:飞翔
  1. Thread11

    0下载:
  2. 一种用VC++环境开发的进程与线程的界面,操作简单,便于理解过程.-A VC environment and the process of developing threaded interface, simple, easy to understand process.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:355328
    • 提供者:weibin
  1. problem1

    0下载:
  2. windows 多线程与多进程编程 进程(线程)压力与性能测试-windows multithreading and multi-process programming process (thread) with the pressure performance test
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:746496
    • 提供者:pinpindan
  1. c_thread

    0下载:
  2. c#编写的进程管理器,与同类程序比更短小精练!-prepared by the process managers, with more than similar procedures in short concise!
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:117760
    • 提供者:张翔
  1. APIHooker

    0下载:
  2. 文件监测钩子 注入DLL使用的是 CreateRemoteThread 跨进程建立对DLL 的加载-document monitoring hook into DLL using the inter-process CreateRemoteThread establish the right DLL loading
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:zhouyan
  1. linux_threads

    0下载:
  2. linux下线程的创建、管理,以及进程间的mutexpool,很好用的源码-under linux thread creation, management and the process of mutexpool good use of FOSS
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:阿朗
  1. WinTunnel_src

    0下载:
  2. 一个经典的socket到http的转换程序,线程池实现-a classic http socket to the conversion process, Thread Pool
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:让让
« 1 2 34 5 6 7 8 9 10 ... 47 »

源码中国 www.ymcn.org