登录

最新会员 最新下载

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59

成为了本站VIP会员

05月26日 21:52

成为了本站VIP会员

05月25日 20:47

成为了本站VIP会员

05月24日 22:16
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:VC
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. programming-game-ai-by-example.9781556220784

  This easy-to-follow book provides a comprehensive and practical introduction to the basic AI techniques used by game developers, leading you through the process of designing, programming, and implementing intelligent agents for action games using C++.

4
下载
46
浏览
2009-12-30发布

2. ExceptionalC

  vc编程指导书籍 程序员指导方法 编程风格介绍(vc programming approach to guide books, programmers programming style guide Introduction)

7
下载
88
浏览
2009-12-26发布

3. ACM_note

  一些PDF文件。刘汝佳的ACM讲义主要是将图等问题(A number of PDF documents. Ru ACM excellent lecture is mainly to give the plan and other issues)

5
下载
84
浏览
2009-12-26发布

4. BCG

  BCG 的使用说明 时做出的系统有一个漂亮的界面(BCG instructions for use of the system when you make a nice interface)

124
下载
77
浏览
2009-12-20发布

5. gps

  普通道路的圆曲线放样 偏角法计算。 欢迎下载(yuanquxianfangyang)

97
下载
73
浏览
2009-12-20发布

6. COMbenzi

  这本书是讲COM本质论,希望对大家有所帮助!(This book is talk about the essence of COM theory, want to help you!)

3
下载
93
浏览
2009-12-15发布

7. Internetdisk

  C++.NET网络与通信高级编程范例》光盘(C++.NET disk)

5
下载
84
浏览
2009-12-10发布

8. cordic

  cordic implementation by C

16
下载
67
浏览
2009-11-16发布

9. 2009102816302101

  详细讲解了VC++使用ADO对SQL SERVER的操作(Explained in detail the use of ADO in VC++ the operation of SQL SERVER)

5
下载
88
浏览
2009-11-02发布

10. stl_introduction

  本书从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.)

6
下载
81
浏览
2009-11-01发布

11. windowsProgrammingDesignCode

  windowsProgrammingDesignCode,这是一本很好的书籍的源码,大家可以自己调试一下,例子很棒哦(windowsProgrammingDesignCode, this is a good source of books, we can look at their own debugging, great example of oh)

4
下载
58
浏览
2009-10-29发布

12. WINDOWS

  windows核心编程,学软件必备的书本之一(windows-core programming, learning software, one of the essential books)

4
下载
68
浏览
2009-10-24发布

13. 20091016

  利用VC语言,通过双线性插值来实现图像的放大操作(By bilinear interpolation to achieve the image to zoom)

189
下载
79
浏览
2009-10-18发布

14. 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.)

3
下载
72
浏览
2009-10-13发布

15. 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.)

19
下载
95
浏览
2009-09-24发布

16. 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)

42
下载
82
浏览
2009-09-18发布

17. Trafficlightproblem

  在数据结构(c语言描述)中运用着色法解决交通灯问题(The use of shading method to solve the problem of traffic lights)

7
下载
81
浏览
2009-09-14发布

18. Essence-Simplified-of-com

  这是一本专门介绍com的电子书,对com的诠释的非常透彻(This is a devoted com e-books on the interpretation of a very thorough com)

11
下载
92
浏览
2009-09-05发布

19. The_detail_of_MFC_class_library_in_Chinese

说明:  非常实用的全中文-MFC类库详解,在编程时可以速查,节省时间提高效率。(Very useful all-Chinese-MFC class library Xiang Jie, in the programming can be Quick Fact, saving time efficiency.)

0
下载
52
浏览
2009-08-31发布

20. ShenRuQianChu

说明:  深入浅出MFC第二版的文章中例子程序。这本书非常经典,在这里提供一下书中的源程序,这本书论坛里面有的。(MFC easy version of the article, the second example of the procedure)

0
下载
61
浏览
2009-08-21发布