GithubHelp home page GithubHelp logo

yixf-self / asgbook Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lakshmanok/asgbook

0.0 1.0 0.0 70.21 MB

Java code accompanying "Automating the Analysis of Spatial Grids" by Valliappa Lakshmanan, Springer, 2012

Shell 0.75% Gnuplot 0.06% R 0.80% Java 98.39%

asgbook's Introduction

(1) Unzip and place the software somewhere. Let's say you have it in 
INSTALL_DIR/autospatialgrids/lakshmanok-asgbook-xyz

(2) Do a web search and install the following software on your computer:
  (2.1) Java 1.6.0_18 or higher
  (2.2) Eclipse 3.5 or higher     [Optional]
  (2.3) Apache Ant 1.6 or higher  [Optional]

From Eclipse:
  (1) Launch Eclipse.  Set its workspace to be $INSTALL_DIR/autospatialgrids
  (2) In Eclipse, File | New | Project | Java Project from Ant build file
        Browse to and select $INSTALL_DIR/autospatialgrids/lakshmanok-asgbook-xyz/build.xml
  (3) Now you can right-click on any file with a "main" method and run it
      as a Java application

From Ant (on command-line):
  (1) Compile the software by typing:
             ant build
  (2) Run any class with a "main" method as follows (shown for the KalmanFilter as an example):
       java -cp build:lib/Jama-1.0.2.jar edu.ou.asgbook.motion.KalmanFilter

asgbook's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.