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

[其他书籍] 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

[其他书籍] Effective C

C语言是一门通用计算机编程语言,广泛应用于底层开发。C语言的设计目标是提供一种能以简易的方式编译、处理低级存储器、产生少量的机器码以及不需要任何运行环境支持便能运行的编程语言。
C language is a general computer programming language, which is widely used in the underlying development. The design goal of the C language is to provide a programming language that can be compiled and processed in a simple way, processing low level memory, producing a small number of machine codes, and running without any operating environment support. (2018-08-07, C/C++, 452KB, 下载0次)

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

[其他书籍] Robotics-Cai-Zixing

本书介绍机器人学的基本原理及其应用,全面反映国内外机器人学研究和应用的最新进展,是一部系统和全面的机器人学著作和教材。本书共12章,内容涉及机器人学的概况、数理基础、运动学、动力学、位置和力控制、高级控制、传感器、高层规划、轨迹规划、程序设计、应用和展望等内容。
This book introduces the basic principle and application of robotics, fully reflect the latest progress of research and application of robots at home and abroad, is a systematic and comprehensive robotics books and textbooks. Book consists of 12 chapters, the content involves the robot survey, mathematical statistics, kinematics, dynamics, and force and position control, advanced control, sensors, high-level planning, trajectory planning, program design, application and Prospect of etc.. (2016-04-06, C/C++, 7096KB, 下载10次)

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

[其他书籍] Apache

一本基于Apache0.6.5的源码导读书籍,是一本Apache方面比较好的阅读材料。对web开发、服务器架构感兴趣的童鞋强烈建议下下来看看。
A source-based books in Apache0.6.5 is an Apache with relatively good reading material. On web development, server architecture strongly interested in children' s shoes down to see the recommendation. (2011-01-24, C/C++, 1598KB, 下载22次)

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

[其他书籍] The_Standards_and_Iplementations_of_the_C_Programm

c语言:标准与实现第一卷 第一章: 1.基本概念 2.P6处理器的栈 3.从汇编语言开始 4.编译,链接和库 5.动态库简介 6.ISO C99标准 7.C源文件的编译和链接 8.C语言的变量 9.外部变量的声明,定义和链接性质 10.函数的原型声明,定义和链接性质 11.内存地址对齐 第二章:数值运算 1.整数类型 2.整数的运算 3.浮点实数类型 4.浮点实数运算与异常 5.复数类型
The Standards and Iplementations of the C Programming Language (2010-12-18, C/C++, 1037KB, 下载3次)

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

[其他书籍] ObjectOrientedProgramminginC

本文介绍一些编程技术,使大项目基于C89的标准得到的好处的面向对象的设计。它不打算成为面向对象的技术课程,并假定读者有一个C语言的认识。由于OOPC是基于C++对象模型,良好的C++知识可能有助于更好地理解它。这些技术可能对于他们的架构(计算机,小型系统,嵌入式系统)没有C++编译器是的程序员有用。它可能还可以用于那些对C++编译器感到失望的人。
This article describes some programming techniques, so that the major project is based on C89 to the standard of the benefits of object-oriented design. It is not intended to be object-oriented technical courses, and assumes that the reader has an understanding of C language. As the OOPC is based on C++ object model, a good C++ knowledge could contribute to a better understanding of it. These technologies may be for their architecture (computers, small-scale systems, embedded systems) is not C++ compiler is useful for programmers. It may also be used for those C++ compiler, disappointed people. (2010-03-08, C/C++, 160KB, 下载4次)

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

[其他书籍] remote_code_value_table

超薄多功能遥控器码值表.适用于小音响、车载音响等等小家电及小型数码产品等领域。价格超阶级便宜!
Ultra-thin multi-function remote control code value table. Applicable to a small stereo, car audio, and so small household electrical appliances and small digital products and other fields. Ultra-low price of the class! (2009-12-26, C/C++, 23KB, 下载7次)

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

[其他书籍] OMNeT

描述了离散事件网络仿真平台十, 在该平台的基础上对某型号卫星的内部数据流和星地数据链路进行了拓 扑建模, 并完成了数据流仿真。针对三种典型的工作模式, 分析了该卫星平台有效载荷巧总线通讯情况, 并针对两种不 同的传愉链路, 对大容量数据存储器容量进行了预算。仿真结果清楚地反映了星上存储器的存储容量与下传策略、 总线的通讯状况等数据流性能指标, 为系统任务分析和设计提供了可靠的依据, 同时也为卫星数据流仿真工作提出了一个 新的途径。
Describes the discrete event network simulation platform 10, in which the platform of a particular model on the basis of internal data flow and satellite data link satellite and the ground conducted a topological model, and completed the data flow simulation. Will focus on three typical operating modes, an analysis of the satellite platform, payload Qiao bus communication situation, and for two different mass of Discovery link on the large-capacity data storage capacity for the budget. The simulation results clearly reflect the onboard memory storage capacity and downlink strategy, the bus communication status of performance indicators such as data flow, task analysis and design of the system provides a reliable basis, but also for the satellite data flow simulation work of the a new way. (2009-11-10, C/C++, 525KB, 下载33次)

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

[其他书籍] MPEG_4_codec

简要介绍了基于TMS320DM642 的MPEG-4视频编解码器的硬件系统结构和软件任务流程 并重点阐述视频编解码模块在DM642平台上的移植和优化 实验结果表明 移植和优化后可以实现视频的实时处理 并能保持较高的图像质量和压缩效率
Brief introduction of MPEG-4 based on the TMS320DM642 video codec hardware system architecture and software process and focuses on the task of video codec module in DM642 platform porting and optimizing the experimental results show that post-transplant and optimization can be achieved real-time video processing and able to maintain a high image quality and compression efficiency (2009-11-01, C/C++, 166KB, 下载3次)

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

[其他书籍] 15

本程序旨在训练读者的基本编程能力,使读者熟悉C语言图形模式下的编程。本程序中涉及结构体,数组,绘图,等方面地知识。通过本程序的训练,适度只能对C语言有一个深刻的了解,掌握利用C语言相关函数开发机算起的基本原理,为进一步开发出高质量得多功能计算器打下坚实地基础。
err (2008-12-03, C/C++, 26KB, 下载16次)

http://www.pudn.com/Download/item/id/595701.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

[其他书籍] ADC0809AT89C51

ADC0809是广泛使用的模/数转换器,在可不采用外部总线结构的单片机系统中(如 由AT89C51组成的系统)。ASC0809的数据线直接与单片结构的I/0 口相连,并由单片机的I/O 口直接对ADC0809进行控制。
ADC0809 is widely used in analog/digital converters, in not using the external bus architecture in the single-chip microcomputer system (such as the composition of the system by the AT89C51). ASC0809 data lines directly with the monolithic structure of I/0 I connected the MCU I/O port directly to control the ADC0809. (2008-10-03, C/C++, 97KB, 下载22次)

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

[其他书籍] gcc_book

技术参考大全GCC 作  者: (美)格里菲斯 著,胡恩华 译 出 版 社: 清华大学出版社 页  数: 499 目录 第1部分 自由软件编译程序 第1章 GCC简介 第2章 查询与安装编译程序 第2部分 使用编译程序集合 第3章 预处理程序 第4章 编译C程序 第5章 编译C++程序 第6章 编译Objictive-C 第7章 编译Fortran 第8章 编译Java 第9章 编译Ada程序 第10章 混合语言 第11章 国际化 第3部分 外设和内设 第12章 边接和库 第13章 使用GNU调试器 第14章 make 和 Artoconf 第15章 交叉编译及窗体端口 第16章 MinGW 第17章 嵌入式系统 第18章 编译程序输出 第19章 实现一种语言 第20章 寄存器传送语言 第21章 机器相关的编译程序选项 第4部分 附录
err (2008-07-26, C/C++, 26927KB, 下载93次)

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

[其他书籍] inside.the.c++.object.model

深入探索C++模型 英文版 从编译器的角度讲述了C++究竟是如何实现的,对理解C++以及面向对象编程思想有极大的帮助。
Depth exploration of C++ Model of the English version from the compiler point of view about the C++ Realize how, and to understand the C++, As well as object-oriented programming ideas have great help. (2008-07-16, C/C++, 986KB, 下载95次)

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

[其他书籍] DSP_for_Wireless_communication

无线通信的DSP实现,包含TI TMS320系列DSP架构分析,FIR/IIR滤波器,QPSK,同步,均衡,分集接收合软件无线电,附有关键源代码,是学习DSP的经典书籍
Wireless communications, DSP realize, including the TI TMS320 series DSP architecture analysis, FIR/IIR filters, QPSK, synchronization, balance, diversity of software radio receivers combined with a key source code, is a classic book to learn DSP (2008-06-04, C/C++, 5020KB, 下载460次)

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

[其他书籍] Real-Time_Rendering.2nd.ed

就是大名鼎鼎的《实时计算机图形学》第二版的英文原版,这个电子书在网上几乎找不到。DJVU格式,需要下载一个DJVU阅读器
Is the famous real-time computer graphics, the second edition of the original English edition, this book almost could not find online. DjVu format, will need to download a DjVu Reader (2008-01-03, C/C++, 10895KB, 下载167次)

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

[其他书籍] ARM44B0X

三星的S3C44B0X 16/32位RISC处理器被设计来为手持设备等提供一个低成本高性能的方案。现上载其PDF电子资料与大家一起共享
Samsung S3C44B0X 16/32 bit RISC processor designed for handheld devices to provide a low-cost high-performance program. PDF is uploaded to its electronic data sharing with you all (2007-10-10, C/C++, 6685KB, 下载19次)

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

[其他书籍] 927mcdpdf

编译原理及实践,很好地介绍编译原理的书,主要是通过实践类的说明和详细的步骤叙述来讲述编译器的原理,适合初学和告阶者使用
compiler theory and practice, a good picture book compiler theory, mainly through the kind of practice descriptions and detailed the steps described to the compiler on principle, suitable for beginners and tickets bands use (2006-08-09, C/C++, 1646KB, 下载33次)

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

[其他书籍] TCP-IPTechnical_inDetails

本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等。
this book about TCP/IP and its applications. TCP/IP is used on the Internet agreement and the Internet is the world's largest Internet. The book is rich in content, almost covering the TCP/IP in all its aspects, including open communication model, TCP/IP communications model, the IP network naming and addressing mechanisms, address resolution and reverse ARP, DNS Domain word servers, WINS, address discovery protocol, IPv6, IP Network Routing Protocol (RIP, OSPF, etc.), Internet printing protocol, LDAP directory services, remote access protocol, IP security and firewall. The book explains how to configure Windows 9x/NT TCP/IP; also described how to use the TCP/IP applications, including remote login, FTP and Web browsing. (2006-05-06, C/C++, 21116KB, 下载154次)

http://www.pudn.com/Download/item/id/180708.html
总计:127