登录
首页 » C++ Builder » wrjs

wrjs

于 2012-09-09 发布 文件大小:4487KB
0 109
下载积分: 1 下载次数: 2

代码说明:

  vc相关教程,比较经典实用,有详细讲解,有需要的可继续联系(vc tutorials, more classic practical, explain in detail the need to continue contact)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • EssentialC
    Essential C 经典中的经典!! 可以看看学习学习,向高人学习!@(Essential C classic classic! ! Can look at learning to learn, to learn from an expert! @)
    2008-03-17 21:40:50下载
    积分:1
  • CPP-charpt-1
    提供很好的C++的学习PPT,此版本是英文版本的资料。内容适合初学者的。(THIS IS C++ PPT,AND IS VERY EASY TO STUDY.)
    2017-03-14 21:17:59下载
    积分:1
  • C8
    说明:  进程调度C语言课程设计必备参考,进程调度C语言课程设计必备参考(The process of scheduling C language curriculum design, an essential reference, the process of scheduling an essential reference to C language curriculum design)
    2009-09-08 11:41:54下载
    积分:1
  • Cplusplus_book_part2
    C++书籍合集第2部分 C++沉思录.pdf Effective STL.pdf Microsoft编写优质无错C程序秘诀.pdf(C++ Books Collection Part 2 C++ meditation. Pdf Effective STL.pdf Microsoft to prepare high-quality error-free C program secret. Pdf)
    2009-06-08 22:14:41下载
    积分:1
  • Addison Wesley - Applied C++ Techniques for Buildi
    如何快速有效的开发高质量代码,是每个程序员的梦想,看看吧,对你有帮助(how rapid and effective development of high-quality code that is the dream of every programmer, let's see it, and for your help)
    2005-02-04 10:23:28下载
    积分:1
  • 0321992784
    c++ builder programming languge
    2018-09-09 20:32:18下载
    积分: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
  • FunctionPointerTutorial
    函数指针教程 html版本的(Function Pointer Tutorial)
    2010-02-22 03:17:03下载
    积分:1
  • C-traps-and-defects
    这是一本讲解c陷阱和缺陷的书,详细讲解c语言在用的过程中容易出错的地方,想学好c语言,最好看看这本书。(This is a book on c traps and defects, detailed interpretation of the c language in the process of using error-prone place, want to learn c language, had better look at the book.)
    2014-11-20 10:36:55下载
    积分: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
  • 696524资源总数
  • 103872会员总数
  • 62今日下载