This manual describes omniidl, the omniORB IDL compiler. It is intended for developers
who wish to write their own IDL compiler back-ends, or to modify existing
ones. It also documents the design of the compiler front-end for those poor souls
who have to track the IDL specification.
This a simple hardware UART test program. It receives text lines over
the serial port and writes back a status msg with length and contents of
the buffer.
This simulation script set allows for an OFDM transmission to be
simulated. Imagetx.m generates the OFDM signal, saving it as a
windows WAV file. This allows the OFDM signal to be played out a sound
card and recorded back. Imagerx.m decodes the WAV to extract the
data.
settings.m contains all the common settings to specify all the
simulation parameters such as FFT size, number of carriers,
input data source file, input and output WAV files, etc.
First of all, the Applet-phone is a SIP User-Agent
with audio and text messaging capabilities. But i s also embedded in
an applet where you can use it as usual if your firewall allow you to
use the UDP transport. If not, you can use TCP to carry your voice in a
voice messaging fashion. Your voice is recorded and encoded locally
then sent as a message, decoded and played back by your peer. Voice
messaging allow you to go through any firewall, so that you can
continue to chat and talk with your friends from an applet !
Linux in a Nutshell, 5th Edition
By Stephen Figgins, Robert Love, Arnold Robbins, Ellen Siever, Aaron Weber
... ... ... ... ... ... ... .....
Publisher: O Reilly
Pub Date: July 2005
ISBN: 0-596-00930-5
Pages: 944
Over the last few years, Linux has grown both as an operating system and a tool for personal and business use. Simultaneously becoming more user friendly and more powerful as a back-end system, Linux has achieved new plateaus: the newer filesystems have solidified, new commands and tools have appeared and become standard, and the desktop--including new desktop environments--have proved to be viable, stable, and readily accessible to even those who don t consider themselves computer gurus.
C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and tools for writing code that s more robust, flexible, efficient, and maintainable. He shows you how to tame C++ s complexity, cut through its vast array of paradigms, take back control over your code--and get far better results
Using the UnderC Tokenizer Class
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp.
Tokenizer is a text-parsing input stream, modelled after the (undocumented)
VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
《JavaServer Faces》
In JavaServer Faces, developers learn how to use the new JavaServer Faces framework to build real-world web applications. The book contains everything you ll need: how to construct the HTML on the front end how to create the user interface components that connect the front end to your business objects how to write a back-end that s JSF-friendly and how to create the deployment descriptors that tie everything together. This book is a complete guide to the crucial new JSF technology.