OpenOffice.org document containing:
List of codes i have tested on a JinPeng C2000 mobile and their results.
Some Works, others not it is explained what code does if work.
They are introduced where you type digits when making a call, unless specify it is not necesary to press call, like for wellknown *#06# -> that shows IMEI.
OpenOffice.org document containing:
List of codes i have tested on a JinPeng C2000 mobile and their results.
Some Works, others not it is explained what code does if work.
They are introduced where you type digits when making a call, unless specify it is not necesary to press call, like for wellknown *#06# -> that shows IMEI.
Face Recognition Library
========================
Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more AI tools added for imaging optimization. Library Works great even for a low resolution web cam image and requires the user to align to a mirror frame on screen. Complete Source Code with Video capture and feature extraction kit for Registered Users.
Please register here for only $299 with Source Code :
http://www.research-lab.com/facerecognitionorder.htm
(c) www.research-lab.com
Interactive smoothing for time-series signals, with sliders that
allow you to adjust the smoothing parameters continuously
while observing the effect on your signal dynamically. Run
SmoothSliderTest to see how it Works.
Master the essentials of concurrent programming,including testing and debugging
This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills. Moreover, the textbook sets itself apart from other comparable Works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the POSIX Pthreads library, and the Windows Win32 Applications Programming Interface.
eye matching using Circular hough transform for eyedetection and precise eyes location. it is a very good code that Works on both grayscale and jpg image.
If a tree falls in the forest, and there s nobody there to hear, does it make a sound? This classic conundrum was coined by George Berkeley (1685-1753), the Bishop and influential Irish philosopher whose primary philosophical achievement is the advancement of what has come to be called subjective idealism. He wrote a number of Works, of which the most widely-read are Treatise Concerning the Principles of Human Knowledge (1710) and Three Dialogues between Hylas and Philonous (1713) (Philonous, the "lover of the mind," representing Berkeley himself).
This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola.
It Works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert
batch file.
This file can then be incorporated with fuzzy.asm to create a fuzzy inference engine.
Tool chain
----------
FUDGE -> Fuzzy Rules -> MC68HC11.ASM -> CONVERT.BAT -> RULES.ASM
-> MPASM FUZZY.ASM -> INTEL HEX
Fuzzy input registers
---------------------
current_ins 1..8 x 8-bit raw inputs
Fuzzy inference function
------------------------
FuzzyEngine
Fuzzy output registers
----------------------
cog_outs 1..8 x 8-bit raw outputs
Java Extreme Programming Cookbook offers more than just a collection of cut-and-paste code. Each recipe also includes explanations of how and why the approach Works, so you can adapt the techniques to similar situations. One of the biggest challenges facing developers today is sorting through the wide variety of tools available form various source and figuring out how to them effectively. The recipes in Java Extreme Programming Cookbook showcase how to use the most important features of these XP tools. Many of these tools are geared towards unit testing, while others are invaluable for continuous integration with these practical examples, you ll be able to choose the most effective tools to accomplish your goals, then implement them in a cohesive development environment quickly.