▍1. MG_Console
C 语言 VC6.0编译 迷宫演示控制台程序(C language compiler VC6.0 maze demo console application)
C 语言 VC6.0编译 迷宫演示控制台程序(C language compiler VC6.0 maze demo console application)
C++编程金典(第三版) 下载 作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的C++标准库。 本书以数百个“活代码”示例程序,重点突出了利用UML 进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。 本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机和相关专业本科生和研究生的编程教材和参考书。 (C Programming Jindian (Third Edition) Download As the world s most widely used C programming classic textbooks, this book details the procedural and object-oriented programming basic knowledge and methods, including the power of C, the latest features and the new C standard library. The book of hundreds of "live code" sample program highlights the use of UML for object-oriented design. Distributed in various chapters of the "object thinking", "Case Study", "Common programming errors", "good programming practice", "Exercises" and "exercises" and features some very practical guide, not only allows access to C real-life experience of novice programming fun, but also to be inspired by experienced programmers. The target audience of this book for the computer software, systems and network programmers, but also as a university computer and related professional undergraduate and graduate programming textbooks and reference books.)
Addison Wesley C++ Standard Library.A Tutorial And Reference
软件无病毒,放心使用,本软件有超强解密功能!可解文件类型:WORDEXECE(Software, virus-free, ease of use, this software super-decryption function! Solvable file types: WORD EXECE)
C语言经典学习宝典,很好的东西啊,大家看看(C-classic study canon that a good thing ah, we take a look)
详细讲解了VC++使用ADO对SQL SERVER的操作(Explained in detail the use of ADO in VC++ the operation of SQL SERVER)
本书从c基础开始深入STL,而且是Word版,可以直接复制书上的代码在VC平台上运行。(This book started from the c-based in-depth STL, but also a Word version, you can directly copy the code book on the VC platform.)
windowsProgrammingDesignCode,这是一本很好的书籍的源码,大家可以自己调试一下,例子很棒哦(windowsProgrammingDesignCode, this is a good source of books, we can look at their own debugging, great example of oh)
windows核心编程,学软件必备的书本之一(windows-core programming, learning software, one of the essential books)
利用VC语言,通过双线性插值来实现图像的放大操作(By bilinear interpolation to achieve the image to zoom)
本书作者根据自己学习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.)
经典编程900例(C语言) part5(900 cases of classic programming (C language))
孙鑫老师的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.)
本论文首先系统地介绍了视频压缩编码的基本原理和方法,以及各国际标准 化组织提出的压缩标准;其次分析了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)
在数据结构(c语言描述)中运用着色法解决交通灯问题(The use of shading method to solve the problem of traffic lights)