-
简单的socket通信
流式套接字(SOCK_STREAM),数据报套接字(SOCK_DGRAM)及原始套接字。1.流式套接字提供面向连接、可靠的数据传输服务,数据按字节流、按顺序收发,保证在传输过程中无丢失、无冗余。TCP协议支持该套接字。2.数据报套接字,提供面向无连接的服务,数据收发无序,不能保证数据的准确到达。UDP协议支持该套接字。3.原始套接字原始套接字主要用于一些协议的开发,可以进行比较底层的操作。它功能强大,但是没有上面介绍的两种套接字使用方便,一般的程序也涉及不到原始套接字。
- 2023-06-05 11:30:03下载
- 积分:1
-
利用哈希运算产生服务端和客户端的通信密钥
利用哈希运算产生服务端和客户端的通信密钥- Produces the service end and the customer end correspondence
key using the Hasche operation
- 2023-01-03 03:20:04下载
- 积分:1
-
website produced the voice players, examples of the implementation of the cases,...
制作网页中的声音播放器,执行本例实例后,将创建一个带有1个下拉框和3个按钮的运行界面。鼠标单击下拉框可以选择要播放的声音文件(*.au),按下播放按钮可以播放当前的声音文件,按下循环按钮可以循环播放当前声音文件,按下停止按钮可以停止播放当前声音文件。-website produced the voice players, examples of the implementation of the cases, will create a with a drop-down box and three button operation interface. Mouse click the drop-down box can choose to play the sound files (*. au), press the button player can play current audio files, press the circle button on the current cycle of broadcast sound files, press the stop button to stop the current broadcast sound files.
- 2022-02-20 06:00:09下载
- 积分:1
-
在运行本程序时,检索整个局域网络,将局域网中的计算机名和IP地址显示在ListControl空间中。...
在运行本程序时,检索整个局域网络,将局域网中的计算机名和IP地址显示在ListControl空间中。-Running the program, search the entire local area network LAN of the computer name and IP address appears in ListControl space.
- 2022-07-21 15:35:02下载
- 积分:1
-
JMF
一个基于JMF框架的网络电视
采用Applet-JMF-based framework for network television using Applet
- 2023-01-27 17:15:04下载
- 积分:1
-
用MFC编写的网上查询程序
使用MFC编写internet查询程序-prepared using MFC internet inquiry procedures
- 2022-01-26 08:10:23下载
- 积分:1
-
使用opnet 仿真采用TDMA组网方式得无线局域网,查看网络性能
使用opnet 仿真采用TDMA组网方式得无线局域网,查看网络性能-Using OPNET simulation using TDMA组网方式a wireless LAN, check network performance
- 2022-02-04 19:00:52下载
- 积分:1
-
邮件系统应用
应用背景
可以和网络对接,发送邮件。嵌入某些系统里,定时或者设定时间将资料发送到邮箱里,可以远程查看,省去手动发送邮件的麻烦。。。。
关键技术
c++ SMTP, 网络通信,邮件系统
用C++开发的,可以发送邮件及附件。系统很小,适合学习了解邮件发送过程。本程序摘自网络,出处不明了。自己备用。
- 2022-02-14 08:06:38下载
- 积分:1
-
Multi
多线程下载的,性能很好,visual c++编写的,可以参考-Multi-threaded download, good performance, visual c++ Prepared, you can reference
- 2022-01-26 00:58:04下载
- 积分:1
-
一个可与IE媲美的浏览器源码。
一个可与IE媲美的浏览器源码。-a comparable with the IE browser source.
- 2022-02-26 15:03:56下载
- 积分:1