-
通过RTSP获取到网络摄像机的视频流
很完整的RTSP获取码流的代码,
#ifdef _WIN32_WCE
#include "stdafx.h"
#endif
#ifndef _WIN32_WCE
#define WIN32_LEAN_AND_MEAN
#endif
#include
#include
#include
#include
#include
#include
#include
#ifdef _WIN32_WCE
#pragma comment(lib, "ws2.lib")
#else
#pragma comment(lib, "ws2_32.lib")
#endif
#define PP_NAME "User-Agent:rtsp client(v1.0)"
#define PP_CRLF "/r/n"
//测a试?之?用?
long InitSocket();
long DeInitSocket();
long InitTCPSocket(int port);
long InitUDPSocket(const char *ip, int port);
long GetSokcetPort(int sock, int *port);
- 2022-05-31 21:03:15下载
- 积分:1
-
霍夫曼压缩解压缩
用霍夫曼编码实现的简单的文本压缩解压缩C++源程序
- 2022-08-25 19:49:43下载
- 积分:1
-
EXCEL002
对EXCEL的读写操作,可以帮助学习如何通过VC++读写EXCEL(help to learn how to access EXCEL files with VC++)
- 2012-02-26 09:32:57下载
- 积分:1
-
S7ReadWrite_8266
说明: codigo fuente para esclavo esp8266 comunicacion con plc de siemens(source code for esp8266 and profinet plc siemens)
- 2020-06-17 04:20:01下载
- 积分:1
-
Accelerator
快速定位或查找文件,是在vc6.0环境下开发的,由于本人是菜鸟,功能不太好用(Quickly locate or find the file that is under development in vc6.0, because I am a rookie, function not easy to use)
- 2011-06-06 12:00:21下载
- 积分:1
-
race-game
经典赛车游戏的基础模型,基于LPC2138芯片设计,可在ILI9320 LCD触摸屏上操作(The basis of classic car racing game model, based on the LPC2138 chip design, can be in ILI9320 LCD touch screen operation)
- 2016-04-21 11:14:22下载
- 积分:1
-
PQ decomposition method
进行PQ分解,计算电力系统潮流的有效方法,应用广泛(PQ decomposition is an effective method for calculating power flow in power system.)
- 2019-04-23 21:34:16下载
- 积分:1
-
uc_51_small
OS_II移植到单片机,网上都是大模式移植,这是我在网站上找到的小模式移植,不知道有用吗?(OS_II transplanted into single-chip, on-line model of graft are large, this is my website found in the small model of transplantation, I do not know useful?)
- 2009-07-09 02:40:53下载
- 积分:1
-
一个简单的c语言通讯录源代码
本文介绍了一个简单实用的个人通讯录管理系统java工程,详细描述了本人在编程时候的编程思想和在MyEclipse 6.5中调试运行的步骤,简明扼要地介绍了整个工程的功能和实用方法。这个个人通讯录管理系统含有添加、删除、查找等基本功能,同时也添加了一些有趣的小功能——支持背景图片的更换。在程序中完成了与数据库的通信,并同样可以对数据库进行添加、查找、删除等功能
- 2022-09-19 22:25:03下载
- 积分:1
-
basickicka
机器人足球的基本动作函数,包括转动,跑位,射门等。(robot soccer function of the basic movements, including rotation, Running, shooting and so on.)
- 2021-04-24 16:48:48下载
- 积分:1