Web CGI Web HTTP HyperCard Mosaic Netscape UNIX LC475 Info-mac MacHTTP Web URL http Mosaic Read Me Web MacHTTP Mosaic LC475 IP Sun Mosaic Web LC475 We

Size: px
Start display at page:

Download "Web CGI Web HTTP HyperCard Mosaic Netscape UNIX LC475 Info-mac MacHTTP Web URL http Mosaic Read Me Web MacHTTP Mosaic LC475 IP Sun Mosaic Web LC475 We"

Transcription

1 HyperTalk CGI CGI osax HyperTalk C C++ Pascal C Inside Macintosh HyperTalk AppleScript osax AppleScript CGI MacOS Web CGI AppleScript AppleScript Form CGI osax CGI CGI osax AppleScript CGI XCMD CGI osax LC475 Web HyperCard HyperTalk HyperCard shell HyperTalk XCMD HyperTalk 1 HyperTalk HyperCard XCMD NIFTY-Serve HyperCard HyperCard 1 1 (?) HyperTalk shell (Double-XX) XCMD (WindowScript) HyperCard MacJapan MacJapan LC475 Web

2 Web CGI Web HTTP HyperCard Mosaic Netscape UNIX LC475 Info-mac MacHTTP Web URL http Mosaic Read Me Web MacHTTP Mosaic LC475 IP Sun Mosaic Web LC475 Web HyperCard Web NIFTY-Serve HyperCard HyperCard HyperCard 2

3 Web CGI Web MacHTTP AppleScript HyperCard AppleEvent HyperCard HyperCard Web HTML+CGI= HTML CGI 2 AppleEvent CGI HyperCard CGI HyperCard CGI URL XFCN HyperCard CGI CGI CGI HyperCard LC475 Thread Manager MacHTTP CGI 3 2 HTML Netscape1.0 HTML (^_^;;

4 on appleevent class, eventid, sender if class & eventid is "WWW sdoc" then --- path_args request appleevent data with keyword "----" put it into mypathargs --- search_args request appleevent data with keyword "kfor" put it into mysearchargs --- post_args request appleevent data with keyword "post" put it into mypostargs --- request --- CGI --- reply mymsg HTML put return & linefeed into CRLF reply "HTTP/ OK" & CRLF & "MIME-Version: 1.0" & CRLF & "Content-Type: text/html; charset=shift_jis" & CRLF & CRLF & mymsg else pass appleevent end appleevent CGI HyperCard Web Web Royal Software 3 LiveCard Web 3 HyperCard Heizer Software Royal Software Heizer Software XCMD HyperCard < 4

5 CGI Web CGI LiveCard Web LiveCard XCMD JPEG FORM mouseup LiveCard Web 5

6 Web CGI JPEG XCMD HyperTalk HyperTalk HyperTalk PowerMac LiveCard Web HyperCard CGI HyperCard Mac HyperCard CGI HyperTalk AppleScript CGI AppleScript CGI HyperCard AppleScript AppleScript CGI AppleScript AppleScript AppleScript Developer Kit HyperCard AppleScript CGI AppleScript osax AppleScript osax osax 6 CGI

7 FORM osax CGI osax Info-mac osax osax osax Apple XCMD AppleScript osax XFCN osax HyperCard XCMD XFCN HyperCard XCMD XCMD osax CGI osax CodeWarrier osax Macintosh osax 'osax' XCMD CompileIt! HyperTalk (^_^;; Web HyperCard AppleScript CGI HyperTalk osax osax CGI 7 CGI EasyBBS osax CGI

8 CompileIt! HyperTalk AppleScript CGI AppleScript osax CodeWarrier C CompileIt! HyperTalk osax HyperTalk CompileIt! Royal Software(Heizer Software) CompileIt! HyperTalk XCMD HyperTalk HyperTalk Compile It XCMD CompileIt! HyperCard HyperCard HyperTalk Toolbox Toolbox XCMD HyperTalk Toolbox HyperTalk CompileIt! HyperTalk HyperCard Toolbox HyperTalk Toolbox CompileIt! Toolbox CompileIt! HyperTalk Toolbox 2.5 XCMD osax osax List Files File Specification PICT 8 PBGetCatInfo Index

9 ID ID CompileIt! HyperTalk File Manager NewPtr() CompileIt! HyperTalk global theaeevent:r,thereply:r, handerrefcon:longint coderesource "osax" pascal function ListFile:I theaeevent:r, thereply:r, handerrefcon:l -- put NewPtr(70) into myfssptr put into err if err <> 0 then DisPosPtr myfssptr return err -- put AEGetParamDesc(theAEEvent@,"fity",typeType,theFileTypeDesc@) into err if thefiletypedesc@.descriptortype = typenull then put false into mytypeflg else put true into mytypeflg put thefiletypedesc@.datahandle@@.ostype into myftype put AEDisposeDesc(theFileTypeDesc@) into err -- PBGetCatInfo put NewPtrClear(256) into mypbptr put myfssptr@.integertype into mypbptr@.iovrefnum put myfssptr+2 into aptr put aptr@.longinttype into mypbptr@.iodrdirid put myfssptr+6 into mypbptr@.ionameptr put PBGetCatInfo(myPbPtr) into err if err <> 0 then DisposPtr mypbptr DisposPtr myfssptr return err -- put mypbptr + 30 into aptr if not BitTst(aPtr,3) then DisposPtr mypbptr DisposPtr myfssptr return

10 -- reply put into err if err <> 0 then DisposPtr mypbptr DisposPtr myfssptr return err put NewPtr(4) into digtempptr put NewPtr(70) into newfssptr put NewPtr(32) into mynmptr -- dighandle ID put 1 into DigIndex put NewHandle(4) into dighandle put mypbptr@.iodrdirid into dighandle@@.longinttype[1] put 0 into Merr repeat -- ID put dighandle@@.longinttype[digindex] into DirToScan -- PBGetCatInfo Index put 1 into dirindex repeat put "" into mynmptr@.str255type put mynmptr into mypbptr@.ionameptr put dirindex into mypbptr@.iofdirindex put DirToScan into mypbptr@.iodrdirid put PBGetCatInfo(myPbPtr) into err if err <> 0 then exit repeat put mypbptr + 30 into aptr if BitTst(aPtr,3) then -- ID dighandle put mypbptr@.iodrdirid into digtempptr@.longinttype put PtrAndHand(digTempPtr,digHandle,4) into Merr else if mytypeflg then put mypbptr + 32 into aptr if (aptr@.fdtype.ostype) <> myftype then add 1 to dirindex next repeat -- FileSpec put mypbptr@.iovrefnum into tgvref put mynmptr@.str255type into myfname put FSMakeFSSpec(tgVref,DirToScan,myFname,newFSSPtr@) into Merr if Merr = 0 then put AEPutPtr(theDesList@,0,typeFSS,newFSSPtr,70) into Merr 10

11 if Merr <> 0 then put false into mydigflg exit repeat add 1 to dirindex end repeat if Merr <> 0 then exit repeat -- dighandle if GetHandleSize(digHandle) = DigIndex*4 then exit repeat add 1 to DigIndex end repeat -- DisposPtr mynmptr DisposPtr mypbptr DisposPtr myfssptr DisposPtr newfssptr DisposHandle dighandle DisposPtr digtempptr -- if Merr <> 0 then put AEDisposeDesc(theDesList@) into err return Merr -- reply if thereply@.descriptortype <> typenull then put AEPutParamDesc(theReply@, keydirectobject,thedeslist@) into err put AEDisposeDesc(theDesList@) into err return err end ListFile ListFile osax ResEdit osax osax aete osax Analysis Toolbox 11

12 CompileIt! HyperTalk osax Mac Toolbox Toolbox HyperTalk osax XCMD osax Toolbox Toolbox 4 osax CGI HyperTalk HyperCard CGI HyperCard Web CGI Apple HyperCard Everyone is an Author! HyperTalk 4 Mac SE Mac II System 7 Toolbox Assistant Toolbox 12

Mac Web AppleScript AppleScript CGI CGI Macintosh AppleScript CGI MacOS CGI CGI (Common Gateway Interface) web UNIX web CGI Web UNIX CGI CGI FORM Web

Mac Web AppleScript AppleScript CGI CGI Macintosh AppleScript CGI MacOS CGI CGI (Common Gateway Interface) web UNIX web CGI Web UNIX CGI CGI FORM Web (mact@antares.ecn.fpu.ac.jp) PDF 1997 10 3 The BASIC PDF Macintosh Web CGI EasyBBS CGI The BASIC DOS, DOS/V, WIN Mac PDF PDF Web Macintosh LC475 Web Mac Mac Web Web CGI Web CGI MacOS Web CGI AppleScript

More information

76

76 ! # % & % & %& %& " $ 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 % & &! & $ & " & $ & # & ' 91 92 $ % $'%! %(% " %(% # &)% & 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 !$!$ "% "%

More information

†ı25”Y„o-PDF.ren

†ı25”Y„o-PDF.ren 12,000 10,000 8,000 6,000 4,000 2,000 0 1998 1999 2000 2001 2002 2003 2004 1,200 1,000 800 600 400 200 0 1998 1999 2000 2001 2002 2003 2004 $ "! ''" '' ''$ ''% ''& '''! " ' & % $ "! ''" ' '$ '% '& ''!

More information

syspro-0405.ppt

syspro-0405.ppt 3 4, 5 1 UNIX csh 2.1 bash X Window 2 grep l POSIX * more POSIX 3 UNIX. 4 first.sh #!bin/sh #first.sh #This file looks through all the files in the current #directory for the string yamada, and then prints

More information

橡Webcamユーザーガイド03.PDF

橡Webcamユーザーガイド03.PDF Desktop On-Call Version 4 Webcam extension Pak for Windows Webcam extension Pak Desktop On-Call Version 4 Web PC i Desktop On-Call Version 4 PC PC Desktop On-Call Version 4 PC Windows 98 Windows 98SE Windows

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV tutimura@mist.i.u-tokyo.ac.jp kaneko@ipl.t.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 11 20 p.1/34 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

LiveCode初心者開発入門サンプル

LiveCode初心者開発入門サンプル / About LiveCode 01:... 11 02: Create... 15 set 03:... 21 name title LiveCode 04:... 29 global local width height 05:... 37 Controls Tools Palette Script Editor message handler 06:... 52 RGB 07:... 63

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 13 2007-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,

More information

¥×¥í¥°¥é¥ß¥ó¥°±é½¬I Exercise on Programming I [1zh] ` `%%%`#`&12_`__~~~ alse

¥×¥í¥°¥é¥ß¥ó¥°±é½¬I  Exercise on Programming I [1zh] ` `%%%`#`&12_`__~~~alse I Exercise on Programming I http://bit.ly/oitprog1 1, 2 of 14 ( RD S ) I 1, 2 of 14 1 / 44 Ruby Ruby ( RD S ) I 1, 2 of 14 2 / 44 7 5 9 2 9 3 3 2 6 5 1 3 2 5 6 4 7 8 4 5 2 7 9 6 4 7 1 3 ( RD S ) I 1, 2

More information

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A Central Authentication System naito@math.nagoya-u.ac.jp to@math.nagoya-u.ac.jp, Powered by Adobe Reader & ipod Photo March 10, 2005 RIMS p. 1/55 CAS Yale Open Source software Authentication Authorization

More information

-34-

-34- -33- -34- ! -35- ! -36- ! -37- -38- -39- -40- -41- -42- -43- -44- -45- -46- -47- -48- -49- -50- ! -51- -52- !! -53- -54- ! -55- -56- -57- !!!!! "" "!!! " "" " -58- -59- !!! -60- -61- -62- -63- ! -64- !

More information

22 (266) / Web PF-Web Web Web Web / Web Web PF-Web Web Web Web CGI Web Web 1 Web PF-Web Web Perl C CGI A Pipe/Filter Architecture Based Software Gener

22 (266) / Web PF-Web Web Web Web / Web Web PF-Web Web Web Web CGI Web Web 1 Web PF-Web Web Perl C CGI A Pipe/Filter Architecture Based Software Gener 22 (266) / Web PF-Web Web Web Web / Web Web PF-Web Web Web Web CGI Web Web 1 Web PF-Web Web Perl C CGI A Pipe/Filter Architecture Based Software Generator PF-Web for Constructing Web Applications. Tomohiro

More information

CONTENTS 1 2 2 5 3 8 4 9 5 18 6 20 7 27 8 31 9 Web 33 10 36 11 37 12 39 2

CONTENTS 1 2 2 5 3 8 4 9 5 18 6 20 7 27 8 31 9 Web 33 10 36 11 37 12 39 2 USER'S MANUAL CONTENTS 1 2 2 5 3 8 4 9 5 18 6 20 7 27 8 31 9 Web 33 10 36 11 37 12 39 2 1 Internet Explorer 6.0 DHTML Flash Flash 2 Web Web FTP Web Windows Windows Windows Windows 100 OS CPU HDD DOS/V

More information

wide94.dvi

wide94.dvi 14 WWW 397 1 NIR-TF UUCP ftp telnet ( ) WIDE Networked Information Retrieval( NIR ) vat(visual Audio Tool) nv(netvedeo) CERN WWW(World Wide Web) WIDE ISODE WIDE project WWW WWW 399 400 1994 WIDE 1 WIDE

More information

FileMaker Server 16 インストールおよび構成ガイド

FileMaker Server 16 インストールおよび構成ガイド FileMaker Server 16 2007-2017 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker

More information

Microsoft Word - 太田明仁.doc

Microsoft Word - 太田明仁.doc 3D - 1 3DCG Computer Graphics 3DCG 3DCG 3DCG 3DCG 3DCG - 1 TV 10 11 12 Interactive Vision ( - 2 ) 1 2 3 3 4 5 6 7 3DCG 8 9 Interactive Vision 1 13-3 2 13-4 3 9-5 4 9 5 Interactive Vision Interactive Vision

More information

橡Taro9-生徒の活動.PDF

橡Taro9-生徒の活動.PDF 3 1 4 1 20 30 2 2 3-1- 1 2-2- -3- 18 1200 1 4-4- -5- 15 5 25 5-6- 1 4 2 1 10 20 2 3-7- 1 2 3 150 431 338-8- 2 3 100 4 5 6 7 1-9- 1291-10 - -11 - 10 1 35 2 3 1866 68 4 1871 1873 5 6-12 - 1 2 3 4 1 4-13

More information

NIC Reference Guide

NIC Reference Guide magicolor 2300 DL NIC Reference Guide magicolor 2300 DL NIC 1800684-014B magicolor 2300 DL Windows TCP/IP Web URLhttp://www.minolta-qms.co.jp/Support/Userreg/index.html QMSMINOLTA-QMS magicolor MINOLTA-QMS,

More information

H1-2-3-4.indd

H1-2-3-4.indd 1 1 1 2 3 9 9 10 10 12 12 14 14 16 16 17 18 19 21 28 1 26 11 22 26 11 23 26 11 24 Web 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 4 8 2 2 4 20 4 4 8 4 4 8 2 2 4 4 4 32 4 4 12 4 4 4 4 4 4 4 4 8 2

More information

Microsoft Word - 卒業研究Ⅱ論文.docx

Microsoft Word - 卒業研究Ⅱ論文.docx 25 Information gathering of new medical supplies, and construction of a learning system 6 08P141 1 10 3 2000 2011 web 1. 2. 3. 4. 5. 6. 7. 2 1. 4 2. 5 2.1. 5 2.2. 7 2.3. 12 2.4. 14 2.5. 20 3. 21 4. 32

More information

fiš„v3.dvi

fiš„v3.dvi (2001) 49 2 261 275 Web 1 1 2001 2 21 2001 4 26 Windows OS Web Windows OS, DELPHI, 1. Windows OS. DELPHI Web DELPHI ALGOL PASCAL VISUAL BASIC C++ JAVA DELPHI Windows OS Linux OS KyLix Mac OS (ver 10) JAVA

More information

1 1 1........................... 1 2.......................... 1 3.......................... 1 4...................... 2 5.............. 2 2 4 1 KWIC.

1 1 1........................... 1 2.......................... 1 3.......................... 1 4...................... 2 5.............. 2 2 4 1 KWIC. 1 1 1........................... 1 2.......................... 1 3.......................... 1 4...................... 2 5.............. 2 2 4 1 KWIC....................... 4 2 KWIC.................. 6

More information

... 4 HTML IP TC

... 4 HTML IP TC MFC-7820N ... 4 HTML... 5... 7... 7... 7... 8... 8... 8... 9 1... 11... 12... 13... 13... 14... 15... 15... 16... 18... 18 IP... 19 2... 21... 22... 22... 22 TCP/IP... 23 IP... 24 IP... 25... 26... 27

More information

̤Äê

̤Äê SNS 1, IT.,.,.,., SNS,,,..,,.,,,.,.,,. 2 1 6 1.1................................................ 6 1.2................................................ 6 1.3...............................................

More information

ラ ン ク 28 3 5 a . 77,101 57,700 18 2 110 77,101 a. http://www.tees.ne.jp/~rinzaiji/enichi/index.htm 441-8132 66 2 TEL25-1895 FAX25-2553 http://osimizu.ed.jp 1 1, 28 10001200 5.6.7.9.10 3 (4.8 ) 2, 4

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 9 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information

~ ~ ~ ~ ~ ~ ~ ~

~ ~ ~ ~ ~ ~ ~ ~ Reg@omakase.jp Tech@omakase.jp Fee@omakase.jp info@omakase.jp ~ ~ ~ ~ ~ ~ ~ ~ URL [ ] [T] [W] Microsoft Word [X] Microsoft Excel [ ] Enter Return [ ] ( ]) abc ( ) / / .pdf Adobe Acrobat.doc Word HTML

More information

Condition DAQ condition condition 2 3 XML key value

Condition DAQ condition condition 2 3 XML key value Condition DAQ condition 2009 6 10 2009 7 2 2009 7 3 2010 8 3 1 2 2 condition 2 3 XML key value 3 4 4 4.1............................. 5 4.2...................... 5 5 6 6 Makefile 7 7 9 7.1 Condition.h.............................

More information

konicaminolta.co.jp PageScope Net Care

konicaminolta.co.jp PageScope Net Care konicaminolta.co.jp PageScope Net Care KONICA MINOLTA PageScope Net Care KONICA MINOLTA PageScope Net Care Web KONICA MINOLTA PageScope Net Care SNMP KONICA MINOLTA Printer-MIB KONICA MINOLTA PageScope

More information

1 ARENA DNS CSR ID ( ).. I 3-1 3-1

1 ARENA DNS CSR ID ( ).. I 3-1 3-1 . II NTTPC 1 ARENA DNS CSR ID ( ).. I 3-1 3-1 30 http://web.arena.ne.jp/suite/support/startup/admin-useradd/index.html 31 32 33 34 http://web.arena.ne.jp/suite/cgiinstaller/index.html 35 36 CGI 37 CGI

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

2

2 Haskell ( ) kazu@iij.ad.jp 1 2 Blub Paul Graham http://practical-scheme.net/trans/beating-the-averages-j.html Blub Blub Blub Blub 3 Haskell Sebastian Sylvan http://www.haskell.org/haskellwiki/why_haskell_matters...

More information

情報科学概論 第1回資料

情報科学概論 第1回資料 1. Excel (C) Hiroshi Pen Fujimori 1 2. (Excel) 2.1 Excel : 2.2Excel Excel (C) Hiroshi Pen Fujimori 2 256 (IV) :C (C 65536 B4 :2 (2 A3 Excel (C) Hiroshi Pen Fujimori 3 Tips: (1) B3 (2) (*1) (3) (4)Word

More information

コンピュータ概論

コンピュータ概論 4.1 For Check Point 1. For 2. 4.1.1 For (For) For = To Step (Next) 4.1.1 Next 4.1.1 4.1.2 1 i 10 For Next Cells(i,1) Cells(1, 1) Cells(2, 1) Cells(10, 1) 4.1.2 50 1. 2 1 10 3. 0 360 10 sin() 4.1.2 For

More information

Oracle Forms Services R6i

Oracle Forms Services R6i Creation Date: Jul 04, 2001 Last Update: Jul 31, 2001 Version: 1.0 0 0... 1 1...3 1.1... 3 1.2... 3 1.3... 3 2...4 2.1 C/S... 4 2.2 WEB... 5 2.3 WEB... 5 2.4 JAVABEAN... 6 3 JAVABEAN...7 3.1... 7 3.2 JDEVELOPER...

More information

94 expression True False expression FalseMSDN IsNumber WorksheetFunctionIsNumberexpression expression True Office support.office.com/ja-jp/ S

94 expression True False expression FalseMSDN IsNumber WorksheetFunctionIsNumberexpression expression True Office   support.office.com/ja-jp/ S Excel VBA a Excel VBA VBA IsNumeric IsNumber SpecialCells SpecialCells MSDNMicrosoft Developer NetworkIsNumeric IsNumber SpecialCells IsNumeric VBA IsNumericexpression SpecialCells 94 expression True False

More information

AppleScriptTcl http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index.htm http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index2.htm 1,Tcl create_sphere at { 0

AppleScriptTcl http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index.htm http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index2.htm 1,Tcl create_sphere at { 0 Shade AppleScript Shade MacOS AppleScript Script ShadeTcl Python AppleScript 3 WindowsTcl AppleScriptTcl http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index.htm http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index2.htm

More information

MFC-8660DN Presto! PageManager TEL/ FAX/

MFC-8660DN   Presto! PageManager TEL/ FAX/ MFC-8660DN http://solutions.brother.co.jp Presto! PageManager TEL/03-5472-7008 FAX/03-5472-7009 7 CD-ROM HTML PDF PDF 1 P.XXX P.XXX P.XX P.XXX XXX XXX XX PDFXXX 2 3 4 5 P.73 P.76 6 Windows P.39 Macintosh

More information

2

2 J 2 3 " ' + # & $ % ( ) * " # $ % & ' Q ( ) * + 4 1 2 5 6 1 2 7 1 B 2 Q 3 8 V X 9 W q 10 V X W q 11 12 13 14 - - a 15 x M 16 A B C A B 17 1 2 3 a a 18 4 5 19 x M 20 Q 21 B A 22 1 2 1 l 23 2 3 Z 8:1 4:1

More information

財政金融統計月報第720号

財政金融統計月報第720号 ! # " $ % &! # % " $ &! # % " $ &! # %! # % " $ & " $ &! # % " $ & !!!!!!! !!!!!!! ! # " $ ! # " $ ! " # $! " # $ ! # " $ ! # $& %" !

More information

AccessVBA−‹ŠpŁÒ-flO“Z

AccessVBA−‹ŠpŁÒ-flO“Z Microsoft Access 1 2 Private Sub After5days_Click( ) msg = Date + 5 MsgBox mag End Sub 3 Me.Filter = " =' " & Me! & "'" 4 5 Private Sub _Click() If IsNull(Me!) Then MsgBox " " Me!.SetFocus Me!.Dropdown

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

RT57i 困ったときは

RT57i 困ったときは ? q ISDN / FAX / q q q VoIP q ISDN / FAX / 1 POWER? q 2 ISDN? q 3 q q q FAX q q q q q ISDN q INS q INS q INS 1 POWER? q 2 LAN q 3 q q q q Web q 1 POWER? q 2 LAN? q 3 ISDN ISDN WAN? q ISDN q WAN 4 q q ISDN

More information

2

2 0. 92a --------------------------------------------------------- ---------------------------------------------------- 1. 1-1. 1-2. 1-3. 2. 2-5. 1 2 a ---------------------------------------------------------

More information

IP S ( :H ) ( ) ( :H22 4

IP S ( :H ) ( ) ( :H22 4 90 30 440 8515 4 101 0532 54 5111 0532 53 1379 IP 1. 2. 3. 11 1 1. 2. 12 0 1 2 3 8 0 8 0 8 S 5 5 0 5 2 1 13 0 5 0 4 (:H22 4 28 ) 1 1 0 5 () (:H22 4 28 ) 1 2 5 0 (: ) ー (: ) ー1 0 0 0 0 (: ) 1/26 50P7 21

More information

コンピュータ概論

コンピュータ概論 5.1 VBA VBA Check Point 1. 2. 5.1.1 ( bug : ) (debug) On Error On Error On Error GoTo line < line > 5.1.1 < line > Cells(i, j) i, j 5.1.1 MsgBox Err.Description Err1: GoTo 0 74 Visual Basic VBA VBA Project

More information

Si-R30取扱説明書

Si-R30取扱説明書 1 1 25 2 61 3 103 1 1 1 27 27 28 29 30 31 34 ISDN 34 35 35 36 ISDN 38 38 ISDN 39 40 ISDN 40 41 42 42 43 43 44 44 44 46 LAN 46 TCP/IP 46 WWW 52 LAN 54 54 HUB LAN 55 LAN 56 56 IP 57 58 1 1 Si-R30 CD-ROM

More information

学校では教えてくれないアセットバンドル

学校では教えてくれないアセットバンドル Unity Technologies Japan Developer Relationship Engineer Yusuke Ebata Unity 5.3 Unity ICON:designed by Freepik 1 AssetBundle.CreateFromMemory AssetBundle.CreateFromFile WWW.LoadFromCacheOrDownload LoadFromCacheOrDonwload

More information

I 2 tutimura/ I 2 p.1/??

I 2   tutimura/ I 2 p.1/?? I 2 tutimura@mist.i.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/ 2002 4 25 I 2 p.1/?? / / Makefile I 2 p.2/?? Makefile make GNU make I 2 p.3/?? Makefile L A T E X I 2 p.4/?? core (1) gcc,

More information

II 1 p.1 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway Interface Web HTML Web Web CGI CGI CGI Perl, PHP C JavaScript Web CGI HTML 1.2 Servlet Java

II 1 p.1 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway Interface Web HTML Web Web CGI CGI CGI Perl, PHP C JavaScript Web CGI HTML 1.2 Servlet Java II 1 p.1 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway Interface Web HTML Web Web CGI CGI CGI Perl, PHP C JavaScript Web CGI HTML 1.2 Servlet Java Servlet Servlet CGI Web CGI Java Java JVM Java CGI

More information

P01_表紙

P01_表紙 INDEX MEDIA DATA 2017 2 MEDIA DATA 2017 3 4.9 6.1 3.4 3.9 11.7 11.4 11.5 10.9 7.7 4.9 5.7 6.5 4.4 3.9 2.4 3.3 MEDIA DATA 2017 4 70.6 69.2 67.3 63.7 11.6 8.9 10.4 6.9 16.6 15.6 15.1 12.7 9.7 8.6 9.0 14.2

More information

第10回 コーディングと統合(WWW用).PDF

第10回 コーディングと統合(WWW用).PDF 10 January 8, 2004 algorithm algorithm algorithm (unit testing) (integrated testing) (acceptance testing) Big-Bang (incremental development) (goto goto DO 50 I=1,COUNT IF (ERROR1) GO TO 60 IF (ERROR2)

More information

Web±ÜÍ÷¤Î³Ú¤·¤µ¤ò¹â¤á¤ëWeb¥Ú¡¼¥¸²ÄÄ°²½¥·¥¹¥Æ¥à

Web±ÜÍ÷¤Î³Ú¤·¤µ¤ò¹â¤á¤ëWeb¥Ú¡¼¥¸²ÄÄ°²½¥·¥¹¥Æ¥à Web Web 2 3 1 PC, Web, Web. Web,., Web., Web HTML, HTML., Web, Web.,,., Web, Web., Web, Web., Web, Web. 2 1 6 1.1.................................................. 6 1.2.................................................

More information

20130521_11_19_2.indd

20130521_11_19_2.indd MIN MAX MIN MAX MIN MAX MIN MAX MIN MAX MIN MAX MIN MAX MIN MAX MIN MAX MIN MAX ac 450+ 450Mbps 450 Mbps 300+ 300Mbps 300 Mbps 300 Mbps 1300+ ac 450Mbps 866+ 300Mbps 300 Mbps 300& PLC 240 Mbps 300 Mbps

More information

manual.dvi

manual.dvi oscommerce 2002 9 6 oscommerce oscommerce 2.2 1 1 1.1................................................. 1 1.1.1......................................... 1 1.2.................................................

More information

OS Windows Mac OS Windows Mac OS Windows XP Mac OS X OS Windows 95 Mac OS

OS Windows Mac OS Windows Mac OS Windows XP Mac OS X OS Windows 95 Mac OS About use of the Chinese character which is not in a computer Reuse and sharing of data by the large-scale character set and the Macro program HUKUDA Sinobu 1 125000 800 JIS 2 2000 3 1 488 545 2 JIS X

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information

2

2 2 485 1300 1 6 17 18 3 18 18 3 17 () 6 1 2 3 4 1 18 11 27 10001200 705 2 18 12 27 10001230 705 3 19 2 5 10001140 302 5 () 6 280 2 7 ACCESS WEB 8 9 10 11 12 13 14 3 A B C D E 1 Data 13 12 Data 15 9 18 2

More information

soturon2013

soturon2013 4.4. CGI, CGI Web. UNIX, UNIX Windows. UNIX CGI. i ( ). mi- http://www.mimikaki.net/ 67 (mi- ),mi-, http://ugawalab.miyakyo-u.ac.jp/j3/chika/wari.cgi.txt http://ugawalab.miyakyo-u.ac.jp/j3/chika/wari.cgi.txt,.

More information

( ) 1 Windows HTML ( ) ( ) ( ) WWW 10 ( )

( ) 1 Windows HTML ( ) ( ) ( ) WWW 10 ( ) ( ) 1 Windows HTML ( ) ( ) ( ) 1. 2. 3. 4. WWW 10 ( ) 2 1. 2. 1 3. ( ) 4. 5. 3 Windows 2 7 8 MS Word MS Excel 1. MS Word 600 2. MS Excel 1 34 2 83 3 23 4 70 5 100 6 45 7 58 8 29 9 68 10 72 11 37 12 12

More information

30 2014.08 2 1985 Koblitz Miller 2.1 0 field Fp p prime field Fp E Fp Fp Hasse Weil 2.2 Fp 2 P Q R R P Q O P O R Q Q O R P P xp, yp Q xq, yq yp yq R=O

30 2014.08 2 1985 Koblitz Miller 2.1 0 field Fp p prime field Fp E Fp Fp Hasse Weil 2.2 Fp 2 P Q R R P Q O P O R Q Q O R P P xp, yp Q xq, yq yp yq R=O An Internet Vote Using the Elliptic Curve Cryptosystem TAKABAYASHI Shigeki Nowadays various changes are taking place in the society by the spread of the Internet, and we will vote by the Internet using

More information

「計算と論理」 Software Foundations その4

「計算と論理」  Software Foundations   その4 Software Foundations 4 cal17@fos.kuis.kyoto-u.ac.jp http://www.fos.kuis.kyoto-u.ac.jp/~igarashi/class/cal/ November 7, 2017 ( ) ( 4) November 7, 2017 1 / 51 Poly.v ( ) ( 4) November 7, 2017 2 / 51 : (

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS Single Sign On (Hisashi NAITO) naito@math.nagoya-u.ac.jp Graduate School of Mathematics, Nagoya University naito@math.nagoya-u.ac.jp, Oct. 19, 2005 Tohoku Univ. p. 1/40 Plan of Talk CAS CAS 2 CAS Single

More information

LHD-LAN ...[.U.[.Y.}.j...A.. V05.p65

LHD-LAN ...[.U.[.Y.}.j...A.. V05.p65 LHD-LAN -2- LHD-LAN LHD-LAN Mac OS 9 Mac OS 9 Mac OS 9 Mac OS 9-3- 1 Windows LHD-LAN CD- ROM 1. 1. 2. 2. Mac OS X LHD-LAN CD- ROM 1. 2. Mac OS X 3. 1.CD-ROM 2.Mac OS X 3. -4- 2 1. 2. 3 LHD-LAN 4 OK LHD-LAN

More information

P TCP IP ISDN ISDN TA DSU DSU

P TCP IP ISDN ISDN TA DSU DSU P TCP IP ISDN ISDN TA DSU DSU P ADSL ISDN ADSL IC3 FOM ADSL ADSL Web Web P CATV LAN PHS LAN P IP Web ALT P Web Web Web P Web Web Web Web Web Web WWW WWW Web Web P WWW Web WWW WWW WWW Web Internet Explorer

More information

untitled

untitled Copyright 2008 IPAAll Rights Reserved 1 1. 2. 3. Copyright 2008 IPAAll Rights Reserved 2 IT IT IT Copyright 2008 IPAAll Rights Reserved http://www.jitec.jp/1_00topic/topic_20071225_shinseido.html 3 URL

More information

3360 druby Web Who is translating it? http://dx.doi.org/10.1007/s10766-008-0086-1 $32.00 International Journal of PARALLEL PROGRAMING Must buy! http://dx.doi.org/10.1007/s10766-008-0086-1 toruby The

More information

AuthorManual_JSTP.ppt

AuthorManual_JSTP.ppt ScholarOne Manuscripts Log In Create Account Main Menu Author Dashboard Step 1: Type, Title & Abstract Step 2: Attributes Step 3: Authors & Institutions Step 4: Reviewers Step 5: Details & Comments Step

More information

Keynote '08 ユーザーズガイド

Keynote '08 ユーザーズガイド Keynote 08 KAppleInc. 2008AppleInc.Allrightsreserved. Apple Apple AppleInc. Apple Apple Apple 1InfiniteLoop Cupertino,CA95014-2084 U.S.A. www.apple.com 163-1480 3 20 2 www.apple.com/jp Apple Apple AppleWorks

More information

Web Web Web Web i

Web Web Web Web i 28 Research of password manager using pattern lock and user certificate 1170369 2017 2 28 Web Web Web Web i Abstract Research of password manager using pattern lock and user certificate Takuya Mimoto In

More information

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb " # $ % & ' ( ) * +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y " # $ % & ' ( ) * + , -. / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション -1- -2- HTML HTML HTML 10 10 1 100 1 200 -3- Web Web -4-1. CGI URL 2. 3. OK 4. -5- ------------------------------------------------------------- - 1. 2. 3. 4. 5. -------------------------------------------------------------

More information

PBASIC 2.5 PBASIC 2.5 $PBASIC directive PIN type New DEBUG control characters DEBUGIN Line continuation for comma-delimited lists IF THEN ELSE * SELEC

PBASIC 2.5 PBASIC 2.5 $PBASIC directive PIN type New DEBUG control characters DEBUGIN Line continuation for comma-delimited lists IF THEN ELSE * SELEC PBASIC 2.5 PBASIC 2.5 BASIC Stamp Editor / Development System Version 2.0 Beta Release 2 2.0 PBASIC BASIC StampR PBASIC PBASIC PBASIC 2.5 Parallax, Inc. PBASIC 2.5 PBASIC 2.5 support@microbot-ed.com 1

More information

Keynote 3 ユーザーズガイド

Keynote 3 ユーザーズガイド Keynote3 K AppleComputer,Inc. 2006AppleComputer,Inc.Allrightsreserved. AppleComputer,Inc. Apple Apple Computer,Inc. Apple AppleComputer,Inc. Apple 1InfiniteLoop Cupertino,CA95014-2084 U.S.A. www.apple.com

More information

=

= 2. 2.1 2.2 kuri@ice.uec.ac.jp ( 2007/10/30/16:46) 1 . 1. 1 + 2 = 5. 2. 180. 3. 3 3. 4.. 5.. 2 2.1 1.,,,,. 2., ( ) ( ).,,,, 3.,. 4.,,,. 3 1.,. 1. 1 + 2 = 5. (, ) 2. 180. (, ) 3. 3, 3. (, ) 4.. (, ) 5..

More information

untitled

untitled 2 (OVO for Windows Smart Plug-ins ) 1. [ & ] 2. [] 3. [] 4. [] html Java [Java ] 5. () 6. [] Java : [] : [] : [] : [] Java Java 3 Java Java ( XML ) HTML Java Java Java Sun Microsystems(TM) [] [] [] []

More information

DS-70000/DS-60000/DS-50000

DS-70000/DS-60000/DS-50000 NPD4647-02 JA ...5...7...8 ADF...9... 9 ADF...10...11...13...15 Document Capture Pro Windows...15 EPSON Scan Mac OS X...16 SharePoint Windows...18 Windows...18...19 Windows...19 Mac OS X...19...20...23...23

More information

QW-3414

QW-3414 MA1312-C P 1 2 3 A E L D E D A A E D A D D D D D E A C A C E D A A A C A C A C E E E D D D A C A C A A A A C A C A C E E C C E D D C C C E C E C C E C C C E D A C A C A C E L B B

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV tutimura@mist.i.u-tokyo.ac.jp kaneko@ipl.t.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 12 11 p.1/33 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

on mouseup go to movie "@:Menu" on mouseup go to movie "@::Movie:Movie1" on exitframe go the frame on getbehaviordescription return on exitframe go the frame on getbehaviordescription return

More information

Autumn 2007 1 5 8 12 14 14 15 %!SASROOT/sassetup SAS Installation Setup Welcome to SAS Setup, the program used to install and maintain your SAS software. SAS Setup guides you through a series of menus

More information

FileMaker Mobile 8 User’s Guide

FileMaker Mobile 8 User’s Guide For Windows, Mac, Palm OS, and Pocket PC FileMaker Mobile 8 Companion for Palm OS and Pocket PC 2000-2006 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California

More information