-
This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for ZigBee, 802.15.4, or SMAC application development. The guide describes system requirements, installation, and how to launch BeeKit. The book then guides users through a simple Step-by-Step process of how to open and load a demonstration project through the CodeWarrior IDE without further modification. This allows for a quick evaluation of Freescale’s ZigBee technology.
標(biāo)簽:
configuration
Connectivity
Freescale
describes
上傳時間:
2013-12-24
上傳用戶:偷心的海盜
-
The Ruby Way takes a "how-to" approach to Ruby programming with the bulk of the material consisting of more than 400 examples arranged by topic. Each example answers the question "How do I do this in Ruby?" Working along with the author, you are presented with the task description and a discussion of the technical constraints. This is followed by a Step-by-Step presentation of one good solution. Along the way, the author provides detailed commentary and explanations to aid your understanding.
標(biāo)簽:
Ruby
programming
consisting
the
上傳時間:
2013-12-13
上傳用戶:yoleeson
-
這份源碼由MapX5.02所附的C++源碼改寫而來。其獨特之處在于,源碼中還包含一份Step by Step 的開發(fā)文檔。非常有助于初次在VC6下使用MapX開發(fā)GIS的入門者。
標(biāo)簽:
MapX
5.02
源碼
上傳時間:
2013-12-08
上傳用戶:youmo81
-
ISE 7.1使用教程,對于初學(xué)者進(jìn)行Step-by-Step的ISE7.1使用說明
標(biāo)簽:
ISE
7.1
使用教程
上傳時間:
2016-10-29
上傳用戶:qw12
-
symbian C++ 入門經(jīng)典
初學(xué)者必讀,step by step
目錄
1 概述 5
2 預(yù)備知識 5
3 Symbian OS Platform及應(yīng)用開發(fā)5
3.1 內(nèi)核和用戶庫.5
3.2 文件和目錄5
3.3 目標(biāo)平臺及其變種6
3.4 Symbian OS的目標(biāo)類型.6
4 應(yīng)用開發(fā)工具包(SDKs)和工具7
4.1 SDK安裝后的目錄結(jié)構(gòu).7
4.1.1 根目錄.7
4.1.2 Epoc32\.7
4.1.3 Epoc32Ex\8
4.2 應(yīng)用構(gòu)建工具.8
4.2.1 項目定義文件9
4.2.2 組件描述文件(bld.inf)9
4.2.3 bldmake命令9
5 漸進(jìn)式指導(dǎo)10
5.1 控制臺應(yīng)用.10
5.2 基本源文件.10
5.3 構(gòu)建應(yīng)用.10
5.4 運行應(yīng)用.11
6 深入研討 13
標(biāo)簽:
symbian
初學(xué)者
上傳時間:
2014-01-19
上傳用戶:yuanyuan123
-
Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring Step-by-Step examples, this book focuses on harnessing the power of Java(TM) and XML together to streamline the development process.
XML and Java(TM), Second Edition provides new coverage of emerging areas such as document management, databases, messaging, servlets, JDBC, data binding, security, and more. It begins with an overview of XML programming techniques, standard APIs, and tools. Building upon this foundation, the book goes on to cover the latest technologies, including DOM Level 2, SAX2, XSLT, SOAP, WSDL, and UDDI. It explores the role of these major middleware technologies in XML and Java-based Web application development, as well as the limitations and potential pitfalls.
標(biāo)簽:
technologies
and
standards
Edition
上傳時間:
2014-01-05
上傳用戶:hj_18
-
Overview
If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This Step-by-Step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new edition focuses on key programming concepts and essential Java basics, has been improved by dozens of reader comments, and is reorganized to better cover the latest developments in Java. The book s coverage of core Java programming topics has also been expanded. A great starting point for learning Java, this book is also a great primer to reading sams Teach Yourself Java in 21 Days.
標(biāo)簽:
the
Overview
edition
wanting
上傳時間:
2017-01-10
上傳用戶:huyiming139
-
This book uses the Python language to teach pro
-
gramming concepts and problem
-solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other
tools, the student learns how to design the logic of programs and then implement those
programs using Python. This book is ideal for an introductory programming course or a
programming logic and design course using Python as the language.
As with all the boolts in the
Starting Out With
series, the hallmark of this text is its clear,
friendly, and easy
-to-understand writing. In addition, it is rich in example programs that
are concise and practical. The programs in this book include short examples that highlight
specific programming topics, as well as more involved examples that focus on problem
solving. Each chapter provides one or more case studies that provide step
-by-step analysis
of a specific problem and shows the student how to solve it.
標(biāo)簽:
language
gramming
concepts
problem
上傳時間:
2014-01-12
上傳用戶:獨孤求源
-
10 C++ Books:
*C++ Timesaving Techniques For Dummies (2005)
*C-C++ Programmer s Reference, 3rd Edition (2003)
*Creating Games In C++ - A Step By Step Guide (2006)
*Cryptography In C And C++ (2001)
*Effective C++, 3rd Edition (2005)
*Exceptional C++ - 47 Engineering Puzzles, *Programming Problems, And Solutions (1999)
*Exceptional C++ Style - 40 New Engineering Puzzles, Programming Problems, And Solutions (2004)
*How Not To Program In C++ (2003)
*Ivor Horton s Beginning Visual C++ 2005 (2006)
*Learn To Program With C++ (2003)
標(biāo)簽:
Timesaving
Techniques
Programmer
Reference
上傳時間:
2014-10-15
上傳用戶:kikye
-
SharpPcap c#抓包實現(xiàn)時時獲取網(wǎng)卡信息
SharpPcap tutorial: a step by step guide to using SharpPcap
The text of this tutorial is taken directly from WinPcap's official tutorial but is modified to show the C# use of the SharpPcap library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The WinPcap library must be installed before attempting to run any of these examples, so please download and install the latest version from WinPcap's download page.
SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results.
The following topics are covered in this tutorial:
Obtaining the device list
Obtaining advanced information about installed devices
Opening an adapter and capturing packets
Capturing packets without the event handler
Filtering the traffic
Interpreting the packets
Handling offline dump files
Sending Packets
Gathering Statistics on the network traffic
1. Obtaining the device list
標(biāo)簽:
SharpPcap
c#抓包
獲取網(wǎng)卡信息
上傳時間:
2015-07-06
上傳用戶:muzongda