Size: px
Start display at page:

Download ""

Transcription

1 情 報 基 礎 論 テキスト 2011 年 度 版 群 馬 工 業 高 等 専 門 学 校 電 子 情 報 工 学 科 大 豆 生 田 利 章

2

3 c 2011 i (1) (2) Alt BS Ctrl Del Esc RET Shift SPC (3) \ (4) foo bar TEX American Mathematical Society PostScript Adobe Systems Inc. Windows XP Microsoft Corporation

4 ii c emacs UNIX tgif gnuplot Java Applet Java Applet Java Applet Java Applet L A TEX L A TEX L A TEX L A TEX A 52 B emacs 53 B B

5 c 2011 iii C UNIX 55 C.1 UNIX C D gnuplot 58 E Java Applet 60 E.1 NullPointerExeption F Java Applet 62 F F F F F G L A TEX 64 G G H HTML 68 I MS-Windows 70

6

7 c Solaris (1) Windows XP (2) (3) Solaris xs3 (xs4) (4) (1) (2) Windows XP

8 2 c emacs 1 UNIX emacs emacs B xs3% 4 emacs emacs % emacs % emacs filename 1.1 Ctrl -x Ctrl -c Ctrl -x x xs3 xs4 4 xs3% > # %

9 1.1 emacs c emacs emacs Ctrl -x Ctrl -w Write file: / 5 ( foo.txt Wrote /home/faculty/mame/foo.txt Ctrl -x Ctrl -s 5 6

10 4 c Wrote /home/faculty/mame/foo.txt Ctrl -b backward Ctrl -f forward Ctrl -p previous Ctrl -n next Ctrl -d Ctrl -k Ctrl -a 1 Ctrl -k Ctrl -y Ctrl -k Ctrl -y Ctrl -x u E:-- Ctrl -\ 1.2 -A E:** 1.2 emacs n Del

11 1.1 emacs c E: 7 Ctrl -i 8 Ctrl -f 9 Ctrl -\ K -AdE:** qq q 2 (1) emacs emacs % a2ps bar.txt /usr/ucb/lpr -Ppr3 % a2ps bar.txt /usr/ucb/lpr -Ppr4 7 8 Ctrl -o 9 Ctrl -b

12 6 c UNIX % ls 1 Sample.class Sample2.java example.tex test.aux Sample.java Sample2.java sample.obj test.dvi Sample.java example.aux sample1 test.log Sample2\$1.class example.dvi sample1 test.tex Sample2.class example.log sample2 test.tex Windows XP Windows XP cat 2 % cat sample1 sample1 3 1 more less % less sample1 RET 1 SPC 1 q less b 1 % ls -l sample1 -rw-r--r-- 1 mame faculty sample1 1 list 2 concatnate 3 Ctrl -d Ctrl -c

13 2.1 c l cp 4 % cp foo bar foo bar mv 5 % mv foo bar foo bar rm 6 % rm foo UNIX -i % rm -i foo 7 (1) (2) emacs tmp 8 (3) emacs tmp (4) tmp (5) tmp (6) tmp tmp1 (7) (8) tmp1 tmp2 (9) (10) tmp2 (11) tmp1 (12) 4 copy 5 move 6 remove 7 rm -i 8 tmp temporary

14 8 c UNIX / / cd 10 % cd [dir] [dir] % cd.. pwd 11 % pwd (1) (2) 1 (3) (4) (5) (6) /bin (7) (8) (9) /usr/local/bin (10) kisoron (11) kisoron 9 MS-Windows 10 change directory 11 process working directory

15 2.3 c * 0? 1 [ ] 1 { 1, 2 1 (12) kisoron (13) 2.3 UNIX ESC 2.1 ls ls e* e ls *txt ls??? txt 3 ls [bc]* b c ls {foo,bar* foo bar % history 5 %!5 12 %!! %!m m 13 % ls > filelist ls filelist 12 (-n) n 13

16 10 c UNIX (1) /bin a cp b 2 c m 4 d l s e rm mk (2) a b 2 c l

17 c tgif tgif OBJ.obj tgif.obj.obj % tgif foo.obj % tgif foo.obj File Save New Alt - Ctrl -s File Save Ctrl -s File Open Ctrl -o File Quit Ctrl -q 3.1 tgif 3.2 tgif Mode (1) 3.4 (2) (3) (4) (5) (6) (7)

18 12 c tgif 3.2 tgif

19 3.1 tgif c (8) (9) (10) (11) (12) 3.4 tgif

20 14 c Edit Delete Ctrl -x) Edit Duplicate Ctrl -d LineStyle LineWidth LineDash Fill Arrange Flop/Rotate Rotate Clock-Wise Arrange Flop/Rotate Rotate Counter Arrange Flop/Rotate Set Rotation Increment 45 Arrange Group Ctrl -g Arrange Ungroup Ctrl -u Arrange front Arrange back Layout -Grid Layout +Grid Layout VisibleGrid Layout Snap to Grid Layout Zoom ZoomIn

21 3.1 tgif c Layout Zoom ZoomOut Properties Text Size TextSize Properties Font Font Properties Text Style File Import PS (postscript) 1 foo.obj (1) tgif % tgif foo.obj (2) PS OBJ.obj.ps foo.ps a PrintMode PS 3.5 b File Print 2 Ctrl -p 3.6 (3) tgif % /usr/ucb/lpr -Ppr3 foo.ps % /usr/ucb/lpr -Ppr4 foo.ps (4) PS % rm foo.ps 3.5 tgif (1) 1 tgif EmergencySave.obj 2 Save Print

22 16 c tgif (2) PrintMode File Print 3.7 EPS PrintMode PS PS.ps PrintMode JPEG JPEG.jpeg PrintMode LATEX(EPS) EPS.eps PrintMode BM.xpm 3.7 tgif (EPS ) (1) (2) (3) (4) (5)

23 3.1 tgif c (6) (7) (8) (1) tgif 3.1.4

24 18 c gnuplot % gnuplot gnuplot gnuplot> gnuplot> exit gnuplot> quit plot y = 0.5x + 1 gnuplot> plot 0.5*x+1 / gnuplot> plot (1/2)*x+1 gnuplot> plot 0*x+1 gnuplot> plot x/2+1

25 4.1 gnuplot c gnuplot> plot (1.0/2.0)*x+1 ** y = x 3 x gnuplot> plot x**3-x y = sin x gnuplot> plot sin(x) D y = tan x y = x gnuplot> plot tan(x),x π < x < 2π y = cos x x pi π gnuplot> plot [-2*pi:2*pi] cos(x) π < x < π 2 < y < 2 y = cos x x y gnuplot> plot [-pi:pi][-2:2] cos(x) y 2 < y < 2 y = cos y x gnuplot> plot [][-2:2] cos(x) set x 20 < x < 20 gnuplot> set xrange [-20:20] y 10 < y < 20 gnuplot> set yrange [-10:20] autoscale y gnuplot> set autoscale y y x xy, z x xy z replot gnuplot> replot

26 20 c replot gnuplot> plot 0.2*x gnuplot> replot sin(x) y = 0.2x y = sin x splot z = sin x 2 + y 2 5 < x < 5 5 < y < 5 gnuplot> splot [-5:5][-5:5] sin(sqrt(x**2+y**2)) 2 3 gnuplot> set hidden3d gnuplot> set nohidden3d xy gnuplot> set contour base gnuplot> set nocontour gnuplot> set isosamples hogehoge gnuplot> set title "hogehoge" x nantoka gnuplot> set xlabel "nantoka" ylabel zlabel) y z x start incr end gnuplot> set xtics start, incr, end xtics ytics ztics y z gnuplot> set xtics xtics ytics ztics y z

27 4.1 gnuplot c gnuplot> set grid gnuplot> set nogrid PS UNIX lpr gnuplot foo.ps gnuplot> set terminal postscript gnuplot> set output "foo.ps" gnuplot> replot gnuplot> set terminal X11 set terminal postscript set ouput "foo.ps" replot set terminal X11 gnuplot % /usr/ucb/lpr -Ppr3 foo.ps % /usr/ucb/lpr -Ppr4 foo.ps PS % rm foo.ps gnuplot # # # x y #

28 22 c foo.dat foo1.dat foo2.dat gnuplot> plot "foo.dat" gnuplot> plot "foo.dat" with linespoints gnuplot> plot "foo.dat" with lines 2 gnuplot> plot "foo1.dat" with linespoints, "foo2.dat" with linewspoints gnuplot> plot "foo.dat" smooth csplines gnuplot> plot "foo.dat" smooth unique gnuplot> plot "foo.dat" smooth bezier set terminal EPS OBJ PBM gnuplot> set terminal postscript eps gnuplot> set terminal tgif gnuplot> set terminal pbm (1) gnuplot

29 c Java Applet Java Applet Java Java Applet (appletviewer) 5.1 Java Applet Java Applet Java Applet (1) Java Applet 1 Sample.java import java.applet.*; import java.awt.*; /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { public void paint(graphics g) { (2) 2 % javac Sample.java (3) 3 (4) % appletviewer Sample.java Sample.class

30 24 c E Java Applet <applet code="sample" width=600 height=200> <applet code="sample" width=600 height=200> public class Sample extends Applet { Sample Example.java <applet code="example" width=600 height=200> public class Example extends Applet { g.drawoval(200, 0, 200, 200); (200, 0) x y 5.1 g Graphics g drawoval g 2 import java.applet.*; import java.awt.*; // // AP00000 /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { public void paint(graphics g) { g.drawoval(200, 0, 200, 200); // drawoval filloval

31 5.1 Java Applet c Java Apllet import java.applet.*; import java.awt.*; // AP00000 /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { public void paint(graphics g) { g.filloval(200, 0, 200, 200); F setcolor import java.applet.*; import java.awt.*; // AP00000 /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { public void paint(graphics g) { g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // F.2 setbackground import java.applet.*;

32 26 c import java.awt.*; // AP00000 /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { public void paint(graphics g) { setbackground(color.gray); // g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // import java.applet.*; import java.awt.*; // AP00000 /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { public void paint(graphics g) { setbackground(color.gray); // g.setcolor(color.blue); // g.filloval(0, 0, 200, 200); g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // g.setcolor(color.red); // g.filloval(400, 0, 200, 200); (1) Java Applet % a2ps bar.java /usr/ucb/lpr -Ppr3 % a2ps bar.java /usr/ucb/lpr -Ppr4

33 5.2 Java Applet c Java Applet init addmouselistener init 1 addmouselistener import java.awt.event.*; F.5 import java.applet.*; import java.awt.*; import java.awt.event.*; // // AP00000 /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { public void init() { // addmouselistener(new MouseAdapter() { // // public void mousepressed(mouseevent me) { // setbackground(color.gray); // repaint(); // public void mousereleased(mouseevent me) { // setbackground(color.green); // repaint(); // ); // addmouselistener // init public void paint(graphics g) { g.setcolor(color.blue); // g.filloval(0, 0, 200, 200); g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // g.setcolor(color.red); // g.filloval(400, 0, 200, 200);

34 28 c me.getpoint() 4 // AP00000 import java.applet.*; import java.awt.*; import java.awt.event.*; // /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { Point p; // p.x x p.y y public void init() { // setbackground(color.gray); // addmouselistener(new MouseAdapter() { // // public void mousepressed(mouseevent me) { // p = me.getpoint(); // repaint(); ); // addmouselistener // init public void paint(graphics g) { g.setcolor(color.blue); // g.filloval(0, 0, 200, 200); g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // g.setcolor(color.red); // g.filloval(400, 0, 200, 200); g.setcolor(color.white); // g.filloval(p.x, p.y, 10, 10); // F // AP00000 import java.applet.*; import java.awt.*; 4

35 5.3 Java Applet c import java.awt.event.*; // /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { Point p; // p.x x p.y y int counter; // public void init() { // counter = 0; // 0 setbackground(color.gray); // addmouselistener(new MouseAdapter() { // // public void mousepressed(mouseevent me) { // counter++; // 1 p = me.getpoint(); // repaint(); ); // addmouselistener // init public void paint(graphics g) { g.setcolor(color.blue); // g.filloval(0, 0, 200, 200); g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // g.setcolor(color.red); // g.filloval(400, 0, 200, 200); g.setcolor(color.white); // g.filloval(p.x, p.y, 10, 10); // g.setfont(new Font("Serif", Font.BOLD, 36)); // g.drawstring(counter + "", 0, 200); // (1) Java Applet 5.3 Java Applet update 3 // AP00000

36 30 c import java.applet.*; import java.awt.*; import java.awt.event.*; // /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { Point p; // p.x x p.y y int counter; // public void init() { // counter = 0; // 0 setbackground(color.gray); // addmouselistener(new MouseAdapter() { // // public void mousepressed(mouseevent me) { // counter++; // 1 p = me.getpoint(); // repaint(); ); // addmouselistener // init public void paint(graphics g) { g.setcolor(color.blue); // g.filloval(0, 0, 200, 200); g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // g.setcolor(color.red); // g.filloval(400, 0, 200, 200); g.setcolor(color.white); g.filloval(p.x, p.y, 10, 10); // g.setfont(new Font("Serif", Font.BOLD, 36)); // g.drawstring(counter + "", 0, 200); // // public void update(graphics g) { paint(g); if if () () { 4

37 5.3 Java Applet c // AP00000 import java.applet.*; import java.awt.*; import java.awt.event.*; // /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { int counter; // public void init() { // counter = 0; // 0 setbackground(color.gray); // addmouselistener(new MouseAdapter() { // // public void mousepressed(mouseevent me) { // counter++; // 1 repaint(); ); // addmouselistener // init public void paint(graphics g) { if (counter%4 == 0) { // 4 0 g.setcolor(color.blue); // g.filloval(0, 0, 200, 200); if (counter%4 == 1) { // 4 1 g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // if (counter%4 == 2) { // 4 2 g.setcolor(color.red); // g.filloval(400, 0, 200, 200); g.setcolor(color.white); g.setfont(new Font("Serif", Font.BOLD, 36)); g.drawstring(counter + "", 0, 200); // Java (x >= 0)&&(x < 20) x 0 x 20 // AP00000 import java.applet.*;

38 32 c Java ==!= > < >= <= && import java.awt.*; import java.awt.event.*; // /* <applet code="sample" width=600 height=200> </applet> */ public class Sample extends Applet { Point p; // p.x x p.y y int counter; // public void init() { // counter = 0; // 0 setbackground(color.gray); // addmouselistener(new MouseAdapter() { // // public void mousepressed(mouseevent me) { // counter++; // 1 repaint(); ); // addmouselistener // init public void paint(graphics g) { if ((counter%10 < 2) (8 <= counter%10)) { g.setcolor(color.blue); // g.filloval(0, 0, 200, 200); if ((2 <= counter%10)&&(counter%10 < 3)) { g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // if ((3 <= counter%10)&&(counter%10 < 8)) { g.setcolor(color.red); // g.filloval(400, 0, 200, 200);

39 5.4 Java Applet c g.setcolor(color.white); g.setfont(new Font("Serif", Font.BOLD, 36)); g.drawstring(counter + "", 0, 200); // (1) Java Applet 5.4 Java Applet while(true) Thread.sleep(1000); 1000 counter++; 1 counter // AP00000 import java.applet.*; import java.awt.*; import java.awt.event.*; // /* <applet code="sample" width=600 height=200> </applet> */ // implements Runnable public class Sample extends Applet implements Runnable { Thread t; // int counter; // public void init() { // counter = 0; setbackground(color.gray); // t = new Thread(this); // t.start(); // // run() // init

40 34 c public void run() { // t.start() try { // while(true) { // Thread.sleep(1000); // 1000 counter++; // repaint(); // // while // try catch (Exception e) { // // // catch // run public void paint(graphics g) { if ((counter%10 < 2) (counter%10 >= 8)) { g.setcolor(color.blue); // g.filloval(0, 0, 200, 200); if ((2 <= counter%10)&&(counter%10 < 3)) { g.setcolor(color.yellow); // g.filloval(200, 0, 200, 200); // if ((3 <= counter%10)&&(counter%10 < 8)) { g.setcolor(color.red); // g.filloval(400, 0, 200, 200); g.setcolor(color.white); g.setfont(new Font("Serif", Font.BOLD, 36)); g.drawstring(counter + "", 0, 200); // // paint Java Applet (1) Java Applet 5 stop destroy

41 5.4 Java Applet c Java Applet

42 36 c L A TEX 1 2 L A TEX 6.1 L A TEX (1) L A TEX % cp mame/example.tex /example.tex (2) example.dvi % platex example.tex (3) % xdvi example.dvi (4)? % platex example.tex % xdvi example.dvi (1) foo.tex 3 % emacs foo.tex (2) foo.tex \begin{document \end{document LATEX.tex

43 6.1 L A TEX c \documentclass[a4paper]{jarticle \begin{document % % \end{document (3) L A TEX % platex foo.tex a b x Ctrl -d c (1) d foo.dvi, foo.aux foo.log (4) dvi % xdvi foo.dvi (1) PS fig \maketitle \documentclass[a4paper]{jarticle \title{ \LaTeX % \author{ % \date{2007/8/6 % \begin{document \maketitle % % % \LaTeX \end{document \LaTeX L A TEX L A TEX G.1

44 38 c L A TEX 3 (1) (2) (3) \documentclass[a4paper]{jarticle \title{ \LaTeX % \author{ % \date{2007/8/6 % \begin{document \maketitle % \begin{enumerate \item \item \item \item \item \end{enumerate \begin{itemize \item \item \end{itemize \begin{description \item[1962 ] \item[1966 ] \item[1987 ] \item[1992 ] \item[1995 ] \item[1997 ] \item[2003 ] \end{description \end{document \section \subsection \documentclass[a4paper]{jarticle \title{ \LaTeX %

45 6.1 L A TEX c \author{ % \date{2007/8/6 % \begin{document \maketitle % \section{ \subsection{ \begin{enumerate \item \item \item \item \item \end{enumerate \subsection{ \begin{itemize \item \item \end{itemize \subsection{ \begin{description \item[1962 ] \item[1966 ] \item[1987 ] \item[1992 ] \item[1995 ] \item[1997 ] \item[2003 ] \end{description \end{document dvi dvi foo.dvi % dvips -f foo.dvi /usr/ucb/lpr -Ppr3 % dvips -f foo.dvi /usr/ucb/lpr -Ppr4 (1) 1 L A TEX

46 40 c L A TEX $ \[ \] \ begin{equation \ end{equation \documentclass[a4paper]{jarticle \title{ \LaTeX % \author{ % \date{2007/8/6 % \begin{document \maketitle % $a xˆ{2 + b x + c = 0$ \[ a xˆ{2 + b x + c = 0\] \begin{equation a xˆ{2 + b x + c = 0 \end{equation $a xˆ{2 + b x + c = 0$ \[ x = \frac{-b \pm \sqrt{bˆ{2-4 a c{2 a \] \end{document xˆ{y x y \frac{a{b a b \sqrt{x x \pm ± G.2 1 n \sqrt[n]{ \[ \sqrt[3]{8 = 2\] 3 8 = 2 2 \cdots \[ n! = 1 \times 2 \times \cdots \times n \] n! = 1 2 n 3 \sum ˆ{ _{ 4 4

47 6.2 L A TEX c \[ \sum_{i=1ˆ{n a_{i = a_{1 + a_{2 + \cdots + a_{n \] n a i = a 1 + a a n i=1 \left \right 8 \[ \cos \frac{\pi{3 = \cos (-\frac{\pi{3) = \cos \left(-\frac{\pi{3\right) = \frac{1{2 \] cos π ( 3 = cos( π 3 ) = cos π ) = \lim \[ \lim_{n \to \infty \left(1 + \frac{1{n\right)ˆ{n = e \] ( lim n = e n n) \int \, \[ \int_{0ˆ{\infty \exp(-xˆ{2) \,dx = \frac{\sqrt{\pi{2\] π exp( x 2 ) dx = 2 \begin{array \end{array \\ & {ccc 3 5 \[ \left(\begin{array{ccc a_{11 & a_{12 & a_{13 \\ a_{21 & a_{22 & a_{23 \\ a_{31 & a_{32 & a_{33 \end{array \right) \] a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33. \[ \left\{\begin{array{l x + y = 2 \\ xˆ2 + xy + yˆ2 = 5 \end{array \right. \] 9 { x + y = 2 x 2 + xy + y 2 = 5 \mathrm \[ q = 1.6 \times 10ˆ{-19 \,\mathrm{c \] q = C (1) L A TEX 5 c l r

48 42 c L A TEX L A TEX EPS tgif EPS gnuplot EPS foo.eps EPS L A TEX \documentclass[a4paper]{jarticle \usepackage{graphicx % \title{ \LaTeX \author{ \date{2007/8/6 \begin{document \maketitle \begin{figure[htbp] \begin{center % \includegraphics{foo.eps % foo.eps \caption{tgif % \label{fig:foo % \end{center \end{figure \end{document \includegraphics{foo.eps % foo.eps \includegraphics[scale=0.9]{foo.eps % 0.9 \includegraphics[width=5cm]{foo.eps % 5cm \includgraphics 7 \includegraphics{benzen.eps 6 7

49 6.3 L A TEX c \label \ref \documentclass[a4paper]{jarticle \usepackage{graphicx % \title{ \LaTeX \author{ \date{2007/8/6 \begin{document \maketitle \ref{fig:foo tgif \begin{figure[htbp] \begin{center % \includegraphics{foo.eps % foo.eps \caption{tgif % \label{fig:foo \end{center \end{figure \end{document 8 9 \documentclass[a4paper]{jarticle \title{ \LaTeX \author{ \date{2007/8/6 \begin{document \maketitle (\ref{eq:euler) \begin{equation \exp (i \theta) = \cos \theta + i \sin \theta \label{eq:euler \end{equation \end{document (1) tgif gnuplot L A TEX 8? 9?

50 44 c L A TEX \documentclass[a4paper]{jarticle \title{ \LaTeX \author{ \date{2007/8/6 \begin{document \maketitle {\large {\Large {\small {\footnotesize \textgt{ \textbf{boldface \textit{italic \textsf{sans Serif \end{document abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz \mathrm \mathbf \mathsf \documentclass[a4paper]{jarticle \title{ \LaTeX \author{ \date{2007/8/6 \begin{document \begin{table \caption{ % \label{tab:jikanwari % \begin{center % \begin{tabular{ c c c \hline % & & \\

51 6.4 L A TEX c I A I \hline & & \\ \hline & & \\ \hline & I & \\ \hline A & I & \\ \hline \end{tabular \end{center \end{table \end{document \begin{tabular \end{tabular { c c c (1) 1 3 (2) 10 (3) ( ) \\ \hline \ref{tab:jikanwari \begin{thebibliography{9 \bibitem{cameron D. Cameron \& B. Rosenblatt \& E. Raymond GNU Emacs \bibitem{takeda UNIX 2003 \end{thebibliography 11 \begin{thebibliography{ c r l 11 71

52 46 c \bibitem{cameron Cameron \cite{cameron [1] (1) 2 3 L A TEX

53 c HTML public html public html o+x % cd % mkdir public_html % chmod 755 public_html % chmod o+x public html HTML HTML <html> <head> <title> </title> </head> <body> <h1> </h1> </body> </html>

54 48 c < > HTML <html> </html> HTML 1 HTML <head> </head> <body> </body> <title> </title> <hn > </hn > n 1 6 H HTML 3 <ul> </ul> <li> </li> <ol> </ol> <li> </li> <dl> </dl> <dt> </dt> <dd> </dd> URI <a href="uri">anchor</a> ANCHOR <a href=" </a> foo.jpg <img src ="foo.jpg"> <table border="2"> <caption> </caption> <tbody> <tr><th> </th><th> </th><th> </th></tr> 1 </html>

55 7.1 c <tr><td> </td><td> </td><td> </td></tr> <tr><td> </td><td> </td><td> I</td></tr> <tr><td> </td><td> I</td><td> </td></tr> <tr><td> A</td><td> I</td><td></td></tr> </tbody> </table> Java Applet WWW Java Applet Java Applet <applet code="sample" width=200 height=200> </applet> (1) % cd /public_html (2) HTML % emacs mypage.html (3) URI UID/mypage.html UID ID (4) (5) (1) % a2ps mypage.html /usr/ucb/lpr -Ppr3 % a2ps mypage.html /usr/ucb/lpr -Ppr4

56 50 c 2011 A UNIX UNIX Windows X H: Windows2000 USB UNIX Windows X UNIX Windows XP Windows XP (1) TeraPad (2) UNIX Windows XP SHIFT-JIS CR+LF Windows XP UNIX EUC LF (3) UNIX nkf nkf (1) foo.txt EUC SHIFT-JIS bar.txt % nkf -s foo.txt > bar.txt (2) foo.txt SHIFT-JIS EUC bar.txt % nkf -e foo.txt > bar.txt

57 c B emacs B.1 Ctrl -x Ctrl -c Ctrl -g Ctrl -x Ctrl -s Ctrl -x Ctrl -w Ctrl -x f Ctrl -x i 1 Ctrl -b 1 Ctrl -f Ctrl -p Ctrl -n Ctrl -a Ctrl -e 1 Ctrl -v 1 Esc v Esc < Esc > 1 Ctrl -d Ctrl -k Del Ctrl -y Ctrl -u 2 Ctrl -x 2 Ctrl -x o Ctrl -x 0 Ctrl -h T

58 52 c 2011 B emacs B.2 B.2.1 Ctrl -\ SPC SPC Ctrl -n Ctrl -p RET B.2.2 n Del Ctrl -d Ctrl -b Ctrl -f Ctrl -a Ctrl -e K qq B.2.3 SPC SPC Ctrl -n Ctrl -p RET Ctrl -i Ctrl -o Ctrl -f Ctrl -b H K DEL Ctrl -c

59 c C UNIX file dir command C.1 UNIX man command ls file ls -l file ls -F file \ * 1 ls -a file ls dir dir cat file cat file1 file2 file1 file2 more file 1 less file 1 wc file od -b file 8 od -c file od -C file cp file1 file2 file1 file2 cp -i file1 file2 file2 2 mv file dir file dir 1 ls 2 cp

60 54 c 2011 C UNIX mv old file new file old file new file mv old file new file new file 3 rm file rm -i file 4 mkdir dir rmdir dir cd dir dir cd.. cd pwd chmod o-r file (o) file (r) (-) chmod g-r file (g) file (r) (-) chmod u-w file (u) file (w) (-) chmod u+x file (u) file (x) (+) nkf -s file SJIS nkf -e file EUC nkf -c -s file SJIS nkf -d -e file EUC ps kill pid pid ps kill -TERM pid C.2 Esc history!! 3 mv 4 rm

61 C.2 c !n n!c c command > file command file command >> file command file command1 command2 command1 command2 command & command

62 56 c 2011 D gnuplot abs(x) x acos(x) arccos x acosh(x) cosh 1 x arg(x) arg x asin(x) arcsin x asinh(x) sinh 1 x atanx(x) arctan x atan2(y, x) arctan y x atanh(x) tanh 1 x besj0(x) 0 J 0 (x) besj1(x) 1 J 1 (x) besy0(x) 0 Y 0 (x) besy1(x) 1 Y 1 (x) ceil(x) 1 x cos(x) cos x cosh(x) cosh x erf(x) Erf(x) erfc(x) Erfc(x) exp(x) exp x floor(x) 2 x gamma(x) Γ(x) ibeta(p, q, x) B x (p, q) invertf(x) igamma(a, x) Γ(a, x) imag(x) Ix invnorm(x) int(x) x 1 x 2 x

63 c lgamma(x) log e Γ(x) log(x) log e x log10(x) log 10 x norm(x) Φ(x) rand(x) real(x) Rx sgn(x) sgn x sin(x) sin x sinh(x) sinh x sqrt(x) x tan(x) tan x tanh(x) tanh x Erf(x) = 2 x e t2 dt π 0 Erfc(x) = 2 e t2 dt = 1 Erf(x) π Γ(x) = B x (p, q) = Γ(a, x) = 0 x 0 x x Φ(x) = 1 π x t x 1 e t dt t p 1 (1 t) q 1 dt t a 1 e t dt e t2 dt (D.1) (D.2) (D.3) (D.4) (D.5) (D.6)

64 58 c 2011 E Java Applet javac Ex00.java:10: ; g.drawstring("hello World", 10, 100) Ex00.java 10 ; \12288 \65371 { \65373 class interface XXXX public XXXX.java class XXXX <identifier> ˆ E.1 NullPointerExeption NullPointerExeption g.drawoval(p.x, p.y, 10, 10);

65 E.1 NullPointerExeption c if (p!= null) { g.drawoval(p.x, p.y, 10, 10);

66 60 c 2011 F Java Applet F.1 g.drawarc(x, y, w, h, d0, d1); (x, y) w h d0 d1 x g.drawline(x0, y0, x1, y1); (x0, y0) (x1, y1) g.drawoval(x, y, w, h); (x, y) w h g.drawrect(x, y, w, h); (x, y) w h g.drawstring(str, x, y); str (x, y) g.fillarc(x, y, w, h, d0, d1); (x, y) w h d0 d1 x g.filloval(x, y, w, h); (x, y) w h g.fillrect(x, y, w, h); (x, y) w h F.2 g.setcolor(color.black); g.setcolor(color.blue); g.setcolor(color.cyan); g.setcolor(color.darkgray); g.setcolor(color.gray); g.setcolor(color.green); g.setcolor(color.lightgray); g.setcolor(color.magenta); g.setcolor(color.orange); g.setcolor(color.pink); g.setcolor(color.red); g.setcolor(color.white);

67 F.3 c g.setcolor(color.yellow); F.3 g.setfont(new Font(name, style, ps)); name Serif, SansSerif, Monospaced, Dialog, DialogInput, Symbol style Font.BOLD, Font.ITALIC, Font.PLAIN ps F.4 Math.cos(x) cos x Math.exp(x) exp x Math.log(x) log e x Math.pow(x, y) Math.random() x y Math.sin(x) sin x Math.sqrt(x) x Math.tan(x) tan x F.5 { public void mouseclicked(mouseevent me) { public void mouseentered(mouseevent me) { public void mouseexited(mouseevent me) { public void mousepressed(mouseevent me) { public void mousereleased(mouseevent me) {

68 62 c 2011 G LATEX G.1 G.1 G.3 L A TEX G.1 # \# $ \$ % \% & \& \ { \{ \ \S \P \dag \ddag c \copyright \pounds œ \oe Œ \OE æ \ae Æ \AE å \aa Å \AA ø \o Ø \O ł \l Ł \L ß \ss?! ı \i \j * \, \, R \textregistered TM \texttrademark \textvisiblespace \ \textbackslash \textasciitilde ˆ \textasciicircum G.2 TEX \TeX L A TEX \LaTeX L A TEX 2ε \LaTeXe G.2 L A TEX G.4 G.12

69 G.2 c G.3 ò \ {o ó \ {o ô \ˆ{o ö \ {o õ \ {o ō \= {o ȯ \. {o ŏ \u {o ǒ \v {o ő \H {o oo \t {oo o \c {o ọ \d {o ō \b {o å \r {a G.4 α \alpha β \beta γ \gamma δ \delta ɛ \epsilon ζ \zeta η \eta θ \theta ι \iota κ \kappa λ \lambda µ \mu ν \nu ξ \xi π \pi ρ \rho σ \sigma τ \tau υ \upsilon φ \phi χ \chi ψ \psi ω \omega Γ \Gamma \Delta Θ \Theta Λ \Lambda Ξ \Xi Π \Pi Σ \Sigma Υ \Upsilon Φ \Phi Ψ \Psi Ω \Omega G.5 arcsin \arcsin arccos \arccos arctan \arctan arg \arg cos \cos cosh \cosh cot \cot coth \coth csc \csc deg \deg det \det dim \dim exp \exp gcd \gcd hom \hom inf \inf ker \ker lg \lg lim \lim lim inf \liminf lim sup \limsup ln \ln log \log max \max min \min Pr \Pr sec \sec sin \sin sinh \sinh sup \sup tan \tan tanh \tanh G.6 (x) (x) {x \{ x \ x \lceil x \rceil [x] [x] x \lfloor x \rfloor x \langle x \rangle / / \ \backslash \

70 64 c 2011 G L A TEX G.7 ± \pm \mp \times \div \ast \star \circ \bullet \cdot \cap \cup \uplus \sqcap \sqcup \vee \wedge \ \setminus \wr \bigtriangleup \bigtriangledown \triangleleft \triangleright \oplus \ominus \otimes \oslash \odot \bigcirc \dagger \ddagger \amalg G.8 \leq \prec \perceq \ll \subset \subseteq \sqsubseteq \in \vdash \geq \succ \succeq \gg \supset \supseteq \ni \dashv \equiv \sim \simeq \asymp \approx = \cong \neq. = \doteq \propto = \models \mid \parallel \smile \frown \bowtie G.9 \leftarrow \Leftarrow \rightarrow \Rightarrow \leftrightarrow \Leftrightarrow \mapsto \hookleftarrow \leftharpoonup \leftharpoondown \rightleftharpoons \longleftarrow = \Longleftarrow \longrightarrow = \Longrightarrow \longmapsto \hookrightarrow \rightharpoonsup \rightharpoonsdown \uparrow \Uparrow \downarrow \Downarrow \updownarrow \Updownarrow \nearrow \searrow \swarrow \nwarrow

71 G.2 c G.10 ℵ \aleph \hbar ı \imath j \jmath l \ell \wp R \Re I \Im \prime \emptyset \nabla \surd \top \bot \ \angle \forall \exists \neg \flat \natural \sharp \ \backslash \partial \infty \diamond \triangle \clubsuit \diamondsuit \heartsuit \spadesuit G.11 á \acute{a à \grave{a â \hat{a ã \tilde{a ā \bar{a a \vec{a ȧ \dot{a ä \ddot{a ǎ \check{a ă \breve{a G.12 { { x + y \overline{ x+y x + y \overbrace{ x+y x + y \underline{ x+y x + y \underbrace{ x+y {{ xyz \widehat{ xyz xyz \widetilde{ xyz OA \overrightarrow{\mathrm{oa OA \overleftarrow{\mathrm{oa

72 66 c 2011 H HTML HTML <html>,</html> HTML <head>,</head> <title>,</title> <body>,</body> <hn>,</hn> n 1 6 <p>,</p> </p> <hr> <br> <pre>,</pre> <ul>,</ul> <li> <ol>,</ol> <li> <dl>,</dl> <dt> <dd> <li>,</li> </li> <dt>,</dt> </dt> <dd>,</dd> </dd> <a href= URL ANCHOR</a> ANCHOR URL <!-- --> -- <em>,</em> <strong>,</strong> <sub>,</sub> <sup>,</sup> <table>,</table> <table border= n > n <tbody>,</tbody> <tr>,</tr> <th>,</th> <td>,</td> <caption>,</caption> <table>

73 c <img src= foo.jpg > foo.jpg <img src= foo.jpg width= n > foo.jpg n <img src= foo.jpg alt= hogehoge > foo.jpg hogehoge

74 68 c 2011 I MS-Windows MS-Windows Emacs Emacs MS-Windows Meadow NTEmacs URI L A TEX [5] CD-ROM gnuplot URI Choose Font MS Upadte... Java URI

75 c [1] D. Cameron & B. Rosenblatt & E. Raymond GNU Emacs [2] UNIX 2003 [3] UNIX 2002 [4] UNIX 1998 [5] 4 L A TEX 2ε 2007 [6] Java [7] GNUPLOT 2000 [8] C. Musciano & B. Kennedy HTML & XHTML

MediaWiki for Kisorigaku

MediaWiki for Kisorigaku MediaWiki for Kisorigaku 22 10 1 1 Kisorigaku 5 1.1... 6... 6... 6 2 MediaWiki 7 2.1... 8... 8... 8... 8 2.2... 9... 9... 10... 10... 10..................................... 11 3 13 3.1... 14... 14...

More information

cpall.dvi

cpall.dvi 137 A L A TEX LATEX 1 TEX 2 (American Mathematical Society) L A TEX L. Lamport, L A TEX: a Document Preparation System, Addison Wesley (1986). Edgar Cooke, L A TEX (1990). LATEX2 ε (2003). LATEX A.1 L

More information

プレゼン資料 - MathML

プレゼン資料 - MathML MathML2006.03 MathML MathML2006.03-0.1 MathML 2 URL http://www.hinet.mydns.jp/~hiraku/presentation/?mathml2006.03 MathML2006.03-0.2 1. 1. Web MathML 2. MathML 3. CMS Wiki 2. CMS + MathML = 1. tdiary Hiki

More information

1.5,. ( A, 7, * ) Emacs,., <Return>., <Delete>. <Delete>, Delete. <Delete>,. 1.6,.,, Emacs.,. ( ), ( ),,. C-x,., Emacs.,. C-x C-f ( )... C-x C-s. Emac

1.5,. ( A, 7, * ) Emacs,., <Return>., <Delete>. <Delete>, Delete. <Delete>,. 1.6,.,, Emacs.,. ( ), ( ),,. C-x,., Emacs.,. C-x C-f ( )... C-x C-s. Emac L A TEX 1 1.1 Emacs Emacs, (, CTRL, CTL ) (, )., CONTROL META,. C-< >, < >., C-f, f. ESC < >, < >. < >,. Emacs, C-x C-c.,. C-v. ESC v. 1.2., (previous) (next) (forward) (backward)., C-p, C-n, C-f, C-b,.

More information

visit.dvi

visit.dvi L A TEX 1 L A TEX 1.1 L A TEX,. L A TEX,. ( Emacs). \documentclass{jarticle} \begin{document} Hello!!, \LaTeX Hello!!, L A TEX L A TEX2ε. \LaTeXe. \end{document},. \, L A TEX. L A TEX. \LaTeX L A TEX..

More information

1.2 L A TEX 2ε Unicode L A TEX 2ε L A TEX 2ε Windows, Linux, Macintosh L A TEX 2ε 1.3 L A TEX 2ε L A TEX 2ε 1. L A TEX 2ε 2. L A TEX 2ε L A TEX 2ε WYS

1.2 L A TEX 2ε Unicode L A TEX 2ε L A TEX 2ε Windows, Linux, Macintosh L A TEX 2ε 1.3 L A TEX 2ε L A TEX 2ε 1. L A TEX 2ε 2. L A TEX 2ε L A TEX 2ε WYS L A TEX 2ε 16 10 7 1 L A TEX 2ε L A TEX 2ε TEX Stanford Donald E. Knuth 1.1 1.1.1 Windows, Linux, Macintosh OS Adobe Acrobat Reader Adobe Acrobat Reader PDF 1.1.2 1 1.2 L A TEX 2ε Unicode L A TEX 2ε L

More information

L A TEX Copyright c KAKEHI Katsuhiko All Rights Reserved 1 L A TEX \documentstyle[< >]{jarticle} \title{< >} \author{< >} \date{< >} < > \be

L A TEX Copyright c KAKEHI Katsuhiko All Rights Reserved 1 L A TEX \documentstyle[< >]{jarticle} \title{< >} \author{< >} \date{< >} < > \be L A TEX Copyright c KAKEHI Katsuhiko 1996-1998 All Rights Reserved 1 L A TEX \documentstyle[< >]{jarticle} \title{} \author{< >} \date{} \begin{document} \end{document} article jarticle report jreport

More information

web04.dvi

web04.dvi 4 MATLAB 1 visualization MATLAB 2 Octave gnuplot Octave copyright c 2004 Tatsuya Kitamura / All rights reserved. 35 4 4.1 1 1 y =2x x 5 5 x y plot 4.1 Figure No. 1 figure window >> x=-5:5;ψ >> y=2*x;ψ

More information

L A TEX ver L A TEX LATEX 1.1 L A TEX L A TEX tex 1.1 1) latex mkdir latex 2) latex sample1 sample2 mkdir latex/sample1 mkdir latex/sampl

L A TEX ver L A TEX LATEX 1.1 L A TEX L A TEX tex 1.1 1) latex mkdir latex 2) latex sample1 sample2 mkdir latex/sample1 mkdir latex/sampl L A TEX ver.2004.11.18 1 L A TEX LATEX 1.1 L A TEX L A TEX tex 1.1 1) latex mkdir latex 2) latex sample1 sample2 mkdir latex/sample1 mkdir latex/sample2 3) /staff/kaede work/www/math/takase sample1.tex

More information

2 (2) WinShell 2 (3) WinShell L A TEX ( ) ( ) 2 1 L A TEX.tex L A TEX WinShell (4) WinShell 2 L A TEX L A TEX DVI DeVice Independent (5) WinShell 2 DV

2 (2) WinShell 2 (3) WinShell L A TEX ( ) ( ) 2 1 L A TEX.tex L A TEX WinShell (4) WinShell 2 L A TEX L A TEX DVI DeVice Independent (5) WinShell 2 DV 1 L A TEX 2014 1 L A TEX [ 1 ] 1 : L A TEX 1.1 L A TEX L A TEX ( ) L A TEX L A TEX ( ) ( ) L A TEX \ \ Windows Y= \ Windows Y= 1.2 L A TEX WinShell Windows L A TEX WinShell Windows L A TEX WinShell L A

More information

gnuplot.dvi

gnuplot.dvi gnuplot gnuplot 1 gnuplot exit 2 10 10 2.1 2 plot x plot sin(x) plot [-20:20] sin(x) plot [-20:20][0.5:1] sin(x), x, cos(x) + - * / ** 5 ** plot 2**x y =2 x sin(x) cos(x) exp(x) e x abs(x) log(x) log10(x)

More information

2. label \ref \figref \fgref graphicx \usepackage{graphicx [tb] [h] here [tb] \begin{figure*~\end{figure* \ref{fig:figure1 1: \begin{figure[

2. label \ref \figref \fgref graphicx \usepackage{graphicx [tb] [h] here [tb] \begin{figure*~\end{figure* \ref{fig:figure1 1: \begin{figure[ L A TEX 22 7 26 1. 1.1 \begin{itemize \end{itemize 1.2 1. 2. 3. \begin{enumerate \end{enumerate 1.3 1 2 3 \begin{description \item[ 1] \item[ 2] \item[ 3] \end{description 2. label \ref \figref \fgref

More information

1 1 Gnuplot gnuplot Windows gnuplot gp443win32.zip gnuplot binary, contrib, demo, docs, license 5 BUGS, Chang

1 1 Gnuplot gnuplot   Windows gnuplot gp443win32.zip gnuplot binary, contrib, demo, docs, license 5 BUGS, Chang Gnuplot で微分積分 2011 年度前期 数学解析 I 講義資料 (2011.6.24) 矢崎成俊 ( 宮崎大学 ) 1 1 Gnuplot gnuplot http://www.gnuplot.info/ Windows gnuplot 2011 6 22 4.4.3 gp443win32.zip gnuplot binary, contrib, demo, docs, license 5

More information

L A TEX? Word Word Word Word WYSIWYG T E X by Donald Knuth L A T E X by Leslie Lamport L A T E X 2ε L A T E X 2ε, pt E X, pl A T E X LATEX p.2/27

L A TEX? Word Word Word Word WYSIWYG T E X by Donald Knuth L A T E X by Leslie Lamport L A T E X 2ε L A T E X 2ε, pt E X, pl A T E X LATEX p.2/27 L A TEX 2007 2007 10 5 ( ) 338 8570 255 Tel: 048 858 3577, Fax : 048 858 3716 Email: tohru@mail.saitama-u.ac.jp URL: http://www.nls.ics.saitama-u.ac.jp/ tohru/ LATEX p.1/27 L A TEX? Word Word Word Word

More information

cpall.dvi

cpall.dvi 55 7 gnuplot gnuplot Thomas Williams Colin Kelley Unix Windows MacOS gnuplot ( ) ( ) gnuplot gnuplot 7.1 gnuplot gnuplot () PC(Windows MacOS ) gnuplot http://www.gnuplot.info gnuplot 7.2 7.2.1 gnuplot

More information

1 1.1 1.2 1.3 (a) WYSIWYG (What you see is what you get.) (b) (c) Hyper Text Markup Language: SGML (Standard Generalized Markup Language) HTML (d) TEX

1 1.1 1.2 1.3 (a) WYSIWYG (What you see is what you get.) (b) (c) Hyper Text Markup Language: SGML (Standard Generalized Markup Language) HTML (d) TEX L A TEX HTML 2000 7 2 ([-30]5051.49) 1 2 1.1.............................................. 2 1.2.............................................. 2 1.3................................................ 2 1.4.............................................

More information

入門Java解答.doc

入門Java解答.doc //2 1Mon2_1.java package moji; import java.awt.*; import java.awt.event.*; import java.applet.*; public class Mon2_1 extends Applet { public void paint(graphics g){ } g.drawstring("java ", 100, 100); g.drawstring("",

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 秋学期情報スキル応用 田中基彦教授, 樫村京一郎講師 ( 工学部 共通教育科 ) DTP の基礎 (2) 1. 日本語の入力法 2. 数式, グラフィック, テーブル - 数式 のみは理数系 3. 相互参照, 目次, 文献参照 - あの項目はどこにある? * 提出問題 5 DTP について 提出問題 5 LaTeX 言語を用いる DTP (DeskTop Publishing) について, つぎの各問に答えなさい

More information

6 Tgif William Chia-Wei Chang tgif 3.0 pixmap URL Tgif 6.1: Tgif

6 Tgif William Chia-Wei Chang tgif 3.0 pixmap URL Tgif 6.1: Tgif 6 Tgif 121 6.1 Tgif............................ 122 6.2..................... 123 6.2.1...................... 126 6.2.2 Dash, Type, Style, Width.......... 127 6.2.3 Pen, Fill............. 128 6.2.4 Text......................

More information

gnuplot gnuplot 1 3 y = x 3 + 3x 2 2 y = sin x sin(x) x*x*x+3*x*x

gnuplot gnuplot 1 3 y = x 3 + 3x 2 2 y = sin x sin(x) x*x*x+3*x*x gnuplot gnuplot y = x + x y = sin x.8 sin(x) 8 7 6 x*x*x+*x*x.6.. -. -. -.6 -.8 - - - - - - - -. - -. - -.. gnuplot gnuplot> set xrange[-.:.] gnuplot> plot x**+*x** y = x x gnuolot> reset gnuplot> plot

More information

1 L A TEX L A TEX L A TEX 2 L A TEX 2 L A TEX L A TEX L A TEX Word L A TEX L A TEX L A TEX L A TEX 2.1 L A TEX 1 L A TEX 2

1 L A TEX L A TEX L A TEX 2 L A TEX 2 L A TEX L A TEX L A TEX Word L A TEX L A TEX L A TEX L A TEX 2.1 L A TEX 1 L A TEX 2 L A TEX dareka@dokoka.org 2005 9 2 1 2 2 L A TEX 2 2.1................................. 2 2.2 L A TEX..................................... 4 3 L A TEX 4 3.1............................. 4 3.2......................

More information

y2=x2(x+1)-001.ps

y2=x2(x+1)-001.ps gnuplot gnuplot y = x +x y = sinx.8 sin(x) 8 7 6 x*x*x+*x*x.6.. -. -. -.6 -.8 - - - - - - - -. - -. - -.. gnuplot y = cosx gnuplot> set xrange[-.:.] gnuplot> plot x**+*x** gnuolot> reset gnuplot> plot

More information

GNUPLOT 28 3 15 UNIX Microsoft-Windows GNUPLOT 4 GNUPLOT 1 GNUPLOT 2 2 3 2.1 UNIX.......................................... 3 2.2 Windows........................................ 4 2.3..................................

More information

1.3 2 gnuplot> set samples gnuplot> plot sin(x) sin gnuplot> plot [0:6.28] [-1.5:1.5] sin(x) gnuplot> plot [-6.28:6.28] [-1.5:1.5] sin(x),co

1.3 2 gnuplot> set samples gnuplot> plot sin(x) sin gnuplot> plot [0:6.28] [-1.5:1.5] sin(x) gnuplot> plot [-6.28:6.28] [-1.5:1.5] sin(x),co gnuplot 8 gnuplot 1 1.1 gnuplot gnuplot 2D 3D gnuplot ( ) gnuplot UNIX Windows Machintosh Excel gnuplot C 1.2 web gnuplot $ gnuplot gnuplot gnuplot> exit 1 1.3 2 gnuplot> set samples 1024 1024 gnuplot>

More information

GNUPLOT GNUPLOT GNUPLOT 1 ( ) GNUPLO

GNUPLOT GNUPLOT GNUPLOT 1 ( ) GNUPLO GNUPLOT 2004 10 6 UNIX Microsoft-Windows GNUPLOT 3.7 GNUPLOT 1 GNUPLOT 2 2 2 3 4 4 7 5 9 6 10 7 12 8 13 9 14 10 17 1 GNUPLOT............................... 3 2 MS-Windows GNUPLOT.................... 3

More information

L \ L annotation / / / ; / ; / ;.../ ;../ ; / ;dash/ ;hyphen/ ; / ; / ; / ; / ; / ; ;degree/ ;minute/ ;second/ ;cent/ ;pond/ ;ss/ ;paragraph/ ;dagger/

L \ L annotation / / / ; / ; / ;.../ ;../ ; / ;dash/ ;hyphen/ ; / ; / ; / ; / ; / ; ;degree/ ;minute/ ;second/ ;cent/ ;pond/ ;ss/ ;paragraph/ ;dagger/ L \ L annotation / / / ; /; /;.../;../ ; /;dash/ ;hyphen/ ; / ; / ; / ; / ; / ; ;degree/ ;minute/ ;second/ ;cent/;pond/ ;ss/ ;paragraph/ ;dagger/ ;ddagger/ ;angstrom/;permil/ ; cyrillic/ ;sharp/ ;flat/

More information

eil2009062930_4.ppt

eil2009062930_4.ppt URL (Universal Resource Locator) WWW (World Wide Web) URL http://www.cs.kumamoto-u.ac.jp/ Web ftp://ftp.cc.kumamoto-u.ac.jp/ FTP (File Transfer Protocol) FTP World Wide Web (WWW) Web HTTP (HyperText Transfer

More information

X Window System X X &

X Window System X X & 1 1 1.1 X Window System................................... 1 1.2 X......................................... 1 1.3 X &................................ 1 1.3.1 X.......................... 1 1.3.2 &....................................

More information

x1 GNUPLOT 2 x4 12 x1 Gnuplot Gnuplot,,. gnuplot, PS (Post Script), PS ghostview.,.,,,.,., gnuplot,,, (x2). x1.1 Gnuplot (gnuplot, quit) gnuplot,. % g

x1 GNUPLOT 2 x4 12 x1 Gnuplot Gnuplot,,. gnuplot, PS (Post Script), PS ghostview.,.,,,.,., gnuplot,,, (x2). x1.1 Gnuplot (gnuplot, quit) gnuplot,. % g Gnuplot Shigetoshi Yazaki gnuplot(ver. 3.0).,.,. ( ), (, ) 3. x1 Gnuplot 2 x1.1 Gnuplot (gnuplot, quit) : : : : : : : : : : : : : 2 x1.2 (plot) : : : : : : : : : : : : : : : : : : : : : : : : : : : : :

More information

電気通信大学 コンピュータリテラシー 文書整形 --- LaTeX ---

電気通信大学 コンピュータリテラシー 文書整形 --- LaTeX --- 1 L A TEX B5 1. LaTeX ( ) : 1 3 2. LaTeX ( ) : 4 7 3. LaTeX (,, EPS ) : 8 10 4. LaTeX ( ) : 11 textlatex.pdf : tiny.tex, tiny.pdf : 1 small.tex, small.pdf : 2 normal.tex, normal.pdf : f1.eps : normal.tex

More information

2 p.2 2 Java Hello0.class JVM Hello0 java > java Hello0.class Hello World! javac Java JVM java JVM : Java > javac 2> Q Foo.java Java : Q B

2 p.2 2 Java Hello0.class JVM Hello0 java > java Hello0.class Hello World! javac Java JVM java JVM : Java > javac 2> Q Foo.java Java : Q B 2 p.1 2 Java Java JDK Sun Microsystems JDK javac Java java JVM appletviewer IDESun Microsystems NetBeans, IBM 1 Eclipse 2 IDE GUI JDK Java 2.1 Hello World! 2.1.1 Java 2.1.1 Hello World Emacs Hello0.java

More information

GNU Emacs GNU Emacs

GNU Emacs GNU Emacs GNU Emacs 2015 10 2 1 GNU Emacs 1 1.1....................................... 1 1.2....................................... 1 1.2.1..................................... 1 1.2.2.....................................

More information

表示の更新もそういた作業のひとつに当たる スレッドの使用アニメーション アニメーションやシミュレーションなどは画面の更新が一定のタイミングで行われていく この連続した画面の更新をスレッドを利用して行う しかし paint() メソッドを直接呼び出して表示を更新することはできない その理由

表示の更新もそういた作業のひとつに当たる スレッドの使用アニメーション アニメーションやシミュレーションなどは画面の更新が一定のタイミングで行われていく この連続した画面の更新をスレッドを利用して行う しかし paint() メソッドを直接呼び出して表示を更新することはできない その理由 Java 独習第 3 版 13.12 スレッドの使用 13.13 ダブルバッファリング 2006 年 7 月 12 日 ( 水 ) 南慶典 表示の更新もそういた作業のひとつに当たる 13.12 スレッドの使用アニメーション アニメーションやシミュレーションなどは画面の更新が一定のタイミングで行われていく この連続した画面の更新をスレッドを利用して行う しかし paint() メソッドを直接呼び出して表示を更新することはできない

More information

2 p.2 2 Java Hello0.class JVM Hello0 java > java Hello0.class Hello World! javac Java JVM java JVM : Java > javac 2> Q Foo.java Java : Q B

2 p.2 2 Java Hello0.class JVM Hello0 java > java Hello0.class Hello World! javac Java JVM java JVM : Java > javac 2> Q Foo.java Java : Q B 2 p.1 2 Java Java JDK Sun Microsystems Oracle JDK javac Java java JVM appletviewer IDESun Microsystems NetBeans, IBM 1 Eclipse 2 IDE GUI JDK Java 2.1 Hello World! 2.1.1 Java 2.1.1 Hello World Emacs Hello0.java

More information

JAVA入門

JAVA入門 JAVA 入 門 後 期 3 JAVAのGUI (JavaのGUI 基 本 構 造 いろいろなアプレット) 1.GUI 構 造 GUI 構 造 JAVAでGUIを 構 築 するクラスとして 下 記 のがあります 1アプレットパッケージ 2AWT 3Swing 特 に2 3はコンポーネント パッケージを 利 用 1アプレット 概 要 特 徴 GUI 構 造 1. 最 初 から GUI 環 境 が 用

More information

アプレットの作成

アプレットの作成 - 1 - import java.applet.applet; import java.awt.graphics; public class HelloWorld extends Applet { public void init() { resize(150,60) ; public void paint ( Graphics g ) { g.drawstring("hello, world!",

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション LaTeX Cheat Sheet 2015 ver. 2015/10/16 Matsuoka Ryo このスライドについて 1. このスライドは 北 大 理 学 部 を 中 心 とした 有 志 で 行 われている TeX 勉 強 会 で 使 われていた 資 料 です 2. このスライドの 不 正 確 な 記 述 によって 生 じた いかなる 損 害 に 関 しても 作 者 は 責 任 を 負 いかねます

More information

: 1/15( ): HTML web page (2) 1/18( ): (1) 1/25( ): (2) 1

: 1/15( ): HTML web page (2) 1/18( ): (1) 1/25( ): (2) 1 : 1/15( ): HTML web page (2) 1/18( ): (1) 1/25( ): (2) 1 2 : : 1 1 : 3 : 2 (.ppsx) (A0nxxyyy.ppsx) presen (1 ) ID:A0nxxyyy Name: Title: 3 HTML (HyperText Markup Language) 4 ( ) http://pweb.cc.sophia.ac.jp

More information

DVIOUT-マスタ-

DVIOUT-マスタ- L A TEX T.T TEX TEX 1 TEX TEX Donald E. Knuth tex 2 L A TEX TEX LATEX( DEC Leslie Lamport TEX TEX 3 L A TEX 3.1 L A TEX documentclass[]{} begin{document} end{document} LATEX 3.1.1 documentclass[a4paper,twocolumn,11pt]{jarticle}

More information

LeapMotion JINS MEME 2019

LeapMotion JINS MEME 2019 LeapMotion JINS MEME 2019 3 1 Mac OS X, Processing, LeapMotion, JINS MEME 11 1.1 Mac OS X.................................... 11 1.2 Processing.................................... 12 1.3 LeapMotion...................................

More information

S II. AWK. awk awk awk, perl, $ ruby awk awk perl ruby / / perl } WWW CGI awk /9/{print $} <awk.dat awk 9 awk awk awk.dat. awk {print $} <awk.dat xema

S II. AWK. awk awk awk, perl, $ ruby awk awk perl ruby / / perl } WWW CGI awk /9/{print $} <awk.dat awk 9 awk awk awk.dat. awk {print $} <awk.dat xema S II. login UNIX OS Linux GUI cd ~ mkdir APL login..............................3............4 BEGIN END.............. 3.5 -f program-file... 4.6 [-v] var=value...... 4 3 gnuplot 6 3....................

More information

Java言語 第1回

Java言語 第1回 Java 言 語 第 6 回 Javaアプレット 知 的 情 報 システム 工 学 科 久 保 川 淳 司 kubokawa@me.it-hiroshima.ac.jp アプレットの 概 要 Javaアプレットプログラムの 動 作 Javaアプレット ***.class htmlファイル ***.html ブラウザ(IE Firefox 等 ) Java VM Webサーバ ローカルファイル クライアントコンピュータ

More information

r6.dvi

r6.dvi 13 1 WYSIWYG/ 2013.5.21 1 WYSIWYG/ (LaTeX HTML+CSS ) 2 Web 3 ( GUI) 4 Web (1) 5 Web (2) 1 1.1 ( ) ( ) 1 1: / ( 1) ( ) ( ) 1 1 ( 2) / (text editor) Emacs Windows Mac OS X Unix ( ) (script) 2: 1.2??? 1 (

More information

24.15章.微分方程式

24.15章.微分方程式 m d y dt = F m d y = mg dt V y = dy dt d y dt = d dy dt dt = dv y dt dv y dt = g dv y dt = g dt dt dv y = g dt V y ( t) = gt + C V y ( ) = V y ( ) = C = V y t ( ) = gt V y ( t) = dy dt = gt dy = g t dt

More information

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa I 2017 11 1 SageMath SageMath( Sage ) Sage Python Sage Python Sage Maxima Maxima Sage Sage Sage Linux, Mac, Windows *1 2 Sage Sage 4 1. ( sage CUI) 2. Sage ( sage.sage ) 3. Sage ( notebook() ) 4. Sage

More information

2008 e-learning T050050

2008 e-learning T050050 e-learning T050050 e-learning B NintendoDS e-learning html 1 e-learning Java Applet html 2 2008 e-learning T050050 1 1 1.1.................................. 1 1.2............................ 1 2 2 2.1..............................

More information

TEX 6.2. EQUATIONS Y=[ Y=] equation y = ax + b y = ax + b (6.1) Y=[ Y=] Y=nonumber eqnarray 3 2 eqnarray equation Y=Y= eqnarray y = ax + b (6.2) y = x

TEX 6.2. EQUATIONS Y=[ Y=] equation y = ax + b y = ax + b (6.1) Y=[ Y=] Y=nonumber eqnarray 3 2 eqnarray equation Y=Y= eqnarray y = ax + b (6.2) y = x 6 ArkOak TEX L A TEX2e 2015 11 4 6.1 making title 6.2 Equations 6.2.1 y = ax + b $ $ x x $ 6.2.2 Y=[ Y=] equation 1 TEX 6.2. EQUATIONS Y=[ Y=] equation y = ax + b y = ax + b (6.1) Y=[ Y=] Y=nonumber eqnarray

More information

2 A I / 58

2 A I / 58 2 A 2018.07.12 I 2 2018.07.12 1 / 58 I 2 2018.07.12 2 / 58 π-computer gnuplot 5/31 1 π-computer -X ssh π-computer gnuplot I 2 2018.07.12 3 / 58 gnuplot> gnuplot> plot sin(x) I 2 2018.07.12 4 / 58 cp -r

More information

2 1 Octave Octave Window M m.m Octave Window 1.2 octave:1> a = 1 a = 1 octave:2> b = 1.23 b = octave:3> c = 3; ; % octave:4> x = pi x =

2 1 Octave Octave Window M m.m Octave Window 1.2 octave:1> a = 1 a = 1 octave:2> b = 1.23 b = octave:3> c = 3; ; % octave:4> x = pi x = 1 1 Octave GNU Octave Matlab John W. Eaton 1992 2.0.16 2.1.35 Octave Matlab gnuplot Matlab Octave MATLAB [1] Octave [1] 2.7 Octave Matlab Octave Octave 2.1.35 2.5 2.0.16 Octave 1.1 Octave octave Octave

More information

TEX American Mathematical Society PostScript Adobe Systems Incorporated

TEX American Mathematical Society PostScript Adobe Systems Incorporated P A D manual ( pad2ps 3.1j ) (seiichi@muraoka.info.waseda.ac.jp) 1996 11 2 TEX American Mathematical Society PostScript Adobe Systems Incorporated pad2ps PAD PAD (Problem Analysis Diagram) C 1 2 PAD PAD

More information

HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17

HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17 1 11 13 2 11 27 3 12 11 HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17 WWW(World Wide Web) HTML(HyperText Markup Language) HTML HTML HTML HTML - 1 - .1 HTML (V)(C) HTML - 2 - HTML HTML OS Windows 2.1 HTML

More information

tebiki00.dvi

tebiki00.dvi (Linux) [ UNIX ] CMD Workshop ( ) 1 *********************************************************************** * Linux PC-UNIX UNIX * * 99% FreeBSD BSD PC-UNIX * * * ***********************************************************************

More information

数学論文の書き方 - 第1回:入門編

数学論文の書き方 - 第1回:入門編 LAT E X 2007 6 19 LAT E X 1 2 L A T E X 3 4 L A T E X 5 LAT E X 1 2 L A T E X 3 4 L A T E X 5 LAT E X 1 2 L A T E X 3 4 L A T E X 5 LAT E X 1 2 L A T E X 3 4 L A T E X 5 LAT E X 1 2 L A T E X 3 4 L A T

More information

5 36 5................................................... 36 5................................................... 36 5.3..............................

5 36 5................................................... 36 5................................................... 36 5.3.............................. 9 8 3............................................. 3.......................................... 4.3............................................ 4 5 3 6 3..................................................

More information

r6.dvi

r6.dvi 14 1 WYSIWYG/ 2014.5.27 1 WYSIWYG/ (LaTeX HTML+CSS ) 2 Web 3 ( GUI) 4 Web (1) 5 Web (2) 1 1.1 ( ) ( ) 1 1: / ( 1) ( ) ( ) 1 1 ( 2) / (text editor) Emacs Windows Mac OS X Unix ( ) (script) 2: 1.2??? 1 (

More information

r3.dvi

r3.dvi 00 3 2000.6.10 0 Java ( 7 1 7 1 GSSM 1? 1 1.1 4 4a 4b / / 0 255 HTML X 0 255 16 (0,32,255 #0020FF Java xclock -bg #0020FF xclock ^C (Control C xclock 4c 1 import java.applet.applet; import java.awt.*;

More information

Microsoft Word - Wordで楽に数式を作る.docx

Microsoft Word - Wordで楽に数式を作る.docx Ver. 3.1 2015/1/11 門 馬 英 一 郎 Word 1 する必要がある Alt+=の後に Ctrl+i とセットで覚えておく 1.4. 変換が出来ない場合 ごく稀に以下で説明する変換機能が無効になる場合がある その際は Word を再起動するとまた使えるようになる 1.5. 独立数式と文中数式 数式のスタイルは独立数式 文中数式(2 次元)と文中数式(線形)の 3 種類があ り 数式モードの右端の矢印を選ぶとメニューが出てくる

More information

Fortran90/95 [9]! (1 ) " " 5 "Hello!"! 3. (line) Fortran Fortran 1 2 * (1 ) 132 ( ) * 2 ( Fortran ) Fortran ,6 (continuation line) 1

Fortran90/95 [9]! (1 )   5 Hello!! 3. (line) Fortran Fortran 1 2 * (1 ) 132 ( ) * 2 ( Fortran ) Fortran ,6 (continuation line) 1 Fortran90/95 2.1 Fortran 2-1 Hello! 1 program example2_01! end program 2! first test program ( ) 3 implicit none! 4 5 write(*,*) "Hello!"! write Hello! 6 7 stop! 8 end program example2_01 1 program 1!

More information

4.4... 17 4.5... 18 4.6... 18 4.7 sin log lim... 18 5 19 6 20 6.1... 20 6.2... 21 7 22 7.1... 22 7.2... 23 8 Deutsch 24 9 24 1 Hello, TEX World! 1.1 T

4.4... 17 4.5... 18 4.6... 18 4.7 sin log lim... 18 5 19 6 20 6.1... 20 6.2... 21 7 22 7.1... 22 7.2... 23 8 Deutsch 24 9 24 1 Hello, TEX World! 1.1 T -platex2 by MiYaGG 1 Hello, TEX World! 2 1.1 TEX... 2 1.2 pl A TEX2... 3 1.3 TEX... 4 1.4 TEX... 4 1.5 To err is human......... 6 1.6 UNIX... 6 2 7 2.1... 7 2.2... 8 2.3... 8 2.4... 9 2.5... 10 2.6...

More information

C1-202 / F-101 originally from 2014 4 15 3 1 3 C1 2 C1-202 F 1 F-101 PC imac MacPro OS Mac OS X C WWW L A TEX 2 3 4 e-mail kyama@tut.jp C-506 6767 5 2 2.1 ID ID 2.2 2.3 2.4 2.4.1 1. imac MacPro 2. 3.

More information

( ) a, b c a 2 + b 2 = c 2. 2 1 2 2 : 2 2 = p q, p, q 2q 2 = p 2. p 2 p 2 2 2 q 2 p, q (QED)

( ) a, b c a 2 + b 2 = c 2. 2 1 2 2 : 2 2 = p q, p, q 2q 2 = p 2. p 2 p 2 2 2 q 2 p, q (QED) rational number p, p, (q ) q ratio 3.14 = 3 + 1 10 + 4 100 ( ) a, b c a 2 + b 2 = c 2. 2 1 2 2 : 2 2 = p q, p, q 2q 2 = p 2. p 2 p 2 2 2 q 2 p, q (QED) ( a) ( b) a > b > 0 a < nb n A A B B A A, B B A =

More information

Java 2 p.2 2 Java Hello0.class JVM Hello0 java > java Hello0.class Hello World! javac Java JVM java JVM : Java > javac 2> Q Foo.java Java : Q 2.

Java 2 p.2 2 Java Hello0.class JVM Hello0 java > java Hello0.class Hello World! javac Java JVM java JVM : Java > javac 2> Q Foo.java Java : Q 2. Java 2 p.1 2 Java Java JDK Sun Microsystems Oracle JDK javac Java java JVM appletviewer IDE Sun Microsystems NetBeans, IBM 1 Eclipse 2 IDE GUI JDK Java 2.1 Hello World! 2.1.1 Java 2.1.1 Hello World Emacs

More information

2 I I / 61

2 I I / 61 2 I 2017.07.13 I 2 2017.07.13 1 / 61 I 2 2017.07.13 2 / 61 I 2 2017.07.13 3 / 61 7/13 2 7/20 I 7/27 II I 2 2017.07.13 4 / 61 π-computer gnuplot MobaXterm Wiki PC X11 DISPLAY I 2 2017.07.13 5 / 61 Mac 1.

More information

Contents 1 Scilab

Contents 1 Scilab Scilab (Shuji Yoshikawa) December 18, 2017 Contents 1 Scilab 3 1.1..................................... 3 1.2..................................... 3 1.3....................................... 3 1.4............................

More information

a0postercls? Gerlinde Kettl, Matthias Weiser T E Xmacro wwwctanorg/tex-archive/macros/latex/contrib/a0poster LAT E X

a0postercls? Gerlinde Kettl, Matthias Weiser T E Xmacro wwwctanorg/tex-archive/macros/latex/contrib/a0poster LAT E X a0postercls, http://wwwmathkobe-uacjp/a0poster ( ) ( ): orange (Debian/GNU Linux, Etch) ssh -X orange pdf :, - pdf ( ) orange / tex a0postercls? Gerlinde Kettl, Matthias Weiser T E Xmacro wwwctanorg/tex-archive/macros/latex/contrib/a0poster

More information

橡ホームページの作り方

橡ホームページの作り方 1. 1.1. HTML Word HTML(Hyper Text Markup Language) html htm MS-WORD MS-WORD HTML HTML HTML (1.0) 1 1978 7 10 S 3

More information

1 JAVA APPLET 実習 1. はじめに Java フォルダに applet フォルダを作成する 2. 実習問題の作成 J01.java public class J01 extends Applet{ public void paint(graphics kaku){ kaku.drawstring("hello World from Java!",60,70); j01.html

More information

基礎数学I

基礎数学I I & II ii ii........... 22................. 25 12............... 28.................. 28.................... 31............. 32.................. 34 3 1 9.................... 1....................... 1............

More information

Microsoft PowerPoint prog1_doc2.pptx

Microsoft PowerPoint prog1_doc2.pptx 2011 年 12 月 6 日 ( 火 ) プログラミング Ⅰ Java Applet プログラミング 文教大学情報学部経営情報学科堀田敬介 アプレット Applet public class クラス名 extends Applet { public void paint(graphics g) { // アプレット描画 g.drawstring( Hello World, 10, 20); 10

More information

help gem gem gem my help

help gem gem gem my help hikiutils 1234 2017 3 1 1 6 1.0.1 help gem................... 7 gem.................................... 7 gem................................... 7 my help.................................. 7 my help......................

More information

semi10.dvi

semi10.dvi TEX 2001 4 9 4 1 TEX 2 1.1 TEX.................................................. 2 1.2 L A TEX................................................ 2 1.2.1............................................. 2 1.2.2.............................................

More information

0.,,., m Euclid m m. 2.., M., M R 2 ψ. ψ,, R 2 M.,, (x 1 (),, x m ()) R m. 2 M, R f. M (x 1,, x m ), f (x 1,, x m ) f(x 1,, x m ). f ( ). x i : M R.,,

0.,,., m Euclid m m. 2.., M., M R 2 ψ. ψ,, R 2 M.,, (x 1 (),, x m ()) R m. 2 M, R f. M (x 1,, x m ), f (x 1,, x m ) f(x 1,, x m ). f ( ). x i : M R.,, 2012 10 13 1,,,.,,.,.,,. 2?.,,. 1,, 1. (θ, φ), θ, φ (0, π),, (0, 2π). 1 0.,,., m Euclid m m. 2.., M., M R 2 ψ. ψ,, R 2 M.,, (x 1 (),, x m ()) R m. 2 M, R f. M (x 1,, x m ), f (x 1,, x m ) f(x 1,, x m ).

More information

チュートリアル:ノンパラメトリックベイズ

チュートリアル:ノンパラメトリックベイズ { x,x, L, xn} 2 p( θ, θ, θ, θ, θ, } { 2 3 4 5 θ6 p( p( { x,x, L, N} 2 x { θ, θ2, θ3, θ4, θ5, θ6} K n p( θ θ n N n θ x N + { x,x, L, N} 2 x { θ, θ2, θ3, θ4, θ5, θ6} log p( 6 n logθ F 6 log p( + λ θ F θ

More information

sarutex.dvi

sarutex.dvi LATEX L A TEX which monkeys cannot use. LATEX Ver2.0 SaRuTEX LATEX LATEX L A TEX L A TEX LATEX LATEX L A TEX LATEX L A TEX PAW PAW ROOT ROOT LATEX L A TEX LATEX LATEX 2001 3 S a RuTEX ( 1 ) i LATEX Ver1.1

More information

2 p.2 2 Java Hello0.class JVM Hello0 java > java Hello0.class Hello World! javac Java JVM java JVM : Java > javac 2> Q Foo.java Java : Q B

2 p.2 2 Java Hello0.class JVM Hello0 java > java Hello0.class Hello World! javac Java JVM java JVM : Java > javac 2> Q Foo.java Java : Q B 2 p.1 2 Java Java JDK Sun Microsystems Oracle JDK javac Java java JVM appletviewer IDESun Microsystems NetBeans, IBM 1 Eclipse 2 IDE GUI JDK Java 2.1 Hello World! 2.1.1 Java 2.1.1 Hello World Emacs Hello0.java

More information

Microsoft PowerPoint prog1_doc2x.pptx

Microsoft PowerPoint prog1_doc2x.pptx アプレット public class extends Applet { public void paint(graphics g) { // アプレット描画 g.drawstring( Hello World, 10, 20 ); page 1 アプレット : 色 public class extends Applet { Color col; // カラークラス int red, grn, blu;

More information

semi4.dvi

semi4.dvi 1 2 1.1................................................. 2 1.2................................................ 3 1.3...................................................... 3 1.3.1.............................................

More information

3 MathJax HTML \ Y \ Y mathjax.html <html> <head> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax /2.7.0/MathJax.js

3 MathJax HTML \ Y \ Y mathjax.html <html> <head> <script type=text/javascript src=https://cdnjs.cloudflare.com/ajax/libs/mathjax /2.7.0/MathJax.js MathJax 1 MathJax MathJax JavaScript : MathJax IE6 Chrome 0.2 Safari 2 Opera 9.6 MathJax MathJax 2010 MathJax MathJax JavaScript MathJax JavaScript MathJax MathJax 2 HTML MathJax HTML HTML mathjax.html

More information

Lecture/CompPracR2003/12th

Lecture/CompPracR2003/12th Lecture/CompPracR2003/12th 2016 年 7 月 17 日 コンピュータ 演 習 ( 再 ) 第 12 回 (1) Webページの 作 成 (1) Webページを 作 成 する 道 具 (1) テキストエディタを 使 うメリット デメリット (2) HTML (2) HTMLとは (2) HTMLの 書 き 方 (3) HTMLファイルの 構 造 (3) 空 白 と 改 行

More information

tn_soturon_sjis.dvi

tn_soturon_sjis.dvi 3D 2005 3 A Graduation Thesis of College of Engineering, Chubu University Evaluation of Usability in Movement Operation for 3D Object Tetsushi Nakagawa 1 1 2 3 2.1... 3 2.2... 4 3 Zoo 7 3.1 Zoo... 7 3.2

More information

r2.dvi

r2.dvi 2 /Fitzz 2012.10.16 1 Reading 1.1 HCI bit ( ) HCI ( ) ( ) ( ) HCI ( ) HCI ( ) ^_^; 1 1.2,,!,, 2000 1.3 D. A.,,?,, 1990 1? 1 (interface) ( ) ( / ) (User Interface, UI) 2 :? import java.awt.*; import java.awt.event.*;

More information

Microsoft PowerPoint - OOP.pptx

Microsoft PowerPoint - OOP.pptx 第 14 回 第 12 章アプレット 28 8 アプレットとは アプレット : ウェブ上で HTML のソースコードから参照されるプログラム.Web サーバや Web ブラウザ ( アプレットビューア ) から動的にアプレットはダウンロードされる. 289 HelloAp.java アプレットの基本事項 public class HelloAp extends Applet{ public void

More information

. sinh x sinh x) = e x e x = ex e x = sinh x 3) y = cosh x, y = sinh x y = e x, y = e x 6 sinhx) coshx) 4 y-axis x-axis : y = cosh x, y = s

. sinh x sinh x) = e x e x = ex e x = sinh x 3) y = cosh x, y = sinh x y = e x, y = e x 6 sinhx) coshx) 4 y-axis x-axis : y = cosh x, y = s . 00 3 9 [] sinh x = ex e x, cosh x = ex + e x ) sinh cosh 4 hyperbolic) hyperbola) = 3 cosh x cosh x) = e x + e x = cosh x ) . sinh x sinh x) = e x e x = ex e x = sinh x 3) y = cosh x, y = sinh x y =

More information

3.4 con: 3.5 ws: 3.6 newpage: (TeX ) 3.7 clearpage: (TeX ) 4. 4.1 4.2 4.3 :QMath 1 1.1 XeX XML1.0 XML DTD (Document Type Definition, ) DTD XeX jarticl

3.4 con: 3.5 ws: 3.6 newpage: (TeX ) 3.7 clearpage: (TeX ) 4. 4.1 4.2 4.3 :QMath 1 1.1 XeX XML1.0 XML DTD (Document Type Definition, ) DTD XeX jarticl 2000-11-29 2005-04-20 XeX IMS:20001129001; NDC:021.4; keywords:, ; 1. 1.1 1.2 1.3 1.4 1.5 1.6 2. HTML 2.1 p: 2.2 br: 2.3 cite: 2.4 blockquote: 2.5 em: 2.6 strong: 2.7 sup: 2.8 sub: 2.9 ul: 2.10 ol: 2.11

More information

1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2

1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2 XHTML DOM JavaScript 2 2008 7 1 1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2 2.1.2 HTML.........................

More information

di-problem.dvi

di-problem.dvi 005/05/05 by. I : : : : : : : : : : : : : : : : : : : : : : : : :. II : : : : : : : : : : : : : : : : : : : : : : : : : 3 3. III : : : : : : : : : : : : : : : : : : : : : : : : 4 4. : : : : : : : : : :

More information

I. java.awt.rectangle java.lang.math random Java TM API java.awt Rectangle Rectangle (x,y)... public int x Rectangle X public int y Rectangle Y public

I. java.awt.rectangle java.lang.math random Java TM API java.awt Rectangle Rectangle (x,y)... public int x Rectangle X public int y Rectangle Y public 2018 08 03 10:30 12:00 I. IV III II. III. IV. ( a d) V. VI. 70 III 30 100 60 : A ActionListener aa addactionlistener AE ActionEvent K KeyListener ak addkeylistener KE KeyEvent M MouseListener am addmouselistener

More information

第86回日本感染症学会総会学術集会後抄録(II)

第86回日本感染症学会総会学術集会後抄録(II) χ μ μ μ μ β β μ μ μ μ β μ μ μ β β β α β β β λ Ι β μ μ β Δ Δ Δ Δ Δ μ μ α φ φ φ α γ φ φ γ φ φ γ γδ φ γδ γ φ φ φ φ φ φ φ φ φ φ φ φ φ α γ γ γ α α α α α γ γ γ γ γ γ γ α γ α γ γ μ μ κ κ α α α β α

More information

Microsoft PowerPoint - InfPro_I9.pptx

Microsoft PowerPoint - InfPro_I9.pptx 今 日 の 学 習 内 容 エディタ(emacs)を 使 った 基 本 的 なHTML の 書 き 方 Webページの 公 開 HTMLの 基 礎 知 識 HTML(Hyper Text Markup Language)は Webページを 作 るための 必 要 な 記 述 言 語 HTMLにおける 指 定 の 内 容 は: 1. 文 章 (テキスト)に 対 する 役 割 2. 文 章 やイメージなどのページ

More information

I. (i) Foo public (A). javac Foo.java java Foo.class (C). javac Foo java Foo (ii)? (B). javac Foo.java java Foo (D). javac Foo java Foo.class (A). Jav

I. (i) Foo public (A). javac Foo.java java Foo.class (C). javac Foo java Foo (ii)? (B). javac Foo.java java Foo (D). javac Foo java Foo.class (A). Jav 2018 06 08 11:00 12:00 I. I III II. III. IV. ( a d) V. VI. 80 40 40 100 60 : A ActionListener aa addactionlistener AE ActionEvent K KeyListener ak addkeylistener KE KeyEvent M MouseListener am addmouselistener

More information

r4.dvi

r4.dvi 00 4 2000.6.24 0 GUI GUI GUI GUI 1 1.1 3 2 1 import java.applet.applet; import java.awt.*; public class r3ex2 extends Applet { Figure[] figs = new Figure[]{ new Circle(Color.blue, 100.0, 100.0, 30.0, 1.1,

More information

L A TEX (2)

L A TEX (2) L A TEX M1 E-mail : takigawa@atmos.rcast.u-tokyo.ac.jp 2016 4 19 L A TEX ( c ) 1 1 1.1................................................. 1 1.2................................................ 3 1.3...............................................

More information

tex02.dvi

tex02.dvi 2002 2 L A TEX 2002 4 15 : L A TEX EPS EPS 1 L A TEX L A TEX L A TEX L A TEX 1.1 L A TEX 1.1.1 L A TEX TEX.tex.tex.tex 1.1.2 TEX 1. TEX L A TEX Y TEX L A TEX Y (@ ) TEX L A TEX 2. 1 YTeX YTeX ( ) 3. 2

More information

2 TEX, TEX Donald Knuth 2 3 ( ) TEX ( ) , WWW 4 TEX (.tex,.dvi,.ps,.pdf ) 3 TEX ( ) ( ) 5 (.tex Windows, Mac, Unix, MS-DOS TEX TEX ( ) & METAFON

2 TEX, TEX Donald Knuth 2 3 ( ) TEX ( )  , WWW 4 TEX (.tex,.dvi,.ps,.pdf ) 3 TEX ( ) ( ) 5 (.tex Windows, Mac, Unix, MS-DOS TEX TEX ( ) & METAFON II 8 (1) TEX 2002 6 13 DTP TEX PDF 1 UNIX TEX TEX.cshrc 1.cshrc set path=(/usr/meiji/pub/lib/tetex/bin $path) TEX http://www.isc.meiji.ac.jp/~ae00050/ ( WWW myreport.tex (dvi ) isc-xas06% platex myreport.tex

More information

05 I I / 56

05 I I / 56 05 I 2015 2015.05.14 I 05 2015.05.14 1 / 56 I 05 2015.05.14 2 / 56 cd mkdir vis01 OK cd vis01 cp /tmp/150514/leibniz.*. I 05 2015.05.14 3 / 56 I 05 2015.05.14 4 / 56 Information visualization Data visualization,

More information

b3e2003.dvi

b3e2003.dvi 15 II 5 5.1 (1) p, q p = (x + 2y, xy, 1), q = (x 2 + 3y 2, xyz, ) (i) p rotq (ii) p gradq D (2) a, b rot(a b) div [11, p.75] (3) (i) f f grad f = 1 2 grad( f 2) (ii) f f gradf 1 2 grad ( f 2) rotf 5.2

More information

I I / 68

I I / 68 2013.07.04 I 2013 3 I 2013.07.04 1 / 68 I 2013.07.04 2 / 68 I 2013.07.04 3 / 68 heat1.f90 heat2.f90 /tmp/130704/heat2.f90 I 2013.07.04 4 / 68 diff heat1.f90 heat2.f90!! heat2. f 9 0! c m > NGRID! c nmax

More information

untitled

untitled Java 1 1 Java 1.1 Java 1.2 Java JavaScript 2 2.1 2.2 2.3 Java VM 3 3.1 3.2 3.3 3.4 4 Java 4.1 Java 4.2 if else 4.3 switch case 4.4 for 4.5 while 4.6 do-while 4.7 break, continue, return 4.8 try-catch-finally

More information

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni 2015 8 1 ( ) Unix 1 *1 Unix Unix Unix Perl, Python *2 Unix 2 PC gnuplot *1 100 10 10 6 10 = 10 7 1 1/3 3 10 7 10 7.5 1 24 3600 = (30 6)(30 + 6) 100 = 86400 1 10 7.5 *2 Perl, Python Python 1 Unix * 3 PC

More information

Local variable x y i paint public class Sample extends Applet { public void paint( Graphics gc ) { int x, y;... int i=10 ; while ( i < 100 ) {... i +=

Local variable x y i paint public class Sample extends Applet { public void paint( Graphics gc ) { int x, y;... int i=10 ; while ( i < 100 ) {... i += Safari AppletViewer Web HTML Netscape Web Web 13-1 Applet Web Applet init Web paint Web start Web HTML stop destroy update init Web paint start Web update Event Driven paint Signature Overwriting Overriding

More information