Welcome![Sign In][Sign Up]
Location:
Search - thread

Search list

[Game ProgramVirtualKFCIventory

Description: 很过瘾的虚拟肯德基买卖模拟机,上学期JAVA课的PROJECT,可以设定出售和生产的比例,体现后台的multiple thread-very enjoyable virtual KFC trading simulation machine, Java classes last semester of PROJECT, can set the sale and production ratio reflects the background of multiple thread
Platform: | Size: 237568 | Author: 莫斯韦 | Hits:

[Ftp Clientftp探索工具

Description: 该软件可搜索指定IP段内的可匿名登陆的FTP服务器。\n 能够指定是自动搜索还是手动搜索. \n 自动搜索每次会开启你指定的线程数进行搜索。当设置手动搜索时,双击一下列表框 的选项就可以打开一个新的线程进行搜索和验证\n\n注意:\n 请不要指定范围过大的IP段,否则在列表框的初始化时会占用不少时间和系统资源。-The software can be designated search of the IP within the landing anonymous FTP server. \ N can be specified manually or automatically search search. \ N automatically search every time you specify will open a few threads search. When installed manually search, click what the options list box will be able to open a new thread of the search and verification \ n \ n Note : \ n Do not designated too much of the IP, otherwise, in the initial list box will occupy a lot of time and system resources.
Platform: | Size: 1862656 | Author: 赵艳 | Hits:

[Communicationcomm32

Description: 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ,是 COMM32.ZIP 构件的改良版,并且增加 Data Bits、Parity、 Stop Bits 等配置,支持 Read/Write 时序控制 (Timing control)、 ReadIntervalTimeout、 WriteIntervalTimout 等 ,支持 DTR/DSR, RTS/CTS 硬件流程控置及 Xon/Xoff 软件流程控置 ( 2.5 版,附源码 ) -: multithreading (Multi-Thread) RS232 serial port communication component, the component is COMM32.ZIP modified version, and increase Data Bits, Parity, Stop Bits, such as configuration and support Read/Write timing control (Timing control), ReadIntervalTimeout, WriteIntervalTimout, support DTR/DSR, RTS/CTS hardware flow control and home Xon/software flow control setting home (version 2.5, with source)
Platform: | Size: 27648 | Author: zxb | Hits:

[Process-ThreadsimpleThreadPool

Description: 简单线程池的实现方法,包含一个主控线程池类ThreadPool和一个工作线程WorkThread-simple thread pool method, including a master class ThreadPool thread pool, and a work-threaded WorkThread
Platform: | Size: 3072 | Author: 测试 | Hits:

[Windows Develop在动态连接库内封装应用程序框架cool

Description: 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
Platform: | Size: 69632 | Author: | Hits:

[CSharpcsharp_thread

Description: 用C#编写的多线程实例,包括线程监视,线程互锁。-C# prepared by the multi-threaded example, including surveillance threads, thread interlocked.
Platform: | Size: 2048 | Author: zxm | Hits:

[Process-ThreadTLS_TEST

Description: 说明线程局部存储的应用,主要使用了2中局部存储的方法,大家可以下载来看看。-note thread local storage applications, the main use of which two local storage methods, we can download to see.
Platform: | Size: 7168 | Author: 李洪斌 | Hits:

[source in ebookJava Thread Programming

Description: java线程编程一书的源代码。供学习java多线程的朋友参考学习-threaded a book source. Java Learning for multithreading friends Reference Learning
Platform: | Size: 99328 | Author: 韩志达 | Hits:

[Process-ThreadThread(new)

Description: 这是一个关于线程并行与串行所用时间的比较(结合了win32更有实用性)-This is a thread of the serial and parallel time spent by the comparison (in the context of the win32 more practical)
Platform: | Size: 882688 | Author: Freedom | Hits:

[Process-Threadthreadpool_doc

Description: 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
Platform: | Size: 113664 | Author: 徐建军 | Hits:

[Process-Threadthreadpool_src

Description: 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
Platform: | Size: 12288 | Author: 徐建军 | Hits:

[Windows DevelopVc++ initial

Description: 该程序创建了一个线程,并在线程中实现精度条推进。首先调用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.
Platform: | Size: 36864 | Author: 邢馨华 | Hits:

[OtherMD5加密(Thread)

Description: MD5加密(支持多线程,支持文件拖放) -MD5 encryption (support multithreading, drag and drop support files)
Platform: | Size: 53248 | Author: | Hits:

[Process-Thread线程池示例代码

Description: VC 源 码:线 程 池 示 例 代 码.-source VC : Thread Pool sample code.
Platform: | Size: 2017280 | Author: 柴宝 | Hits:

[CSharpwriter_reader

Description: 经典的读者写者问题。设计读写线程,实现对同一文件的读和写的同步。 1.一个线程在写时,其他线程不允许写。 2.一个线程在写时,其他线程不允许读。 3.一个线程在读时,其他线程不允许写。 4.一个线程在读时,其他线程允许读。 -readers to write the classic problem. Design literacy threads, to achieve the same document simultaneously read and write. 1. A thread in writing, the other threads allowed to write. 2. A thread in writing, the time does not allow other threads. 3. A thread in reading, writing does not allow other threads. 4. A thread in Reading, Reading allow other threads.
Platform: | Size: 22528 | Author: li | Hits:

[Internet-NetworkThreadLibrary

Description: 线程池 网络封装库 提供源码 编写网络程序-Thread Pool network package provides source code for the preparation of network programming
Platform: | Size: 18432 | Author: yuzw | Hits:

[Ftp Clientdllfileprog

Description: 一个简单的下载程序,General Description The program uses a worker thread to perform the file download this is so that our main application won t be blocked and so that we could have a cancel download functionality inside the program. All the downloading is being done from inside the thread along with the on-screen updating we will get into that in a minute. -a simple download, General Description The program uses a worker thread to perform the file download this is so that our main application won t be blocked and so that we could have a cancel download functionality inside the program. All the downloading is being done from inside the thread along with the on-screen updating we will get into that in a minute.
Platform: | Size: 47104 | Author: 张德慧 | Hits:

[Process-ThreadSmartThreadPool_src

Description: 任务有返回值,并且能够等待所有的任务处理完毕的线程池-mandate to return to duty, and to wait until all the tasks have been disposed of Thread Pool
Platform: | Size: 28672 | Author: mokermo | Hits:

[Process-ThreadThreadPool_Source

Description: 提供了线程池的封装,开发者能够比较容易的建立服务器应用模型。-thread pool for the package, developers can more easily create server application model.
Platform: | Size: 6144 | Author: 王家全 | Hits:

[JSPjava_program_thread

Description: 介绍java Thread的书籍,不错,欢迎下载!-on the books, yes, welcome to download!
Platform: | Size: 276480 | Author: zdw | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net