Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - threads
Search - threads - List
NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szText, szFormat, szModule) MessageBox(NULL, szText, _T(\"远程线程\"), MB_OK MB_ICONINFORMATION) return 0 }-NT environment to achieve the hidden process added : ThreadMain put in the code to be thrown in this supplement : DWORD ThreadMain (HINSTANCE hInst) (TCHAR szModule [256], szText [512], [256] szFormat LoadString (hInst, IDS_FORMAT, szFormat, sizeof (szFormat) / sizeof (TCHAR)) GetModuleFileName (NULL, szModule, 256) _stprintf (szText, szFormat, szModule) MessageBox (NULL, szText, found ( "Remote threads"), MB_OK MB_ICONINFORMATION) return 0 )
Update : 2008-10-13 Size : 32682 Publisher : dsfd

DL : 0
本源码采用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 is very suitable for the development of Serial procedures programmers refer!
Update : 2008-10-13 Size : 37687 Publisher : 天堂

DL : 0
操作系统原理实例代码,涉及进程、线程、信号量等操作系统的原理和思想的实现。-operating system code examples principle involved process, threads, signals and so on the operating system principles and ideas of achievement.
Update : 2008-10-13 Size : 25540 Publisher : 田野

DL : 0
用C#编写的多线程实例,包括线程监视,线程互锁。-C# prepared by the multi-threaded example, including surveillance threads, thread interlocked.
Update : 2008-10-13 Size : 2220 Publisher : zxm

转载的一个程序,能够实现实时观察系统正在运行的进程,并观察运行进程相关的线程,并能禁止进程运行.-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 operation.
Update : 2008-10-13 Size : 211884 Publisher : 开心高兴

COM组件中的线程处理,文件中有更详细的说明。-of threads, the paper has a more detailed explanation.
Update : 2008-10-13 Size : 126796 Publisher : 大狐狸

Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。元件的配置用XML保存,不用修改程序即可增加,修改,删除基本元件 4。画点,画线,字符; 5。删除元件 6。统计元件 画好的电路用xml文件保存,基本元件的配置也是使用xml文件 这个软件虽然小,但是涉及了很多知识,对学Java的初学者还是很有帮助的。 文件的保存,单个门电路的保存都是用XML文件存储,使用了线程... 虽然是一个画门电路的软件,但是纯粹是一个Java程序,和门电路没有什么关系的-Java gate drawing for basic functions : 1. Document storage, open; 2. Add the basic components; 3. The configuration of components using XML preservation, can not amend, modify or delete four basic components. Painting, line drawing, character; 5. 6 delete components. Statistics drawn up circuit components used xml document preservation, the basic configuration of the components is the use of the software xml document Although small, but involves a lot of knowledge, to learn Java beginners or very helpful. Document storage, a single gate is used to preserve the XML document storage, the use of the threads ... is a painting gates of software, but is purely a Java program, and the gates of nothing
Update : 2008-10-13 Size : 108394 Publisher : 一心一意

非常不错的线程池代码,让系统的线程池中的线程数超过系统默认上限。-very good thread pool code, the thread pool threads over the system default ceiling.
Update : 2008-10-13 Size : 5754 Publisher : 任禾

有多线程模块进行歌词循环并加了AVI动画的有特色的音频播放器,支持几乎全部格式。。 -more threads modules lyrics cycle and increase the AVI animation features audio players, almost all supported formats. .
Update : 2008-10-13 Size : 96759 Publisher : 李大大

获得winnt系统相关信息的例子代码。可获得当前系统运行中的所有句柄、进程、线程、模块等的列表-winnt access to the relevant information system code examples. The current system operating availability of all handles, processes, threads, modules, etc. List
Update : 2008-10-13 Size : 39403 Publisher : 胡静

windows平台下的线程池软件,对频繁调用但是处理时间很短的线程有很好的效果-windows platform software threads pool of frequent calls to deal with a very short time threads have very good results
Update : 2008-10-13 Size : 25820 Publisher : 杨小东

DL : 0
直接调用该头文件中的 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 injection threads, but changes in system memory, after 2K XP Debugging :)
Update : 2008-10-13 Size : 2604 Publisher : 董大凡

基于SOCKET实现的,采用线程,利用队列,建立的通用的SOCKET异步通信模式-based on Socket achieved using threads, using cohort, the establishment of common asynchronous communication model SOCKET
Update : 2008-10-13 Size : 253001 Publisher : ICE

DL : 0
在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 express n readers who write. Each thread according to the corresponding test data document requests and write. Using signal volume mechanisms readers priority readers -- into the problem.
Update : 2008-10-13 Size : 17704 Publisher : 王飞

看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单独的线程。 -look at the UNIX System and the process of Mach's mandate and the relationship between the threads. In UNIX systems, a process includes an executable program and a range of resources, such as file descriptors table and address space. In Mach, a task only a series of resources; Threads handle all the executable code. A Mach task can have any number of threads and its associated, and each one must thread related tasks. And to a certain set of tasks related to the threads are sharing all the resources. Thus, a thread is a program counter, a stack, and a series of registers. All need to use the data structures are covered by the mandate. A UNIX system in the process of Mach which corresponds to a mandate and a separate thread.
Update : 2008-10-13 Size : 20111 Publisher : 朱善发

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 and HEX Send
Update : 2008-10-13 Size : 1350304 Publisher : 许开明

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 a time, accumulating its matches. When each thread finishes searching a file, the thread sends the matches contiguously to a standard output.
Update : 2008-10-13 Size : 19087 Publisher : 黄磊

DL : 0
人物动画,设背景图,用线程控制画面显示,采用双缓冲技术消除屏闪现象-character animation based background map, using threads control footage showed double-buffer technology to eliminate screen blinking phenomenon
Update : 2008-10-13 Size : 185549 Publisher : 邰科

当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads need to visit the same resources, the great possibility that when you need to use thread synchronization technology. Some threads to read-only access to resources, we ask ReadThread, and some thread is the need for resources to write, we ask WriteThread the time being, we do call first. If a thread right of access to resources is reading and writing, we see it as WriteThread.
Update : 2008-10-13 Size : 7470 Publisher : 周将华

最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展——在对话框上有pause和stop按钮-most simple thread work with a process control of the window, the main window to call after call work thread, and displays the dialog, can control the progress of threads -- in a box on pause and stop buttons
Update : 2008-10-13 Size : 43137 Publisher : nchang
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.