-
Software-Testing
随着计算机技术的迅速发展和越来越广泛深入地应用于国民经济和社会生活的各个方面,随着 软件系统的规模和复杂性与日俱增,软件的生产成本和软件中存在的缺陷和故障造成的各类损失也 大大增加,甚至会带来灾难性的后果。软件质量问题已成为所有使用软件和开发软件的人关注的焦 点。由于软件是人脑的高度智力化的体现和产品这一特殊性,不同于其他科技和生产领域,因此软件与生俱来就有可能存在着缺陷。(With the rapid development of computer technology and the more extensively used in the national economy and social life in all its aspects, with the growing size and complexity of software systems, software production costs and software defects and faults caused various types of losses also increased significantly, even catastrophic consequences. Software quality has become the focus of all those who use the software and software development concern. Because the software is highly intellectual expression and product of the special nature of the human brain, unlike other areas of technology and production, so the software may be born with a defect exists.)
- 2013-12-04 22:25:34下载
- 积分:1
-
shuzhifenxi
数值分析作业源代码包括Aitken(埃特金算法) 牛顿法(Source code for numerical analysis operations)
- 2010-01-03 21:48:29下载
- 积分:1
-
KCBJ
说明: 库存仿真,对比各策略,选择优化,相互比较(Stock simulation, comparing the strategy, select the optimization, compared with each other)
- 2010-04-01 13:46:08下载
- 积分:1
-
source240
以PIC16F713为主控的搅拌机底层控制软件,实现了马达的速度闭环控制,以及过流保护(In PIC16F713 as a master blender floor control software, and the speed of the motor closed-loop control, and overcurrent protection)
- 2015-07-09 22:33:06下载
- 积分:1
-
VCRunWithmatlab
详细讲述了,matlab与VC++6.0的混合编程(Described in detail, matlab mixed with VC++6.0 programming)
- 2011-12-02 09:10:12下载
- 积分:1
-
智能蚂蚁算法
智能蚂蚁算法――蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm-- ant colony algorithm improvements for VRP for TSP
- 2022-08-09 10:06:04下载
- 积分:1
-
Clist
一个vc下的汉字转十六进制的小程序,希望对大家有帮助(A vc transfer hexadecimal characters under a small program, we want to help)
- 2009-09-24 10:14:09下载
- 积分:1
-
31121-4d0
3gpp关于usim应用测试指导规范,通用的,不光是td scdma(rd Generation Partnership Project
Technical Specification Group Core Network and Terminals
UICC-terminal interface
Universal Subscriber Identity Module (USIM)
application test specification
(Release 4)
)
- 2013-05-01 10:54:48下载
- 积分:1
-
matlab-program
说明: 经典Matlab编程以及教程,适合初学者学习(Matlab program)
- 2011-03-03 18:11:01下载
- 积分:1
-
13818_5_for_vc
1、简介
此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。
2、VC++6.0编译设置
需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。
3、运行
编译生成decode2.exe文件后在命令行如下运行
decode2.exe d:cctv.ts
一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下:
decode2.exe d:cctv.ts >c: s_decode.txt
运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。
(a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat)
- 2007-02-01 16:25:15下载
- 积分:1