搜索结果
找到约 33 项符合
Displaying 的查询结果
按分类筛选
接口技术 XAPP904 - CoolRunner-II特性LCD模块接口
 
There are many manufacturers of dot matrix LCD modules. However, most of these displaysare similar. They all have on-board controllers and drivers capable of displaying alpha numericsand a wide variety of other symbols (including Japanese "Katakana" characters). The internaloperation of L ...
J2ME J2ME application that captures video from on-board camera of SymbianOS Series60 3rd ed. mobile devic
J2ME application that captures video from on-board camera of SymbianOS Series60 3rd ed. mobile devices. A snapshot can be captured and image processed by manipulation of RBG pixels before displaying
其他 This book explains many powerful PEAR packages for maximizing your PHP development productivity for
This book explains many powerful PEAR packages for maximizing your PHP development productivity for accessing and displaying data, handling dates, working with XML and Web Services, and accessing Web APIs.
数学计算 When working with mathematical simulations or engineering problems, it is not unusual to handle curv
When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot o ...
其他嵌入式/单片机内容 Widely known as carputer, this system is designed for: * calculating speed, fuel consumption, ec
Widely known as carputer, this system is designed for:
* calculating speed, fuel consumption, economy driving, e.t.c.
* displaying information about temperatures and controll Air Conditioning system in your car.*
* controlling other devices, like electrically opened windows.*
The system is bas ...
软件工程 Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob
Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most ...
Java编程 JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projec
JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projects. The library contains miscellaneous classes that support:
* configuration and dependency management code
* a general logging framework
* text utilities
* user interface classes for ...
其他书籍 This application report discusses the design of non-invasive optical plethysmography also called as
This application report discusses the design of non-invasive optical plethysmography
also called as pulsoximeter using the MSP430FG437 Microcontroller (MCU). The
pulsoximeter consists of a peripheral probe combined with the MCU displaying the
oxygen saturation and pulse rate on a LCD glass. The same ...
其他书籍 Introduction to I/O Kit Device Driver Design Guidelines Chapter 1 The libkern C++ Runtime Chapter
Introduction to I/O Kit Device Driver Design Guidelines
Chapter 1 The libkern C++ Runtime
Chapter 2 libkern Collection and Container Classes
Chapter 3 The IOService API
Chapter 4 Making Hardware Accessible to Applications
Chapter 5 Kernel-User Notification
Chapter 6 Displaying Localized Information ...
其他 WordCloud is a visual depiction of how many times a word is used, or its frequency if you will, with
WordCloud is a visual depiction of how many times a word is used, or its frequency if you will, within a given set of words. It does this by: reading in plain text, filtering out "stop words", counting how many times a word is used, and displaying results in a Squarified Treemap.