-
简单的socket通信
流式套接字(SOCK_STREAM),数据报套接字(SOCK_DGRAM)及原始套接字。1.流式套接字提供面向连接、可靠的数据传输服务,数据按字节流、按顺序收发,保证在传输过程中无丢失、无冗余。TCP协议支持该套接字。2.数据报套接字,提供面向无连接的服务,数据收发无序,不能保证数据的准确到达。UDP协议支持该套接字。3.原始套接字原始套接字主要用于一些协议的开发,可以进行比较底层的操作。它功能强大,但是没有上面介绍的两种套接字使用方便,一般的程序也涉及不到原始套接字。
- 2023-06-05 11:30:03下载
- 积分:1
-
NetServer_web
一个通过socket与WEB建立通讯连接的VC程序。(through socket with a Web link in the establishment of communication procedures VC.)
- 2006-09-30 15:13:58下载
- 积分:1
-
MCM
历年美赛中英版题目,很全面的喔下载对美赛绝对帮组(Beauty in the calendar year version of the title
)
- 2015-02-12 12:34:31下载
- 积分:1
-
UDP_Port
c#监听指定端口的UDP信息,可灵活读取指定端口信息并分析。(c# UDP listen port specified information, the flexibility to read the specified port information and analysis.)
- 2013-08-15 20:57:12下载
- 积分:1
-
控制拨号连接的类,提供拨号,挂段,脱机工作等方法,检测连接状态...
控制拨号连接的类,提供拨号,挂段,脱机工作等方法,检测连接状态-control dial-up category, dial-up, hanging, off-line work methods to detect the state of the link
- 2022-07-11 17:25:56下载
- 积分:1
-
kalman
说明: 扩展卡尔曼滤波,适用于多目标跟踪,里面还有一个子程序(Extended Kalman Filter)
- 2019-09-19 15:34:44下载
- 积分:1
-
服务器用户身份验证程序源代码 > 可内嵌于apache中,使用数据库信息验证用户身份 > 多种验证模式可选择(密码认证,cookie检测等)...
服务器用户身份验证程序源代码 > 可内嵌于apache中,使用数据库信息验证用户身份 > 多种验证模式可选择(密码认证,cookie检测等)-user authentication server source code gt; Apache can be embedded in, the use of database information to verify a user"s identity gt; Multiple choice test mode (password authentication, cookie detection, etc.)
- 2023-02-07 14:15:03下载
- 积分:1
-
pic16f630_sn
这个是EV1527的标准解码程序,电动型,四建功能独立。
- 2009-04-07 10:39:41下载
- 积分:1
-
PIS.Production.BLL
说明: 将产品的详细信息逻辑处理导入到数据库中。集成处理方法(Import the details logical processing of the product into the database. Integrated processing method)
- 2019-10-20 16:58:03下载
- 积分:1
-
Computer-Networks-and-Internets
这是一个用c++编写的,socket API 的服务器端和客户端的相互响应的简单程序.用cmd打开程序exe,输入“webserver + 端口号”,webclient方面,输入“webclient + 127.0.0.1 + 端口号5600”,则可以在客户端上显示接收到的信息。(This is a c++ written in response to a simple procedure of mutual socket API server and client' s Open Program exe, enter " webserver+ port number" , webclient, the input " webclient+ 127.0.0.1+ port number 5600 with cmd " you can display the information received on the client.)
- 2013-12-27 21:41:43下载
- 积分:1