-
LayoutManager
超级好用的MFC控件布局管理器类,采用moveWindows实现。(Super easy to use MFC control layout manager class, using moveWindows implementation.)
- 2020-12-23 08:39:06下载
- 积分:1
-
dmdq2
代码大全2典藏版,高清PDF,程序员人手一份的工具书(Code Complete 2 Collector' s Edition, high-definition, a staff programmer)
- 2016-12-03 14:44:05下载
- 积分:1
-
vcSunxin
孙鑫老师的1-20课的教学代码和PPT及文本文档,本人对孙鑫老师的视频看不下3遍,里面的程序自己也全部在VC6.0中调试过,还总结了孙鑫老师讲过的函数,对原版的代码资料缺少的章节进行补充。减少学习者由于资料不全的麻烦。(Sun Xin teacher Teaching 1-20 code and PPT, and text documents, I Sun Xin teacher no less than three times the video to see inside the procedure itself entirely in VC6.0 debug before, also summed up the Sun Xin teacher talk off function, the code of the original data to complement the missing chapters. To reduce the trouble of learners because of incomplete data.)
- 2009-09-24 17:02:10下载
- 积分:1
-
VAD
在详细研究了静音检测算法的基础上,利用C语言编写程序实现了该算法。(Based on the detailed studying of the mute detection,adopting the C language program to inplementing the algorithm.)
- 2009-07-19 23:40:17下载
- 积分:1
-
selsolutionsc5
《C Primer Plus(第五版)中文版》的课后练习源代码(C Primer Plus (Fifth Edition) Chinese version of source code for after-school practice)
- 2010-06-17 17:44:47下载
- 积分:1
-
videocompressionpaper
本论文首先系统地介绍了视频压缩编码的基本原理和方法,以及各国际标准
化组织提出的压缩标准;其次分析了JPEG和MPEG-4的主要技术,据此提出
MPEG-4简单框架编码器的软件实现方案,给出流程图,在VC++环境下用C语言
程序实现了JPEG压缩及MPEG-4简单框架的视频压缩功能,采用测试序列验证
无误,并对两种标准的压缩比进行试验对比,突出压缩的关键技术为DCT和运动
估计算法;接着深入研究了DCT变换、运动估计和补偿算法并进行了优化改进,
给出了用于快速匹配块的自适应十字模式搜索算法,并给出了对各种块匹配估计
算法的仿真结果。然后详细介绍了TI公司TMS320C6711DSP的软硬件特性,并
在此基础上提出系统的硬件实现方案。接着介绍了基于系统软硬件环境的移植问
题和优化方法,并针对算法移植和仿真过程中的问题进行了说明。
最后就课题设计过程中研究的结果予以总结,并阐述了以后课题研究的要点。(In this thesis,an introduction to video compression principal,methods and central
international video coding standards is done firstly.Then analyzing the core techniques
of JPEG and MPEG-4 and proposing a scheme of MPEG-4 SP encoder,the coding
function of JPEG and MPEG-4 is achieved in C successfully with test sequence Then
compare the compressed ratio of two standards,point out the key of compression is DCT
and Motion Estimation algorithm.Afterwards,studying the DCT/Motion
Estimation/Motion Compensation algorithm in detail and giving an adaptive rood
pattern search for fast Block-Matching motion estimation.Then the simulation of several
motion estimation algorithms based block-matching is given.Accordingly,a scheme of
a DSP-based video compression system is put forward,with the features of TI’s
TMS320C6711 DSP.At last,the transplant and optimization are considered on the basis
of soft and hard environments,also the simulation process.
In the end,the summarization about the)
- 2009-09-18 10:40:44下载
- 积分:1
-
VC++ OpenGL粒子系统之火山喷发
VC++ 带音效的OpenGL粒子系统之火山喷发,作者:蔡真真 张田田。选择运行参数后,在音效的配合下,很逼真的火山喷发效果展现在眼帘。程序中为每个动态元素都制作了操作类,比如键盘类和程序框架类 、粒子系统火山喷发类、字体类、载入位图类、粒子定义类、粒子系统喷发具体实例类,粒子系统火山喷发模式选择对话框类等,这些类的共同发力,实现了逼真的火山喷发效果,当然你的电脑中需要安装有OpenGL组件,在预览效果时,可选择窗口大小以及全屏、音效等。
在具体实例类中,完成了核心的火山叶喷发功能,比如计算帧速、输出文字信息、绘制地面、绘制天空、绘制背景、初始化粒子、更新粒子等操作。当然,粒子定义类也是一个很主要的操作类。
- 2023-02-15 21:10:04下载
- 积分:1
-
VC++ 演示Excel文件的导入导出操作
VC++ 演示Excel文件的导入导出操作,一共完成了两种功能,一种是生成Excel文件,另一种是从Excel文件导入,这两种功能对于编写一些信息管理系统非常有用,我们经常需要将系统内的数据导出为Excle文件,或都从Excel中向系统导入数据,本实例将演示一些基础的功能实现,可提供一些参考。
- 2022-03-22 12:27:55下载
- 积分:1
-
Read_STL
STL是三维模型常用的文件格式。对STL文件进行读取和显示,是对模型进行后续操作的前提。在对STL文件格式进行详细分析的基础上,以VC+-I-作为开发平台;利用C++标准lO库的ifstream类型定义对象并绑定STL文件;再用标准库string类型中的getline逐行读取绑定的STL文件;最后,应用OpenGL中绘制三角面片编程技术实现对STL文件格式的直观显示。通过试验验证了读取和显示效果。(STL is a commonly used file format for 3D models. Reading and displaying the STL file is a prerequisite for the subsequent operation of the model. In the STL file format on the basis of a detailed analysis to VC+-I- as a development platform use C++ standard lO library ifstream type definition object and bind STL file and then the standard library string type getline line by line read Bound STL file Finally, the use of OpenGL in the drawing of triangulation programming technology to achieve STL file format intuitive display. Experiments verify the read and display results.)
- 2017-04-13 16:01:37下载
- 积分:1
-
CC++programing
C和C++嵌入式系統編程,不错的书籍啊,文件又小(C and Embedded Systems Programming, ah good books, documents and small)
- 2006-08-18 21:15:52下载
- 积分:1