联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他书籍(416) 
按平台查找All Visual C++(416) 

[其他书籍] Visual-CPP-6.0

Microsoft Visual C++(简称Visual C++、MSVC、VC++或VC)是微软公司的C++开发工具,具有集成开发环境,可提供编辑C语言,C++以及C++/CLI等编程语言。VC++集成了便利的除错工具,特别是集成了微软Windows视窗操作系统应用程序接口(Windows API)、三维动画DirectX API,Microsoft .NET框架。目前最新的版本是Microsoft Visual C++ 2015。
Microsoft Visual C++ (referred to as Visual C++, MSVC, VC++ or VC) is C++ Microsoft' s development tools, an integrated development environment that provides editing C language, C++ and C++/CLI and other programming languages. VC++ a convenient integrated debugging tools, particularly integrated with Microsoft Windows operating system Windows Application Programming Interface (Windows API), three-dimensional animation DirectX API, Microsoft .NET Framework. The latest version of Microsoft Visual C++ 2015. (2017-04-18, Visual C++, 31000KB, 下载1次)

http://www.pudn.com/Download/item/id/1492494389949567.html

[其他书籍] 8051

同传统的微控制器书籍相比,《8051微控制器(第4版)》更注重技术上的实现细节,着眼于教会读者如何解决具体的工程问题。在软件设计方面,同时给出了汇编程序和8051C语言程序,讲解了C语言在复杂8051项目中的优势。《8051微控制器(第4版)》在讲解重要的基本概念和方法时都给出了例题,便于读者掌握理解。
Compared with the traditional microcontroller books, the 8051 microcontroller (version fourth) pay more attention to the details of the implementation of the technology, focusing on how to solve the specific problem of the church s engineering. In the aspect of software design, it also gives the assembly program and 8051C language program, and explains the advantages of C language in the complex 8051 project. 8051 microcontroller (version fourth) in the interpretation of the basic concepts and methods are given examples, easy for readers to understand. (2017-04-02, Visual C++, 28266KB, 下载3次)

http://www.pudn.com/Download/item/id/1491106491138354.html

[其他书籍] The-sword-refers-to-offer

剑指offer是一本关于面试准备的书籍,里面精讲了名企面试官常考的编程题。对需求职软件开发人员有很大的参考价值。 该zip文件中包含电子书以及书中所涉及的所有程序的源码。 利于读者阅读及上机。
Wins the offer is a book on interview preparation, which succinctly the famous enterprises interviewer often test programming problems. Demand for functional software developers have great reference value. The zip file contains the e-book and all the procedures involved in the book source. Beneficial to the reader and the machine. (2014-08-26, Visual C++, 21723KB, 下载13次)

http://www.pudn.com/Download/item/id/2610261.html

[其他书籍] 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 (2011-07-07, Visual C++, 1330KB, 下载107次)

http://www.pudn.com/Download/item/id/1591607.html

[其他书籍] 3tuxingbianchengzhinan

3d图形编程指南 chm格式 3D绘图的实现算法包括了许多计算。最主要的原因是对高速度和虚拟真实性的永恒追求。随着高速处理器的出现,触发了人们对越来越复杂的图形领域的兴趣。速度和品质之间的游戏永远不会停止。了解其中的基本知识,对于更好的组织和优化程序有着不可忽视的作用。   在随后几章中对基本主题的讨论列出了不了解该领域的人们在3D应用实践中最可能遇到的问题极其解决方案。文章中主体尽可能相互独立(尽管在实践中他们通常都是相互作用的),同时也在不易理解的地方给出了源代码。
3D drawing algorithm includes a number of calculations. The main reason is speed and the virtual reality of the eternal pursuit. With the emergence of high-speed processors, triggering more and more people interested in the field of complex graphics. Between speed and quality of the game never stops. Learn the basics of which, for better organization and optimize the process have a negligible effect. In the subsequent chapters discuss the basic theme of the field lists of people do not understand the 3D application in practice most problems are most likely solution. Independent of each other as much as possible in the main article (though in practice they are usually interacting), but also in places difficult to understand given the source code. (2011-02-17, Visual C++, 1143KB, 下载7次)

http://www.pudn.com/Download/item/id/1430871.html

[其他书籍] MIL-STD-1553B-Video-Tutorial

MIL-STD-1553B入门视频教程,详细介绍了MIL-STD-1553B总线的历史背景、优点和应用 MIL-STD-1553B总线的基础知识介绍(1553B的网络结构、工作模式、传输方式、数据格式以及连接方式) MIL-STD-1553B总线相关产品的介绍和应用(1553B板卡介绍、应用程序介绍、WINDOWS下编程、VC++ Demo源程序,1553B连接组件以及国外1553B厂家)等。
MIL-STD-1553B introductory- video tutorial, introduces the historical background, advantages and applications of MIL-STD-1553B data bus , the basic knowledge introduction of MIL-STD-1553B data bus- (such as network structure, working pattern, transmission mode, data formats and connection mode), related product introduction and applications of MIL-STD-1553B data bus(1553B interface card is introduced, application introduction, programming for WINDOWS , VC++ Demo source Code, 1553B connected component and foreign 1553B manufacturers), etc. (2011-01-30, Visual C++, 15378KB, 下载215次)

http://www.pudn.com/Download/item/id/1422398.html

[其他书籍] ExpertCProgramming

书本撷取了几十个实例,细致、深入地讲解了C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及分析了如何进一步学习C++等问题。 本书是一本ANSI C编程语言的高级读本。它适用于已经编写过C程序的人,以及那些想迅速获取一些专家观点和技巧的人。
Capture dozens of examples of books, carefully and thoroughly explained the history of C language features, statements, arrays, pointers, links, run-time, memory and analysis of how to further learning C++ and so on. This book is an ANSI C programming language, the senior readers. It applies to have been writing C programs, and those who want rapid access to expert opinion and skills of some people. (2010-05-05, Visual C++, 7422KB, 下载2次)

http://www.pudn.com/Download/item/id/1157133.html

[其他书籍] Cprime

本书是久负盛名的C++经典教程,其内容是C++大师Stanley B. Lippman丰富的实践经验和C++标准委员会原负责人Josée Lajoie对C++标准深入理解的完美结合,已经帮助全球无数程序员学会了C++。本版对前一版进行了彻底的修订,内容经过了重新组织,更加入了C++ 先驱Barbara E. Moo在C++教学方面的真知灼见。既显著改善了可读性,又充分体现了C++语言的最新进展和当前的业界最佳实践。书中不但新增大量教学辅助内容,用于强调重要的知识点,提醒常见的错误,推荐优秀的编程实践,给出使用提示,还包含大量来自实战的示例和习题。对C++基本概念和技术全面而且权威的阐述,对现代C++编程风格的强调,使本书成为C++初学者的最佳指南;对于中高级程序员,本书也是不可或缺的参考书。本书的前言阐述了 第4版和前一版的不同之处。
This book is the prestigious C++ classic tutorial, its content is C++ Master Stanley B. Lippman wealth of practical experience and C++ standards committee the former head of Josée Lajoie on C++ standard in-depth understanding of the perfect combination, has helped the world s countless programmers learn C++. Edition of the previous edition was thoroughly revised, content after a re-organization, but also joined the C++ pioneer Barbara E. Moo C++ in teaching insights. Not only significantly improve the readability, but also embodies the C++ language, the latest developments and current industry best practices. The book not only add the contents of a large number of teaching aids, used to highlight the importance of knowledge points, common mistakes to remind and recommend good programming practice, give tips, also contains a large number of examples and exercises from actual combat. On C++ concepts and techniques comprehensive and authoritative exposition of modern C++ programming style (2010-04-13, Visual C++, 26080KB, 下载1次)

http://www.pudn.com/Download/item/id/1124227.html

[其他书籍] VFW

VFW(Video for Windows)是Microsoft推出的关于数字视频的一个软件开发包,VFM的 件标准。AVI(Audio Video Interleave)文件中的视频数据帧交错存放。围绕AVI文件,VFW 完整的视频采集、压缩、解压、回放和编辑的应用程序编程接口(API)。由于AVI文件格式 在数字视频技术中有广泛的应用,所以VFM仍有很大的实用价值,且有进一步发展之势
VFW(Video for Windows) AVI(Audio Video Interleave) (2010-02-06, Visual C++, 812KB, 下载213次)

http://www.pudn.com/Download/item/id/1060033.html

[其他书籍] HighqualityCProgrammingGuide

本书前言: 软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真下的编程高手外,初读本书,你最先的感受将是惊慌:"哇!我以前捏造的C++程序怎么会有那么多的毛病?" 别难过,作者只不过比你早几年,多几次惊慌而已. 请花一两个小时阅读这本百页经书,你将会获益匪浅,这是前面N-1个读者的建议.
Preface of this book: software quality is seen by most programmers have paid lip service rather than the heart thing! In addition to complete outsider and true programming under the master, the beginning readers book, you feel will be the first to panic: " wow! I had fabricated C++ program how would there be so many problems? " Do not sorry, by just a few years than you, more than just a few panic. Please take 12 hours to read through 100 of this book, you will be given benefited greatly, which is N-1 in front of a reader' s suggestion. (2009-11-26, Visual C++, 260KB, 下载3次)

http://www.pudn.com/Download/item/id/983861.html

[其他书籍] ASimplifiedAlgorithmforCalculatingtheInfluenceofIn

摘要惯性制导系统初始对准的主要任务是精确确定载体坐标系和制导坐标 系之间的初始方向余弦矩阵和载体的初始速度。惯性制导的精度在很大程度上 取决于系统初始对准的精度。本文基于初始对准误差引起的惯性导航误差模 型,针时近程战术武器系统,在一定精度范围内,忽略引力变化和发射时载体的 初始速度,推导出初始对准误差对惯性制导误差影响的简化算法。该算法具有 模型清晰,计算简便,易于使用的特点,避免了繁琐的运动学建模和编程计算过 程,并且为在项目论证阶段不具备完备的总体数据支持的条件下,进行初始对准 精度指标分配提供了理论依据。并经仿真验证,简化算法具有一定的精度。
A Simplified Algorithm for Calculating the Influence of Initial Alignment Error on Inertial Guidance Error (2009-05-08, Visual C++, 184KB, 下载27次)

http://www.pudn.com/Download/item/id/748830.html

[其他书籍] CUniversityCourse

C++大学教程: 欢迎来到C++的世界!我们将努力带给你一个信息丰富、充满趣味和富于挑战的学习经历。C++是一种较难的语言,通常只传授给有经验的程序员,因此本书在C++教材中独具一格: ●适合很少或没有编程经验的技术方面的人员 ●适合需要深入钻研C++的熟练的程序员
C++ University Course: Welcome to C++ of the world! We will strive to bring you an information-rich and full of interesting and challenging learning experiences. C++ is a difficult language, usually only have the experience to pass on to the programmer, this book in C++ textbook unique: ● suitable for little or no programming experience in the technical aspects of the personnel required ● suitable depth study Proficiency in C++ programmers (2009-02-25, Visual C++, 1980KB, 下载6次)

http://www.pudn.com/Download/item/id/653408.html

[其他书籍] Code2

熟悉Matlab编程语言(或其simulink仿真工具)或其他常用仿真软件的使用; 设计二进制数字通信系统的调制、解调实现方案; 完成对调制解调过程的框图设计; 编写代码或建立仿真模型; 运行并测试(要求至少记录调制前的基带信号、调制信号、解调信号)
Familiar with the Matlab programming language (or its simulink simulation tool) or other common use of simulation software design of binary digital communication system modulation and demodulation to achieve program completion of the process diagram of modem design write code or create a simulation model running and testing (at least pre-recorded baseband modulation signal, modulation signal, demodulation signal) (2009-01-04, Visual C++, 8KB, 下载9次)

http://www.pudn.com/Download/item/id/623813.html

[其他书籍] ACEProgramingGuide-CHN

马维达翻译的学习ACE的经典书籍,是学习ACE网络编程不可少的工具书。ACE自适配通信环境 (Adaptive Communication Environment)是面向对象的框架和工具包,它为通信软件实现了核心的并发和分布式模式。ACE包含的多种组件可以帮助通信软件的开发获得更好的灵活性、效率、可靠性和可移植性。
Mahuida translation of classic books to learn ACE, ACE network programming is essential learning tool. ACE Adaptive Communication Environment (Adaptive Communication Environment) is object-oriented framework and tool kit, it realized the core communication software of concurrent and distributed model. ACE contains a variety of components can help the development of communication software for better flexibility, efficiency, reliability and portability. (2008-11-06, Visual C++, 733KB, 下载384次)

http://www.pudn.com/Download/item/id/573879.html

[其他书籍] vmware

,能不能在一台电脑上同时运行两个甚至更多的操作系统呢!如果可以的话,那是多么爽的一件事情啊,特别是对于编程开发的人来说,用来检查代码的跨平台特性是多么的方便啊! 回答是肯定的。 这是一份很实用的虚拟机使用教程
Can a computer running the operating system, two or even more so! If possible, it is how ah cool thing, especially for programming the development of people, used to check the code cross-platform convenience features is how ah! Answer is yes. This is a very practical use of virtual machine tutorial (2008-06-03, Visual C++, 320KB, 下载4次)

http://www.pudn.com/Download/item/id/480664.html

[其他书籍] BianMaDeAoMi

本书用大量的篇幅讲述了与计算机原理相关的条种编码方法, 并通过数字逻辑电路(包括逻辑与开关,逻辑门电路与触发器, 二进制加法器等)以及存储器、微处理器的形式、组织及发展阐述了编码的实现。 此外,本书还涉及到计算机系统、操作系统、编程语言等的产生及发展, 甚至对计算机图形化的相关技术也给了一个全面的描述。
This book with plenty of space to talk about with computer-related article of the principle of encoding method, and through digital logic circuit (including the logic and switch, logic gate circuits and flip-flops, binary adder, etc.) as well as memory, microprocessors form organizations and the development of elaborated coding realize. In addition, the book also relates to computer systems, operating system, programming language, such as the emergence and development, and even the relevance of computer graphics technology also gave a comprehensive description. (2008-05-20, Visual C++, 6456KB, 下载5次)

http://www.pudn.com/Download/item/id/467503.html