登录
首页 » Visual C++ » VC_Net

VC_Net

于 2020-11-22 发布 文件大小:3526KB
0 315
下载积分: 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 个回复

  • lesson-14
    孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
    2013-04-02 10:19:34下载
    积分:1
  • SEVER
    多人在线的网络聊天室—服务器,简化实用 可以修改后添加其他功能(Multiplayer online chat rooms- server, simplifying practical Other functions can be modified to add)
    2013-10-05 19:42:35下载
    积分:1
  • UDP_Lost_test2
    这是一个测试UDP数据包的丢包率的程序,包含程序源码,已经验证成功(This is a test UDP packet loss rate of the program, including program source code, has been successfully verified)
    2013-12-30 11:10:56下载
    积分:1
  • client
    局域网监控系统客户端程序,可以与服务器端的程序一起形成一个局域网监控系统。(juyuwang jiankong kehuduan)
    2010-12-24 16:39:18下载
    积分:1
  • WSAAsyncSelect
    说明:  基于 异步选择模型的聊天程序,简单实现服务器和客户端的对话(Select model based on asynchronous chat program, simple implementation of server and client dialogue)
    2010-04-24 19:35:55下载
    积分:1
  • Phrack-Magazine
    phrack有什么nb的地方:有人问我成为nb黑客(不是骇客)的捷径是什么?我发现这里面可以细分为:1.谁是nb的黑客? 我的答案是phrack杂志上每个领域发表开拓性文章的人; 2.如何成为nb的黑客? 我的答案是把phrack杂志大部分文章用几年时间全部真正弄懂 --不看文章,不查资料能把例子实现一遍,还能改--xscan作者(What place phrack nb: nb what I was asked to become a hacker (not a hacker) is a shortcut? I found that there can be subdivided into: (1) Who is nb hackers? My answer is to explore every area of ​ ​ published journal articles on phrack people 2 nb how to become a hacker? My answer is that most of the phrack magazine article a few years time all truly understand- do not look at the article, the example does not check the information can achieve it again, but also to change- xscan author)
    2014-01-13 18:06:16下载
    积分:1
  • ChatCSocket
    简单聊天软件,简单易学 winscok2.0 (Simple chat software, easy to learn winscok2.0)
    2008-08-16 08:54:45下载
    积分:1
  • VBIP
    显示和修改网卡地址和网关.DNS Visual Basic编程.(Display and modify the network card address and gateway. DNS Visual Basic programming.)
    2013-11-04 10:26:51下载
    积分:1
  • CopyHunter
    文件拷贝猎手,能进行断点续传功能,方便局域网内部的共享文件拷贝!(File copy hunter, capable of HTTP functionality, easy to share the internal LAN file copy!)
    2011-08-22 00:19:30下载
    积分:1
  • 200712714322529943
    通达信自定义选股插件程序,嵌入通达信,输入某个参数,然后根据相关的股票行情数据计算,然后输出我需要的数据。(Letter custom stock access plug-ins, embedded access to the letter, enter a parameter, and then stocks in accordance with the relevant data, and then output the data I need.)
    2009-06-19 22:05:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载