Dr. Dobb s Journal - Issue 402 @ 2007 November
- Smart Compilers BUT SMART ENOUGH ?
- GRID-ENABLING YOUR APPS
- Building Desktop Apps Using Web Technologies
- JavaScript & Aspect-Oriented Programming
- C++ & Reusable Associations
*** A Programmer s MUST-READ magazine... ***
利用SyncML開發客戶端程序的中間件,J2ME版本。
This library is a collection of basic utilities for: object serialization
and persistence on the RMS, Logging and string manipulation.
This document describes the Funambol JavaME Common API library, which purpose is giving support and
providing basic functionalities to all the other components developed for the J2ME platform. These
functionalities are: a persistent data storage framework, a logging framework, a framework to read different
streams of byte, a thread monitoring system and a set of classes useful for data encoding and string
manipulation. This library may grow in future, as new functions will be seen as common to different J2ME
components.
javascript中文教程
<INPUT
TYPE="button"
NAME="objectName"
VALUE="buttonText"
[onClick="handlerText"]>
NAME specifies the name of the button object as a property of the enclosing form object and can be accessed using the name property. VALUE specifies the label to display on the button face and can be accessed using the value property.
許多 Web 站點都包括幾種多媒體和交互程,如數字視頻、數字音頻文件、MacromediaFlash 影片和 Java applet。因,Java Web 站點通常將這種內容集成在Servlet 和 JSP(JavaServer Page)中。本文將解釋在 Java Web 組件中嵌入多媒體的礎。這個過程包括在組件的 HTML 輸出中導入 object 和 embed 標記。
LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL and MySQL as backends. LiteSQL creates tables, indexes and sequences to database and upgrades schema when needed.
The aim of this book is to provide the reader with a thorough grounding in the General Packet Radio Service – GPRS.The introduction contains a basic review of GSM to ensure that the reader is clear on the main aspects of
circuit switched technology, as this will make the differences and advantages of packet oriented GPRS both more apparent and easier to understand.
PlotSphereIntensity(azimuth, elevation)
PlotSphereIntensity(azimuth, elevation, intensity)
h = PlotSphereIntensity(...)
Plots the intensity (as color) of a number of points on a unit sphere.
Input:
azimuth (phi), in degrees
elevation (theta), in degrees
intensity (optional, if not provided, a green sphere is produced)
All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated.
Output:
h - a handle to the patch object
The axes are also plotted:
positive x axis is red
positive y axis is green
positive z axis is blue