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

搜索资源列表

  1. QQClient程序

    1下载:
  2. 用于进行点对电的通信,但是需要服务端支持,VC程序-used for the counting of electrical communications, but need server support, VC Program
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:112060
    • 提供者:wg
  1. EMail VC++程序开发

    0下载:
  2. EMail VC++程序开发-that extension VC program
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:63823
    • 提供者:张鹏
  1. VC聊天程序

    0下载:
  2. 基于VC6.0的聊天程序源码
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-03-12
    • 文件大小:1024000
    • 提供者:jinyanli1984
  1. Char 聊天室服务端和客户端程序

    0下载:
  2. 一个聊天室服务端和客户端程序,可以设置服务器和端口,A chat room service client and the client program, you can set the server and port
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-11-08
    • 文件大小:100896
    • 提供者:
  1. QICQ-VC.zip

    0下载:
  2. 基于VC++实现的ICQ程序,附带有论文说明,based on the VC ICQ, along with a thesis statement
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-08
    • 文件大小:476625
    • 提供者:xqbing
  1. sockt to long 完整串口通信程序Vc++源代码

    3下载:
  2. 完整串口通信程序 Vc++源代码 TCP/IP协议 UDP协议 短连接,长连接,定时器 等-Complete serial communication program Vc++ source code for TCP/IP protocol UDP protocol to connect the short and long connections, timers, etc.
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-02
    • 文件大小:3427160
    • 提供者:jack
  1. bbterm

    0下载:
  2. Telnet客户端 VC++程序源码 我写的Telnet程序,基于Socket连接.-Telnet client VC++ Program source of the Telnet program I wrote, based on the Socket connection.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:410165
    • 提供者:fei243
  1. VC

    2下载:
  2. VC++写的聊天室程序 实现了如下功能: 1. 用户注册账号 2. 用户注册时可以验证账号是否可用 3. 用户需要有效用户名和密码才能登陆服务器 4. 多人登陆到服务器同时聊天 5. 用户进入退出聊天室时其他的用户都得到通知 6. 服务器实时更新在线用户名单 7. 用户之间可以私聊 8. 支持抖动窗口的发送 9. 服务器可以踢出某个用户 10. 服务器可以关闭某个用户的计算机-VC++ to write a chat program, to achie
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-13
    • 文件大小:3204733
    • 提供者:
  1. VC-SNMP

    3下载:
  2. VC开发基于SNMP的网络管理软件_源码,含很实用的实例程序 -VC Development of SNMP-based network management software _ source, with very practical examples of procedures
  3. 所属分类:SNMP

    • 发布日期:2017-05-14
    • 文件大小:534626
    • 提供者:花松
  1. VC++(LanChat)

    0下载:
  2. 基于Winsock2,用VC6.0开发的一个局域网聊天程序,支持多人在线聊天,可供网络编程开发人员参考-Based on the Winsock2, using VC6.0 to develop a local area network chat program to support multiplayer online chat, for the development of network programming reference
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:50759
    • 提供者:Edward zhang
  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
    • 文件大小:3242507
    • 提供者:择缘
  1. Implementation-using-VC-Client-Services-machine-mo

    0下载:
  2. 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4211497
    • 提供者:廖国锐
  1. CMulticastSocket-VC-4-demos

    3下载:
  2. UDP组播VC例程 修正了原PUDN上的UDP组播例程的BUG 简单说明: 一共4个可执行文件。 CMulticastSocket-仅发送测试.exe CMulticastSocket-仅接收测试.exe CMulticastSocket-发送和接收.exe 组播实现一例:监听程序,可同时运行多个进程接收.exe 其中,1~3是对话框版,改自同一版本,最早是个只能绑定一次组播地址:端口对的,后来根据实例4的思想改为了支持多个进程的版本(显然多个线
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-25
    • 文件大小:549668
    • 提供者:邝育军
  1. riptideAnyWhere(VC)

    0下载:
  2. 远程控制 应用程序向导已为您创建了这个 RCAClient 应用程序。 此文件包含组成 RCAClient 应用程序 的每个文件的内容摘要。 -Remote Control yongyuyuanchengkongzhizuomian
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:504360
    • 提供者:wanglei
  1. VC-Sniffer

    0下载:
  2. vc写的sniffer程序,可实现简单的嗅探,可作为学习-vc do sniffer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:20137
    • 提供者:xig
  1. VC

    0下载:
  2. 实现的是想MSN、QQ等聊天程序一样的聊天程序,即通信程序,希望能给大家编程带来需要-Is to achieve the MSN, QQ chat program such as the chat program, that is, communication procedures, we hope that they will be brought about by the need for programming
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-09
    • 文件大小:1916055
    • 提供者:姜维
  1. MSNInterface

    0下载:
  2. 仿MSN界面VC程序,实现控件悬浮、浮动、弹出等效果-VC interface program like MSN, to achieve control of suspended, floating, pop-up effects, etc.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-09
    • 文件大小:1914479
    • 提供者:knight
  1. vc

    0下载:
  2. 网络封包程序,一个小例子,有客户端,服务器端,实现简单的网络截取,封包,希望大家-Network packet process, a small example, the client, server-side, to achieve the interception of a simple network, packets, hope that we see
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5778121
    • 提供者:htwoz
  1. vc++ socket 通讯程序

    3下载:
  2. vc++ socket 通讯程序,包括client端和server端-vc++ socket communication program,include client and server
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2012-11-27
    • 文件大小:24379712
    • 提供者:tony
  1. ChatServer

    0下载:
  2. 聊天室服务端程序,VC++ 程序,局域网聊天-Chat server program, VC++ program, local area network chat
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-10
    • 文件大小:2225082
    • 提供者:刘丽
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com