登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:C++
  2. 代码类别:其他书籍
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. CPPxzcagsa

  非常好的资料,比较详细,是一个体系,希望对大家有帮助C++面试题(Very good information, more detailed, is a system, we hope to help C++ face questions)

2
下载
200
浏览
2013-05-02发布

2. Archivio

  Albero construction c++

2
下载
160
浏览
2013-04-21发布

3. S3C2410PMDKPEmbest

  这是学校实验室新引进的Embest公司的开发箱自带光盘里的文档,是关于MDK环境下的驱动开发。希望有帮助。(This is the school laboratories new the introduction of the the development box of the Embest the company s ready to bring their own documentation on the CD, is the the-driven development under the the About a MDK environment. Want to help.)

2
下载
147
浏览
2013-04-17发布

4. NAVIDIA-CUDA-PPT

  清华大学CUDA编程教程,能够快速掌握CUDA编程技巧和应用案例(Tsinghua University CUDA programming tutorials, to quickly master the the CUDA programming skills, and the application case)

32
下载
215
浏览
2013-04-06发布

5. s-

说明:  C++大学基础教程,北京邮电大学电信工程学院,计算机技术中心(Essentials C++ University, Beijing University of Posts and Telecommunication Engineering, Computer Technology Center)

0
下载
216
浏览
2013-04-03发布

6. g

说明:  广义解调时频分析方法在调制信号处理中的应用-杨宇(Generalized demodulation time-frequency analysis methods in the modulation signal processing applications- Yang)

0
下载
175
浏览
2013-03-20发布

7. j

说明:  基于数字全息和离散余弦变换的数字水印技术(Digital watermarking technology based on digital holography and discrete cosine transform)

0
下载
164
浏览
2013-03-18发布

8. z

说明:  智能视频监控系统目标检测和跟踪技术分析研究(Intelligent video surveillance system target detection and tracking of technical analysis)

0
下载
214
浏览
2013-03-18发布

9. poinandmerory

  详细讲诉了指针和空间的关系,是很好的英文学习资料(describe the point and mermory in detail)

4
下载
131
浏览
2013-02-25发布

10. 3065285_43964545

  103规约测试教程,希望大家喜欢哦。。。(The 103 statute of the test.)

29
下载
170
浏览
2012-12-13发布

11. OV2710_CSP3_DS_1.1_To_Zoran

  COMS SENSOR OV2710规格书,相机专业资料(ov2710 sensor spec)

136
下载
157
浏览
2012-03-28发布

12. NURBS110707

  高速切削加工技术是一种先进的制造技术,具有强大的生命力和广阔的应 用前景,已成为切削加工的主流。数控插补技术是数控系统实现轨迹运动控制 的基础,插补运算是CNC系统软件实现运动控制的核心模块,插补算法的优劣 将直接影响到CNC系统的性能。因此,实现一种高精度和高速度的插补方法是 插补的关键所在。 本文在分析传统基准脉冲插补、数据采样插补的算法的基础上,着重研究 了三次NURBS曲线实时插补技术,针对部分算法的不完整或效率低,提出了 一种简单快捷的插补算法。采用NURBS曲线的矩阵表达式,将整个插补过程 分解为插补预处理和实时插补。在插补预处理中完成了大量的计算,预处理的 计算结果直接应用于实时插补,使插补算法满足了NURBS曲线插补的实时性 要求,再辅以必要的轮廓误差控制,实现了加工速度自适应于加工路径的 NURBS曲线直接插补。 本文讨论的插补算法采用C++语言实现,并在VC++6.0的编程环境中实现 了插补算法的计算机仿真,验证了算法的正确性和可行性。(The high speed cutting is one of advanced manufacture technique,which has the powerful vitality and the broad application,and already became the mainstream of machining.The interpolation technology of NC is the foundation of path s control in the CNC system,and the interpolation operation is the core module of CNC system software,which comes the motion control true.The interpolation algorithm,whose function is good or bad,directly influences the performance of CNC system.So,a kind of interpolation method with the high accuracy and high speed is the key of interpolation. Based on analyzing the traditional pulse interpolation and data sampling interpolation,this paper emphasizes on the NURBS curve real-time interpolation technology.In view of the partial algorithms which is incomplete and the low efficiency,this paper propose a simple and quick interpolation algorithm.Using the matrix representation of NURBS curve,the whole interpolation process is divided into appropriate pretreat)

101
下载
191
浏览
2011-07-07发布

13. C-Progrmming-Language(second)

  本书是由c语言的设计者brian w. kernighan和dennis m. ritchie编写的一部介绍标准c语言及其程序设计方法的权威性经典著作。全面、系统地讲述了c语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、unix系统接口、标准库等内容。   本书的讲述深入浅出,配合典型例证,通俗易懂,实用性强,适合作为大专院校计算机专业或非计算机专业的c语言教材,也可以作为从事计算机相关软硬件开发的技术人员的参考书。 在计算机发展的历史上,没有哪一种程序设计语言像c语言这样应用如此广泛(C language book is written by the designers of brian w. kernighan and dennis m. ritchie write a description of the standard c language and the authority of the program design classic. Comprehensive and systematic about the c language of all the basic features and programming methods, including basic concepts, types and expressions, control flow, function and program structure, pointers and arrays, structures, input and output, unix system interface, the standard library and so on. Book about simple terms, with a typical example, user-friendly, practical, suitable as a computer professional or computer professional colleges of the c language materials can also be as engaged in computer-related hardware and software technology developed by staff reference. In the history of computer development, no programming language such as c language so widely used)

3
下载
112
浏览
2011-06-21发布

14. ubuntu

  ubuntu系统性能优化简单教程 关闭最小化动画 长期使用 Ubuntu 后有一种感觉,那就是在 GNOME 中启动应用程序时,速度越来越慢。在 Ubuntu 英文论坛那边看到一个技巧,可以对这个问题起到改善作用。打开 /etc/hosts 文件,可以看到类似下面的内容: 。。。。。。。。。。。。(Ubuntu system performance optimization simple tutorial Close minimize animation After long-term use of Ubuntu, it is a kind of feeling in the GNOME started in the application, the more and more slow. In English BBS there see a Ubuntu on this problem technique that can play improved. Open/etc/hosts file, can see similar the following content: )

3
下载
169
浏览
2011-05-17发布

15. C-library

  包含c语言的所有库函数,并附有实例,非常实用的程序员手册。(C language contains all the library functions, together with examples, very practical programmers manual.)

15
下载
138
浏览
2011-05-11发布

16. Yanglao-the-com-tutorial

说明:  一个com的入门教程——杨老的com教程(An introductory tutorial com- Yanglao the com tutorial)

0
下载
150
浏览
2011-03-28发布

17. Hierarchical-Color-Correction

说明:  用于进行色彩空间转换的外文资料,有做相关方面的可以看看(Used for color space conversion of foreign materials, there can look at relevant aspects of doing)

1
下载
205
浏览
2011-03-22发布

18. opening-system

说明:  操作系统课件 习题 ppt 和很好的课后习题答案(Operating system software ppt and good after-school exercises exercises answers)

0
下载
164
浏览
2011-03-12发布

19. Windows-programmer-desion

说明:  是一部window开发比较全面的书籍,书中涉及了window开发的所有内容,适合有一定编程基础的开发人员不断地学习。(Window is a more comprehensive development of books, book covers all the contents of window development for a certain programming based development staff have been learning.)

0
下载
194
浏览
2011-03-04发布

20. Game-Design-and-Development

  非常好的游戏策划教程,如果你是游戏策划新手,那么这本书非常适合你。(Very good game design tutorial, if you are new to the game plan, then this book is for you.)

12
下载
158
浏览
2011-01-22发布