Writing efficient PHP
This tutorial targets the PHP developer who already understands PHP, but wants to write more efficient PHP code or to improve the performance of existing PHP applications. It is not intended as an introduction to PHP -- plenty of other resources are available for that. Rather, it assumes that you already have an installation of PHP available and are familiar with the basic PHP syntax. ...
More info Download (625) times
Matlab Compiler User's Guide
This book describes version 1.2 of the MATLAB Compiler. The MATLAB Compiler takes M-files as input and generates C or C++ source code as output. The MATLAB Compiler can generate these kinds of source code:
More info Download (277) times
Using The Java Native Interface
In this tutorial we illustrate how the Java Native Interface (JNI) can be used to permit Java programs to communicate with C programs. We begin by compiling the Java program and the C program at the command prompt (i.e. outside of Eclipse) using the MinGW gcc compiler. Once the programs are compiled and executing correctly, we show how the programs can be integrated into an Eclipse project using the CDT plugin.
More info Download (157) times
Generics in the Java Programming Language
You maybe familiar with similar constructs from other languages, most notably C++templates. If so, you'llsoon see that there are both similarities and important differences. If you are not familiar with look-a-alike constructs from elsewhere, all the better; you can start afresh, without unlearning any misconceptions. Generics allow ...
More info Download (152) times
Integrating Flex into Ajax applications
If you were looking forward to replacing all your Ajax content with Flex assets, your task would be much simpler. However, this is an unlikely and often unreasonable approach, because there are many reasons to preserve traditional Ajax functionality. ...
More info Download (142) times
AUTO-CODE Laser Tutorial
This tutorial introduced the basic operation of AUTO-CODE for programming a laser with subroutines. Topics included how to start the program, basic machining operations, how to define subroutines and how to translate the geometry into a tooling path. ...
More info Download (228) times
Communications Core Meets 3g Wireless Handset Challenges
THIRD-GENERATION (3G) mobile handsets may still be in the prototype stage, but analysts predict that by 2004, global sales of digital cellular handsets will be on the order of $994 million ( . 1) . While slated to offer a wide range of services, including voice, data, location assistance, audio, still pictures, and streaming video, these complex and multipurpose devices will form the foundation for applications and services that are yet to be imagined.
More info Download (178) times
Oracle Reports Tutorial 10 g (9.0.4)
In this tutorial, you will build a report for the Web using JSPs (JavaServer Pages) that displays the required information about employee salaries in each department. You will also create a graph so managers can see an overview of the data. At the end of the tutorial, we'll show you how to quickly generate a paper report based on the same data model.
More info Download (742) times
Optimizing Your Flex Applications
As highly optimized as Flex is, you have the responsibility as an application developer to keep an eye on the performance, memory management, and size of your Flex application. This chapter covers common tips and tricks that you can use to make sure you're creating a lean and mean Flex application. You find out how to make the SWF file, the output of your Flex application, as small as possible for production purposes and how to make your application use the least amount of memory and run as fast as possible.
More info Download (548) times