搜索资源列表

  1. 学习多线程之一:线程通信--利用事件对象

    0下载:
  2. 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
  3. 所属分类:进程与线程

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

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

    • 发布日期:2008-10-13
    • 文件大小:32284
    • 提供者:潘桂聪
  1. NT环境下进程隐藏的实现

    1下载:
  2. NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32682
    • 提供者:dsfd
  1. Test_com

    0下载:
  2. 本源码采用spcomm串口控件,接受数据采用线程方式,这是一个串口测试工具,可以用来做串口监听等。非常适合使用delphi开发串口程序的程序员做参考!-the source used spcomm Serial Control and accept data using threads, it is a serial testing tools can be used to do Serial wiretapping. Delphi i
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:37687
    • 提供者:天堂
  1. OsDemo

    0下载:
  2. 操作系统原理实例代码,涉及进程、线程、信号量等操作系统的原理和思想的实现。-operating system code examples principle involved process, threads, signals and so on the operating system principles and ideas of achievement.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:25540
    • 提供者:田野
  1. csharp_thread

    0下载:
  2. 用C#编写的多线程实例,包括线程监视,线程互锁。-C# prepared by the multi-threaded example, including surveillance threads, thread interlocked.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2220
    • 提供者:zxm
  1. 线程进程查看器

    0下载:
  2. 转载的一个程序,能够实现实时观察系统正在运行的进程,并观察运行进程相关的线程,并能禁止进程运行.-reproduced in a process that can achieve real-time monitoring systems running processes, and to observe the process of running threads, and the process can prohibit operat
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:211884
    • 提供者:开心高兴
  1. CCOMThread_src

    0下载:
  2. COM组件中的线程处理,文件中有更详细的说明。-of threads, the paper has a more detailed explanation.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:126796
    • 提供者:大狐狸
  1. Java门电路画图器

    0下载:
  2. Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。元件的配置用XML保存,不用修改程序即可增加,修改,删除基本元件 4。画点,画线,字符; 5。删除元件 6。统计元件 画好的电路用xml文件保存,基本元件的配置也是使用xml文件 这个软件虽然小,但是涉及了很多知识,对学Java的初学者还是很有帮助的。 文件的保存,单个门电路的保存都是用XML文件存储,使
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:108394
    • 提供者:一心一意
  1. THREADPOOL_LIMIT_srczip

    0下载:
  2. 非常不错的线程池代码,让系统的线程池中的线程数超过系统默认上限。-very good thread pool code, the thread pool threads over the system default ceiling.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5754
    • 提供者:任禾
  1. audio_Player

    0下载:
  2. 有多线程模块进行歌词循环并加了AVI动画的有特色的音频播放器,支持几乎全部格式。。 -more threads modules lyrics cycle and increase the AVI animation features audio players, almost all supported formats. .
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:96759
    • 提供者:李大大
  1. ntsysteminfo

    1下载:
  2. 获得winnt系统相关信息的例子代码。可获得当前系统运行中的所有句柄、进程、线程、模块等的列表-winnt access to the relevant information system code examples. The current system operating availability of all handles, processes, threads, modules, etc. List
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:39403
    • 提供者:胡静
  1. WinThreadPool

    0下载:
  2. windows平台下的线程池软件,对频繁调用但是处理时间很短的线程有很好的效果-windows platform software threads pool of frequent calls to deal with a very short time threads have very good results
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:25820
    • 提供者:杨小东
  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
  3. 所属分类:进程与线程

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

    0下载:
  2. 基于SOCKET实现的,采用线程,利用队列,建立的通用的SOCKET异步通信模式-based on Socket achieved using threads, using cohort, the establishment of common asynchronous communication model SOCKET
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:253001
    • 提供者:ICE
  1. 读-写

    0下载:
  2. 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the windows 98/2000, the process of creating a console, this process contain n threads. Use of these n threads to expr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17704
    • 提供者:王飞
  1. 进程和线程

    0下载:
  2. 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20111
    • 提供者:朱善发
  1. RS232COMMuniication

    0下载:
  2. uart串口通信的控件和demo,用API 编写,后台接受线程实时接收,Demo可以实现字符串传送和HEX发送 -UART serial communication controls and the demo, with API preparation, background threads to accept real-time receiving, Demo can be achieved string transmission
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1350304
    • 提供者:许开明
  1. sdk_winbase_io_asyncio

    0下载:
  2. The AsyncIO sample (also called the \"PDC\" sample) is a character-mode program for searching the files in a directory tree for a match against a pattern. It uses multiple threads, with each thread processing one file at
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:19087
    • 提供者:黄磊
  1. JAVA人物动画

    0下载:
  2. 人物动画,设背景图,用线程控制画面显示,采用双缓冲技术消除屏闪现象-character animation based background map, using threads control footage showed double-buffer technology to eliminate screen blinking phenomenon
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:185549
    • 提供者:邰科
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org