-
大学物理复习基本知识点
涵盖大学物理基本公式知识点 公式的总结和积累是应对考试的有效方法!
- 2020-11-29下载
- 积分:1
-
Dialog下创建 MFC OpenGL子窗口
在dialog模式下,创建 MFC OpenGL子窗口,非SDI MDI
- 2020-12-02下载
- 积分:1
-
MATLAB数字信号处理85个实用案例精讲.入门到进阶+源代码(无需密码).rar
本压缩包包含了MATLAB数字信号处理85个实用案例精讲.pdf以及每一章的实例m文件以及函数,下载即可使用,内无密码设置
- 2020-12-12下载
- 积分:1
-
遗传算法的基本理论与应用
本书旨在系统地介绍遗传算法的理论、应用和发展,共包括9个章节的内容.首先,本书讲述了遗传算法的起源、历程和主要研究方向,介绍了遗传算法的基本原理。其次,讨论了遗传算法的一般收敛性理论,遗传算法的马尔可夫链模型和收敛性分析,遗传算法的随机泛函分析。还介绍了遗传算法的模式理论,特别是遗传算法的模式欺骗性理论,以及欺骗问题的实验分析;并详细讨论了微观遗传策略-遗传算子的分析与设计,以及微观遗传策略中的参数设置和适应性微观遗传策略的设计。讨论了宏观遗传策略-遗传算法结构分析与设计。接下来介绍了遗传算法
- 2020-12-11下载
- 积分:1
-
matlab stats(statistics)工具箱
matlab statistics toolbox,解压到toolbox路径下,addpath即可使用
- 2020-11-28下载
- 积分:1
-
Visual C++音频视频处理技术及工程实践(含源码2/2)
【实例简介】本书共16章,分为4篇,详细讲解了使用各种软件和平台进行音、视频多媒体编程的技术,以案例为对象展示实现过程、分析技术难点。主要内容包括软件Visual C++2005的开发技术、DirectSound开发音频、DirectShow/VFW开发视频、MMX/SSE进行多媒体汇编编程、DM642 DSP进行音视频算法优化和主流视频算法MPEG-4/H.264的编码原理及工程实践。本书系统地介绍Visual C++ 2005进行流媒体编程的基本思路和方法,采用案例为主的叙述方式,将大量的技术理论融入具体的案例剖析中。采用的案例均来源于作者实际开发工作,具有很好的实用价值,可以帮助读者在开发中进行参考或直接应用。
第1篇 开发基础 1
第1章 数字音视频开发技术基础 3
1.1 数字音视频基本概念 4
1.1.1 数字音频技术基础 4
1.1.2 各种数字音频文件格式基础 4
1.1.3 视频的相关基础概念 8
1.1.4 常见的视频文件格式 8
1.2 数字音视频数据的编解码技术 10
1.2.1 音频数据的编解码 11
1.2.2 视频数据的编解码 13
1.2.3 音视频编码的相关标准 13
1.3 音视频处理平台的选择 15
1.3.1 个人多媒体计算机 15
1.3.2 嵌入式处理器ARM 16
1.3.3 数字媒体处理器DSP 16
1.4 音视频开发的典型应用 16
1.4.1 个人消费类电子产品 16
1.4.2 公共领域的音视频应用 18
1.5 常用音视频开发工具 21
1.5.1 DirectSound音频开发 21
1.5.2 DirectShow视频开发 21
1.5.3 DSP CCS算法开发 22
1.6 本章小结 23
第2章 Visual C++ 2005开发基础 25
2.1 Visual C++ 2005新增特性 26
2.1.1 句柄(Handles) 26
2.1.2 类型的声明 26
2.1.3 对代码编辑的改进 27
2.2 VC能做的事情 27
2.2.1 生成传统的控制台应用程序 27
2.2.2 生成基于MFC的应用程序 32
2.2.3 生成静态链接库 40
2.2.4 生成动态链接库 41
2.3 利用向导完成基本开发 46
2.3.1 生成应用程序 46
2.3.2 生成应用库LIB/DLL 53
2.4 MFC编程基础 56
2.4.1 Windows消息与事件 56
2.4.2 消息与事件的响应 63
2.4.3 常用消息 66
2.5 基于对话框的编程 68
2.5.1 创建和编辑对话框 68
2.5.2 对话框种类 75
2.6 常用控件使用技巧 79
2.6.1 按钮类控件的使用 80
2.6.2 文本可编辑类控件的使用 81
2.6.3 静态类控件的使用 82
2.6.4 其他控件 83
2.7 Visual 2005开发技术资源 84
2.7.1 MSDN在线帮助 84
2.7.2 丰富的网络资源 86
2.8 Visual 2005开发的常见问题 86
2.8.1 如何使用volatile和const_cast 86
2.8.2 如何构造unicode版本的程序 87
2.8.3 如何使用.def文件 87
2.8.4 如何正确编写Win32 DLL 87
2.8.5 如何编写和使用资源DLL 88
2.8.6 如何实现对话框的数据交换 88
2.9 本章小结 89
第2篇 音频开发 91
第3章 DirectSound开发基础 93
3.1 Microsoft DirectSound SDK 94
3.1.1 比较DirectSound与DirectMusic 94
3.1.2 DirectSound SDK能做什么 95
3.1.3 如何获取DirectSound SDK 96
3.1.4 DirectSound SDK的基本结构 98
3.1.5 Directsound SDK安装 100
3.1.6 选择最适合用户的DirectSound SDK 100
3.1.7 用DirectSound进行编程的必要步骤 102
3.2 DirectSound的详细使用方法 103
3.2.1 DirectSound设备对象 104
3.2.2 DirectSound缓冲区对象 107
3.2.3 使用WAV数据 114
3.2.4 使用音效 116
3.3 开发环境配置 118
3.3.1 Visual C++基本开发环境配置 119
3.3.2 DirectSound应用程序的开发环境配置 119
3.3.3
- 2021-10-30 00:34:11下载
- 积分:1
-
机器视觉经典教材
【实例简介】机器视觉领域经典教材 机器视觉中的多视图几何 相机标定 3d姿态估计
- 2021-10-31 00:32:17下载
- 积分:1
-
地震有限差分正演程序
本科毕业设计地震正演程序,时间二阶空间四阶,足够毕业使用了
- 2020-12-01下载
- 积分:1
-
频谱仪——安捷伦N9010A操作手册
频谱仪的介绍、操作及性能指标,硬件工程师必须学会的测量器件之一。Definitions and conditionsSpecifications describe the performance of parameters covered by the productwarranty and apply to the full temperature of 0 to 55C, unless otherwisenotedGet more Information95th percentile values indicate the breadth of the population (approx. 2 o) of perfor-This EXA signalanalyzer datamance tolerances expected to be met in 95 percent of the cases with a 95 percentsheet is a summary of theconfidence, for any ambient temperature in the range of 20 to 30C. In addition tothe statistical observations of a sample of instruments, these values include thespecifications and conditionseffects of the uncertainties of external calibration references these values are notfor N9010A EXA and N9010AEPwarranted. These values are updated occasionally if a significant change in theExpress EXA signal analyzers.statistically observed behavior of production instruments is observedwhich are available in the EXASignalAnalyzer SpecificationTypical describes additional product performance information that is not covered byGuide(N9010-90025)the product warranty It is performance beyond specifications that 80 percent of theunits exhibit with a 95 percent confidence level over the temperature range 20 toFor ordering informationkrefer30C. Typical performance does not include measurement uncertaintyto the EXA Signal AnalyzerConfiguration GuideNominal values indicate expected performance, or describe product performance59896531Nthat is useful in the application of the product, but are not covered by the productwarrantyThe analyzer will meet its specifications whenIt is within its calibration cycleUnder auto couple control, except when Auto Sweep Time rules= AccySignal frequencies 10 MHZ, with DC coupling appliedThe analyzer has been stored at an ambient temperature within the allowedoperating range for at least two hours before being turned on; if it had previouslybeen stored at a temperature range inside the allowed storage range, but outsidethe allowed operating rangeThe analyzer has been turned on at least 30 minutes with auto align set tonormal, or, if Auto align is set to off or partial, alignments must have been runrecently enough to prevent an Alert message; if the Alert condition is changedfrom Time and Temperature to one of the disabled duration choices, the analyzermay fail to meet specifications without informing the userFor the complete specifications guide, visitwww.agilent.com/find/exaspecifications1. For earlier instruments/Serial number prefix MY/SG/US5052), the full temperature rangesfrom5t50°CFrequency and Time specificationsFrequency rangeDC coupledAC coupledOption 50310 Hz to 3.6 Gh10 MHz to 3. 6 GHzOption 50710 Hz to 7 GH10 MHz to 7 GHzOption 51310 Hz to 13.6 GHz10 MHz to 13.6 ghzOption 52610 Hz to 26.5 GH10 MHz to 26.5 GhzOption 53210 Hz to 32 gHzNAOption 54410 Hz to 44 gHzNABandLO multiple(N)10 Hz to 3. 6 GHz3.5to7.0GH3.5to8.4GH28.4 to 13.6 GHz3135to17.1GH17 to 26.5 GHz5426.4 to 34.5 ghz344t044GHzFrequency referenceAccuracy+l time since last adjustment x aging rate)+ temperature stability t calibrationaccuracyAging rateOption pFrStandardy±1×106/year±15X107/2 yearsTemperature stabilityOption PFrStandard20to30°c±15×108±2×106Full temperature range±5x1±2×10Achievable initial calibration accuracyOption PFrStandard±4x108±1410Example trequency reterence accuracy=±(1×107+5×103+4×10-)(with Option PFR1 year after last adjustment±19x10Residual fmOption pFr
- 2021-05-06下载
- 积分:1
-
MFC实现rtsp视频流的播放
调用vlc的库,自己用MFC实现的一个vlc的播放器,可以输入rtsp的url就可以播放,代码结构清晰,逻辑简单,适合PC端的工具开发与移植
- 2020-12-06下载
- 积分:1