CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 ICQ/即时通讯 搜索资源 - connection

搜索资源列表

  1. local_chat_scr

    0下载:
  2. 此程序运行于WIN98或WINME平台,兼容OICQ表情(/e显示表情),不需要服务端,若一个局域网装有连接共享,此程序不用调试就能运行,此时的广播IP为:192.168.0.255,如果不行,看看你的IP地址,然后进行设置。-this program runs on Windows 98 or WINME platform compatible OICQ expression (/ e expressions show), not the server, if equipped with a
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:46.98kb
    • 提供者:twodiamond
  1. NDK_dll_src

    0下载:
  2. The NDK is a set of classes that implements a client/server architecture. The NDK hides all the complexity of the connection, sending, and receiving of data over a network. You only have to deal with three classes: CNDKServer, CNDKClient, and CNDKMes
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:35.97kb
    • 提供者:alandal
  1. TcpipCommunication

    0下载:
  2. tcp/ip模式面向连接的程序,改编自书上例题,加入了服务器可以广播可以查找局域网计算机的功能-tcp / ip connection-oriented mode of procedure, adapted from the book of excellence, joined the server can broadcast LAN can find the computer's functions
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:79.31kb
    • 提供者:priest
  1. 基于JAVA的ICQ系统的设计于实现

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:1.63mb
    • 提供者:陈玉平
  1. 简单的聊天程序

    0下载:
  2. 要求使用1对1的连接,具体形式为面向连接的TCP客户机/服务器模式。在两台机器(同一台机器上也可以)上依次启动服务器、客户端,在客户端输入正确的服务器地址后确认连接是否成功;若成功则可以在客户端和服务器短之间互相收发信息-require the use of one pair of a link to specific forms of TCP connection-oriented client / server model. The two machines (the same machin
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:56.32kb
    • 提供者:陆阳
  1. FlyMessage-new

    0下载:
  2. 类似与飞信的 通讯源码,基于Csharp开发,在局域网内通讯连接。聊天工具设计开发-A similar letter with the fly communication source, based on Csharp development, communication in the LAN connection. Chat tool design and development
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-30
    • 文件大小:145.33kb
    • 提供者:y
  1. WN_Chat

    1下载:
  2. 在linux下用qt4.0开发的一款仿qq的聊天工具,使用了sqlite数据库进行数据连接。实现了个人信息修改,私聊和文件收发功能等功能。-Under the linux development of a simulation with qt4.0 qq chat tool, using the sqlite database data connection. Changes to achieve the personal information, private chat and file s
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2015-12-16
    • 文件大小:3.18mb
    • 提供者:爱迪生
  1. lan_multiuser_com

    0下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-10
    • 文件大小:250.9kb
    • 提供者:许豫飞
  1. p2p

    0下载:
  2. 1. 设置ODBC驱动,将系统DSN命名为ShareRes2,并和数据库shareResV2.mdb建立连接。 将start.ini和P2PServerDll.dll拷贝到系统目录(如:C:\WINDOWS\system32)。注意start.ini的设置和实际ODBC设置一致。 2. 打开服务器例子程序,启动服务器例子VB或Vc例子。需要看服务器的log,请将p2psvr.log拷贝到c:\根目录下。 3. 打开客户端Dll调用例子,只有客户端已经登录服务器,才
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-09
    • 文件大小:1.15mb
    • 提供者:ssss
  1. javicq

    0下载:
  2. 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接 -System uses a client/server mode between server and client through the socket Socket (TCP) connection
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-30
    • 文件大小:101.86kb
    • 提供者:张显
  1. chat

    0下载:
  2. 基于VC++的即时通讯工具设计开发一个简单的网络聊天通讯程序 1、以客户-服务器方式工作,给出服务器工作端口和客户机工作端口,任何一方都可以主动发起连接服务请求; 2、显示连接建立的过程; 3、定义客户机和服务器之间的通信格式及各个控制字段的作用; 3、服务端和客户端可用命令行界面或Windows风格界面实现,显示通讯双方发送和接收信息内容; 4、通讯结束后,任何一方都可以终止通信,并撤销已连接的链路,释放网络资源。 -Based on VC++ Instant comm
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-27
    • 文件大小:170.69kb
    • 提供者:郭红
  1. VC++Chat

    1下载:
  2. “基于TCP-面向连接的应用程序”简单的聊天室Chat网络通信,为客户机/服务器模型。- TCP-based connection-oriented applications simple chat rooms Chat network communications for client/server model.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-13
    • 文件大小:3.09mb
    • 提供者:择缘
  1. source_code

    0下载:
  2. 定义并实例化一个Client线程类,一个就对应一个客户连接,实例化一个ChatServer类-And examples of the definition of a Client-thread categories, corresponding to a client on a connection, examples of a category ChatServer
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-02
    • 文件大小:891.49kb
    • 提供者:tianjin
  1. ch1

    0下载:
  2. 定义并实例化一个Client线程类,一个就对应一个客户连接,ChatServer类的构造器用来初始化一些UI信息-Definition and examples of a type of Client thread that a connection on the corresponding client, ChatServer class constructor to initialize some UI information
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-09
    • 文件大小:310.91kb
    • 提供者:tianjin
  1. ICQ

    0下载:
  2. 模拟ICQ聊天,连接是TCP方式,实际中是UDP的-Simulation ICQ chat, TCP connection is the way of practice is the UDP
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-30
    • 文件大小:360.12kb
    • 提供者:fzw
  1. chats

    0下载:
  2. 本模块主要实现聊天室的功能,主要完成如下的几个任务:(1)提供一个用户列表,并不断更新这个用户列表以反映用户的加入和离开,对于用户来说,彼此不需要知道对方的IP地址;(2)只需要建立和服务器的连接,发送一次数据给服务器即可;(3)存储所有的客户端的聊天信息,由服务器把相关的聊天内容转发给其他客户端,这样即使某个客户端掉线,也可以重新通过服务器获取聊天的内容,还可以在此基础上添加管理发送内容、踢人、发布公告等功能,或其他娱乐功能如点歌、视频等。-The main achievement of th
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-21
    • 文件大小:35.18kb
    • 提供者:wangwei
  1. IM

    0下载:
  2. VSC#的即時通訊範例,有提到執行緒,即時網路連線~-VSC# instant messaging examples mentioned threads, real-time Internet connection ~
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:42.77kb
    • 提供者:楊展
  1. server

    0下载:
  2. 利用嵌套字函数开发开发聊天系统,此例主要编写了服务器端聊天系统,主要用于接受客户端的联接,并转发客户端传递的信息-Use nested word function development development, this main chat system written server chat system, mainly for the client connection, and accept forwarding client s message
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:107.73kb
    • 提供者:石华
  1. MyQQ

    0下载:
  2. 本程序可在Visual C++的环境下运行。可以选择是TCP连接还是UDP连接。运行程序时既可以做服务器又可以做客户端,还可以一个窗口既是服务器又是客户端。可以发送消息,也可以传输文件,还可以实现抓取屏幕的功能。这是一个功能强大的应用程序。-This program can be in Visual C++ environment to run. Can choose a TCP connection or UDP connections. When running the program ca
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-07
    • 文件大小:41.81kb
    • 提供者:萧飞
  1. Socket

    0下载:
  2. 这个程序要完成一个聊天室的功能,它是用纯的winsock的去写,而不用任何CSocket的东西, 即可以用来做客户端又可以用来做服务器端,它要求是非阻塞方式的连接。-This program should complete a chat room feature, which is pure winsock' s to write, without any CSocket things that can be used to make the client can also be us
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-14
    • 文件大小:2.97mb
    • 提供者:王杰
« 12 3 »
搜珍网 www.dssz.com