-
VC++DataBase(Word)
此书籍提供了常用的vc与数据库连接的方法,包括ADO,ODBC,DAO,并且书中提供了详细的实例。(This book provides a commonly used vc with the database connection methods, including ADO, ODBC, DAO, and the book provides a detailed example.)
- 2008-08-06 10:31:13下载
- 积分:1
-
FC_LPT_0630
使用INOUT32.DLL的并口读写,VC6.0工程,详细的注释。(The parallel port read and write using INOUT32.DLL, VC6.0 project, detailed notes.)
- 2010-07-12 00:21:36下载
- 积分: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
-
hhhhhh
该编程使用VC++编写代码,该编程主要作用便是将灰度图像的各灰度值统计出来,以方便对该灰度图像的了解 (The programming code using VC++ The main role is to be programmed for each grayscale image gray value statistics out to facilitate the understanding of the gray image)
- 2013-11-04 19:59:36下载
- 积分:1
-
MMSE
MMSE忙多用户检测算法的收敛性能分析,比较LMS和RLS算法的收敛性能(MMSE busy multi-user detection algorithm convergence performance analysis, by comparing the convergence of LMS and RLS algorithm performance, simulation and training forgetting factor selected sequence, the simulation results show that the algorithm has a smaller bit error rate performance, can effectively improve the quality of communication .)
- 2011-06-16 14:46:00下载
- 积分:1
-
ThinkingCPlusPlus
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。
本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
(Author of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, distinctive.)
- 2009-10-13 12:00:51下载
- 积分:1
-
tcyuandaimajijin
tc源代码集锦,包括许多源代码!方便实用!(you maylove it!)
- 2011-06-13 10:52:12下载
- 积分:1
-
2009102816302101
详细讲解了VC++使用ADO对SQL SERVER的操作(Explained in detail the use of ADO in VC++ the operation of SQL SERVER)
- 2009-11-02 17:39:39下载
- 积分:1
-
VC专题教程all
VC专题教程 -- 第一章 Internet相关开发 打包下载 --- 1.1 如何编写CGI程序 ------ 1.2 一种更亲切的CGI开发系统WinCGI ------ 1.3 利用ISAPI开发CGI程序 ------ 1.4 利用WinInet开发Internet程序 +-- 第二章 ActiveX控件开发 打包下载 ------ 2.1 ActiveX控件介绍 ------ 2.2 利用MFC开发ActiveX控件 ------ 2.3 利用ATL(ActiveX模板库)创建ActiveX控件 ------ 2.4 调试并使用ActiveX控件 +-- 第三章 调试技术与异常(错误)处理 打包下载 ------ 3.1 跟踪与中间过程输出 ------ 3.2 变量/对象合法性检查 ------ 3.3 内存泄露检查 ------ 3.4 异常捕捉与处理 +-- 第四章 进程/线程控制 打包下载 ------ 4.1 为什么需要多进程/线程 ------ 4.2 进程控制 ------ 4.3 线程控制 ------ 4.4 进程/线程间同步 +------ 4.5 进程间通信 +-- 第五章 文件操作 打包下载 +------ 5.1 磁盘文件的打开与关闭 +------ 5.2 磁盘文件的正常读写与异步读写 +------ 5.3 磁盘文件的查找 +------ 5.4 磁盘文件的其他操作 +------ 5.5 串口的操作 +-- 第六章 内存管理 打包下载 +------ 6.1 Win32下的内存管理介绍 +------ 6.2 虚存的使用(VC Guide feature-- the first chapter related to the development of packaged Internet download how to prepare--- 1.1--- 1.2 CGI program a more cordial CGI Development System 1.3 WinCGI--- the use of CGI to develop procedures ISAPI 1.4--- Internet using WinInet development process-- the second chapter ActiveX development package download ActiveX controls 2.1------------ 2.2 on the use of MFC Development ActiveX 2.3------ use ATL (ActiveX Template Library) Create ActiveX------ 2.4 debug, and use ActiveX controls-- the third chapter debugging techniques and abnormal (error) handling of packaged download------ 3.1 intermediate process tracking and output variables------ 3.2/Object legitimacy inspection 3.3------------ memory leakage inspection 3.4 abnormal capture )
- 2020-06-26 07:20:01下载
- 积分:1
-
VcDeepCode
vc++深入详解(第四版)的数据源代码,具有参考价值(vc++ in-depth Xiangjie (fourth edition) data source code, with a reference value)
- 2009-11-04 16:13:42下载
- 积分:1