-
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
-
corum2
科隆2服务端源码.....请大家下载修改,BUG多(Cologne 2 server ..... please everyone download the source code modifications, BUG more)
- 2008-05-14 18:28:12下载
- 积分:1
-
very nice javascript menu
很漂亮的javascript菜单-very nice javascript menu
- 2022-02-02 04:44:05下载
- 积分:1
-
.net web service小程序
.net web service小程序 -. net web service applet
- 2023-07-31 05:10:03下载
- 积分:1
-
邮件发送实例
资源描述Net邮件发送组件,本人亲测可用,欢迎下载使用
- 2023-08-27 14:10:03下载
- 积分:1
-
犯错
实现FTP多线程下载 Http多线程下载与断点续传分析.txt-err
- 2022-02-02 05:53:22下载
- 积分:1
-
rasdial
一个用PB编写的windows下系统网络拨号程序,可以看看。(PC Dialer)
- 2013-07-25 17:35:02下载
- 积分:1
-
31_pdfsam_The-Cg-Tutorial_-Chapter-8
CG Bump mapping tutorial.
- 2012-10-13 17:54:40下载
- 积分:1
-
setproxy
通过程序设置ie的代理服务器,以及代理服务器不适用的本地局域网地址(Ie through the proxy server settings and the proxy server' s local LAN address is not applicable)
- 2016-02-29 15:12:04下载
- 积分:1
-
使用多任务处理套接字的数据传输
这个项目是关于客户端/服务器多线程的 socket 类。该线程是可选的因为开发人员仍然是
负责决定是否需要它。有其他的套接字类在这里和其他地方在互联网,但是没有
他们可以提供反馈 (事件检测) 到您的应用程序这一一样。它为您提供
以下事件检测: 建立连接,连接已断开、 连接失败和数据接收
(包括 0 字节的数据包)。数据传输、 数字传输、 或数字通信是进行的实物转让
在点对点或点对多点的通信信道数据 (数字比特流)。例子
这种渠道是铜线、 光纤、 无线通信信道和存储介质。数据
被表示为一个电磁信号,如电压、 无线电波、 微波、 或红外
信号。
- 2022-06-26 03:02:47下载
- 积分:1