登录
首页 » Visual C++ » Tsr

Tsr

于 2020-11-21 发布 文件大小:5049KB
0 86
下载积分: 1 下载次数: 17

代码说明:

  DVB 能完整的解析出TS流文件中的PAT,PMT,NIT,CAT信息,并且能兼容188和204的TS流文件(DVB can be a complete parse out the TS stream file in the PAT, PMT, NIT, CAT information, and can be compatible with the 188 and 204 of the TS stream file)

文件列表:

Tsr
...\Debug
...\.....\MyTree.obj,9403,2011-04-01
...\.....\MyTree.sbr,0,2011-04-01
...\.....\NewTree.obj,9426,2011-04-01
...\.....\NewTree.sbr,1865,2011-04-01
...\.....\StdAfx.obj,105794,2013-03-29
...\.....\StdAfx.sbr,1376345,2013-03-29
...\.....\TSpackets.obj,34634,2013-03-30
...\.....\TSpackets.sbr,3568,2013-03-30
...\.....\Tsr.bsc,4826112,2011-04-08
...\.....\Tsr.exe,196686,2013-03-30
...\.....\Tsr.ilk,271680,2013-03-30
...\.....\Tsr.obj,14149,2013-03-30
...\.....\Tsr.pch,6876708,2013-03-29
...\.....\Tsr.pdb,427008,2013-03-30
...\.....\Tsr.res,52884,2013-03-29
...\.....\Tsr.sbr,3587,2013-03-30
...\.....\TsrDlg.obj,102296,2013-03-30
...\.....\TsrDlg.obj.enc,94478,2011-04-18
...\.....\TsrDlg.sbr,16074,2013-03-30
...\.....\vc60.idb,214016,2013-04-02
...\.....\vc60.pdb,364544,2013-03-30
...\ReadMe.txt,3525,2011-03-31
...\res


...\...\Tsr.rc2,395,2011-03-31
...\resource.h,1004,2011-05-22
...\resource.hm,159,2011-03-31
...\StdAfx.cpp,205,2011-03-31
...\StdAfx.h,1054,2011-03-31
...\TSpacket.h,567,2011-04-02
...\TSpackets.cpp,7256,2013-03-30
...\TSpackets.cpp.bak,6882,2011-04-14
...\TSpackets.h,1847,2013-03-30
...\Tsr.aps,71080,2013-04-02
...\Tsr.clw,1621,2013-04-02
...\Tsr.cpp,2049,2011-04-13
...\Tsr.dsp,4236,2011-04-02
...\Tsr.dsw,531,2011-03-31
...\Tsr.h,1291,2011-03-31
...\Tsr.ncb,181248,2013-04-02
...\Tsr.opt,55808,2013-04-02
...\Tsr.plg,535,2011-05-22
...\Tsr.rc,6010,2011-05-22
...\TsrDlg.cpp,32238,2013-04-02
...\TsrDlg.h,1953,2013-03-30
...\说明.txt,66,2011-04-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TimeTransform
    本程序得到当前系统时间,然后将其转化为4个字节十六进制表示的整数,这个整数表示从1970年1月1日0点0分0秒以来所经过的秒数,这种转换符合MFC规定的时间转换标准,便于嵌入式系统的时间存储与计算(This procedure has been the current system time, and then into four-byte hexadecimal integer, the integer that from at 00:00:00 on January 1, 1970 after the number of seconds since this conversion MFC time to comply with the provisions of the conversion standard time embedded systems to facilitate storage and computing)
    2008-12-22 20:33:30下载
    积分:1
  • netDate
    VC++源程序实现同步网络时间,基于C/S结构,启动服务端程序后,需要在客户端输入服务端的IP地址,然后点击“同步”按钮,如果顺利连接的话,则完成与服务器端的时间同步,注意,本程序并非是连接世界官方时间服务器,比如微软的时间同步服务器、NIST的服务器等,而是用本程序中的服务端来代替了。 (VC++ source code to synchronize network time, based on C/S structure, start the server program, you need the client enter the service side of the IP address, then click the " Sync" button, if successfully connected, then finished with the server time synchronization Note that this procedure is not an official time server connected world, the time synchronization server such as Microsoft, NIST' s servers, but with this program instead of the server.)
    2011-04-27 21:40:09下载
    积分:1
  • 190327
    设置一次密码,即可使用。支持开机启动,支持无操作锁定。 附带注册机源代码。(Set a password once, you can use it. Support boot start, support no operation lock. Include the source code of registry machine.)
    2020-06-18 13:00:01下载
    积分:1
  • sportsmeeting
    数据结构——运动会 为帮助同学们尽快进入编程状态特提供此例 1.将SqList.h、Mdefine.h、sport.c放在同一目录下 2.按下述方法编译运行即可,体验一下 编译包含有自定义的.h文件的.c文件 一种方法: ⑴.将.c和.h文件放在某一目录下(例如:datastruct) ⑵.改变用户工作目录(用户文件所在目录) 选择"File/Chaire Dir"打开新目录输入框,输入选择的用户工作目录datastruct,执行Change Dir 改变工作目录。否则对.c文件包含的自定义的.h文件提示No open ⑶.在编辑器中打开.c文件,进行编译,运行即可 另一种方法: 在上一种方法的基础上 ⑴. 打开project菜单,选择open project ,在.c和.h文件的同一目录下创建一个工程文件 ⑵. 打开project/Add Item菜单,输入项目名,然后将.c文件增加到工程文件中。不用将.h文件加入。 ⑶.在工程文件中双击.c文件,打开.c文件,进行编译,运行即可 3. ReadFormFile(SqList &L) 从文件读入运动员成绩信息操作作为示例 (err)
    2008-12-22 20:28:14下载
    积分:1
  • lyzz23
    本程序以动态的方式给对话框加载背景图,给人耳目一新的感觉()
    2018-04-28 12:12:12下载
    积分:1
  • changeword
    此代码能将一个文件里的所有文字修改为你所需要的文字,比如你要将一篇文章中的所有"师范"修改为"大学",用我的程序就很容易实现(This code can be a text document all you need to modify the text, for example, an article you want all the Normal University was revised to use the procedure I can easily realize)
    2008-05-23 22:14:13下载
    积分:1
  • DesktopSet1
    自己做的ActiveX系统配置控件,单击按钮打开桌面图标设置1对话框,实现: 隐藏所有桌面图标及图标小箭头; 修改我的电脑、计划任务、控制面板、打印机、拨号网络、网上邻居、浏览器、回收站(空)、回收站(满)等桌面图标的提示内容; 设置我的电脑、计划任务、控制面板、打印机、拨号网络、网上邻居、浏览器、回收站等图标的名称; 设置我的电脑、计划任务、控制面板、打印机、拨号网络、网上邻居、浏览器、回收站等的图标; 可以部署在服务器上,适合在公共电脑等不方便带文件的场合进行快速系统配置,也适合嵌入到其它程序中,进行快速开发。(Make its own system configuration of ActiveX controls, click the Settings button to open the Desktop icon in one dialog box, and realize: Hide all desktop icons and a small arrow icon Modify my computer, planning tasks, the control panel, printers, dial-up network, Network Places, browser, Recycle Bin (empty), the Recycle Bin (full) desktop icon prompts such content Set up my computer, planning tasks, the control panel, printers, dial-up network, Network Places, browser, Recycle Bin icon s name, etc. Set up my computer, planning tasks, the control panel, printers, dial-up network, Network Places, browser, Recycle Bin icon, etc. Can be deployed on the server for computers in public with a document inconvenient forum for rapid system configuration, is also suitable for embedding into other programs, for rapid development.)
    2009-02-12 11:06:13下载
    积分:1
  • dynviews
    说明:  非基于MFC的文档/视图结构创建多维动态视图,轻松创建多维视图的效果,通过openGL,实现效果显示。(Are not based on MFC s document/view structure to create multi-dimensional and dynamic view, to easily create multi-dimensional view of the effect, through openGL, to achieve the effect of show.)
    2008-10-16 23:05:39下载
    积分:1
  • ufademo
    VFP的相关代码demo,很好的东西,VFP的相关代码demo,很好的东西(very good demo code,very good demo code)
    2013-10-23 16:47:47下载
    积分:1
  • CPP-primer
    C++ Primer的源文件,包括书中的源代码和题目答案。(very important.)
    2015-09-05 20:36:19下载
    积分:1
  • 696524资源总数
  • 103872会员总数
  • 62今日下载