-
A good example of the completion of the port, combined with the MFC. Suitable fo...
一个很好的完成端口的例子,结合了MFC。适合很多人学习难掌握的IOCP-A good example of the completion of the port, combined with the MFC. Suitable for many people to study hard to master the IOCP
- 2022-04-17 02:59:21下载
- 积分:1
-
用低层音频函数实现局域网音频实时传送的小程序 C
用低层音频函数实现局域网音频实时传送的小程序 C-audio function with the lower LAN audio real-time transmission of small programs in C
- 2022-03-05 16:51:24下载
- 积分:1
-
基于UDP MFC编程环境
UDP MFC 包含服务器和客户端,
本实验设计内容是:设计一个程序,实现聊天功能,要求有客户端和服务器端。客户端能实现消息的输入和发送、接收消息、连接服务器与断开连接等基本功能;服务器端要求能收发信息、保存客户端的IP信息地址、将接收到的消息向所有客户端转发等基本信息。
- 2022-11-27 05:40:03下载
- 积分:1
-
聊天程序 客户端 写的很好 下了就知道了
聊天程序 客户端 写的很好 下了就知道了-Chat Client write well under the will know
- 2022-04-07 14:41:26下载
- 积分:1
-
微软的js访问网络服务组件,利用它可以实现IE上直接访问网络服务 压缩包里包含samples以及中文解决方法...
微软的js访问网络服务组件,利用它可以实现IE上直接访问网络服务 压缩包里包含samples以及中文解决方法-js visit Microsoft"s Web services components, it can be achieved using IE directly to the network services compression bag containing samples of the Chinese solution
- 2022-12-18 21:45:04下载
- 积分:1
-
基于udp通信的客户端源代码,可以与基于udp通信的服务器端实现通话...
基于udp通信的客户端源代码,可以与基于udp通信的服务器端实现通话-server for udp communication
- 2023-05-11 19:00:04下载
- 积分:1
-
三个实际的例子,来展示Q o S的使用。第一个例子使用的是T C P,它在三个例子中显得最“直接了当”,因为它是“面向连接”的。第二个例子使用U D P,而且没...
三个实际的例子,来展示Q o S的使用。第一个例子使用的是T C P,它在三个例子中显得最“直接了当”,因为它是“面向连接”的。第二个例子使用U D P,而且没有使用任何连接调用。最后一个例子使用的则是多播U D P-three practical examples to demonstrate Q o S use.T C P The second example is the use of U P D, but did not use any connected call. A final example is the use of multicast U P D
- 2022-03-13 16:22:18下载
- 积分:1
-
一个基本的动态域名程序,它是外部网络地址的…
一个基本的动态域名程序,可在有外网地址的机器上实现动态域名转发。并可实时更新域名ip信息。-a basic dynamic domain procedures, which are outside the network addresses of the machines on the dynamic domain name forward. May ip domain real-time updates of information.
- 2022-03-09 11:13:49下载
- 积分:1
-
the book "Network Programming Windows" source code, WINDOWS main 95/98...
本书为《WINDOWS 网络编程》的源代码,主要覆盖了WINDOWS 95/98/2000/CE的网络开发。详细讲解了NETBIOS和TCP/IP协议,适合于中高级程序员和网络管理人员进行编程设计的参考。-the book "Network Programming Windows" source code, WINDOWS main 95/98/2000/CE coverage of the network development. Explained in detail NETBIOS and the TCP/IP protocol. suitable for middle- and high-level programmers and network management program for the reference design.
- 2023-05-23 13:15:04下载
- 积分:1
-
概要介绍:
本例子是视频采集与播放是基于vfw。
视频的传输是基于rtp来传输。用的第三开源包是jrtplib。
参考例子:
(1)...
概要介绍:
本例子是视频采集与播放是基于vfw。
视频的传输是基于rtp来传输。用的第三开源包是jrtplib。
参考例子:
(1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/
下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip
socket编程的。
(2)jrtplib官方网站的c/s例子
运行配置:
VS2005
头文件
jthread-1.2.1
jrtplib-3.7.1
lib文件:(放到工程目录下。我已经放好了)
jrtplib.lib
jthread.lib
添加的依赖库:
jthread.lib
jrtplib.lib
ws2_32.lib
代码介绍:
具体代码发在网上
http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com
有什么问题请发hanyuejun2006@163.com与我联系。
文件中
videoSendertest
videoReceiver
是我编的例子
video_send
video_recv
是我基于vfw例子
JRTPConsole
是jrtplib c/s例子
-err
- 2022-03-25 18:05:24下载
- 积分:1