Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - threads
Search - threads - List
DL : 0
一个能自我删除的程序,没有令起其他线程来删除,非常值得研究。-a self-delete procedure is not one to play the other threads to delete, very worthy of consideration.
Update : 2008-10-13 Size : 22891 Publisher : 刘后

成功 关于线程和进程的程序-success on the threads of procedures and processes
Update : 2008-10-13 Size : 13951 Publisher : 刘忠强

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 contemplating the installation of key documents : ThreadDemo.cpp : Presentations create threads document run.cmd C : automatic orders to open a window to the procedure script file
Update : 2008-10-13 Size : 14176 Publisher : 黄小文

DL : 0
关于一个java线程的问题说明,是以生产者与消费者讲述-java threads of a problem that is about producers and consumers
Update : 2008-10-13 Size : 4160 Publisher : ll

Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is SOCKET integrated model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I / O, complete I / O). It can be convenient communications procedures used. In particular, based on SERVER / CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
Update : 2008-10-13 Size : 22215 Publisher : 江苏

时间显示OCX 一个让你心动的时间显示OCX,该OCXcai用多线程处理..翻译 开发工具:VC 提供者:阿洪 ·VC下DCOM的Server和Client编程实现-time displayed a OCX let you echocardiography showed OCX time, the OCXcai using multiple threads .. Translation Tools : VC providers : penis VC DCOM Server and Client Program
Update : 2008-10-13 Size : 37092 Publisher : fxh

DL : 0
刊登在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.
Update : 2008-10-13 Size : 78675 Publisher : 天秀

采用WIN32和DDK实现的W2000的线程池机制.可以预先创建多个线程,维护由系统自动完成.-use WIN32 and DDK the W2000 to achieve the thread pool mechanism. Advance create multiple threads, preserving completed by the system automatically.
Update : 2008-10-13 Size : 7954 Publisher : wtm

DL : 0
系统监视器 记录CPU使用,线程使用记录,磁盘高速度缓存使用记录,内存等等记录-recording system monitors the use of CPU, the use of threads records, the use of disk cache record speed, memory, etc. Records
Update : 2008-10-13 Size : 24857 Publisher : ww2aa

 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而复始直到各个线程都完成任务。不过这里有一点需要注意:为了避免重复下载部分数据,在调整任务的时候,起始的文件便移量必须加上接受缓冲器的字节数,因为如前面所举的列子来看。线程1和线程3在平衡负载的时候,线程正在下载数据,如果所剩的数据比接受缓冲器的大小还小,线程1和线程3的部分下载数据将会重复。   在调整任务和分析任务的时候,会发现一个问题。就是读取文件数据太过频繁。于是我用了一个数据结构。在下载文件的过程中始终打开配置文件,这样速度提高了很多。在文件下载完毕后关闭文件。-various threads assignment is achieved. At the beginning of the download, the paper divided into a number of pieces of the download. As a thread of a task is to start from the position paper of 0 to start the download has 72,908 locations Department. Thread a download each one will have to adjust the data tasks, such as the first downloaded 20,800 gigabytes of data, then threaded a task will be re :20800 - 72908. This situation continues until the mandate of 72908-72908 said threaded a completion of the current mandate of the download. At this point, a thread on the analysis of the various threads of tasks, the most heavy task to find a thread : If 3:14816-218724 threads. Then a threaded automatically adjust the mandate, with 50% of the tasks to be downloaded again. Thread cycle until all
Update : 2008-10-13 Size : 96233 Publisher : 屠理峰

线程库最新实现,在linux/unix上实现了创建用户态线程,使得开发多线程更加容易。-threads for the latest achievement in linux / unix achieved users to create state-threaded, making the development of multi-threaded easier.
Update : 2008-10-13 Size : 647487 Publisher : 陈飞

DL : 0
该程序运用线程的思想来操作一个链表,对链表的动作有增加和删除。增加节点和删除节点分别在两个线程里,这两个线程通过事件来进行同步,每次增加10个节点、删除5个节点。-use of the program's ideological threads to operate a chain and the right Chain movements had increased and removal. Additional nodes and delete nodes, in two separate threads, thread through these two events simultaneously, each additional 10 points, five nodes removed.
Update : 2008-10-13 Size : 34045 Publisher : 罗将神

基于JAVA实现的简单编辑器, *EditFace实现了界面制作; *EditFace$FileOpen完成了打开文件功能; *EditFace$FileSave完成了保存文件功能; *Edit$FindAndReplace查找与替换窗口; *Edit$AutoSave自动备分文件线程; *Edit$SaveFileDialog保存文件对话框; *SetKey添加关键字; *SetColor设置颜色; *About程序基本介绍; *Edit组合各个窗口,并实现功能。-based on the simple JAVA editor, * EditFace realized interfaces; * EditFace $ FileOpen completed the open file function; * EditFace $ FileSave completed a document retention function; * Edit $ FindAndReplace search and replacement windows; * Edit $ AutoSave Automatic Backup documents threads ; * Edit $ SaveFileDialog save dialog; * SetKey add keywords; * SetColor set color; * About introductory procedures; * Edit window various combinations, and to achieve functional.
Update : 2008-10-13 Size : 27810 Publisher : KOF

Java线程入门 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 283 KB -Java threads entry books Language : English books categories : program design license : free software books Size : 283 KB
Update : 2008-10-13 Size : 238853 Publisher : 陆宜山

DL : 0
java日历,一个用JAVA编写的时钟程序主要是用到线程-java calendar, a JAVA prepared with the clock procedure is mainly used threads
Update : 2008-10-13 Size : 253719 Publisher : 杜飞

DL : 0
是操作系统中涉及进程的程序,有进程的管理,和pingpong问题-operating system is involved in the process of the procedures, process management, and pingpong problems
Update : 2008-10-13 Size : 2290 Publisher : 小月

新浪网新闻自动采集程序,原理是下载一个页面到本地,分析链接,循环下载,使用了多线程! 希望对初学者有用-automatic collection procedures, principle is to download a page of the local, link analysis, download cycle, the use of multiple threads! Hope useful for beginners
Update : 2008-10-13 Size : 40857 Publisher : 孙鹏程

利用OpenGL制作的3维旋转分形效果,提供定时器方式和线程方式。-produced by the use of OpenGL 3D fractal rotating effect, the timer mode and threads.
Update : 2008-10-13 Size : 289706 Publisher : 余灿基

DL : 0
本程序是一个基于RMI的聊天室,使用了多线程,事件模型,支持多用户同时登陆-this is a process based on the RMI chat rooms, the use of multiple threads, event model, support multiple users simultaneously landing
Update : 2008-10-13 Size : 12141 Publisher : 馨儿

一个典型的多线程小实例:球的运动 一个典型的多线程小实例:球的运动 几乎每一处都有注释,只要一点时间就能看懂 适合初学者学习交流 这是我学习java线程时做的一个小程序,请大家指教 -a typical example of a small multi-threaded : ball movement of a typical multi-threaded small example : the ball almost every campaign has Notes, as long as time will be able to read for beginners learning exchanges This is my learning java threads do when a small program, please enlighten
Update : 2008-10-13 Size : 10495 Publisher : 玄龙
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.