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

[其他书籍] [数据结构与算法].王晓东.文字版

数据结构与算法王晓东版,有需要学习算法结构的可以观看,本课本使用C语言编程。
Data structure and algorithm Wang Xiaodong edition, if you need to learn the algorithm structure, you can watch it. This textbook is programmed in C language. (2019-11-07, C/C++, 3355KB, 下载0次)

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

[其他书籍] C陷阱与缺陷

全书分为8章,分别从词法分析、语法语义、连接、库函数、预处理器、可移植性缺陷等几个方面分析了C编程中可能遇到的问题。最后,作者用一章的篇幅给出了若干具有实用价值的建议。 本书适合有一定经验的C程序员阅读学习,即便你是C编程高手,本书也应该成为你的案头必备书籍。
The book is divided into eight chapters. The problems that may be encountered in C programming are analyzed from the aspects of lexical analysis, grammatical semantics, connection, library function, preprocessor and portability defects. Finally, the author gives some useful suggestions in a chapter. This book is suitable for C programmers with some experience to read and learn. Even if you are a master of C programming, this book should become a necessary book for your desk. (2019-05-13, C/C++, 4800KB, 下载1次)

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

[其他书籍] 游戏脚本高级编程-Game.Scripting.Mastery

非扫描版,清晰,英文原版图书。 图书简介:《游戏脚本高级编程》是游戏开发经典丛书系列之一,适合游戏开发人员、业余游戏软件开发爱好者。里面的讲解通俗易懂, 由浅入深。 实际上也十分适合编译原理入门,基本上会C语言就能看懂。一步步详细的介绍了怎么写一个汇编器,虚拟机以及编译器
Non-scanned, clear, original English book. Book Profile: Game.Scripting.Mastery is one of the classic series of game development books. It is suitable for game developers and amateur game software developers. The explanation is easy to understand, from shallow to deep. In fact, it is also very suitable for the introduction of compiling principles, basically can understand C language. Step-by-step detailed description of how to write an assembler, virtual machine and compiler (2018-12-24, C/C++, 13526KB, 下载11次)

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

[其他书籍] Instance-of-C-language-

书中以具体的实例为线索,特别注重对例题的分析、对知识点的归纳、对求解方法的引申,同时程序代码中融汇了c语言的各种编程技巧
Book specific examples for clues, with particular emphasis on the example of the analysis, summarized knowledge point method for solving the extended fusion code c language programming skills (2012-12-31, C/C++, 4608KB, 下载2次)

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

[其他书籍] unix

川大 林锋老是的unix PPT 主要是unix的一些基本概念 最后的additional 是unix下的编程 有300多页 可以看一看
Sichuan Lin Feng is always the main unix unix PPT some of the basic concepts of the last under the additional unix programming is more than 300 pages can take a look (2011-05-31, C/C++, 3103KB, 下载3次)

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

[其他书籍] MISRA-C

1994年,在英国成立了一个叫做汽车工业软件可靠性联合会(The Motor Industry Software Reliability Association,简称MISRA)的组织。它是致力于协助汽车厂商开发安全可靠的软件的跨国协会,其成员包括:AB汽车电子、罗孚汽车、宾利 汽车、福特汽车、捷豹汽车、路虎公司、Lotus公司、MIRA公司、Ricardo公司、TRW汽车电子、利兹大学和福特VISTEON汽车系统公司。 经过了四年的研究和准备,MISRA于1998年发布了一个针对汽车工业软件安全性的C语言编程规范——《汽车专用软件的C语言编程指南》 (Guidelines for the Use of the C Language in Vehicle Based Software),共有127条规则,称为MISRA C:1998。目前MISRA C:2004版已有141条规则,21个类别,每一条规则对应一条编程准则。
In 1994, the British set up a named Motor Industry Software Reliability Association (The Motor Industry Software Reliability Association, referred to as the MISRA) organization. It is committed to helping automobile manufacturers to develop secure software, international association whose members include: AB Automotive Electronics, Rover, Bentley Motors, Ford, Jaguar, Land Rover, Lotus Corporation, MIRA company, Ricardo Company, TRW Automotive Electronics, University of Leeds and Ford VISTEON Automotive Systems. After four years of research and preparation, MISRA in 1998 released a security for the Motor Industry Software Specification C programming language- "car-specific software, C language programming Guide" (Guidelines for the Use of the C Language in Vehicle Based Software), a total of 127 rules, known as MISRA C: 1998. Currently MISRA C: 2004 edition has 141 rules, 21 categories, each rule corresponds to a programming guidelines. (2011-03-01, C/C++, 551KB, 下载76次)

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

[其他书籍] HighLevelLanguageCProgramDesign

本书是普通高等教育“十五”国家级规划教材,书中详细介绍了C++程序设计语言的语法规则和编程方法,同时通过编程实例讲解如何使用C++语言求解与实现具有应用背景的各种具体问题,从而提高读者的编程与动手能力,为进行软件开发及学习后续课程打下良好的基础。   本书主要内容包括:C++的各种基本数据类型、派生类型及其运算,分支、循环结构与函数的编程技巧,类与对象、继承与派生的概念以及面向对象程序设计(OOP)方法的学习与应用,模板与输入输出流的使用以及异常处理等。另外在附录中介绍了Visual C++编程环境,列出了最常用的C++标准函数,并对标准模板库(STL)的使用方法与技术做了简要说明。   本书结构清晰、系统性强、叙述简洁、重点突出,适合作为计算机专业和非计算机专业学生学习高级语言程序设计及面向对象技术的教材,也可供自学C++的读者使用。本书是pdf格式的。
This book is the general higher education, "fifth" national planning materials, the book introduces the C programming language syntax and programming methods, through programming examples on the use and implementation of C language to solve a specific application background problems, and to enhance the reader s programming and ability, for the purpose of software development and follow-up courses to learn to lay a good foundation. This book includes: C of basic data types, derived types and their operations, branch, loop structure and function of the programming techniques, classes and objects, inheritance and derived the concept of object-oriented programming (OOP) method learning and application of templates and the use of input and output streams and exception handling. Also presented in the appendix Visual C programming environment, lists the most commonly used C standard function, and the Standard Template Library (STL) to use methods and techniques are briefly described. This b (2010-12-03, C/C++, 1022KB, 下载5次)

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

[其他书籍] qtopiaProgramming

Qtopia编程之道》是一本针对Linux环境下利用C++函数库Qtopia进行嵌入式研发的软件研发人员的入门书。《Qtopia编程之道》融合了笔者在长期的软件研发过程中总结的大量实战经验,以智能移动终端的研发为背景,详细介绍了嵌入式Linux的研发环境和Qtopia的设计架构。
Qtopia programming of the Road " is a Linux environment for C++ library using Qtopia embedded software R & D personnel R & D primer. " Qtopia Tao of Programming" the author combines the software development process in the long term to sum up a large number of field experience, research and development of smart mobile devices as the background, detailing the development of embedded Linux and Qtopia environment, the design of architecture. (2010-05-24, C/C++, 2729KB, 下载35次)

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

[其他书籍] softwarespecifications

华为公司的软件编程规范。内容设计排版、注释、标识符命名、可读性、变量、结构、函数、过程、可测性、程序效率、质量保证、编译、审查、代码测试、维护等
Huawei' s software programming specifications. Content design layout, comments, identifier naming, readability, variables, structures, functions, processes, testability, program efficiency, quality assurance, compilation, review, code testing, maintenance, etc. (2009-09-10, C/C++, 330KB, 下载5次)

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

[其他书籍] 51danpianji

学习单片机实在不是件易事,一来要购买高价格的编程器,仿真器,二来要学习编程语 言,还有众多种类的单片机选择真是件让人头痛的事。在众多单片机中51 架构的芯片风行 很久,学习资料也相对很多,是初学的较好的选择之一。51 的编程语言常用的有二种,一 种是汇编语言,一种是C 语言。汇编语言的机器代码生成效率很高但可读性却并不强,复 杂一点的程序就更是难读懂,而C 语言在大多数情况下其机器代码生成效率和汇编语言相 当,但可读性和可移植性却远远超过汇编语言,而且C 语言还可以嵌入汇编来解决高时效 性的代码编写问题。对于开发周期来说,中大型的软件编写用C 语言的开发周期通常要小 于汇编语言很多。综合以上C 语言的优点,我在学习时选择了C 语言。以后的教程也只是 我在学习过程中的一些学习笔记和随笔,在这里加以整理和修改,希望和大家一起分享,一 起交流,一起学习,一起进步。
err (2008-10-28, C/C++, 247KB, 下载5次)

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

[其他书籍] Ccs-An.introduction.to.Programming.the.Microchip

PIC单片机CCS环境下C语言编程指南。CCS是一个第三方开发环境,还不错。希望对你有帮助。
PIC Singlechip CCS environment C language programming guide. CCS is a third-party development environment, but also good. I hope for your help. (2008-09-11, C/C++, 2226KB, 下载56次)

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

[其他书籍] WxWidgetsGUIProgramming

wxWidgets中文使用教程,wxWidgets是一个开源、跨平台窗口组件工具箱,本书详细的讲解了如何进行wxWidgets编程
Chinese use wxWidgets tutorial, wxWidgets is an open source, cross-platform widget toolkit, this book in detail how to conduct the wxWidgets programming (2008-06-09, C/C++, 5797KB, 下载173次)

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

[其他书籍] FDTDmethod

电磁场求解计算的时域有限差分法。通过C语言编程求解电磁场。王常清编。
Solving electromagnetic field calculation of finite difference time domain method. Through the C language programming for solving electromagnetic field. Wang Chang-qing series. (2008-04-22, C/C++, 11958KB, 下载199次)

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

[其他书籍] JisuanFangfa

华中科技大学计算机学院《计算方法》课件(含C源代码)。通过它可以学习求解复杂数学问题的基本方法以及编程实现。
Computer College of Huazhong University of Science and Technology calculation method courseware (including C source code). Through it can learn to solve complex mathematical problems, the basic methods and programming. (2007-11-07, C/C++, 2654KB, 下载7次)

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

[其他书籍] Object_C

面向对象的C语言,很好的资料。硅谷现在有很多人在做嵌入式系统下的面向对象编程,使用C
Object-oriented C language, very good information. Silicon Valley, many people now have to do embedded systems object-oriented programming, using C (2007-11-02, C/C++, 1062KB, 下载64次)

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

[其他书籍] insidethec++objectmodel

inside the c++ object model.深入c++对象模型。鼎鼎大名的Stanley B. Lippman 写的。搞c++编程的能不看吗?
inside the object model. C-depth object model. The famous Stanley B. Lippman had written. Engage c programming can not see? (2006-10-03, C/C++, 616KB, 下载14次)

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

[其他书籍] C++Modeling

深度探索C++对象模型,探讨了C++编程中的对象模型构制的问题,对大家理解C++有帮助
depth exploration C object model, on the C programming object model configuration problems and the understanding we have to help C (2006-03-11, C/C++, 51KB, 下载23次)

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

[其他书籍] 编写高效率的C语言程序

探讨C语言编程的深层次问题,关于如何编写出符合规范的C语言程序,是大多数工程师深造自学的绝佳教材。(英文)
C language programming on the deep-seated problems of how to write a specification- compliant C language program, the majority of engineers is the perfect self-study materials. (English) (2005-05-25, C/C++, 667KB, 下载76次)

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

[其他书籍] C语言参考手册 第5版

在强调正确性、可移植性和可维护性的基础上,对C语言的具体细节、运行库以及C语言编程风格做了完整、准确的描述。本书涵盖了传统C语言、C89、C95、C99等所有C语言版本的实现,同时讨论了C++与C语言兼容的部分。全书自上而下介绍了C语言的词法结构、预处理器、声明、类型表达式、语句、函数和运行库,是所有C语言编程人员必备的参考书。 这本畅销的权威参考手册对C语言的基本概念和运行库提供了完整的描述,同时还强调了以正确性、可移植性和可维护性为根本出发点的良好的C语言编程风格,被国外众多高校广泛采用为教材或教学参考书,本书描述了C语言各个版本的所有细节,是C语言编程人员和实现者惟一必备的参考手册。最新的第5版经过修订和更新,融入了最新C语言标准ISO IEC 9899:1999的完整描述,包括强大的语言扩展和新的函数库。
emphasizing accuracy, portability and maintainability, based on the C language specific details of the runtime and C language programming style to do a complete and accurate description. The book covers the traditional language C, C89, High, 12-23 all C language version of the achievement, while discussing the C language and C compatible parts. The book introduced the top-down C language lexical structure, a pre-processor that statement, the type expression, the statement, function and operation of libraries, all C programmers the necessary reference books. This popular authoritative reference manual for the C language and basic concepts of operation for a complete description, but also emphasized the correctness, portability and maintainability as a fundamental starting point for the good (2005-05-01, C/C++, 6331KB, 下载357次)

http://www.pudn.com/Download/item/id/1114953649968431.html
总计:380