CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 局域网聊天程序

搜索资源列表

  1. netclient

    0下载:
  2. 聊天室客户端程序,在我编写局域网游戏时利用了一些其中的代码!-Chat client program, in my local area network games to prepare some of them use the code!
  3. 所属分类:Network Security

    • 发布日期:2017-04-16
    • 文件大小:36028
    • 提供者:焦健
  1. netserver

    0下载:
  2. 聊天室服务端程序,在我编写局域网游戏时利用了一些其中的代码!-Chat client service procedures, prepared in my local area network using a number of games in which the code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-26
    • 文件大小:52842
    • 提供者:焦健
  1. wuzi

    0下载:
  2. 一个局域网的五子棋程序,可以作为服务端也可作为客户端,具有聊天功能-A LAN Gobang procedures, can serve as a server can also be used as client, has a chat feature
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-17
    • 文件大小:832390
    • 提供者:集散地后
  1. shanchuan

    0下载:
  2. 用VC++编写的使用tcp协议聊天的程序,在局域网中使用一台机器作为服务器作为主机运行服务端程序,然后在其他的计算机上运行客户端程序,服务器可与其他的计算机用户聊天-Using VC++, prepared using the tcp protocol chat program, in the local area network using a machine as a server to run as a host server, and then in the other computer
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:55686
    • 提供者:张换换
  1. JAVAChat

    1下载:
  2. ChipChat实现的是局域网中的聊天功能,其为一个对等的应用,既是服务器又是客户端,ChipChat可以自动发现在线的伙伴,并可以和在线的伙伴进行点对点的聊天。主界面中也可以实现对所以在线伙伴的群聊。同时ChipChat拥有良好的用户界面,并同其他通信软件一样有提示声音,为程序增添了几分乐趣。-Implementation is ChipChat LAN chat function as a peer-to-peer applications, both servers are also cl
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1424584
    • 提供者:杨明
  1. winsock

    0下载:
  2. 该程序利用WINSOCK进行简单的聊天,适用于局域网。-WINSOCK for the program easy to use chat for LAN.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:680593
    • 提供者:liaoyu
  1. CBOY_MyWc

    0下载:
  2. 一个简单的聊天工具,可以实现多个用户同时上线聊天,目前已实现在局域网可以聊天.这是客户端程序.-A simple chat tool, multiple users can chat on-line at the same time, the current can be realized in the local area network chat. This is the client program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:58957
    • 提供者:CBOY
  1. CBOY_MyWs

    0下载:
  2. 一个简单的聊天工具,可以实现多个用户同时上线聊天,目前已实现在局域网内聊天.这是服务端程序.-A simple chat tool, multiple users can chat on-line at the same time, the current has been achieved in the LAN chat. This is the server program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:46291
    • 提供者:CBOY
  1. IPMsgCHS206

    0下载:
  2. 通讯,聊天小程序,可以再局域网内进行多人交流,不支持跨网段情况-Communications, chat applet, can be carried out more than the exchange of local area networks do not support the situation of inter-segment
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2147552
    • 提供者:HUA-lh
  1. ChatRoom

    0下载:
  2. 在本地局域网机器上实现的简单聊天室程序,有服务端和客户端,应用了基本的Socket类和多线程技术-Machines in the local LAN chat room to achieve a simple procedure, there are server and client, the application of the basic Socket class and multi-threading technology
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:35195
    • 提供者:吴嘉祥
  1. 11

    0下载:
  2. 局域网互传信息与文件.此程序可以用来与对方互相收/发文件,支持断点续传和简单聊天功能.-LAN information and documents to each other. This procedure can be used with each other each other land/documents in support of HTTP and a simple chat.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:164426
    • 提供者:刘格斯
  1. P2PQQ

    0下载:
  2. 程序实现的是一个在局域网中运行的带有点对点传输文件功能的聊天室。在对话框中有一个树形控件,可以看到在该聊天室中的成员,要进行文件传输时只需点中对方,并按下文件传输按钮即可传输文件,而且文件的传输用到多线程,因此传输文件时可以正常聊天-Program is a local area network running in a peer-to-peer file transfer function in the chat room. In the dialog box there is a tree
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:61098
    • 提供者:王儒伟
  1. SocketDemo

    0下载:
  2. 一个利用SOCKET聊天的程序,可以本机和本机聊天,也可以很同一个局域网的聊天。帮助大家理解关于SOCKET的应用。-A procedure for the use of SOCKET chat, you can drive the machine and the chat can also chat with a local area network. Help us to understand the application on the SOCKET.
  3. 所属分类:Applet

    • 发布日期:2017-04-06
    • 文件大小:20840
    • 提供者:s7ven
  1. chat

    0下载:
  2. 局域网内两台电脑聊天的控制台程序.非常简单实用 介绍socket-chatconsole
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:930
    • 提供者:jing
  1. chat

    0下载:
  2. 局域网内UDP聊天MFC程序序,对于了解网络UDP通讯的朋友有帮助。-UDP LAN chat MFC program sequence, for understanding the network of friends to help UDP communication。。。。。。。。。。。。。。。。。
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:65954
    • 提供者:chenruibin
  1. Chat

    0下载:
  2. 这是基于局域网两人之间的聊天编写的程序,对你绝对有帮助的-This is the LAN-based chat between the two programs that were written, you can definitely help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1883422
    • 提供者:陈宁
  1. talling

    0下载:
  2. 该代码是一个网络聊天小程序,使用它可以在局域网内进行聊天-The code is a web chat applet, use it to chat in the LAN
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1555938
    • 提供者:陈涛
  1. local_Chat_api

    0下载:
  2. 局域网的聊天工具程序 能调通 比较好用-LAN chat utility
  3. 所属分类:Communication

    • 发布日期:2017-05-24
    • 文件大小:3367821
    • 提供者:rayallan
  1. fdgdfgdfg

    0下载:
  2. 小小聊天室程序,通讯良好,可以在局域网里使用-Little chat room programs, communication good, you can use the LAN inside
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:266304
    • 提供者:王岩
  1. netchat

    0下载:
  2. 用VC++编写的局域网内的聊天小程序,值得学习-Written by VC++ LAN chat applet, it is worth learning
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:27590
    • 提供者:Zehimatte
« 1 2 ... 31 32 33 34 35 3637 38 39 40 »
搜珍网 www.dssz.com