-
pieces of the jigsaw.
拼图游戏-pieces of the jigsaw.
- 2022-01-21 19:21:47下载
- 积分:1
-
20052938PortScan
FTP端口的代码,也是书上的例题,虽然很小,但是很基础,帮助你们理解(FTP port code, is also a book example, although very small, it is the basis to help you understand)
- 2008-05-21 15:43:11下载
- 积分:1
-
使用Windows下的TFTP。用于连接嵌入式目标板工具
在windows下所用的tftp。用于连接嵌入式目标板的工具-Under the windows used by tftp. Used to connect the embedded target board tools
- 2023-01-09 17:40:03下载
- 积分:1
-
另外一个JAVA FTP客户端工具
另外一个JAVA FTP客户端工具-another Java FTP client tool
- 2022-04-15 11:48:58下载
- 积分:1
-
This is for FTP Connection
This for FTP Connection-This is for FTP Connection
- 2023-04-02 19:05:03下载
- 积分:1
-
Ftp file upload of com components, and provides a DLL of the SDK documentation
文件上传ftp的com组件,并提供了DLL的SDK文档说明-Ftp file upload of com components, and provides a DLL of the SDK documentation
- 2022-02-05 22:09:44下载
- 积分:1
-
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
使...
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
使用协议:TCP/IP
客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。
使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。
文件的多线程读写采用windows内存映像技术。
关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。
- 2022-03-14 09:19:54下载
- 积分:1
-
此源码为ftp客户端源码,类似cuteftp.
此源码为ftp客户端源码,类似cuteftp.-this source for ftp client source code, similar cuteftp.
- 2022-06-30 04:17:37下载
- 积分:1
-
一个多线程和单线程ftp客户端程序
一个多线程和单线程ftp客户端程序-A multi-threaded and single-threaded ftp client program
- 2022-02-04 02:32:43下载
- 积分:1
-
tftp4net-16532
This projects implements the TFTP (Trivial File Transfer) protocol for .NET in an easy-to-use library. It allows you to integrate TFTP client and server functionality into your project. It is stable, unit-tested and comes with a sample TFTP client and server.
The main focus is to provide an API that allows you to easily access TFTP servers (or serve TFTP clients) in your own applications. If you re looking for a fully-fledged, you should probably look into other projects. However, if you re looking for code that allows you to implement your own TFTP client/server in only a few lines of code, you ve come to the right place.
- 2012-06-03 16:39:23下载
- 积分:1