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

Search list

[ICQ-IM-Chatxue_wen_Pchat

Description: 本人初学delphi的网络开发,对许多的东西还不是很通,但这个代码也是呕心(不是恶心:-) )之作!因为初学往往把握不准核心,有缺乏通俗的教材,故而曰:万事开头难! 这个程序的目的:希望能对刚开始学习网络开发得朋友一点提示!了解基本的网络开发流程!学习使用delphi的网络组件! 这个小程序实现了:客户端线服务器的连接,服务器接受后根据客户的要求转发信息,从而实现多个客户端的交流! 这个程序的不足:由于时间仓促仅实现了核心功能,对于像qq那样的注册和管理客户信息都没有完善,但是我认为这与信息的发送是同理的,在以后有时间我会再继续学习完善的! 我的期待:希望大家能给我的程序提点意见,无论是从想法上,还是程序的风格上……只要您说,就是对我的帮助,我会感激不尽的! 使用的组件:IdTCPClient,IdTCPServer -I Beginners network development, many of the right things is still valid, but the code is disgusting (not nausea :-)) of for! Because beginners often not allowed to grasp the core, a lack of common materials, the club said : Everything is hard in the beginning! The purpose of this procedure : The hope is to just start learning network development in a friend suggested 1:00! Basic understanding of the network development process! Delphi learning to use the network components! This small program : client server line connectivity, server customers after receiving the request forward, thereby number of client communication! The procedures are inadequate : only limited time to achieve a core functions, such as qq the registration and management of customer information is not perfect, but I thin
Platform: | Size: 585728 | Author: | Hits:

[Browser PluginswinceTCPServer

Description: ce下的服务器程序 可以传送文件 能自动获得网络地址-ce the server can send documents automatic network addre
Platform: | Size: 4429824 | Author: owen | Hits:

[ICQ-IM-ChatChatSystem1

Description: 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent socket programming, the program uses a tcp/ip socket multithreaded programming, as well as some important synchronous operation done to control overtime, in order to reduce the waiting time, such as servers connected with the basic functions of QQ similar conduct multiple points of the peer-to-peer chat and file transfer. The advantages of this program is to transmit the data will not be lost, but users on the line when the assembly line immediately reflected.
Platform: | Size: 15432704 | Author: 陈超群 | Hits:

[Internet-NetworkTCPServer1

Description: 简单实现TCP的监听服务,主要用到Winsock的使用。-Simple TCP listening services, mainly used Winsock use.
Platform: | Size: 309248 | Author: 胡祖安 | Hits:

[ARM-PowerPC-ColdFire-MIPSEVC_TCP

Description: evc下网络编程是有一定难度的,上面这个功能包含了两个程序演示了在嵌入式设备里面怎样通过TCP来进行网络数据交互和传输.-AES network programming under a certain degree of difficulty. above this function contains two procedures demonstrated in embedded devices inside TCP how to conduct interactive data network and transmission.
Platform: | Size: 166912 | Author: | Hits:

[TCP/IP stacksunnyTCPServer

Description: vc的一个tcp传输文件代码的服务器端,要和我的客户端合用奥-vc tcp transmission of a document to the server-side code, and my client Combined with
Platform: | Size: 52224 | Author: 孙亦非 | Hits:

[SCMIMLBTCPSERVER

Description: W3100服务器端示例程序的最新版本简化以太网接入开发步骤-W3100 server examples procedures simplified version of the latest development steps Ethernet Access
Platform: | Size: 51200 | Author: fu | Hits:

[ICQ-IM-Chatsocket_tcpserver

Description: socket/windows平台下的网络服务器,用于监听客户端发送的信息-socket/windows platform for the network server, the client for monitoring the transmission of information
Platform: | Size: 1386496 | Author: 徐翠林 | Hits:

[Internet-NetworkTCPserver++

Description: 使用WINSOCK实现基于TCP协议的代码服务器端程序,已经通过调试-use Winsock based TCP server code procedures have been adopted Debugging
Platform: | Size: 1024 | Author: 熊波 | Hits:

[Internet-NetworkMySimpleTcpServerSrc

Description: 一个简单的TCP服务器端程序,帮助初学者了解网络编程的基本过程-a simple TCP server procedures to help beginners understand the basic network programming process
Platform: | Size: 19456 | Author: 严磊 | Hits:

[Internet-NetworkTCPServer_and_TCPClient

Description: SOCKET客户端和服务器端程序,我们课题组用来做嵌入式开发时的网络测试,如果嵌入式设备是客户端程序,则用此次上载的服务器端程序与之连接进行测试,反之用客户端程序连,比较好用。-SOCKET client and server-side process, we used to do embedded development group at the time of network testing, if the embedded device is a client program, then use the upload server-side connection with testing procedures, on the contrary by the client procedures even compare the ease of use.
Platform: | Size: 150528 | Author: 钟杨 | Hits:

[Ftp Clientthread_Tcpserver_client_code

Description: 多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。
Platform: | Size: 56320 | Author: 红鱼 | Hits:

[TCP/IP stackTcpServer

Description: UDP服务器端代码,可以和一个客户端实时通信!-UDP server-side code, and a real-time communications client!
Platform: | Size: 1024 | Author: 马采人 | Hits:

[OtherTCPclients

Description: AppWizard has created this TCPServer application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that
Platform: | Size: 257024 | Author: hanying | Hits:

[TCP/IP stackdxcwlcs

Description:
Platform: | Size: 54272 | Author: htc | Hits:

[Internet-NetworkTCPServerX

Description: 此例为VC++,tCP中的SERVER经典编程,可供好奇者参考参考-This case for VC++, TCP the SERVER classic programming available for curious reference reference
Platform: | Size: 122880 | Author: 大头仔 | Hits:

[CommunicationTCPserver

Description: TCP/IP远程云台控制程序.利用公司网实现15KM外的八个云台控制,用于保安监视系统.-TCP/IP remote PTZ control procedures. 15Km use the company network outside the control of eight Yuntai for security monitoring systems.
Platform: | Size: 35840 | Author: 马永聪 | Hits:

[ICQ-IM-ChatNETchar1.1011

Description: delphi7.0下idtcpclient和idtcpserver制作的聊天室软件,对学习socket很有帮助-delphi7.0 under idtcpclient and produced idtcpserver chat room software, learning socket helpful
Platform: | Size: 345088 | Author: | Hits:

[TCP/IP stackTCP

Description: 本源代码是介绍了一个TCPServer是如果建立的,怎样启动winsock和关闭它,怎么样和一TCPClient是怎样通讯的。-Source code is the introduction of a TCPServer is established if and how to start winsock and close it, how and what one tcpClient communications.
Platform: | Size: 2048 | Author: | Hits:

[Internet-NetworkTCPServer

Description: 在Windows CE.net下,用Winsock做的服务器程序代码-In the Windows CE.net, using Winsock server program code to do
Platform: | Size: 1336320 | Author: 刘跃锋 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »

CodeBus www.codebus.net