11788|40

2万

帖子

74

TA的资源

管理员

楼主
 

英文电子书大收集!+50芯币~~ [复制链接]

相信大家的硬盘里,都会珍藏着一些不错的英文电子书吧。



那么,来这里晒晒吧,一方面,可以与大家分享这本好书,如果遇到志同道合的朋友,也可以试着将其中的书翻译翻译~~~


搜集活动截止日期:2009年11月05日

奖励办法:管理员审核后,+50枚芯币。
此帖出自单片机论坛
加EE小助手好友,
入技术交流群
EE服务号
精彩活动e手掌握
EE订阅号
热门资讯e网打尽
聚焦汽车电子软硬件开发
认真关注技术本身

最新回复

太感谢各位大侠了  详情 回复 发表于 2011-5-5 21:13
点赞 关注
个人签名

加油!在电子行业默默贡献自己的力量!:)

 

回复
举报

6366

帖子

4928

TA的资源

版主

沙发
 
这个要支持,我先来上一本
CVAVR开发环境使用手册。英文版的,共185页,很全面的手册

先给出目录

AVR开发工具及基本知识(英文)(pdf 185页)内容简介

Table of Contents....................... 2
1. Introduction ............................ 7
2. CodeVisionAVR Integrated Development Environment ............. 8
2.1 Working with Files............... 8
2.1.1 Creating a New File..... 8
2.1.2 Opening an Existing File ............. 9
2.1.3 Files History ................ 9
2.1.4 Editing a File ............. 10
2.1.5 Saving a File ............. 11
2.1.6 Renaming a File........ 11
2.1.7 Printing a File............ 12
2.1.8 Closing a File ............ 13
2.1.9 Using the Navigator... 14
2.2 Working with Projects ....... 15
2.2.1 Creating a New Project ............. 15
2.2.2 Opening an Existing Project ...... 17
2.2.3 Adding Notes or Comments to the Project ...................... 18
2.2.4 Configuring the Project.............. 19
2.2.4.1 Adding or removing a File from the Project.............. 19
2.2.4.2 Setting the C Compiler Options............................... 21
2.2.4.3 Transferring the Compiled Program to the AVR Chip after Make............................. 24
2.2.4.4 Running an User Specified Program after Make...... 25
2.2.5 Obtaining an Executable Program....27
2.2.5.1 Compiling the Project......... 27
2.2.5.2 Making the Project............. 29
2.2.6 Closing a Project....... 33
2.3 Tools ............................... 34
2.3.1 The AVR Studio Debugger........ 34
2.3.2 The AVR Chip Programmer....... 35
2.3.3 The Serial Communication Terminal............................... 38
2.3.4 Executing User Programs.......... 39
2.3.4.1 Configuring the Tools Menu......39
2.4 IDE Settings ..................... 41
2.4.1 General Settings ....... 41
2.4.2 Configuring the Editor................ 42
2.4.3 Configuring the Assembler ........ 43
2.4.4 Setting the Debugger Path ........ 44
2.4.5 AVR Chip Programmer Setup.... 45
2.4.6 Serial Communication Terminal Setup............................ 47
2.5 Accessing the Help ........... 48
2.6 Transferring the License to another computer ........................ 48
2.7 Connecting to HP InfoTech's Web Site.....51
2.8 Contacting HP InfoTech by E-Mail .... 51
2.9 Quitting the CodeVisionAVR IDE ...... 51
3. CodeVisionAVR C Compiler Reference.......52
3.1 The Preprocessor ............. 52
3.2 Comments....................... 58
3.3 Reserved Keywords.......... 59
3.4 Identifiers......................... 60
3.5 Data Types...................... 60
3.6 Constants ......................... 61
3.7 Variables .......................... 63
3.7.1 Specifying the SRAM Storage Address for Global Variables ...... 65
3.7.2 Bit Variables.............. 65
3.7.3 Allocation of Variables to Registers ................................ 66
3.7.4 Structures ................. 67
3.7.5 Unions ...................... 70
3.7.6 Enumerations............ 72
3.7.7 Global Variables Memory Map File...73
3.8 Defining Data Types ......... 73
3.9 Type Conversions............. 74
3.10 Operators ....................... 75
3.11 Functions....................... 76
3.12 Pointers .......................... 77
3.13 Accessing the I/O Registers ............ 79
3.13.1 Bit level access to the I/O Registers ............................. 80
3.14 Accessing the EEPROM ...... 81
3.15 Using Interrupts .............. 82
3.16 SRAM Memory Organization........... 84
3.17 Using an External Startup File......... 86
3.18 Including Assembly Language in Your Program ................... 88
3.18.1 Calling Assembly Functions from C .............................. 89
3.19 Creating Libraries ........... 90
3.20 Using the AVR Studio Debugger ..... 93
3.21 Hints.............................. 94
3.22 Limitations ...................... 95
4. Library Functions Reference ................ 96
4.1 Character Type Functions...... 97
4.2 Standard C Input/Output Functions ... 98
4.3 Standard Library Functions ............. 101
4.4 Mathematical Functions ....... 102
4.5 String Functions.............. 105
4.6 BCD Conversion Functions............. 110
4.7 Memory Access Functions .............. 110
4.8 LCD Functions................ 111
4.8.1 LCD Functions for displays with up to 2x40 characters ............ 111
4.8.2 LCD Functions for displays with 4x40 characters.......... 114
4.8.3 LCD Functions for displays connected in 8 bit memory mapped mode.......................... 116
4.9 I2C Bus Functions ........... 119
4.9.1 National Semiconductor LM75 Temperature Sensor Functions.......121
4.9.2 Dallas Semiconductor DS1621 Thermometer/Thermostat Functions ............................ 124
4.9.3 Philips PCF8563 Real Time Clock Functions................ 127
4.9.4 Philips PCF8583 Real Time Clock Functions................ 130
4.9.4 Dallas Semiconductor DS1307 Real Time Clock Functions ..... 133
4.10 Dallas Semiconductor DS1302 Real Time Clock Functions ........... 135
4.11 1 Wire Protocol Functions ............. 137
4.11.1 Dallas Semiconductor DS1820/DS1822 Temperature Sensors Functions................... 140
4.12 SPI Functions ............... 144
4.13 Power Management Functions...... 147
4.14 Delay Functions............ 148
5. CodeWizardAVR Automatic Program Generator .................... 149
5.1 Setting the AVR Chip Options ......... 152
5.2 Setting the External SRAM ............. 153
5.3 Setting the Input/Output Ports ......... 155
5.4 Setting the External Interrupts......... 156
5.5 Setting the Timers/Counters............ 157
5.6 Setting the UART or USART........... 161
5.7 Setting the Analog Comparator ....... 164
5.8 Setting the Analog-Digital Converter ......165
5.9 Setting the SPI Interface ...... 167
5.10 Setting the I2C Bus........ 168
5.10.1 Setting the LM75 devices ...... 169
5.10.2 Setting the DS1621 devices .........170
5.10.3 Setting the PCF8563 devices .......171
5.10.4 Setting the PCF8583 devices .......172
5.10.5 Setting the DS1307 devices .........173
5.11 Setting the 1 Wire Bus ....... 175
5.12 Setting the 2 Wire Bus ....... 177
5.13 Setting the LCD ............ 178
5.14 Setting Bit-Banged Peripherals ..... 179
5.15 Specifying the Project Information........180
6. License Agreement ............. 181
6.1 Software License ............ 181
6.2 Liability Disclaimer .......... 181
6.3 Restrictions.................... 181
6.4 Operating License........... 181
6.5 Back-up and Transfer ..... 182
6.6 Terms............................ 182
6.7 Other Rights and Restrictions ......... 182
7. Technical Support ............... 183
8. Contact Information ............ 184


1. Introduction
CodeVisionAVR is a C cross-compiler, Integrated Development Environment and Automatic Program
Generator designed for the Atmel AVR family of microcontrollers.
The program is a native 32bit application that runs under the Windows 95, 98, NT 4.0 and 2000
operating systems.
The C cross-compiler implements nearly all the elements of the ANSI C language, as allowed by the
AVR architecture, with some features added to take advantage of specificity of the AVR architecture
and the embedded system needs.
The compiled COFF object files can be C source level debugged, with variable watching, using the
Atmel AVR Studio debugger 3.2 or later.
The Integrated Development Environment (IDE) has built-in AVR Chip In-System Programmer
software that enables the automatical transfer of the program to the microcontroller chip after
successful compilation/assembly. The In-System Programmer software is designed to work in
conjunction with the Atmel STK500, Kanda Systems STK200/300, Dontronics DT006, Vogel Elektronik
VTEC-ISP and MicroTronics' ATCPU, Mega2000 development boards.


CODEVISION+AVR+C英文语言程序设计指南.pdf (822.52 KB, 下载次数: 70)

[ 本帖最后由 tiankai001 于 2009-10-19 16:45 编辑 ]
此帖出自单片机论坛

赞赏

1

查看全部赞赏

 
 

回复

526

帖子

0

TA的资源

五彩晶圆(中级)

板凳
 
上一些AVR的应用笔记,都是英文版的

AVR100 Accessing the EEPROM.pdf (64.89 KB, 下载次数: 25)
AVR101 High Endurance EEPROM Storage.pdf (47.25 KB, 下载次数: 20)
AVR104 Bufferd Interrupt Controlled EEPROM Writes.pdf (77.49 KB, 下载次数: 22)
AVR107 Interfacing AVR Serial Memories.pdf (485.35 KB, 下载次数: 39)
AVR120 Characterization and Calibration of the ADC.pdf (140.25 KB, 下载次数: 48)
avr_app_121.pdf (117.96 KB, 下载次数: 41)
avr_app_128.pdf (72.44 KB, 下载次数: 23)
avr_app_132.pdf (139.07 KB, 下载次数: 20)
avr_app_134.pdf (62.1 KB, 下载次数: 19)
avr_app_151.pdf (160.33 KB, 下载次数: 25)
avr_app_155.pdf (91.77 KB, 下载次数: 20)
avr_app_180.pdf (197.21 KB, 下载次数: 28)
avr_app_240.pdf (75.22 KB, 下载次数: 22)
avr_app_242.pdf (147.49 KB, 下载次数: 31)
avr_app_243.pdf (105.03 KB, 下载次数: 22)
avr_app_244.pdf (55.25 KB, 下载次数: 18)
avr_app_306.pdf (50.7 KB, 下载次数: 18)
avr_app_311.pdf (158.67 KB, 下载次数: 29)
avr_app_314.pdf (111.11 KB, 下载次数: 21)
avr_app_315.pdf (158.54 KB, 下载次数: 27)
avr_app_318.pdf (128.74 KB, 下载次数: 19)
avr_app_320.pdf (57.38 KB, 下载次数: 22)
avr_app_400.pdf (85.94 KB, 下载次数: 49)

[ 本帖最后由 springvirus 于 2009-10-20 09:39 编辑 ]
此帖出自单片机论坛

赞赏

1

查看全部赞赏

 
 
 

回复

6366

帖子

4928

TA的资源

版主

4
 
再来一本AVR方面的书,这本书比较薄,只有58页,是介绍如何用汇编语言编写AVR程序的
书名:Beginners introduction to the assembly language of atmel avr microprocessors

Beginners introduction to the assembly language of atmel avr microprocessors.pdf (1.05 MB, 下载次数: 57)



还有一本介绍AVR单片机的GCC编程的
A GNU Development Environment for the AVR Microcontroller

A GNU Development Environment for the AVR Microcontroller.pdf (286.7 KB, 下载次数: 57)

顺便介绍一个英文电子书下载的站点:里面有很多电子方面的英文电子书
http://www.edaboard.com/viewforum67-0-120.html

[ 本帖最后由 tiankai001 于 2009-10-19 17:16 编辑 ]
此帖出自单片机论坛
 
 
 

回复

526

帖子

0

TA的资源

五彩晶圆(中级)

5
 
再来!!

AVR汇编应用指导.pdf (489.35 KB, 下载次数: 31)
AVR快速导引.pdf (1.15 MB, 下载次数: 31)
AVR硬件设计要点.pdf (131.96 KB, 下载次数: 24)
AVR指令集.pdf (686.82 KB, 下载次数: 28)
此帖出自单片机论坛
 
 
 

回复

526

帖子

0

TA的资源

五彩晶圆(中级)

6
 
CVAVR的东东,有必要细读下,呵呵

CVAVR使用手册.pdf (1.16 MB, 下载次数: 33)
CVAVR应用入门.pdf (572.3 KB, 下载次数: 30)

[ 本帖最后由 springvirus 于 2009-10-20 09:54 编辑 ]
此帖出自单片机论坛
 
 
 

回复

6366

帖子

4928

TA的资源

版主

7
 
再来一本,还是讲AVR单片机的书
这个不是手册,也不是应用笔记,是真正的讲avr的书。我看网上售价,有一家卖二百多块,呵呵,

近30M,一个附件装不下,只好压成两个包。

programming and customizing the AVR microcontroller.part1.rar (12 MB, 下载次数: 85)

programming and customizing the AVR microcontroller.part2.rar (10.37 MB, 下载次数: 180)
此帖出自单片机论坛
 
 
 

回复

557

帖子

0

TA的资源

裸片初长成(初级)

8
 

积极响应

这是一份只有16页的文件,扼要地综合介绍了UNIX的主要的编程工具,比较适合初入此门的朋友(如我)。

< Unix Programming Tools>

This article explains the overall edit-compile-link-debug programming cycle and introduces several common Unix programming tools -- gcc, make, gdb, emacs, and the Unix shell. The goal is to describe the major features and typcial uses of the tools and show how they fit together with enough detail for simple projects. We've used a version of this article at Stanford to help students get started with Unix.

Contents


Introduction — the compile-link process   1
The gcc compiler/linker                               2
The make project utility                               5
The gdb debugger                                      8
The emacs editor                                      13
Summary of Unix shell commands          15

UnixProgrammingTools.pdf (37.88 KB, 下载次数: 24)


[ 本帖最后由 xiaoxif 于 2009-10-21 01:23 编辑 ]
此帖出自单片机论坛

赞赏

1

查看全部赞赏

 
个人签名为什么总用3/4号仿宋? 答:大点清楚‘,仿宋是工程图的标准字体。
 
 

回复

1908

帖子

8

TA的资源

五彩晶圆(高级)

9
 

MATLAB解密

matlab初级用户都能满足,很详细,是从外文资料翻译过来的。

MATLAB揭秘.pdf

7.23 MB, 下载次数: 36

售价: 2 分芯积分  [记录]

此帖出自单片机论坛

赞赏

2

查看全部赞赏

 
 
 

回复

176

帖子

0

TA的资源

一粒金砂(高级)

10
 
随碟附送对方答复似懂非懂是否
此帖出自单片机论坛
 
 
 

回复

196

帖子

0

TA的资源

五彩晶圆(中级)

11
 
来一本51的英文书,出版比较早。
1.Microprocessors and Microcontrollers
2.The 8051 Architecture
3.Moving Data
4.Logical Operations
5.Arithmetic Operations
6.Jump and Call Opcode
7.An 8051 Microcontroller Design
8.Applications
9.Serial Data Communication

The 8051 Microcontroller Architecture, Programming and Applications 1991.pdf

6.59 MB, 下载次数: 99

此帖出自单片机论坛

赞赏

1

查看全部赞赏

 
 
 

回复

95

帖子

0

TA的资源

五彩晶圆(高级)

12
 

expert c programming

c专家编程, 有中文版本的, 但是看英文版的更爽,编程更规范

expert.c.programming.pdf

2.15 MB, 下载次数: 16

c专家编程

此帖出自单片机论坛

赞赏

1

查看全部赞赏

 
 
 

回复

2万

帖子

74

TA的资源

管理员

13
 

回复 12楼 zhanglu231123 的帖子

呵呵 大家还有啥经典的书籍 期待分享啊
此帖出自单片机论坛
加EE小助手好友,
入技术交流群
EE服务号
精彩活动e手掌握
EE订阅号
热门资讯e网打尽
聚焦汽车电子软硬件开发
认真关注技术本身
 
个人签名

加油!在电子行业默默贡献自己的力量!:)

 
 

回复

196

帖子

0

TA的资源

五彩晶圆(中级)

14
 
再亮一本英文书,PIC单片机的,
1.Microcontroller
2.Software Installation(Compiler and Programmer)
3.PIC16F84 Microcontroller
4.Reading I/O Lines
5.PIC Basic Language Referance
6.Characterristics of the PIC16F84 Microcontroller
7.Speech Synthesizer
8.Serial Communication and Creating I/O Lines
9.LCD Alphanumeric Display
10.Sensors: Resistive, Neural, and Fuzzy Logic
11.DC Motor Control
12.Stepper Motor Control
13.Servomotor Control
14.Analog-to-Digital Converters
15.Controlling AC Appliance

PIC Microcontroller project book.pdf

13.46 MB, 下载次数: 25

此帖出自单片机论坛

赞赏

1

查看全部赞赏

 
 
 

回复

1290

帖子

0

TA的资源

五彩晶圆(初级)

15
 
The C programming LanguageBy Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 ISBN 0-13-110362-8 (paperback)
ISBN 0-13-110370-9 Contents
  • Preface
  • Preface to the first edition
  • Introduction
  • Chapter 1: A Tutorial Introduction
  • Chapter 2: Types, Operators and Expressions
  • Chapter 3: Control Flow
  • Chapter 4: Functions and Program Structure
  • Chapter 5: Pointers and Arrays
  • Chapter 6: Structures
  • Chapter 7: Input and Output
  • Chapter 8: The UNIX System Interface
  • Appendix A: Reference Manual
  • Appendix B: Standard Library
  • Appendix C: Summary of Changes


[ 本帖最后由 zcgzanne 于 2009-10-25 14:28 编辑 ]

The.C.programing.Language(EN).chm

247.54 KB, 下载次数: 13

此帖出自单片机论坛

赞赏

1

查看全部赞赏

 
 
 

回复

1290

帖子

0

TA的资源

五彩晶圆(初级)

16
 
The C+  + Programming Language Third Edition
Contents  iii
Preface  v
Preface to Second Edition vii
Preface to First Edition ix
Introductory Material 1
1 Notes to the Reader ..................................................................... 3
2 A Tour of C++ ............................................................................. 21
3 A Tour of the Standard Library .................................................. 45
Part I: Basic Facilities 67
4 Types and Declarations ............................................................... 69
5 Pointers, Arrays, and Structures .................................................. 87
6 Expressions and Statements ........................................................ 107
7 Functions ..................................................................................... 143
8 Namespaces and Exceptions ....................................................... 165
9 Source Files and Programs .......................................................... 197
Part II: Abstraction Mechanisms 221
10 Classes ........................................................................................ 223
11 Operator Overloading ................................................................. 261
12 Derived Classes ........................................................................... 301
13 Templates .................................................................................... 327
14 Exception Handling .................................................................... 355
15 Class Hierarchies ........................................................................ 389
Part III: The Standard Library 427
16 Library Organization and Containers .......................................... 429
17 Standard Containers .................................................................... 461
18 Algorithms and Function Objects ............................................... 507
19 Iterators and Allocators ............................................................... 549
20 Strings ......................................................................................... 579
21 Streams ........................................................................................ 605
22 Numerics ..................................................................................... 657
Part IV: Design Using C++ 689
23 Development and Design ............................................................ 691
24 Design and Programming ........................................................... 723
25 Roles of Classes .......................................................................... 765
Appendices  791
A The C++ Grammar ...................................................................... 793
B Compatibility .............................................................................. 815
C Technicalities .............................................................................. 827

The.C++Programming.Language.3rd.Ed.pdf

4.41 MB, 下载次数: 53

此帖出自单片机论坛
 
 
 

回复

1290

帖子

0

TA的资源

五彩晶圆(初级)

17
 
Author's Note Visit my web site www.cpetzold.com for updated information regarding this book, including possible bug reports and new code listings. You can address mail regarding problems in this book to charles@cpetzold.com. Although I'll also try to answer any easy questions you may have, I can't make any promises. I'm usually pretty busy, and my cat refuses to learn the Windows API. I'd like to thank everyone at Microsoft Press for another great job in putting together this book. I think this "10th Anniversary Edition" of Programming Windows is the best edition yet. Many other people at Microsoft (including some of the early developers of Microsoft Windows) also helped out when I was writing the earlier editions, and these fine people are listed in those editions. Thanks also to my family and friends, and in particular those more recent friends (you know who you are!) whose support has made this book possible. To you this book is dedicated.

Programming.Windows.ENG.chm

4.41 MB, 下载次数: 17

此帖出自单片机论坛
 
 
 

回复

1290

帖子

0

TA的资源

五彩晶圆(初级)

18
 
LINUX COMPLETE Command Reference
Compiled by J. Purcell
Red Hat Software, Inc.
总页数:1527

Linux Complete Command Reference.pdf

10.14 MB, 下载次数: 17

此帖出自单片机论坛
 
 
 

回复

1290

帖子

0

TA的资源

五彩晶圆(初级)

19
 
C++ Standard Library: A Tutorial and Reference, The
By Nicolai M. Josuttis
   
Publisher : Addison Wesley
Pub Date : August 06, 1999
ISBN : 0-201-37926-0
Pages : 832   
C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions.
The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code.
This thoroughly up-to-date book reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. You will also find detailed coverage of special containers, strings, numerical classes, internationalization, and the IOStream library. Each component is presented in depth, with an introduction to its purpose and design, examples, a detailed description, traps and pitfalls, and the exact signature and definition of its classes and their functions. An insightful introduction to fundamental concepts and an overview of the library will help bring newcomers quickly up to speed.
Comprehensive, detailed, readable, and practical, The C++ Standard Library is the C++ resource you will turn to again and again.

Chapter 1. About this Book
Chapter 2. Introduction to C++ and the Standard Library
Chapter 3. General Concepts
Chapter 4. Utilities
Chapter 5. The Standard Template Library
Chapter 6. STL Containers
Chapter 7. STL Iterators
Chapter 9. STL Algorithms
Chapter 10. Special Containers
Chapter 11. Strings
Chapter 13. Input/Output Using Stream Classes
Chapter 14. Internationalization
Chapter 15. Allocators

C++.Standard.Library,.The.A.Tutorial.and.Reference.chm

3.29 MB, 下载次数: 18

此帖出自单片机论坛
 
 
 

回复

674

帖子

0

TA的资源

五彩晶圆(中级)

20
 

集成电路版图设计

只看完了中文的,没看英文的,自己在坛子里内找到的,

The art of Analog Layout.part1.rar

9.54 MB, 下载次数: 66

The art of Analog Layout.part2.rar

7.35 MB, 下载次数: 48

此帖出自单片机论坛

赞赏

1

查看全部赞赏

 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表