自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (21)
  • 收藏
  • 关注

空空如也

Setup_JLinkARM_V452c

截止2012年9月8日的最新版segger

2012-09-08

ST SimpleMAC-1.0.1.0-STM32W108.exe

ST的简单MAC的安装文件,平台为STM32W108

2011-06-28

EmberZNet-4.0.2.0-STM32W108.exe

EmberZNet 4.0.2的安装文件

2011-06-28

Setup_JLinkARM_V424b

截止到2011年2月27日的最新版jlink驱动

2011-02-27

STM32F107上使用LwIP TCPIP协议栈的源码

Source Code for STM32F107 LwIP demonstration package

2010-11-01

stm32中tcpip协议栈例程源码

Source Code for STM32 Ethernet (ETH) Library

2010-11-01

stm32的usb例程

source code for STM32F10x USB Full Speed Device Library (USB-FS-Device_Lib)

2010-11-01

使用stm32f107的RTC实现日期和时间控制程序

source code for Clock/calendar implementation on the STM32F10xxx microcontroller RTC

2010-11-01

stm32f107上实现lwIP TCPIP协议栈

lwIP TCPIP stack demonstration for STM32F107xx connectivity line microcontrollers

2010-11-01

stm32f107中的TCPIP协议栈

Configuring the NicheLite™ TCPIP stack for the STM32F107xx microcontroller

2010-11-01

使用stm32f107的RTC实现时钟和日期控制

Clock/calendar implementation on the STM32F10xxx microcontroller RTC

2010-11-01

The Busy Coder's Guide to Android Development

The Busy Coder's Guide to Android Development Android开发经典图书

2010-10-21

Professional Android Application Development

Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvii Chapter 1: Hello, Android . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Chapter 2: Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Chapter 3: Creating Applications and Activities . . . . . . . . . . . . . . . . . . . . . . 45 Chapter 4: Creating User Interfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 Chapter 5: Intents, Broadcast Receivers, Adapters, and the Internet . . . . . . 113 Chapter 6: Data Storage, Retrieval, and Sharing . . . . . . . . . . . . . . . . . . . . . 159 Chapter 7: Maps, Geocoding, and Location-Based Services . . . . . . . . . . . . . 207 Chapter 8: Working in the Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 Chapter 9: Peer-to-Peer Communication . . . . . . . . . . . . . . . . . . . . . . . . . . . 279 Chapter 10: Accessing Android Hardware . . . . . . . . . . . . . . . . . . . . . . . . . . 315 Chapter 11: Advanced Android Development . . . . . . . . . . . . . . . . . . . . . . . . 353 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399

2010-10-21

Android™ A Programmer’s Guide

Android™ A Programmer’s Guide J.F. DiMarzio android的经典图书

2010-10-21

Android Essentials

学习Android的经典书 Chapter 1: Introduction Chapter 2: The Application Chapter 3: User Interface Chapter 4: Location, Location, Location Chapter 5: Taking Android Out for a Walk Chapter 6: Tying on a Bow

2010-10-21

Google Android SDK开发范例大全源码

《Google Android SDK开发范例大全》全部源码!

2010-10-21

linux经典图书之kernel篇

Understanding the Linux Kernel,3rd Edition By Danielp. Bovet,Marco Cesati Publisher:O'Reilly Pub Date:November 2005 Pages:942

2009-05-23

linux经典图书之drivers篇

CHAPTER 1 An Introduction to Device Drivers; CHAPTER 2 Building and Running Modules; CHAPTER 3 Char Drivers; CHAPTER 4 Debugging Techniques; CHAPTER 5 Concurrency and Race Conditions; CHAPTER 6 Advanced Char Driver Operations; CHAPTER 7 Time, Delays, and Deferred Work; CHAPTER 8 Allocating Memory; CHAPTER 9 Communicating with Hardware; CHAPTER 10 Interrupt Handling; CHAPTER 11 Data Types in the Kernel; CHAPTER 12 PCI Drivers; CHAPTER 13 USB Drivers; CHAPTER 14 The Linux Device Model; CHAPTER 15 Memory Mapping and DMA; CHAPTER 16 Block Drivers; CHAPTER 17 Network Drivers; CHAPTER 18 TTY Drivers.

2009-05-23

linux经典图书之systems篇

CHAPTER 1 Introduction; CHAPTER 2 Basic Concepts; CHAPTER 3 Hardware Support; CHAPTER 4 Development Tools; CHAPTER 5 Kernel Considerations; CHAPTER 6 Root Filesystem Content; CHAPTER 7 Storage Device Manipulation; CHAPTER 8 Root Filesystem Setup; CHAPTER 9 Setting Up the Bootloader; CHAPTER 10 Setting Up Networking Services; CHAPTER 11 Debugging Tools; CHAPTER 12 Introduction to Real-Time Linux; CHAPTER 13 The Xenomai Real-Time System; CHAPTER 14 The RT Patch.

2009-05-23

Linux 设备驱动程序中文第三版(2.6内核)

目录:1.设备驱动简介;2. 建立和运行模块;3. 字符驱动;4. 调试技术;5. 并发和竞争情况;6. 高级字符驱动操作;7. 时间, 延时, 和延后工作;8. 分配内存;9. 与硬件通讯;10. 中断处理;11. 内核中的数据类型 排版有点乱,但内容很不错~

2009-05-21

编译原理(侯文永 张冬茉)

由侯文永主编的经典编译原理教程:第一章引论;第二章文法和语言;第三章词法分析;第四章语法分析;第五章语法制导翻译和中间代码生成;第六章运行时存储空间管理;第七章代码优化;第八章代码生成;第九章并行编译概述。

2009-05-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除