Python 函式庫語法範例字典
相關熱銷的書籍推薦給您
商品描述
<內容簡介>
彙整最常使用的 Python 函式庫語法
功能索引 + 字母順序查詢,
隨查隨用, 快速解決問題!
Python 是近來非常熱門的程式語言, 原因之一就是具有豐富的標準函式庫及第三方套件可以使用, 用途涵蓋字串處理、數值計算、資料壓縮與封存、XML與 JSON 存取等層面。本書集合 Python 常用的函式及模組功能, 依用途分門別類, 提供詳細的使用說明、豐富的語法範例, 讓使用者可以在短時間內找到、學會函式的正確使用方式, 在撰寫程式時更加得心應手!
<本書特色>
● 依功能分類, 每個函式都以豐富範例實際演練用法
● 目錄上列有函式名稱與用途說明, 可依據名稱或是用途查詢
● 可依字母順序快速查詢想使用的函式功能
● 本書嚴選的模組功能包括:
argparse/array/base64/beautifulsoup4/bisect/bz2/collections/ConfigParser/csv/datetime/dateutil/decimal/doctest/email/enum/fnmatch/glob/gzip/heapg/io/itertools/json/logging/lxml/lzma/math/multiprocessing/openpyxl/os/pathlib/paramiko/pdb/Pillow/pprint/PyCrypto/pydoc/pytest/pytz/random/re/requests/shutil/statistics/subprocess/sys/tartile/tempfile/time/timeit/traceback/unicodedata/unittest/unittest.mock/urllib.parse/weakref/xml.etree.ElementTree/yaml/zipfile/zlib
● 適用 Python 3
立即查看
Modular Low-Power, High-Speed CMOS Analog-To-Digital Converter for Embedded Systems
類似書籍推薦給您
One of the main trends of microelectronics is toward design for integrated systems, i.e., system-on-a-chip (SoC) or system-on-silicon (SoS). Due to this development, design techniques for mixed-signal circuits become more important than before. Among other devices, analog-to-digital and digital-to-analog converters are the two bridges between the analog and the digital worlds. Besides, low-power design technique is one of the main issues for embedded systems, especially for hand-held applications.
Modular Low-Power, High-Speed CMOS Analog-to-Digital Converter for Embedded Systems aims at design techniques for low-power, high-speed analog-to-digital converter processed by the standard CMOS technology. Additionally this book covers physical integration issues of A/D converter integrated in SoC, i.e., substrate crosstalk and reference voltage network design.
立即查看
EMBEDDED CONTROL FOR MOBILE ROBOTIC APPLICATIONS
類似書籍推薦給您
DESCRIPTION
An all-in-one resource for designing and implementing embedded control in mobile robotics
In Embedded Control for Mobile Robotic Applications, a distinguished trio of researchers delivers an authoritative and fulsome resource for understanding embedded control and robotics. The book includes coverage of a variety of embedded platforms, their use in controller implementation, stability analyses of designed controllers, and two new approaches for designing embedded controllers.
The authors offer a full chapter on Field-Programmable-Gate-Array (FPGA) architecture development for controller design that is perfect for both practitioners and students taking robotics courses and provide a companion website that includes MATLAB codes for simulation and embedded platform-specific code for mobile robotic applications (in Embedded C and Verilog).
The two approaches discussed by the authors—the top-down methodology and the bottom-up methodology—are of immediate practical utility to both practicing professionals in the field and students studying control applications and mobile robotics. The book also offers:
A thorough introduction to embedded control, including processor, IC, and design technology, as well as a discussion of limitations in embedded control design
Comprehensive explorations of the bottom-up and top-down methods, including computations using CORDIC, interval arithmetic, sliding surface design, and switched nonlinear systems
Practical discussions of generic FPGA architecture design, including Verilog, PID controllers, DC motors and Encoder, and a systematic approach for designing architecture using FSMD
In-depth examinations of discrete-time controller design, including the approximation to discrete-time transfer function and embedded implementation stability
Perfect for practitioners working in embedded control design and control applications in robotics, Embedded Control for Mobile Robotic Applications will also earn a place in the libraries of academicians, researchers, senior undergraduate students, and graduate students in these fields.
立即查看
Embedded and Fan-Out Wafer and Panel Level Packaging Technologies for Advanced Application Spaces (1版)
類似書籍推薦給您
Embedded and Fan-Out Wafer and Panel Level Packaging Technologies for Advanced Application Spaces: High Performance Compute and System-In-Package
ISBN13:9781119793779
出版社:WILEY
作者:Steffen Kröhnert(EDI)
裝訂:精裝
出版日:2022/02/15
立即查看
THE 8051 MICROCONTROLLER AND EMBEDDED SYSTEMS2/e (2版)
類似書籍推薦給您
THE 8051 MICROCONTROLLER AND EMBEDDED SYSTEMS 2/E (PNIE)
作(譯)者:
MAZIDI、MAZIDI、MCKINLAY
出版商:PE
年份版次:2013年,第 2 版
出版日:2019/3/25
ISBN(10碼):129202657X
ISBN(13碼):9781292026572
書號:2070102G
平裝 / 640頁
■ 內容簡介
A new chapter on 8051 C programming (Chapter 7)
A new section on the 8051 C programming of timers (Section 9.3)
A new section on the second serial port of the DS89C4x0 chip (Section 10.4)
A new section on the 8051 C programming of the second serial port (Section 10.5)
A new section on the 8051 C programming of interrupts (Section 11.6)
Programming of the 1KB SRAM of the DS89C4x0 chip (Section 14.4)
A new section on the 8051 C programming of external memory (Section 14.5)
A new chapter on the DS12887 RTC (real-time clock) chip (Chapter 16)
A new chapter on motors, relays, and optoisolators (Chapter 17)
Appendix A describes each 8051 instruction in detail, with examples. Appendix A also provides the clock count for instructions, 8051 register diagrams, and RAM memory maps.
Appendix B describes basics of wire wrapping.
Appendix C covers IC technology and logic families, as well as 8051 I/O port interfacing and fan-out. Make sure you study this before connecting the 8051 to an external device.
Appendix D, the use of flowcharts and psuedocode is explored.
Appendix E is for students familiar with x86 architecture who need to make a rapid transition to 8051 architecture.
Appendix F provides the table of ASCII characters.
Appendix G lists resources for assembler shareware, and electronics parts.
Appendix H contains data sheets for the 8051 and other IC chips.
■ 目錄
CHAPTER 0: INTRODUCTION TO COMPUTING 1
Section 0.1: Numbering and coding systems 2
Section 0.2: Digital primer 9
Section 0.3: Inside the computer 13
CHAPTER 1: THE 8051 MICROCONTROLLERS 23
Section 1.1: Microcontrollers and embedded processors 24
Section 1.2: Overview of the 8051 family 28
CHAPTER 2: 8051 ASSEMBLY LANGUAGE PROGRAMMING 37
Section 2.1: Inside the 8051 38
Section 2.2: Introduction to 8051 Assembly programming 41
Section 2.3: Assembling and running an 8051 program 44
Section 2.4: The program counter and ROM space in the 8051 46
Section 2.5: 8051 data types and directives 49
Section 2.6: 8051 flag bits and the PSW register 52
Section 2.7: 8051 register banks and stack 55
CHAPTER 3: JUMP, LOOP, AND CALL INSTRUCTIONS 69
Section 3.1: Loop and jump instructions 70
Section 3.2: Call instructions 75
Section 3.3: Time delay for various 8051 chips 80
CHAPTER 4: I/OPORT PROGRAMMING 93
Section 4.1: 8051 I/O programming 94
Section 4.2: I/O bit manipulation programming 100
CHAPTER 5: 8051 ADDRESSING MODES 109
Section 5.1: Immediate and register addressing modes 110
Section 5.2: Accessing memory using various addressing modes 112
Section 5.3: Bit addresses for I/O and RAM 122
Section 5.4: Extra 128-byte on-chip RAM in 8052 131
CHAPTER 6: ARITHMETIC & LOGIC INSTRUCTIONS
AND PROGRAMS 139
Section 6.1: Arithmetic instructions 140
...
原價:
1400
售價:
1330
現省:
70元
立即查看
電子書Real-Time Embedded Systems 2017 <JW>
類似書籍推薦給您
立即查看