Cracking the Code - Wireless Programming with J2ME
This book is based on the unique concept of cracking the code and mastering the technology.The technologies covered are J2ME version 1.0.2 and
the applications are also tested on version 1.0.3 Beta.
The goal of this project is to explore the idea of point-based
radiosity, which is a shooting radiosity technique suggested by Mark
Harris at UNC. The primary idea is that features available in
graphics hardware can be utilized to perform radiosity calculations.
Facilities such as flat shading, diffuse lighting, projective
textures, and mipmapping can be used to replace traditional numerical
solutions for radiosity.
This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley "bucket" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation while keeping the speed/space requirements.
非常實用,可移植用作實現跨平臺的嵌入式的內存分配機制.
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting.
This project can be of use beyond the given, rather boring forest adventure though. You can use it as a basis for developing your own adventure game with different, more interesting commands, areas, items, people and so on.
The package ope.adventure contains classes to describe the game world.
A new blind adaptive multiuser detection scheme based on a hybrid of Kalman filter and
subspace estimation is proposed. It is shown that the detector can be expressed as an anchored
signal in the signal subspace and the coefficients can be estimated by the Kalman filter using only
the signature waveform and the timing of the desired user.
A Java web application, based on Struts and Hibernate, that serves as an online running log. Users may enter information about workouts, and can track historical performance and data using web-based charts.
This documentation is based on the following versions:- pre-release of the wimax model developed by NIST (file patch-wimax-prerelease-092206)- ns-2.29
此程序是NS2下用C、C++編寫的,主要對Wimax 802.16d和802.16e的MAC層協議的仿真,壓縮文件內部有詳細的說明。
由于NS2運行在Linux下而且是對網絡的模擬,因此把它歸在Linux/網絡類中