资源简介
解包ts流,ts文件,vs程序包,可直接编译运行

代码片段和文件信息
/*
TSdecode - misc.cpp
Decode MPEG-2 transport streams
Peter Daniel Final year project 2000/2001
*/
#include
#include
#include
void press_key(char press_key_text[])
{ // wait for a key press
printf(“%s“ press_key_text);
while ( !_kbhit() )
{;}
_getch();
}
void display_usage(void)
{
puts(“Usage:\t TSDECODE -i of TS file to decode“);
puts(“\t \t -p“);
puts(“\t \t -q do not show progress when extracting“);
puts(“\nExample: TSDECODE -ic:\\test.mpg -p600“);
puts(“\t will open file c:\\test.mpg and process PID 600 packets\n“);
}
void exit_prog(char error_msg[])
{
printf(“\n%s\n“ error_msg);
_fcloseall( );
press_key(“Press a key to exit...“);
exit(0);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 772 2001-05-11 13:00 TSdecode\misc.cpp
文件 785 2001-05-11 13:00 TSdecode\setup.h
文件 14691 2001-05-11 13:00 TSdecode\TSdecode.cpp
文件 4484 2001-05-11 13:00 TSdecode\TSdecode.dsp
文件 539 2001-05-11 13:00 TSdecode\TSdecode.dsw
文件 66560 2001-05-11 13:00 TSdecode\TSdecode.ncb
文件 48640 2001-05-11 13:00 TSdecode\TSdecode.opt
文件 1243 2001-05-11 13:00 TSdecode\TSdecode.plg
目录 0 2002-10-21 16:59 TSdecode
文件 0 2012-11-30 13:30 TSdecode\解包ts流,ts文件,vs程序包,可直接编译运行.txt
----------- --------- ---------- ----- ----
137714 10
相关资源
- TSCC.exe
- Reparatory Effects of Nicotine on NMDA Recepto
- 连续hopfield神经网络解决TSP问题
- tsai经典两步法 很不错的
- OPC插件OPC Core Components 2.00 SDK 2.20
- 基于J2EE物资出入库管理系统
- Design of Analog CMOS Integrated Circuits 拉扎
- 易语言Bootstrap类模块2.13源码
- TSUMV56RBET液晶电视芯片介绍
- 基于比较基因组学的玉米ESTs定位方法
- Effects of the cultured Cordyceps exopolysacch
- Research on pharmacological effects of lycorin
- Element_Components_v2.1.0.rplib
- 全自动采集getshell工具
- web开发舔狗日记 框架bootstrap
- OdooHotelManagementSystem 基于Odoo的酒店管
- bootstrap demo 源码大全
- 用8位spi实现16位spi
- 美松打印机SDK MsPrintSDK-Demo-DLL-CShare-
- ts格式视频
- LCSTS高质量中文短文本摘要数据集
- 30分钟读懂ITIL4
- Can EC-MPS reduce gastrointestinal side effect
- BOSON模拟器NetSim V5.31破解版附注册机
- eCharts全国及各省、市、县地图层jso
- dive into design patterns(Alexander Shvets)
- TSP问题城市数据及最优解
- Convex Analysis and Optimization (Bertsekas
- Investigation of the Absorption Mechanism of G
- Laboratory investigation of the effects of str
评论
共有 条评论