搜索资源列表
-
0下载:
基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face
between the connection user and the server
-
-
1下载:
在局域网网中,客户端通过向服务器端发送连接请求,可以同服务器端进行网络围棋。-in LAN network, the client to the server through this connection request, the same network server Go.
-
-
0下载:
TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
-
-
0下载:
模仿qq的一个vc程序,有服务器端和客户端,是学习网络编程和IM开发的好例子。-imitation of a qq vc procedures, a server and client, is studying IM network programming and the development of good examples.
-
-
0下载:
程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-p
-
-
0下载:
这是完整的一个C/S的客户服务端程序!但是我希望加点功能!请大家帮帮忙,“我要做的是客户端和服务器正常运行的情况下,如果网络断了,(比如说我把网络弄掉了,然后再接好)过了一会网络恢复正常,客户端能自动连接到服务器端,不能人工干涉! 我查了一些资料,在VC里有一个函数OnTimer(nIDEvent)可以定时产生事件!可以实现这个功能,但是我用了,还是连不上,请大家帮帮忙吧!做好后给我发到我的邮箱里!谢谢!-This is a complete C/S programe,but I hope pu
-
-
0下载:
提供一个网络数据通讯的通用DLL,这个模块支持客户端网络,下次再提供一个服务器与客户端通用的模块。-provide a data communications network generic DLL, this module supports client network, the next server to provide a client with a common module.
-
-
0下载:
QQ 示例源码
包括:
VC++项目源文件(客户端、服务器端)
供学习C++网络编程参考。-QQ example source include : VC projects source document (client, server side) for learning C network programming reference.
-
-
0下载:
JAVA中网络的处理方法.有服务器端,和客户端代码.值得学习 -Java network approach. A server and client code. Worth learning
-
-
0下载:
Delphi编写的网络对站平台,分客户端和服务器端-prepared by the network to station platforms, and client-server
-
-
0下载:
如何用有连接方式实现网络会议?有客户/服务器。-how to achieve connectivity network meetings? A client / server.
-
-
0下载:
用VC6++写的网络通讯程序,即可以做服务器端,也可以做客户端-with VC6 write network communication process that can be done server, the client can do
-
-
0下载:
目前比较流行的两种网络开发模式分别是Client/Server模式与Browser/Server模式。Client/Server模式主要是在以局域网为基础的环境下展开应用的,它受到地域的限制。从目前的开发技术来看,Browser端作为信息收集源,可以进行大量的数据录入工作,在SERVER端 进行集中处理,因此很容易实现数据通信和资源的共享。-currently more popular of the two network development model is the Client / Se
-
-
0下载:
随着NDK 1.0的成功,我决定扩展它的功能。NDK可以说是一个网络程序设计的开发包。它由一系列的类组成实现client/server结构。NDK隐藏了所有复杂的关于网络连接、数据的发送与接收等功能。你只需要使用三个类就可以了:CNDKServer, CNDKClient和CNDKMessage。只要重载几个方法,你就可以设计除功能强大的client/server程序。NDK是基于MFC的CSocket类,因此你可以为你的局域网或Internet设计程序-With the success, I
-
-
0下载:
基于TCP的网络聊天程序,一个server多个client,支持多个client同时与server聊天,适合学习TCP通信和多线程的人-network based on TCP Chat procedures, a number of client server. Support for multiple client while chatting with the server, suitable for learning TCP communications and the multithr
-
-
0下载:
网络编程,客户端,服务端源码例子-network programming, client, server source code examples
-
-
0下载:
Network Development Kit is a set of simple classes for a client-server architecture.
-
-
0下载:
在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on t
-
-
0下载:
网络数据报示例(包含 客户端服务器端)-network data reported examples (including client-server side)
-
-
0下载:
在Microsoft 网 络 系 统 中,SMB(Server Message Block, 服 务 信 息 块) 协 议 是Windows for Workgroup(WfWg)、Windows 95、Windows NT 和LanManager 用 来 实 现 共 享 局 域 网 上 文 件 和 打 印 机 的 协 议。 对 于 利 用Linux 和Windows NT 构 建 的 局 域 网 来 说,Samba 就 是 为Linux 提 供 的SMB 客 户 程 序/ 服 务 器 程 序
-