-
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境: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
-
java编的FTP服务程序。非常好用,已编译通过。
java编的FTP服务程序。非常好用,已编译通过。-a FTP program written in java.Very easy to use,already compiled.
- 2022-01-25 16:03:34下载
- 积分:1
-
KolFtp is a very small FTP client that has the following features: * The Right p
KolFtp is a very small FTP client that has the following features: * The Right pane (Remote view) accepts files from explorer and other applications * Uploading and downloading multiple files * A Convienent Site manager * Remote Folder creation * Remote File renaming and deletion-KolFtp is a very small FTP client that has the following features:* The Right pane (Remote view) accepts files from explorer and other applications* Uploading and downloading multiple files* A Convienent Site manager* Remote Folder creation* Remote File renaming and deletion
- 2022-02-03 05:55:17下载
- 积分:1
-
FTP客户端源代码
ftp客户端代码源程序-ftp client source code
- 2023-03-07 11:35:03下载
- 积分:1
-
vc developed an ftp client, has a good interface to achieve a multi
vc开发的一个ftp客户端,有好的交互界面,实现了多线程的下载和上传功能-vc developed an ftp client, has a good interface to achieve a multi-threaded download and upload function
- 2022-11-16 04:55:03下载
- 积分:1
-
C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端
默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件...
C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端
默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件将被上传到E:/up/下,也可以通过改变源码更改下载上传路径
不仅支持简单的文本传输,也支持视频音频压缩以及大文件的传输,且传输速度快-C language UDP Simple File Transfer Protocol TFTP, including client and server to download the default path for the E:/up /, files will be downloaded to the E:/dn/under the default upload path for the E:/dn /, files will be uploaded to E:/up/under, you can change by changing the source code download upload path not only support the simple text transmission, also supports video and audio compression and transmission of large files, and transmission speed
- 2022-01-25 16:38:36下载
- 积分:1
-
Windows ftp客户端
Windows ftp客户端 -Windows ftp client
- 2022-03-24 03:00:02下载
- 积分:1
-
25--FTP-tool
文件是使用vc++,编写的一款实现ftp功能的软件。界面美观,功能实用。(File using vc++, write a function to achieve ftp software. Interface is beautiful, functional and practical.)
- 2011-06-24 09:38:41下载
- 积分:1
-
c# to achieve the ftp server
c#实现的ftp服务器端的源码,基于socket 编程实现,有一定的参考价值
-c# to achieve the ftp server-side source code, based on socket programming, has some reference value
- 2022-03-01 16:25:31下载
- 积分:1
-
android-ftp-demo
xe7 原始版本
1 拍照后无法获取文件名,通过image save到临时目录。
2 获得临时目录的文件名。取得文件绝对路径。
3 idftp上传
tab页面左右滑动没实现
slash没实现。
数据库写入没实现
各种分辨率下手机布局没实现
程序调用照相机分辨率只有800-600无法修改
如果有人解决此类问题请联系qq 478737032@qq.com(xe7 original version
Unable to get a photograph file name, by image save to a temporary directory.
2 get the file name of the temporary directory. Obtain absolute file path.
3 idftp Upload
tab page did not realize sliding around
slash Not implemented.
Database writes did not realize
Mobile layout did not realize at all resolutions
The camera resolution is only 800-600 program calls can not be modified
If someone solve such problems, please contact qq 478737032@qq.com)
- 2015-06-28 16:12:38下载
- 积分:1