Search for: jni vba call sample code
Related Programming Resources
- Tutorial for the Java Context Awareness Framework (JCAF) This tutorial contains basic information on how to run and program JCAF version 1.5. The theoretical thoughts behind JCAF is described in the PERVASIVE 2005 paper [3]. More technical details of the design of JCAF is described in the technical report on JCAF [1]. Please read these documents as a
- Applying Genetic Algorithms to the Optimization of Production Planning in a Real-World Manufacturing Environment In this paper we present an optimization approach to a real-world production planning problem. Based on raw data that have been extracted from the Production, Planning and Control System of a company which produces special purpose vehicles and equipment, we have developed an architecture of an optimization system for production
- 2nd Edition YOUR FREE GUIDE TO PROGRAMMING RUBY Ruby is a cross-platform interpreted language which has many features in common with other ''scripting'' languages such as Perl and Python. However, its version of object orientation is more thorough than those languages and, in many respects, it has more in common with the great-granddaddy of ''pure'' OOP languages, Smalltalk.
- Java SE Development Kit (JDK) 7 Build b26 Java Platform, Standard Edition (Java SE, formerly known as J2SE) offers a complete environment for application development and deployment on desktops and servers. Java SE is also at home in today´s demanding Embedded and Real-Time environments. Java SE includes classes that support the development of Java Web Services and provides
- Getting started with NIO The new input/output (NIO) library was introduced with JDK 1.4. Picking up where original I/O leaves off, NIO provides high-speed, block-oriented I/O in standard Java code. By defining classes to hold data, and by processing that data in blocks, NIO takes advantage of low-level optimizations in a way that the