登录
首页 » Visual C++ » VC_Net

VC_Net

于 2020-11-22 发布 文件大小:3526KB
0 321
下载积分: 1 下载次数: 79

代码说明:

  Visual C++ 网络编程精选实例。TCP/IP,串口网络通信。配书光盘。(Visual C++ network programming selected examples. TCP/IP, serial network communications. CD-ROM with the book.)

文件列表:

Appendix
........\BroadCast
........\.........\AddDialog.cpp,1030,2001-07-17
........\.........\AddDialog.h,1231,2001-07-17
........\.........\CntrItem.cpp,1209,2001-07-17
........\.........\CntrItem.h,1645,2001-07-17
........\.........\MainFrm.cpp,2751,2001-07-17
........\.........\MainFrm.h,1608,2001-07-17
........\.........\MultiCast.cpp,4754,2002-09-22
........\.........\MultiCast.h,1011,2001-07-17
........\.........\MultiCastChat.aps,33688,2002-09-22
........\.........\MultiCastChat.clw,4081,2002-09-22
........\.........\MultiCastChat.cpp,4504,2001-07-17
........\.........\MultiCastChat.dsp,5115,2002-09-22
........\.........\MultiCastChat.dsw,551,2001-07-17
........\.........\MultiCastChat.exe,40960,2001-07-17
........\.........\MultiCastChat.h,1433,2001-07-17
........\.........\MultiCastChat.ncb,99328,2002-09-22
........\.........\MultiCastChat.opt,52736,2002-09-22
........\.........\MultiCastChat.plg,262,2002-09-22
........\.........\MultiCastChat.rc,15987,2001-07-17
........\.........\MultiCastChatDoc.cpp,3823,2002-09-22
........\.........\MultiCastChatDoc.h,1608,2001-07-17
........\.........\MultiCastChatView.cpp,4025,2001-07-17
........\.........\MultiCastChatView.h,2106,2001-07-17
........\.........\ReadMe.txt,159,2004-03-10
........\.........\res

........\.........\...\MultiCastChat.rc2,405,2001-07-17


........\.........\resource.h,1147,2001-07-17
........\.........\StdAfx.cpp,215,2001-07-17
........\.........\StdAfx.h,1255,2001-07-17
........\chat
........\....\NetClient.exe,323584,2003-07-01
........\....\NetClient.exe.manifest,644,2003-07-01
........\....\NetServer.exe,204800,2003-07-01
........\....\NetServer.exe.manifest,644,2003-07-01
........\NetAnts
........\.......\Download.aps,35664,2001-07-17
........\.......\Download.clw,1153,2001-07-17
........\.......\Download.cpp,2506,2001-07-17
........\.......\Download.dsp,4765,2001-07-17
........\.......\Download.dsw,541,2001-07-17
........\.......\Download.exe,40960,2001-07-17
........\.......\Download.h,1376,2001-07-17
........\.......\Download.ncb,115712,2001-07-17
........\.......\Download.opt,62976,2001-07-17
........\.......\Download.plg,2045,2001-07-17
........\.......\Download.rc,5359,2001-07-17
........\.......\DownloadDlg.cpp,10128,2001-07-17
........\.......\DownloadDlg.h,1793,2001-07-17
........\.......\GetList.cpp,1237,2006-04-20
........\.......\GetList.h,1408,2001-07-17
........\.......\HTTPDownload.cpp,13469,2001-07-17
........\.......\HTTPDownload.h,2134,2001-07-17
........\.......\OleListDropTarget.cpp,3022,2001-07-17
........\.......\OleListDropTarget.h,1213,2001-07-17
........\.......\ReadMe.txt,176,2004-03-10
........\.......\res

........\.......\...\Download.rc2,400,2001-07-17
........\.......\resource.h,777,2001-07-17
........\.......\StdAfx.cpp,210,2001-07-17
........\.......\StdAfx.h,1076,2001-07-17
........\phonecall
........\.........\AboutHelpDlg.cpp,1056,2003-08-11
........\.........\AboutHelpDlg.h,1282,2003-08-11
........\.........\modem.001,4164,2002-03-19
........\.........\modem.002,4322,2002-03-19
........\.........\modem.003,4626,2002-03-19
........\.........\modem.aps,36948,2003-08-12
........\.........\modem.clw,1909,2003-08-12
........\.........\modem.cpp,1713,2003-08-12
........\.........\modem.dsp,4521,2003-08-11
........\.........\modem.dsw,533,2002-03-19
........\.........\modem.h,1321,2002-03-19
........\.........\modem.mak,6041,2002-03-19
........\.........\modem.ncb,107520,2003-08-12
........\.........\modem.opt,57856,2003-08-12
........\.........\modem.plg,936,2003-08-12
........\.........\modem.rc,6303,2003-08-12
........\.........\modem.rc2,397,2002-03-19
........\.........\modemDlg.cpp,12134,2003-08-12
........\.........\modemDlg.h,1817,2003-08-12
........\.........\res

........\.........\...\modem.ICO
........\.........\...\modem.rc2,397,2002-03-19

........\.........\resource.h,1043,2003-08-12
........\.........\StdAfx.cpp,203,2002-03-19
........\.........\StdAfx.h,928,2002-03-19
chap1
.....\ChatCAsyncSocket
.....\................\ChatCAsyncSocket.aps,36724,2006-03-03
.....\................\ChatCAsyncSocket.clw,1606,2006-03-05
.....\................\ChatCAsyncSocket.cpp,2285,2006-03-03
.....\................\ChatCAsyncSocket.dsp,4607,2006-03-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Chat
    程序利用多线程技术和socket技术实现网上聊天程序。服务器程序和客户端程序在同一程序里。(This program realizes the chatting fuction using the multithread technique and socket programming.)
    2016-07-24 11:49:37下载
    积分:1
  • FeiGeChuangShu
    这个是基于VC++的,飞鸽传书源码。支持SOCKET通讯,能在局域网内进行文件传输,文字通讯。(This is based on the VC++ of IP Messenger source. Support SOCKET communications, can transfer files in the LAN, text messaging.)
    2014-08-01 00:50:39下载
    积分:1
  • bstv
    一个用vc++编写的广播网ip数据包接收的程序,可以实现Access数据库管理,播放下载的节目。(a vc++ program can receive broadcast ip package ,and manage Access database ,and play program that was downloaded)
    2009-05-16 03:08:15下载
    积分:1
  • RemoteStartup
    说明:  远程开机的程序,有mfc,vc++,非常实用(Remote boot-consuming procedures, mfc, vc++, Very useful)
    2008-11-21 11:04:54下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • GetNetSetting2
    Visual C++ 6.0.此代码可以进行显示网络设置,包括IP地址等。(Visual C 6.0. This code can show network configuration, including the IP address.)
    2005-04-20 22:39:50下载
    积分:1
  • telnet
    自己实现的telnet的服务器端和客户端源码,VC2010实现(Their implementation of Telnet server and client source code, VC2010 implementation)
    2021-01-12 16:38:48下载
    积分:1
  • FreeFileSync_v4.2_source
     FreeFileSync是一个易于使用的开放源码文件夹同步和比较软件,简单易用。 FreeFileSync[1] 首先是文件同步功能,可以在指定的两个文件夹之间进行单向或双向的同步,点击程序窗口右上方的绿色齿轮图标可以设置相关参数;期间也可以自定义需要筛选的文件,有“包括”和“例外”两种过滤方式,定义需要过滤的文件类型,这就看个人需要了。(FreeFileSync is an easy to use open source software folder synchronization and comparison, easy to use. FreeFileSync [1] The first is file synchronization, you can specify the folder between the two one-way or two-way synchronization, click the program icon in the window at the top right of the green gear can set parameters period can also be customized to sift through the file, the " include" and " exceptional" two filtering methods, definitions need to filter the file types, which depends on personal needs.)
    2020-09-09 10:58:02下载
    积分:1
  • socketsvc
    用vc6.0实现的强大有界面的sockets通讯程序,可使server端与client端即时通信,需先运行server端。(Vc6.0 achieved using a powerful interface sockets are the communication process, will enable the server-side and client-side real-time communications, the need to run server-side.)
    2007-11-26 08:45:11下载
    积分:1
  • GetHostNameIP
    一个有关获取主机名和IP地址的MFC程序,对于初学者来说很有帮助(For information about obtaining a host name and IP address of the MFC, very helpful for beginners)
    2013-08-22 10:58:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载