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

Search list

[OS programRWLock

Description: 多线程下的文件读写加锁 -File accesss lock in multi-thread
Platform: | Size: 26624 | Author: 站长 | Hits:

[File Operateabfilesscn

Description: Two components for smart searching for files through your disk drives. It scans user specified drives or paths for files selected by file mask. File mask can contain multiple masks (for example: *.exe,*.dll,*.ocx,*.vxd). Thread based search algorithm saves system resources for best background performance. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and specified context (plain text string or any characters set). 两个聪明的查找文件的元件-Two components for smart searching for files through your disk drives. It scans user specified paths for drives or selected files by file mask. File mask can contain multiple masks (for example :*. exe,*. dll,*. exe* . vxd). Thread based search algorithm saves system resources for best performance background. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and specified context (plain text string or any characters set ). two smart search document components
Platform: | Size: 13312 | Author: 秦永久 | Hits:

[P2P基于TCP-IP多线程文件传输

Description: 多线程socket文件传输,很好的一个例子,极力推荐-multi-thread socket programming for file translating. this is a very good example.
Platform: | Size: 136192 | Author: 啊q | 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:

[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:

[Windows DevelopMutliThread

Description: 一个多线程文件示例,详细说明了多线程的使用方法。-a multithreaded file example, a detailed description of the use of multi-threaded approach.
Platform: | Size: 1496064 | Author: 冯荣俊 | Hits:

[JSP/JavaA3_1

Description: 应用JAVA开发技术设计的关于多线程模式设计文件上传的源代码.-Java application development technology on the design of multi-thread design pattern file upload the source code.
Platform: | Size: 2048 | Author: 光玲 | Hits:

[Ftp ClientWinCEFTPClient

Description: WinCE下的FTP客户端,只支持单线程文件上传下载删除的功能,局域网访问效果很好,支持外网访问。 -WinCE under the FTP client, which only supports thread to delete downloaded file upload function, LAN visit to good effect, and network support to the visit.
Platform: | Size: 135168 | Author: yangou | Hits:

[Program doclinuxthreads

Description: Linux系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。-Linux systems adhere to POSIX thread-multi-threaded interface, known as the pthread. Prepared under the Linux multi-threaded process, need to use the header file pthread.h, connections need to use the library libpthread.a.
Platform: | Size: 16384 | Author: dj | Hits:

[Internet-NetworkVB.FTP2.Rar

Description: FTP 多线程断点续传下载文件,VB比较详细-FTP multi-threaded HTTP download a file, VB more detailed
Platform: | Size: 254976 | Author: cobus | Hits:

[Sniffer Package captureTCP_Sniffe

Description: 这是我在做硕士论文时编的一个小工具,比较简单,主要目的是捕捉网络封包,因为是小玩意,所以没有加入封包分析。 使用了线程技术对流经本机的封包进行截获并可记录到文件中,可以从源主机和目的主机来指定过滤。软件界面及其简单,一目了然。-This is my master s thesis at the time allocated to do a small tool that is relatively simple, the main aim is to capture network packets, because it is gadgets, there is no accession packet analysis. The use of technology on the thread running through the machine to intercept packets and records to a file, can be from the source host and destination host to specify the filter. Software interface and its simple, clear at a glance.
Platform: | Size: 219136 | Author: Zhao Genlin | Hits:

[Symbian080108162635

Description: Symbian s60平台第二版下一个socket通讯的例子,可以测试cmnet和cmwap连接是否成功,通过http进行文件传输!-Symbian s60 platform for the second edition of a socket communication example, you can test CMNet and cmwap connection is successful, to file transfer through http!
Platform: | Size: 65536 | Author: sizhiguo | Hits:

[JSP/JavaSimpleThreads

Description: JAVA 多线程 下载 程序 选择保存地址 下载完 显示文件信息-JAVA multithread download save the downloaded file information display
Platform: | Size: 1024 | Author: hjay | Hits:

[Com Portthread

Description: 多线程,串口编程,包括一个头文件和一个源文件,封装在一个类中,相信大家看过这两个文件后,对相关的应用一定回有一个大致的编程模式形成-Multi-threading, serial programming, including a header file and a source file, encapsulated in a class, I believe that everyone read these two documents, the relevant application must return to have a general programming model of the formation of
Platform: | Size: 8192 | Author: 王建军 | Hits:

[OtherCompare_CRC32

Description: 通过计算文件的CRC32值,对指定目录的文件进行去重。(支持线程,右键菜单)-Document by calculating CRC32 value of the designated directory to re-file. (Support thread, right menu)
Platform: | Size: 237568 | Author: hbgk | Hits:

[Ftp ClientFTP_delpli

Description: // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传) // 备注:该模块属于传输类的一个子线程模块. -//Module Description: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function (support Resume)// Note: This module belongs to a sub-transmission-type thread module.
Platform: | Size: 7168 | Author: wzw | Hits:

[Internet-Networkd1

Description: delphi+多文件的多线程下载封装类. //本下载方法采用的是HTTP下载 //首先采用一个主类TC_DownLoad_Main来下载多个文件 //然后用一个子类TC_DownLoad来下载单个文件 反复创建这个子类便可以下载多个文件 //在子类中用多个线程类TThread1来进行单个文件的多线程下载-it can help you download file by multiple thread..
Platform: | Size: 346112 | Author: awfsdfwaf | Hits:

[ARM-PowerPC-ColdFire-MIPSREL_Ser2Eth_RT-Thread

Description: 基于RT-Thread OS的一个串口转以太网的工程文件,内附使用说明。使用LWIP网络协议!处理器使用AT91SAM7X256。-Based on RT-Thread OS of a serial to Ethernet project file, containing instructions for use. Use LWIP network protocol! Processor AT91SAM7X256.
Platform: | Size: 1978368 | Author: john | Hits:

[TCP/IP stackThread

Description: 多线程测试源代码。应用程序向导已为您创建了此 Thread 应用程序。 本文件概要介绍组成 Thread 应用程序的 的每个文件的内容。 Thread.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 Thread.cpp 这是主应用程序源文件。-Multi-threaded test source code. Application Wizard has created this Thread to your application. This document outlines the application form Thread the contents of each file. Thread.vcproj This is generated using the application wizard, VC++ project the main project file, which contains the file that generated the version of Visual C++, and about using the application wizard to select the platform, configuration and project features. Thread.cpp This is the main application source file.
Platform: | Size: 6352896 | Author: zsh | Hits:

[OtherThread Factory 4(中文帮助文档)

Description: VB多线程各种例子Thread Factory 4(中文帮助文档)(VB, multithreaded, various examples, Thread Factory 4 (Chinese help file).)
Platform: | Size: 3665920 | Author: 啊童木哥哥 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net