登录
首页 » Windows Socket编程 » 浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC...

浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC...

于 2022-05-13 发布 文件大小:7.33 MB
0 152
下载积分: 2 下载次数: 1

代码说明:

浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC-Zheda a full set of network programming classes, including courseware and related software, eight examples of programming, after-school work, experiments and applications of five parts. Everyone would like to learn network programming help. Development environment for VC 6++ MFC

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

发表评论

0 个回复

  • 序是我自己开发的连锁超市方案中数据交换的应用实例,所以客户端和服务端的代码有点多,但多是与通信本身无关,所实现的功能是将本地Local文件夹与远Remot...
    此程序是我自己开发的连锁超市方案中数据交换的应用实例,所以客户端和服务端的代码有点多,但多是与通信本身无关,所实现的功能是将本地Local文件夹与远程Remote文件夹的.rs文件互相进行传送。-this program is my own development of the supermarket chain data exchange program of the application, client and server-side code a bit more, but most of the communication itself has nothing to do with, the functions of local folders Local and Remote Remote folders. Rs documents transmitted each other.
    2023-04-11 19:40:04下载
    积分:1
  • simple peer
    简单的p2p应用 可以实现远程消息传输 并且以后的任务可以实现p2p文件传输-simple peer-to-peer applications can be remote messaging and the future task can achieve peer-to-peer file transfer
    2023-01-18 20:55:03下载
    积分:1
  • 用来测试本地路由是否支持P2P的Server端
    用来测试本地路由是否支持P2P的Server端-used to test whether local routing support P2P Server-
    2022-05-31 19:01:56下载
    积分:1
  • 这里是我自己学习winsocket2 序时候所写的一个聊天室的序,序是一步一步完善过来的。 ChartSrv是服务器端 ChartCLie...
    这里是我自己学习winsocket2 编程序时候所写的一个聊天室的程序,程序是一步一步完善过来的。 ChartSrv是服务器端 ChartCLient是客户端(可以开多个) 由于里面加入了获取hostname的东西所以速度有点慢,可以注释掉直接使用IP通信就快了。 代码展示了socket2的异步通信的实现,有兴趣的可以一起学习。-Here is my own time learning winsocket2 programmed written by a chat room procedures step by step procedure is to improve overnight. ChartSrv is a server-side ChartCLient the client (can be opened more than) as a result of which joined the hostname to obtain the speed of things so a bit slow, you can comment out the direct use of IP communications on faster. Code demonstrates the socket2 realize asynchronous communication, are interested in learning together.
    2022-07-04 15:30:00下载
    积分:1
  • 这是一个简单的java聊天序,并传递声音。包括2部分…
    这是一个简单的JAVA聊天程序,同时能够发送声音。 包括两个部分:服务器端和客户端。 基本功能如下: 服务器端: 向所有客户端发送消息;转发消息;发送声音数据给客户端。 客户端: 显示当前在线用户;向某个用户发送消息;接受服务器端发送过来的声音。 这个程序可能看起来有点乱,因为很久没用JAVA了,但是最近别人要我帮忙写一个,所以就。。。 希望能够起到抛砖引玉的效果。 Feel free and enjoy it!-This is a simple Java Chat procedures, and to transmit sound. Including two parts : the server and client. Basic functions are as follows : Server : to all client send messages; Forward news; To send voice data to the client. Client : Display current online users; A user to send messages; Accept server sent over the voice. This procedure may seem somewhat arbitrary, as long JAVA useless, but others recently wrote to me for help one, So. . . To serve as a trigger effect. Feel free and enjoy it!
    2022-04-25 15:01:36下载
    积分:1
  • 聊天序,很简单的用c++辑的序,简单易懂!
    聊天程序,很简单的用c++编辑的程序,简单易懂!-Chat program, a very simple to use c++ editing program, easy to understand!
    2022-02-12 22:56:47下载
    积分:1
  • serverudp
    serverUDP -serverUDP
    2022-04-27 14:53:31下载
    积分:1
  • 序为外部升级序(需要主序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载
    此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载 如果想做成内部升级程序(在主程序内部自动检测及自动升级),只需要在主程序启动时相关的代码即可,大家不仿试试,主要的思路与这个是差不多的,不同之处是怎么处理主程序的自动关闭与启动问题.-This program is an external upgrade (requires the main program call), the specific code is not listed here, or to look up the source code for it. The main idea of this procedure is obtained by reading the file server upgrade and update address, a new version If you want to get inside is to download the upgrade process (in the main program within the auto-detection and auto-upgrade), just start in the main program code can be related, we do not try to imitate, the main idea and this is about the same, different The Department is how to deal with the main program automatically shut down and startup problems.
    2022-06-17 12:40:28下载
    积分:1
  • vb超快速的多文件传送源码,在本地局域网上可达到1.8Mb+的速度...
    vb超快速的多文件传送源码,在本地局域网上可达到1.8Mb+的速度-vb ultra-fast transmission of multi-source documents in the local LAN delivers up to speed
    2022-03-21 06:18:44下载
    积分:1
  • FLASH source material
    FLASH素材源码-打包流行时尚时装矢量 打包流行时尚时装矢量-FLASH source material-packaged vector fashion fashion packaged vector bundles vector fashion fashion fashion fashion packaged vector bundles fashion fashion Vector
    2022-07-25 04:21:47下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载