The information in this book will show you how to create code that will run on all of the different Linux distributions and hardware types. It will allow you to understandhow Linux works and how to take advantage of its flexibility.
This product has been manufactured to your company’s specifications a part for use in your
company’s general electronic products. It is guaranteed to perform according to delivery
specifications. For any other use apart from general electronic equipment, we cannot take
responsibility if the product is used in medical devices, nuclear power control equipment,
aerospace equipment, fire and security systems, or any other applications in which there is a
direct risk to human life and where extremely high levels of reliability are required. If the
product is to be used in any of the above applications, we will need to enter into a separate
product liability agreement.
The purpose of Software Project Tracking and Oversight is to provide adequate visibility into actual progress so that management can take effective actions when the project s performance deviates significantly from the plans.
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.
pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic hash functions that rely on the avalanche effect of small changes in input leading to drastic changes in the output, perceptual hashes are "close" to one another if the inputs are visually or auditorily similar. As a result, perceptual hashes must also be robust enough to take into account transformations that could have been performed on the input.
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.
The Fat Fs module is a middleware that written in ANSI C. There is no platform dependence, so long as the compiler is in compliance with ANSI C. However it handles the system portable FAT structures. You must take the endian into consideration. It must be changed for your platform first or the compiler will abort with an error.
Novell.Press.Linux.Kernel.Development
linux內(nèi)核開發(fā)的經(jīng)典書籍之一
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development
Embedded microcontroller program (PicBasic) to implement RFID-based Medicine Teller system, used to inform the user about the time to take medicine, scanning RFID tags on the medicines, for elders use.
Statistical-Learning-Theory
The goal of statistical learning theory is to study, in a statistical
framework, the properties of learning algorithms. In particular,
most results take the form of so-called error bounds. This tutorial introduces
the techniques that are used to obtain such results.