-
CreatePasswordFile
说明: 创建密码字典文件,数字,字母,VC++编写(Create a password dictionary file, numbers, letters, VC++ written)
- 2011-03-01 13:23:11下载
- 积分:1
-
sdsdsdsad
其中包括图像压缩的基本编码方法如Huffman编码算术编码\JPEG 2000H.261压缩编码标准小波变换编码\运动估计算法视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding arithmetic coding JPEG 2 000 H.261 coding standard Wavelet Transform Coding motion estimation algorithm Video Image Acquisition is the VC now other(including the basic image compression coding methods as Huffman coding arithmetic coding JPEG 2 000 H.261 coding standard Wavelet Transform Coding motion estimation algorithm Video Image Acquisition is the VC now other)
- 2010-03-13 08:43:10下载
- 积分:1
-
VC++inimageprocess
Visual C++(以下简称VC++) 是面向对象与可视化软件开发工具中比较成熟的一类。MFC是VC++中直接由Microsoft提供的类库,它集成了大量已定义好的类,我们可以根据需要,调用相应类,或根据需要自定义类。正是基于MFC的这种特性,我们试图设计出具有封装性、独立性的功能模块------函数数据生成模块,函数曲线输出模块,模块之间的桥梁是由模板类CArray派生的CPoint类数组充当的。函数数据生成模块用来实现对函数的设置并获得采样点,数组得到采样点数据并将其传递到输出模块中。从整体来看,实现了各程序模块的独立性,使得在函数模块中可任意添加、删除函数,可使用不同的DC和GDI,可实现不同的输出方式,整个工程在函数绘图功能上是无限扩展的。经过反复的调试和检验,我们实现了预期目标。我们的主要目的是尝试VC++在数学函数绘图方面的功能和应用。这是对VC++的探索,也是对数学函数绘图多样化的尝试。(err)
- 2007-11-23 18:19:49下载
- 积分:1
-
Cyuyan100li-p
本PDF内有100道C++基础知识的编程,讲述了各种情境下的编程方法,为初学C++着提供良好的平台实例。(This PDF is 100 basic knowledge of c++ programming, programming method, tells the story of a variety of situations for beginners c++ provides a good platform for instance.)
- 2014-07-05 18:15:10下载
- 积分:1
-
20080315_cb73b1efdc0f8a73d269cUMWDJTLK4NL
银行核心系统入门简介 本文的目标读者是准备从事银行核心系统开发、维护的从业人员。(This article is intended for preparing to engage in core banking system development, maintenance practitioners.)
- 2010-02-28 09:45:09下载
- 积分:1
-
CreamOff
cream off software testversion
- 2017-10-15 18:43:09下载
- 积分:1
-
数字图像处理学:Visual C++实现_10990262
说明: 数字图像处理学:Visual C++实现
1数字图象处理导论
2光学基础与视觉系统
3对设备无关位图的访问
4图象的变换
5图象的增强
6图象复原
7图象重建
8图象分割
9图象纹理分析
10图象腐蚀与膨胀
11图象压缩编码
12图象模式识别(Digital Image Processing : Visual C achieving an introduction to digital image processing and optical vision system based on three pairs of device-independent bitmap images visit Transform 4 5 6 enhance the image image recovery image reconstruction 7 8 9 Image segmentation, image texture analysis 10 images corrosion and expansion of 11 Image Coding 12 Pattern recognition)
- 2005-09-10 18:49:57下载
- 积分:1
-
sorcecode
c++程序设计书(Liang)(全)中源码包括所有例题源码(the sorce code of c++ programming)
- 2010-06-23 21:02:42下载
- 积分:1
-
高质量C++/C编程指南
说明: 软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以前捏造的C++/C程序怎么会有那么多的毛病?”
别难过,作者只不过比你早几年、多几次惊慌而已。
请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1个读者的建议。(Software quality is the majority of programmers have paid lip service rather than the heart!
In addition to being a complete layman and a real master of programming, your first reading of the book will be a panic: "Wow! How can I have so many problems with the C++/C program I've made up before?"
Don't be sad, the author is only a few years and a few times earlier than you panic.
Please spend one or two hours reading this 100 pages of Scripture carefully, and you will benefit a lot from it. This is a suggestion from the previous N-1 readers.)
- 2017-06-13 15:49:09下载
- 积分: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