Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - threads
Search - threads - List
这是一部关与此linux教程,但并不过与拘泥于理论方面的阐述.而是采用丰富的实例来介绍linux的进程,线程,多线程编程,存储管理, io,驱动程序等概念-This is a clearance with linux directory but with the stick, however theoretical exposition. instead of using the wealth of examples to describe the process of linux, threads, multithreaded programming, storage management, io, concepts such as driver
Update : 2024-05-18 Size : 560128 Publisher : 曹大维

本程序使用了多线程的搜索技术,比传统的操作系统提供的顺序搜索的效率高许多.程序在每个新目录创建一个线程,处理该目录下的文件,从而实现多线程搜索-the procedures used multithreaded search technology, than the traditional operating system in order to provide highly efficient search of many. each procedure in the creation of a new directory threads, addressing the directory of documents, enabling multi-threaded search
Update : 2024-05-18 Size : 19456 Publisher :

关于线程池的一些操作之列的一个工程 包括添加线程,删除之类的操作-threads on the pool operated out of a project, including adding threads, such as the deletion of the operation
Update : 2024-05-18 Size : 2930688 Publisher : 嵇月强

DL : 0
利用远程线程嵌入进行木马隐藏和程序源码,首先运行rmtdll,参数为要嵌入的进程。本程序同时包含一个DLL程序,要实现的功能可以在此随意加入。-remote threads for embedded Trojan hidden source and procedures, the first running rmtdll, parameters to be embedded in the process. This program also includes a DLL procedures, and functions can be achieved in this free to join.
Update : 2024-05-18 Size : 301056 Publisher : llxxff

本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve, SPF short process priority, Preemptive FPF_Reaved high-priority, TimePiece time to rotate the four-process scheduling algorithm. Running time prompted the selection process scheduling algorithm, then the function call GetRandProc (LPVOID lpParam) (specialized procedures for the letter several open up new threads) random process and will be inserted into its place queue Then the corresponding process scheduling algorithm scheduling The process runs.
Update : 2024-05-18 Size : 21504 Publisher : mayfar

DL : 0
抓屏 通过对屏幕抓屏,进行监控,采用多线程方式-Capturing the Screen Capturing the Screen on the screen, the monitor, using multiple threads
Update : 2024-05-18 Size : 29696 Publisher : 谢玲

DL : 0
C51单片机做的驱动四线程马达的驱动程序,用于步进电机驱动!-C51 microcontroller do drive four threads motor driver for stepper motor drives!
Update : 2024-05-18 Size : 1024 Publisher : 万平

DL : 0
图像采集程序,用于图像采集卡采集图像。主要是界面设计方面以及线程之类的-image acquisition procedures for image acquisition card collecting images. Interface design is the main aspects of such threads
Update : 2024-05-18 Size : 6498304 Publisher : 刘鹏飞

本程序是串口通信的com组件,并且符有客户机.包含STD ,线程池 ,多线程通信,com错误报告.一个串口有三个通信线程.可打开任意多个串口.目前正在为系统服务,完全可靠-Serial Communication com ponents, as well as address a client. Included STD, thread pool, Multithreading communications, com error report. a serial communications are three threads. to open arbitrary serial number. the current system is for services, fully reliable
Update : 2024-05-18 Size : 124928 Publisher : 张耀文

DL : 0
挂起,恢复线程。本程序可以显示目前的所有线程。并控制线程的挂起和恢复。-1-2 resume threads. This program will show all the current thread. And control threads suspended and resumed.
Update : 2024-05-18 Size : 20480 Publisher :

完美屏蔽 Ctrl+Alt+Del,采用内嵌汇编实现无DLL,远线程注入winlogon进程,屏蔽相关消息。-perfect shielding Ctrl Alt Del, the compilation includes a free DLL, Version far threads into the process, shielding related news.
Update : 2024-05-18 Size : 6144 Publisher : verywzm

DL : 0
Java线程入门 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 283 KB -Java threads entry books Language : English books categories : program design license : free software books Size : 283 KB
Update : 2024-05-18 Size : 238592 Publisher : 王敏

DL : 0
C#线程 在某一时间内,只有N个线程在并发执行,其余都在队列中的实现-C# threads at a given time, only N threads with the implementation, and the rest are in the queue to achieve
Update : 2024-05-18 Size : 4096 Publisher :

Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So ju st take the IMAP connection pool and convert tha t to a pool of threads (Copy, paste, find, replace). Need to make some changes to the pool i mplementation Not a very easy task, since the code has been duplicated in many place s. Re-inventing source code is not an intellige nt approach in an object oriented environment w hich encourages re-usability. It seems to make more sense to implement a pool that can contain a ny arbitrary type rather than duplicating code . How does one do that The answer is to use t
Update : 2024-05-18 Size : 174080 Publisher : zhuxin

多线程程序作为一种多任务、并发的工作方式,有以下的优点:   1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。   2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。   3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,成为几个独立或半独立的运行部分,这样的程序会利于理解和修改。 -multithreaded process as a multi-task, complicated by the way, has the following advantages : 1) improve application response. This graphical interface is especially meaningful, when a very long time-consuming operation, the entire system will wait for the operation, this procedure will not respond to keyboard, mouse, the menu of operations, and the use of multithreading technology, long will be time-consuming operation (time consuming) under a new thread, avoided this embarrassing situation. 2) multi-CPU system more effective. When the operating system would ensure that not more than a few threads CPU number of different threads running on different CPUs. 3) to improve program structure. A long and complex process can be divided into consideration a number of threads, into several indepen
Update : 2024-05-18 Size : 2048 Publisher : 李强

DL : 0
用于流量测试的FTP程序,包括线程、FTP异常处理-flow for the FTP testing procedures, including threads, FTP Exception Handling
Update : 2024-05-18 Size : 62464 Publisher : QIN

一个非常好的windows和unix、linux使用的线程库,继承该类可以很方便地实现自己的线程-a very good windows and unix, linux for the use of threads. inheriting such it is easy to realize their own threads
Update : 2024-05-18 Size : 47104 Publisher : granite

DL : 0
ccs中HWI硬件中断服务中启动SWI软件中断线程的例子,已经经过调试-ccs which HWI hardware interrupt service launched SWI software interrupted threads example, after debugging
Update : 2024-05-18 Size : 92160 Publisher : 莉莉

DL : 0
java 网络编程的源代码,学习socket编程和线程很有帮助-java network programming source code, learning socket programming and helpful threads
Update : 2024-05-18 Size : 24576 Publisher : 凡新

用visual c++ 6.0开发的一个创建、关闭线程的例子,非常适合初学者学习利用API来创建线程-with visual c 6.0 creation of a closed-thread example, very suitable for beginners learning to use the API to create threads
Update : 2024-05-18 Size : 89088 Publisher : lj
« 1 2 ... 42 43 44 45 46 4748 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.