-
acess
利用NET读取ACCESS,系统安装时自动配置(ACCESS read by NET)
- 2011-06-11 22:43:09下载
- 积分:1
-
pfkf
粒子滤波卡尔曼滤波定位方法比较,比较简单直白,通俗易懂的(Try to use particle filter (PF) pf kf matlab)
- 2017-06-12 11:00:10下载
- 积分:1
-
捕捉IE刷新按钮.经典实现,代码思路清晰.
捕捉IE刷新按钮.经典实现,代码思路清晰.-capture IE refresh button. Classical, a clear line of code.
- 2023-08-31 06:10:03下载
- 积分:1
-
toCstring
将不同格式的数据转换成cstring格式,很方便,文件存在txt文件中(different data format conversion cstring format, is a convenient, the paper documents exist txt)
- 2006-09-27 18:16:45下载
- 积分:1
-
Listen Line 互联网监听工具
Listen Line 互联网监听工具-Listen Line Internet monitoring tools
- 2022-07-21 06:57:44下载
- 积分:1
-
radyan
易语言卡拉OK系统源码例程程序结合易语言多媒体支持库,实现卡拉OK的播放管理,本卡拉OK系统分为播放器和数据维护工具, 本易()
- 2017-12-19 10:40:17下载
- 积分:1
-
567495sourceofMyICQ
MyICQ是一套公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows版。目前客户端程序的界面完全模仿腾讯的QQ(如果Tencent告我的话,我会马上改的:-)。
总之,如果你崇尚自由,对QQ的越来越多的广告骚扰感到深恶痛绝的话,MyICQ绝对是你很好的选择。(MyICQ is an open source instant messaging software, including server and client, can be used for Internet or LAN. Can run on Windows or Linux (KDE/Qt) operating system, which is Windows. Current client interface is a mimic of Tencent QQ (Tencent sue me if, I will immediately reform :-). In short, if you advocate freedom, QQ, more and more ads are hated, then harassment, MyICQ is definitely a good choice.)
- 2010-10-13 11:50:52下载
- 积分: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
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
Advanced-Topics-in-C
Advanced Topics In C teaches concepts that any budding programmer should know. You ll delve into topics such as sorting, searching, merging, recursion, random numbers and simulation, among others. Increase the range of problems you can solve by manipulating versatile and popular data structures such as binary trees and hash tables.
- 2013-12-09 23:11:13下载
- 积分:1