KBASIC is a BASIC like interpreter. It s implemented in C. The file includes the source code, executable and various .bas files as examples. To try write basic.exe and the name of one of the .bas files and KBASIC will interpret the file.
The second edition of WiMax Operator鈥檚 Manual includes most of the material from the first
edition, plus new discussions of
鈥?The ultra-high-speed mobile telephone standard, HSDPA
鈥?Ultrawideband (UWB)
鈥?Changes to DSL technologies
鈥?Mobile voice
鈥?Mobile entertainment
鈥?New backup systems ...
The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD devices. this is a SPI based initialization code in C which can be seamlessly ported to any architecture. I have also added the datasheet for easy reference
AVR-Ada aims to make the Ada part of gcc usable on AVR microcontrollers. This includes the three elements: - the Ada compiler - the Ada run time system - the AVR support library Some sample programs are provided as well.
The xapp851.zip archive includes the following subdirectories. The specific
contents of each subdirectory below:
\rtl - HDL design files
\sim - simulation files
\synth - Synthesis related files
\par - Place/Route related files
this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.