搜索结果
找到约 559 项符合
JMS-Examples 的查询结果
VHDL/FPGA/Verilog The purpose of this booklet is to give you a quick introduction to VHDL. This is done by informally
The purpose of this booklet is to give you a quick introduction to VHDL.
This is done by informally describing the facilities provided by the
language, and using examples to illustrate them. This booklet does not
fully describe every aspect of the language. For such fine details, you
should consult ...
matlab例程 Written for engineering and computer science students and practicing engineers, this book provides t
Written for engineering and computer science students and practicing engineers, this book provides the fundamental applications and mathematical techniques of signal processing. Topics covered include programming in MATLAB, filters, networking, and parallel processing.
MATLAB is introduced and use ...
Symbian This Symbian C++ code example demonstrates how to easily use the onboard camera with zoom and autofo
This Symbian C++ code example demonstrates how to easily use the onboard camera with zoom and autofocus, utilising an accompanying CameraWrapper made by Forum Nokia. The Camera Wrapper supports all Nokia s S60 devices based on S60 3rd Edition and newer, providing a unified interface for various Symb ...
数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location and target location.
...
电子书籍 You may read code because you have to-to fix it, inspect it, or improve it. You may read code the wa
You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse.
Code-reading requires its own set of skills, and the ...
电子书籍 This book bridges the gap between higher abstract modeling concepts and the lower-level programming
This book bridges the gap between higher abstract modeling concepts and the lower-level programming aspects of embedded systems development. You gain a solid understanding of real-time embedded systems with detailed examples and industry wisdom.
其他书籍 This book is about the programming and applying the PIC18F microcontrollers with C, with advanced ex
This book is about the programming and applying the PIC18F microcontrollers with C, with advanced examples like SD memory, USB communication, CAN controller and RTOS.
USB编程 USB is quick hot-pluggable, ease of use, connect and power, this book isn t too technical but practi
USB is quick hot-pluggable, ease of use, connect and power, this book isn t too technical but practical, helps to develop I/O devices with examples and prototypes, intended for those who have programming and electronics skills.
通讯/手机编程 including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ---------------
including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ------------------------------------ Bluetooth Essentials for Programmers Author: Albert S. Huang, Larry Rudolph Publisher: Cambridge University Press Number Of Pages: 208 Publication Date: 2007-09-03 ISBN-10/ASIN: ...
数值算法/人工智能 The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of cla
The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of classified examples a decision tree is induced, biased by the information gain measure, which heuristically leads to small trees. The examples are given in attribute-value representation. The set of poss ...