-
一个局或网聊天工具,使用delphi的indy组件.
一个局或网聊天工具,使用delphi的indy组件.-a network board or chat tools, the use of the Delphi Indy components.
- 2022-02-02 11:48:42下载
- 积分:1
-
模拟数据链路层的实现
采用 go back n 的方案,进行差错控制
vc6.0...
模拟数据链路层的实现
采用 go back n 的方案,进行差错控制
vc6.0-implement the data link protocol
of "go back n"
- 2022-03-02 19:51:00下载
- 积分:1
-
- 2022-02-07 03:37:38下载
- 积分:1
-
该程序为一网络监视频控系统的服务器端,采用套接字编程,功能完善,图像数据读入缓冲区后,根据接收的消息发送数据。...
该程序为一网络监视频控系统的服务器端,采用套接字编程,功能完善,图像数据读入缓冲区后,根据接收的消息发送数据。-The program supervisor for one network video server-side control system, using socket programming, function, image data read into the buffer zone, in accordance with receiving the news of sending data.
- 2022-04-15 02:37:15下载
- 积分:1
-
A learning network programming under vc, at the same time understand the princip...
一份学习vc下的网络编程,同时了解网络下载原理的实验程序-A learning network programming under vc, at the same time understand the principles of the network to download the experimental procedure
- 2022-03-21 11:33:55下载
- 积分:1
-
LanMsg已更名为ourmsg,当前版本为1.1,修正了1.0版本中UDP组件的BUG,调试通过视频编解码,音视频即时消息软件源码。当前版本音频采用G729A...
LanMsg已更名为ourmsg,当前版本为1.1,修正了1.0版本中UDP组件的BUG,调试通过视频编解码,音视频即时消息软件源码。当前版本音频采用G729A算法编解码,视频采用微软MPEG4编解码。视频编解码器在Updatempg4vki文件夹中,发布客户端打包时需要将mpg4vki一同发布,否则客户端视频将不能正常使用。-LanMsg has been renamed ourmsg, the current version 1.1, revised 1.0 version of UDP component BUG, debugging through the video codec, audio and video instant messaging software source code. The current version of the audio algorithms using G729A codec, video powered by Microsoft MPEG4 codec. Video codec in the Update mpg4vki folder, released when the client needs to be packaged together mpg4vki release, otherwise the client-side video will not work properly.
- 2022-10-20 05:45:04下载
- 积分:1
-
多进程并发服务器。该程序等候客户连接,一旦连接则显示客户的地址,接着接收该客户的名字并显示。然后接收来自该客户的信息(字符串)。每当收到一个字符串,则显示该字符...
多进程并发服务器。该程序等候客户连接,一旦连接则显示客户的地址,接着接收该客户的名字并显示。然后接收来自该客户的信息(字符串)。每当收到一个字符串,则显示该字符串,并将字符串反转,再将反转的字符发回客户。之后,继续等待接收该客户的信息直至该客户关闭连接。服务器具有同时处理多客户的能力。-more complicated process server. The procedure for connecting customers, once the connection is shown to the customer address, and then receive the customer"s name and display. Before receiving from the customer"s information (string). Whenever received a string, it shows that the string, the string will be inverted, and then reverse the characters back customers. Continue, after waiting for the customer to receive the information until the customer close the connection. Servers simultaneously with the ability to more customers.
- 2022-01-28 05:53:05下载
- 积分:1
-
此源码是为学习vc网络编程和了解网络浏览原理的,供大家参考...
此源码是为学习vc网络编程和了解网络浏览原理的,供大家参考-This source is vc network programming for the learning and understanding the principle of a web browser for your information
- 2022-05-31 01:55:39下载
- 积分:1
-
本程序没有对包的内容解码,仅仅打印出包的二进制内容; *提供最简单的捕获过滤器,即可以指定捕获感兴趣的源IP和目的IP。...
本程序没有对包的内容解码,仅仅打印出包的二进制内容; *提供最简单的捕获过滤器,即可以指定捕获感兴趣的源IP和目的IP。-the right procedures were not decode the contents of packages, just print out the packets of binary content;* Provide the most simple capture filters, which can capture interest in the designated IP source and destination IP.
- 2022-03-21 11:02:58下载
- 积分: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