登录
首页 » Windows Socket编程 » 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...

网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...

于 2023-01-29 发布 文件大小:25.07 kB
0 192
下载积分: 2 下载次数: 1

代码说明:

网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.

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

发表评论

0 个回复

  • 基于UDP协议的简单网络聊天室的实现,通过启动服务器、客户端序实现网络对话传输...
    基于UDP协议的简单网络聊天室的实现,通过启动服务器、客户端程序实现网络对话传输-UDP-based protocol to achieve a simple online chat room, by starting the server, the client program to achieve dialogue with the network transmission
    2022-03-07 02:01:13下载
    积分:1
  • this an example of Http proxyServer.
    this an example of Http proxyServer.
    2022-02-26 16:23:52下载
    积分:1
  • 一个小型的用于通信的序,采用的是UDP
    一个小型的用于通信的程序,采用的是UDP-A small-scale procedure for communication using the UDP
    2023-05-16 18:25:03下载
    积分:1
  • 啧啧
    TUT--最轻量级的C++单元测试框架 TUT是最简洁、最轻量级的C++单元测试框架。TUT是Template Unit Tests的缩写,是一个C++的单元测试框架  No C-style macros  No manual registration for test groups and methods  No libraries of any kind  Neutrality to user interface  No Javisms -TUT- The most lightweight C++ Unit testing framework for TUT is the most concise, most lightweight C++ Unit testing framework. TUT is the abbreviation for Template Unit Tests is a C++ Of unit testing frameworks
    2022-02-06 23:46:45下载
    积分:1
  • Oh, it can use this to write your own procedures for the netstat
    呵呵,可以用此来编写你自己的netstat程序了-Oh, it can use this to write your own procedures for the netstat
    2022-03-22 08:19:25下载
    积分:1
  • asp即时通
    asp即时通-asp instant messaging
    2022-03-09 15:38:52下载
    积分:1
  • Snowman Forum v2.1 simple Meihuaban support access, the Slammer
    雪人论坛 v2.1 简单美化版,支持access、SqlServer -Snowman Forum v2.1 simple Meihuaban support access, the Slammer
    2022-07-07 12:27:23下载
    积分:1
  • 1.上传所有文件到你的空间。 2.把数据库文件FORUM.sql导入数据库。 3.修改config.php 和 data文件夹属性为0777。 4....
    1.上传所有文件到你的空间。 2.把数据库文件FORUM.sql导入数据库。 3.修改config.php 和 data文件夹属性为0777。 4.后台管理地址:/admin/login.php 初始管理账号: 用户名:admin 密码:admin -1. From all the files to your space. 2. FORUM.sql the database file into the database. 3. Config.php and modify attribute data for the 0777 folder. 4. Admin Address:/admin/login.php initial management of account: Username: admin Password: admin
    2022-07-15 20:10:22下载
    积分:1
  • 如何判断网络上的计算机是否设置了密码
    如何判断网络上的计算机是否设置了密码-how to judge a computer on a network is set password
    2022-06-30 09:36:34下载
    积分:1
  • C2风格的局域网聊天序,实现局域网中两个Client聊天。这个序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是...
    C2风格的局域网聊天程序,实现局域网中两个Client聊天。这个程序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是实现的Client与Client 聊天,Server 仅仅提供消息转发功能,因此执行程序时,首先必须有两台以上的电脑来执行,必须保证两个Client(Client程序是相同的,因此只要复制两个Client就行)在不同的局域网上的电脑,局域网中只要有一个Server就行,通过输入IP以及确认码(其实就是端口号,要保证两个Client的端口号相同,且两个Client的IP地址不同,即不在同一电脑上),就能实现一个Client和另一个Client聊天(当然Server必须运行,且必须按提示输入信息),本程序基于UDP协议,并且利用多线程编程实现了程序的背景音乐(系统的Beep声音必须打开才能听见)以及正常退出功能(点右上角的“差”是非正常退出!),当初设计的时候使得两个Client端口号必须相同,今后会设计出两个Client端口号不同,这样就能在一台机子上执行程序了。 -This program has the function that it can make two Clients communicate on the LAN.The program has Server and Client two parts.However,it is different from the popular CS chat program which has the function of communicating from Server and Client on the web.It makes two Clients chat.The server only be assigned to transmit messenger from one Client to another.So,you should have more than two Computer to run the program,and to ensure that two Clients on the different Computers which is on the same LAN.The LAN has one Server is OK
    2022-12-17 06:10:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载