Simple GIS

GISプログラムの練習

2013-07-01から1ヶ月間の記事一覧

taffy

プロ

taffy

プログラム 結果

bean

package car; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;…

bean

package car; import java.io.Serializable; public class bean implements Serializable { private String artist=new String[9000]; private String title=new String[9000]; private int year=new int[9000]; private int month=new int[9000]; private i…

bean

package car; import java.io.Serializable; public class bean implements Serializable { private String artist=new String[9000]; int s,sx; private int artistnumber; public bean() { artistnumber=0; } public String getartist() { return artist; …

bean

package car; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;…

ファイル処理

package car; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;…

file

package car; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;…

file

package car; import java.io.*; public class file { String[] data=new String[50000]; int s,datanumber; void makedata(String file){ readfile(file); } void readfile(String file){ String str; BufferedReader br; s=0; try { br = new BufferedRead…

mysql code

package car; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;…

taffy

pro

oricon

linkpackage oricon; import tool.*; public class pro { int point=new int[100]; int number; public static void main(String args) { pro test=new pro(); } pro(){ oricon sub=new oricon(); sub.makedata("さだまさし"); number=sub.number; point=sub…

neo

package neo; import org.neodatis.odb.ODBFactory; import org.neodatis.odb.*; public class pro { public static void main(String[] args) { pro test=new pro(); } pro(){ Sport sport = new Sport("風"); Sport s2 = new Sport("水"); ODB odb = null;…

NOSQL2

package neo; import org.neodatis.odb.ODBFactory; import org.neodatis.odb.*; public class pro { String str; public static void main(String[] args) { pro test=new pro(); } pro(){ ODB odb = ODBFactory.open("mon.odb"); Objects sp = odb.getObje…

NOSQL

package neo; import org.neodatis.odb.ODBFactory; import org.neodatis.odb.*; public class pro { public static void main(String[] args) { pro test=new pro(); } pro(){ Sport sport = new Sport("風"); ODB odb = null; try { odb = ODBFactory.open…

livedoor

リンクpackage live2; import livedoor.article; public class pro { String urlx; int s,sx,datanumber; String data=new String[50000]; String article=new String[50000]; String str1,str2,str; int s1,s2; int page,articlenumber; String subtitle=ne…

テキスト

package fx01; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.control.TextField; import javafx.sce…

table

package fx01; import javafx.application.Application; import javafx.beans.property.SimpleDoubleProperty; import javafx.beans.property.SimpleIntegerProperty; import javafx.beans.property.SimpleStringProperty; import javafx.collections.FXColl…

table

package fx01; import javafx.application.Application; import javafx.beans.property.SimpleStringProperty; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.geometry.Insets; import javafx.scene.G…

TABLE

package fx01; import javafx.application.Application; import javafx.beans.property.SimpleStringProperty; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.geometry.Insets; import javafx.scene.G…

多角形

package fx01; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.layout.St…

Polygon

package fx01; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.layout.St…

復習 FX

package fx01; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.layout.St…

FX LINE

package fx01; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.layout.St…

コンビニの基本

package shop; public class pro { int shop=new int[501]; int s,shopnumber; int area=new int[501]; int n; double p=new double[501]; int subnumber; int card=new int[10]; int s1,s2; public static void main(String args) { pro test=new pro(); } …

オセロ

package othx; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.layout.StackPane; import javafx.stag…

地図

package map8; import tool.*; public class ren{ String data=new String[50000]; String article=new String[50000]; String name=new String[50000]; String pos=new String[50000]; int s,sx,datanumber,posnumber; String str; String str1,str2; int n…

conrrol

package fx8; import java.net.URL; import java.util.ResourceBundle; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control.*; public class mc implements Initializable { @FXML …

JAVAFX

package fx8; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; public class pro extends Application { @Override public void start(Stage s…

bing

propackage bing; public class pro { public static void main(String[] args) { pro test=new pro(); } pro(){ String str; bing sub=new bing(); str=sub.makedata("だーす","SKE48"); System.out.println(str); } }