自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (14)
  • 收藏
  • 关注

转载 MPLAB® Harmony 3 Web Pages

# MPLAB® Harmony 3 Web Pages## [Welcome to MPLAB Harmony 3](https://github.com/Microchip-MPLAB-Harmony/Microchip-MPLAB-Harmony.github.io/wiki)MPLAB Harmony 3 is an extension of the MPLAB® ecosyst...

2019-06-16 22:32:34 403

中文1777页的Multisim教程,NI Multisim10 入门教程

高清晰中文(非扫描),包含了很多的计算方法,对于硬件基本理论学习非常有帮助 内容提要 „ NI Multisim 10 仿真软件是电子电路计算机仿真设计与 分析的基础。本章介绍了multisim的基本界面与操作方法 ,multisim的电路创建的基础,multisim的仪器仪表的使用,multisim的电路分析方法。 „ 知识要点: multisim的菜单,工具,元器件库,仪器仪表库,分析功能,操作方法。

2014-06-21

wince 开发环境 VS2005

全套的wince开发环境安装包 (百度盘共享地址) 1. 微软.Visual.Studio.2005.英文专业版 2. WINCE 6.0 3. WINCE 6.0 R2 4. WINCE 6.0 R3 5. Windows Embedded CE 6.0 Platform Builder Service Pack 1 6. Update: WinCEPB60-061231-Product-Update-Rollup-Armv4I WinCEPB60-071231-Product-Update-Rollup-Armv4I WinCEPB60-081231-Product-Update-Rollup-Armv4I WinCEPB60-091231-Product-Update-Rollup-Armv4I WinCEPB60-101231-Product-Update-Rollup-Armv4I WinCEPB60-111231-Product-Update-Rollup-Armv4I

2013-12-30

虚拟串口软件集合

1、Virtual Serial Port Kit (主要是用来作系统作虚拟串口的) 2、Network Serial Port Kit (通过网络远程访问串口) 3、Serial Port Redirector (将串口重定向至网络端口) 4、Serial Port Splitter (允许多个应用程序同时访问一个串口) 5、Serial Port Mapper (串口MAP工具,允许将虚拟串口连接到物理串口) 6、Access Port (串口调试工具) 7、KeyGen (你懂得)

2013-09-27

SHT15传感器与AVR单片机数据采集实验原代码

SHT15传感器与AVR单片机数据采集实验,在串口监视器中可以查看到采集的数据。 文件列表 SHT15\SHT15\SHT15sch.pdf .....\.....\.....程序\SHT15-Testing-v11\SHT15-Testing-v11.asm .....\.....\.........\.................\SHT15-Testing-v11.c .....\.....\.........\.................\SHT15-Testing-v11.hex .....\.....\.........\SHT15-Testing-v

2013-08-11

基于TI2530的zigbee实战演练

内容涵盖了TI协议栈工具的使用、基础实验、组网演练和项目实战,从入门到进阶再到应用,全面扫盲。可以说是网上唯一涵盖内容最全的ZigBee学习电子书。 基于TI公司的CC2530芯片及其协议栈Z-stack,开发环境是IAR。也是国内资料最全、最流行的方案。所有相关软件和工具使用方法都在 《ZigBee实战演练》中详细讲述。为了让大家更好地了解网蜂的教程和资源,下面我们对pdf文档和实例代码等资源来一个简单的介绍: 1、CC2530集成了增强型C8051内核,可以理解成单片机+无线模块的组合,我们可以使用IAR开发自己的软件代码。为此,我们实验代码分三部分,分别是:基础实验(含点亮第一个LED、按键、外部中断、定时器、串口通讯、AD控制(自带温度计)、睡眠唤醒、看门狗);组网演练(含Zigbee 协议栈简介、无线点灯、信号传输质量检测、协议栈工作原理介绍、协议栈中的串口实验、一小时实现无线数据传输、串口透传,打造无线串口模块)和项目实战(含组网状态实时显示系统、无线IC卡考勤机、串口通讯助手==Zigbee聊天助手、无线互联:ZigBee+GPRS、室内定位系统等),部分内容还在不断完善升级中。其中组网实验全部基于TI自带协议栈实现,其中一小时实现无线数据传输、串口透传,打造无线串口模块更是网蜂团队在Z-stack中提取的精华。务求让大家尽快上手,领略ZigBee魅力。

2013-07-20

Cisco Transport Manager 9.1 GateWay/CORBA User Guide and Programmer Manual

Cisco Transport Manager Release 9.1 GateWay/CORBA User Guide and Programmer Manual 详细介绍了TMF814接口的定义,可以作为TMF814的参考文档使用。

2013-01-23

powerpc Linux设备树DTS移植

摘 要:设备树的引入减少了内核为支持新硬件而需要的改变,提高代码重用,加速了Linux 支持包的开发,使得单个内核镜像能支持多个系统。作为U-Boot 和Linux 内核之间的动态 接口,本文阐述了设备树的数据存储格式以及源码描述语法,进而分析了U-Boot 对扁平设 备树的支持设置,Linux 内核对设备树的解析流程。 Pages: 7

2010-10-15

802.3at-2009

802.3at-2009 IEEE Standard for Information Technology--Part 3: CSMA/CD Access Method and Physical Layer Specifications - Amendment 3: Data Terminal Equipment (DTE) Power via the Media Dependent Interface (MDI) Enhancements. This amendment is to augment the capabilities of the IEEE Std 802.3 with higher power levels and improved power management information. It will augment the methodology for the provision of power via balanced cabling to connected Data Terminal Equipment with IEEE 802.3 interfaces. Optional augmented power limit will be made available for certain structured cabling systems. Compatibility with existing equipment will be maintained. http://grouper.ieee.org/groups/802/3/ Amendment of IEEE Std 802.3-2008 Price: Member and Affiliate Price: $77.00 Non-Member Price: $99.00 Part Number: STD95959 Format: PDF Pages: 141 Standard Number: 802.3at-2009 Publication Date: 30/10/2009

2009-12-17

802.11w-2009

802.11w-2009 IEEE Standard for Information Technology— Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications Amendment 4: Protected Management Frames This amendment specifies the extensions to IEEE Std 802.11 for wireless local area networks (WLANs) providing mechanisms for protecting management frames. http://grouper.ieee.org/groups/802/11/ Amendment to IEEE Std 802.11-2007 as amended by IEEE Std 802.11k-2008, IEEE Std 802.11r-2008, and IEEE Std 802.11y-2008 Price: Member and Affiliate Price: $77.00 Non-Member Price: $99.00 Part Number: STD95962 Format: PDF Pages: 111 Standard Number: 802.11w-2009 Publication Date: 25/09/2009

2009-12-17

802.3av-2009

802.3av-2009 IEEE Standard for Information Technology - Part 3: (CSMA/CD) Access Method and Physical Layer Specifications Amendment 1: Physical Layer Specifications and Management Parameters for 10Gb/s Passive Optical Networks This amendment to IEEE Std 802.3-2008 extends Ethernet Passive Optical Networks (EPONs) operation to 10 Gb/s providing both symmetric, 10 Gb/s downstream and upstream, and asymmetric, 10 Gb/s downstream and 1 Gb/s upstream, data rates. It specifies the 10 Gb/s EPON Reconciliation Sublayer, 10GBASE-PR symmetric and 10/1GBASE-PRX Physical Coding Sublayers (PCSs) and Physical Media Attachments (PMAs), and Physical Medium Dependent sublayers (PMDs) that support both symmetric and asymmetric data rates while maintaining complete backward compatibility with already deployed 1 Gb/s http://grouper.ieee.org/groups/802/3/ Amendment of IEEE Std 802.3-2008 Price: Member and Affiliate Price: $99.00 Non-Member Price: $121.00 Part Number: STD95960 Format: PDF Standard Number: 802.3av-2009 Publication Date: 30/10/2009

2009-12-15

Git Internals (PDF 英文版)

In this PDF, Scott Chacon goes even further to explain the distributed filesystem behind the popular source code management system. The first 50 pages explain the storage system that powers Git, and an additional 60 pages go into detail about using Git on a day to day basis. 详细介绍在此:http://peepcode.com/products/git-internals-pdf

2009-03-29

中国电信EPON设备技术要求V2.1_20080710.doc

中国电信EPON设备技术要求V2.1_20080710

2009-03-29

空空如也

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

TA关注的人

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