搜索资源列表
服务器端源代码
- 拨号服务器的服务器端代码,针对E5112设计,请与客户端代码配合使用-dial-up server to server-side code against E5112 design, and the client code used in conjunction with
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
NetChartVB
- VB 通信开发源代码例子 聊天客户端,服务器端代码-VB source code examples Chat client and server code
chat2sever
- 在VB环境下,基于TCP协议的自己设计聊天程序代码,本代码为服务器端端口代码。-in VB environment, based on the TCP design their own chat program code, The code for the server port code.
BankAccout
- ATM文件夹为DCOM客户端代码。 Bank文件夹为DCOM服务器端代码。 BankAccount.mdb为DCOM服务器端数据库。 1. 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DOS环境下进入Bankps.dll所在目录,运行regsvr32 bankps.dll进行注册。 设置数据库:打开操作系统控制面板,打开管理工具-数据源 (ODBC),添加 系统DSN,命名为
ipadress0
- 获得本机ip地址的MFC程序源代码 利用CSocket类实现网络文件传送,包括发送文件的服务器端、接收文件的客户端程序代码
SocketWatch
- 一个socket客户端/服务器段(c/s)通信程序,它是实现在线监控一个很好的源码,可以在服务器端配置代码,定制发送信息。
the-multi-thread-named-pipe
- 这一份源码是多线程命名管道的实现。包括服务器端工程MultiThread和客户机工程client。代码里面有详细的注释,读者应该能够看懂。-This source is the implementation of the multi-threaded named pipes. The package includes the projects of MultiThread and client. There are detailed notes between the codes, and th
OSIP-UACUAS.rar
- 基于OSIP协议栈实现的UA客户端和UA服务器端的基本实现文档(内含详细代码)。是SIP电话开发的有用参考,OSIP-based protocol stack to achieve the UA client and server-side UA to achieve the basic document (containing the code in detail). The development of SIP phones is a useful reference
MyQQServer
- 实现了一个聊天系统的服务器端,主要介绍建立侦听套接字,建立连接套接字,动态隐藏与显示控件 使用列表框控件等。 该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。-it is a chat server
socketsrc
- 多功能通用的socket动态库,包含服务器和客户端代码-Multi-function universal socket dynamic libraries, including server and client-side code
server
- 服务器端代码,实现接收明文并对其加密,在将密文传送给客户端-Server-side code to achieve to receive explicit and encryption, in the ciphertext sent to the client
udp
- 这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评…… 服务器端在启动成功后,输入help可以查看到服务器相关命令。 客户端在登陆成功后,输入help可以查看客户端相关命令(登陆时用户名随便)。-This is achieved using VB.net a simple example of P2P. Hol
RealtimeCommunicationSystem
- 一个聊天系统的服务器端, 建立侦听套字,建立连接套接字,动态隐藏与显示控件使用列表框控件等。高级按钮控件的定制,高级列表框的定制,连接套接字的建立以及与服务器的连接等。 该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。 客户端的配置文件为Debug目录下server.info文件;可以直接在server.info文件中进行修改,也可以利用客户端提供的设置接口进行修改。-A chat system,
netcommunication
- 使用VC编写的有关串口通信的代码,有客户端和服务器端两部分组成-The use of VC prepared by the serial communication code, there are two client and server-side components
Chat
- 实现了一个类似QQ的多人聊天室,包括客户端的代码和服务器端的代码。-To achieve a similar multiplayer QQ chat rooms, including client-side code and server-side code.
TestIceServerVc10Ret
- C/C++(windows系统) 与php(linux系统)通信服务器端代码-C the/C++ (windows system) php (linux system) communications server-side code
TCPServer
- socket实现的服务器端代码,实现信息通讯,这只是服务器端还有客户端代码。-The server code to implement socket, realize information communication, it is only the server and client code.
ACE_MFC_CLient_Server
- 网上找的ACE资料,自己改成MFC的客户端和服务器端代码-ACE information on the Internet to find their own MFC client and server-side code
server
- 仿QQ聊天程序服务器端代码,利用socket套接字实现通信,可以向客户端发送消息-Imitation QQ chat program server-side code, the use of socket socket for communication, you can send a message to the client