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

Search list

[Internet-NetworkTCP的客户服务器通信程序

Description: TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : \ \ client \ \ ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
Platform: | Size: 15360 | Author: | Hits:

[Internet-Networkmulti_thread_socket_filetrans

Description: 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer/support HTTP/transceiver news/obstruction use point-to-multipoint modes of socket, multi-threaded, high performance. In LAN test the speed limit. Support for HTTP. The server can also send multiple files. Transfer files with the when this network news.
Platform: | Size: 141312 | Author: 韩为 | Hits:

[JSP/JavaUDPCommunicationClient

Description: UDP发送和接收数据包客户端,功能还可以,希望站长能满意.谢谢.-UDP send and receive data packets client, functions can also hope that the director is satisfied. Thank you.
Platform: | Size: 8192 | Author: myrabit | Hits:

[Internet-NetworkCSocketfile-send-rec

Description: windows下文件基于组播的文件传输程序,已经测试传输成功.-windows where the document is based on multicast file transfer procedures, tests have been successfully transmitted.
Platform: | Size: 2330624 | Author: beidaole | Hits:

[Com PortFileSerial

Description: 一个简单的串口文件发送接受程序。可以调节发送延迟。里面的类可以应用在其他的环境下。A simple program that can send a file through a serial port. The delay and other parameters are changable.-a simple serial port to accept this document procedures. This delay can be adjusted. Inside the class can be applied in other circumstances. A simple program that can send a file through a se rial port. The delay and other parameters are ch angable.
Platform: | Size: 287744 | Author: meng | Hits:

[Windows DevelopSEND_232

Description: send data to 232 send file to 232
Platform: | Size: 204800 | Author: lzy | Hits:

[Embeded Linuxfile_transmitting_using_serial_port

Description: 实现串口通讯文件收发的功能,在宿主机和目标机中用串口来来传送文件数据.-Serial communications transceiver functions in host and target machines to use serial port to send file data.
Platform: | Size: 4096 | Author: xuhao | Hits:

[ICQ-IM-ChatSocket-send-soft

Description: Socket文件传输 利用Socket传输文件的 实例-Socket File Transfer to transfer files using Socket Examples
Platform: | Size: 77824 | Author: 飞天侠 | Hits:

[Windows Developserialout

Description: 穿行口应用程序,即pc端从串行口发送文件-Applications through the mouth, that is, pc client from the serial port to send the file
Platform: | Size: 1051648 | Author: AmyZhang | Hits:

[JSP/Javatcp

Description: 用java写的tcp数据包发送和接收代码。-Using java to write the tcp packet send and receive code.
Platform: | Size: 2048 | Author: 杨敏 | Hits:

[Communicationipadress0

Description: 获得本机ip地址的MFC程序源代码 利用CSocket类实现网络文件传送,包括发送文件的服务器端、接收文件的客户端程序代码-Access to the local ip address of the MFC source code to use CSocket class implements file transfer network, including server-side send files, receive files client code
Platform: | Size: 31744 | Author: 倪伟 | Hits:

[OS programSerialCmd

Description: 命令行串口工具 这样就可以通过在Windows下用记事本编辑bat批处理文件我灵活的向串口发送和接收数据,简单点他就是一个命令行的串口调试助手,这样就支持bat比较灵活.可以批量向单片机或者ARM , DSP 发命令-Serial command-line tool can then be used in the Windows Notepad to edit the next bat batch file I am flexible to the serial port to send and receive data, a simple point, he is a serial command-line debugging assistants, so that support more flexible bat . Can bulk to the single-chip, or ARM, DSP order
Platform: | Size: 15360 | Author: Alex Wang | Hits:

[Linux-Unixsend

Description: 此代码为linux下,RTP协议数据发送程序,已近调试通过,包括Makefile文件和主函数,但运行前需要安装jrtplib-2.9库-This code for linux under, RTP protocol data sent procedures, nearly debug through, including the Makefile file and the main function, but need to install before running jrtplib-2.9 library
Platform: | Size: 2048 | Author: 张瑛瑛 | Hits:

[ActiveX/DCOM/ATLcomcool_code

Description: 介绍: 介绍如何在Win32中处理串口。串口通讯可以通过多种技术实现,例如:ActiveX,I/O存取和文件操作。本文介绍Win32平台下通过文件操作技术使用串口。程序员可以使用 Microsoft Visual C++ Version 6.0所提供的kernel32.lib。在Microsoft Windows(2000,Me,XP and 95/98)中,串口作为文件处理。因此可以通过Windows文件创建函数打开串口。 文章不仅介绍了串口通讯,也介绍了在串口通讯应用程序中实现多任务,多任务可以使串口通讯应用程序在同一时间处理更多的任务,例如:读数据任务,发送数据任务,GUI任务等。-Introduction: Introduction of how to deal with Win32 serial port. Serial communication can realize through a variety of technologies, such as: ActiveX, I/O access and file operations. This article describes the Win32 platform by file operation technique using the serial port. Programmers can use Microsoft Visual C++ Version 6.0 provided by kernel32.lib. In Microsoft Windows (2000, Me, XP and 95/98), the serial port as a file handle. Windows files can be created through the open serial port function. Article not only introduces serial communications, also introduced in the serial communication applications realize multi-tasking, multi-mission can make serial communication applications at the same time handle more tasks, for example: mission time data, send data task Missions such as GUI.
Platform: | Size: 38912 | Author: hxs | Hits:

[TCP/IP stacktcp

Description: 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -One server to receive files, the client send the file. 2 each Socket to connect at the same time can only transfer a file. 3 can also send network messages
Platform: | Size: 7062528 | Author: 张长宜 | Hits:

[Internet-Networkfiletransfers

Description: 很好的解决大文件传输,以及视频数据的发送也可以借鉴.-Very good solution to large file transfers, as well as send video data can also learn from.
Platform: | Size: 3574784 | Author: 王昊 | Hits:

[ARM-PowerPC-ColdFire-MIPSnew_sd

Description: mega128的串口发送文件.可以发送0X55上位机使用串口调试工具就可以接收了.-mega128 serial send the file. can send 0x55 PC serial port using the debugging tools can be received.
Platform: | Size: 191488 | Author: 张文 | Hits:

[CommunicationSerialfiletransfersystemsourcecode

Description: 串口文件传输系统源代码,给播放器发送命令取消文件锁定的TCP协议 端口号:8154 协议格式:A+B A:SVA_VIDEO_COM_SEND_FILE_HEAD B:如果=1,那么开始停止播放,如果=0,那么恢复 例如,如果你接收到"SVA_VIDEO_COM_SEND_FILE_HEAD1",那么开始停止播放 -Serial file transfer system source code, to the player to send an order cancellation of file locking the TCP protocol port number: 8154 Protocol format: A+ B A: SVA_VIDEO_COM_SEND_FILE_HEAD B: If = 1, then stop playback, if = 0, then the restoration of such as If you receive " SVA_VIDEO_COM_SEND_FILE_HEAD1" , then stop playback
Platform: | Size: 700416 | Author: 123 | Hits:

[File OperateWinsockClientServer

Description: winsock program in VB. send file from server and take in client. send from client and take to server.
Platform: | Size: 15360 | Author: Hiren | Hits:

[CSharpCSharp-tcp-send-file

Description: 使用C#开发的 tcp发送消息和传输文件-C# tcp send file and message
Platform: | Size: 25600 | Author: pnn | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net