Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - threads
Search - threads - List
qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal mechanism dedicated to the authors start from the basic concept, a comprehensive and systematic introduction of the Windows basic elements, such as processes, threads, memory management and DLL, and listed a large number of applications, and incisive analysis of the constitutive pieces of the use, in order to keep Windows programming skills provided an effective shortcut. For different levels of Windows programmers, this book is of great reference value.
Update : 2008-10-13 Size : 3533 Publisher : zww

采用VC++编程,创建工作线程例子,通过例子可以了解如何创建工作线程-using VC program, work to create threads example, by example, we can understand how to work to create threads
Update : 2008-10-13 Size : 34725 Publisher : adan

操作系统课程设计:线程的创建与撤消(有文档)-courses on operating system design : the creation of threads and withdrawn (with documentation)
Update : 2008-10-13 Size : 2453 Publisher : 林明

JAVA课程设计!用线程来实现比较查找、排序算法的运行时间,第一部分是将顺序查找、折半查找算法设计成线程并同时运行来比较两种查找算法,第二部分是将冒泡排序、快速排序及选择排序设计成线程并同时运行来比较三种排序算法。本程序使用流行的GUI界面设计。-Java curriculum design! Using thread to achieve more search, algorithm running time, the first part of the order is to locate, binary search algorithm is designed to thread running and to compare the two search algorithms, the second part is to Bubble Sort, and the rapid sequencing SELECTION SORT designed with threads compared to run when three sorting algorithms.GUI
Update : 2008-10-13 Size : 12864 Publisher : 爱情无敌

c++写得下载者源码,远程线程注入,文件映射通信。client是用bcb写得 。 server在资源中包涵dll。合适初学者参考-c written those who download the source code into remote threads, document mapping communications. Moreover client is written. Server resources covered in dll. Appropriate reference beginners
Update : 2008-10-13 Size : 77638 Publisher : fpx

Thread 类创建线程,这对开发线程较有用-Thread category created threads, thread on the development of more useful
Update : 2008-10-13 Size : 2404 Publisher :

实现Runnable接口创建线程,这教有用对初学者-achieve starring interface to create threads that teach useful for beginners
Update : 2008-10-13 Size : 2013 Publisher :

此代码是在多线程下,线程间参数用全局变量传递的代码。-this code in multithread, with the threads global variable parameter transmission of the code.
Update : 2008-10-13 Size : 8500 Publisher : srx

此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
Update : 2008-10-13 Size : 10205 Publisher : srx

本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-book on the Windows operating system is an internal mechanism dedicated to the authors start from the basic concept, a comprehensive and systematic introduction of the Windows basic elements, such as processes, threads, memory management and DLL, and listed a large number of applications, and incisive analysis of the components of the methodology used, in order to keep Windows programming skills provided an effective shortcut. For different levels of Windows programmers, this book is of great reference value.
Update : 2008-10-13 Size : 36808113 Publisher : 里冬眼

QQ对对碰游戏外挂 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小外挂,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(鼠标光标会移动)和PostMessaga(鼠标光标不移动) 8.文件捆绑和分解 ... -QQ right right touch game external functions : 1. To automatically suggest to the elimination of the two right right touch. To simulate the mouse to automatically eliminate three. 4 can increase speed. Automatically Although this procedure is just a small store, but also the use of a number of technologies. 1. The use of threads 2. Search window 3.dll implantation 4.api hook technology 5. overall thermal-process production hook 6. not through specific color box at the same judgment method 7. mouse simulation of the two methods, mouse_event (mouse cursor will be mobile) and PostMessaga ( the mouse cursor is not mobile) 8. documents bundled and decomposition ...
Update : 2008-10-13 Size : 121063 Publisher : 阿东

DL : 0
dd一个多线程端口扫描程序,可以开启任意数量的线程,并可随时停止扫描-dd a multithreaded port scanning procedures, can open any number of threads, may at any time stop scanning
Update : 2008-10-13 Size : 23606 Publisher : dnxp

DL : 0
输入窗口名称后,线程会注入其中,并提示注入是否成功,不要做坏事喔!-input window name, which will be injected threads and prompt injection of success, not to do bad things!
Update : 2008-10-13 Size : 170711 Publisher :

用VB编写的多线程程序,带有可以自定义线程,适用软件VB6.0,是学习操作系统编程的一个良好工具 -VB prepared by the multi-threaded process, can be defined with threads, application software VB6.0. the operating system is programmed to learn a good tool
Update : 2008-10-13 Size : 8629 Publisher : 陶杰

封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. In order to make multi-threaded processes to facilitate the Windows and Linux platforms. Compressed are two documents : Thread.h and testMain.cpp. Which is threaded Packaging Thread.h the realization testMain.cpp is testing the code document. Windows use VC7.0 compile. Linux use gcc3.2.3 compile. This version only supports the following API : threads created to remove. Exclusive volume operation. Wait for the other threads.
Update : 2008-10-13 Size : 2685 Publisher : 曹京

1.对多个线程进行控制测试。 2.确定间隔方式对线程时间控制的影响。-1. Multiple threads to control testing. 2. Right way to determine spacing threads time control impact.
Update : 2008-10-13 Size : 26478 Publisher : cyclone

该程序创建了一个线程,并在线程中实现精度条推进。首先调用AfxBeginThread函数创建一个新进程,然后调用PostThreadMessage函数乡新建的线程发送WM_BEGINPROG消息,并将禁毒条的指针作为参数传递给新的线程,最后再OnBeginProg函数通过参数wParam生成的一个进度条指针实现进度条的逐步推进。-the program to create a thread, the thread and achieve accuracy of the advance. First Call AfxBeginThread functions to create a new process. then call PostThreadMessage function Rural new threads send WM_BEGINP ROG news, and the target of the drug pass as a parameter to the new threads, Finally OnBeginProg wParam function parameters generated by the progress of a target to achieve progress the gradual progress.
Update : 2008-10-13 Size : 37203 Publisher : 邢馨华

线程编程,6个线程进出教室,通过互斥实现,适合初学者对线程的变成有一定了解-threaded programming, six out of the classroom threaded through contradict realized, suitable for beginners right threads into a certain understanding
Update : 2008-10-13 Size : 10445 Publisher : 童仝

一个体验程序,让初学者了解线程之间的通讯-an experience procedures for the beginners to understand the communication between threads
Update : 2008-10-13 Size : 421768 Publisher : 童仝

通过各线程的等待模拟死锁,使初学者对死锁有一定的了解-through the threads of waiting Deadlock simulation, so beginners Deadlock have some understanding
Update : 2008-10-13 Size : 244415 Publisher : 童仝
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.