프로그래밍 언어/설정
-
파스칼프로그래밍 언어/설정 2009. 7. 8. 00:06
Pascal-P2 UCSD Pascal Pascal-P4 Turbo Pascal - v1.0 ~ v7.0 Delphi - v8.0 ~ v18.0 참조 사이트: http://www.moorecad.com/standardpascal/p4.html http://homepages.cwi.nl/~steven/pascal/book/ http://homepages.cwi.nl/~steven/pascal/ http://www.moorecad.com/standardpascal/index.html http://www.mirrorservice.org/sites/www.gnu-pascal.de/contrib/chief/ http://wiki.kldp.org/wiki.php/FreePascal http://www.geociti..
-
BASIC프로그래밍 언어/설정 2009. 7. 7. 23:18
Microsoft Basic microcomputer BASICA IBM-PC GW-BASIC MS-DOS QBasic MS-DOS 5.0 QuickBASIC Visual Basic 참조 사이트: http://www.moorecad.com/classicbasic/index.html http://www.xs4all.nl/~hwiegman/gwbasic.html http://www.xs4all.nl/~hwiegman/gw-man/index.html http://www.geocities.com/dos11basic/index.htm
-
Free Pascal(FPK Pascal) 2.2.4프로그래밍 언어/설정 2009. 7. 7. 20:17
여기에서 devpas192.exe(http://www.bloodshed.net/dev/devpas192.exe)를 다운 받아 설치한다. { or 여기에서 fpc-2.2.4.i386-win32.exe를 다운 받아 설치한다. 테스트 콘솔 창을 열어 C:\FPC\2.2.4\demo\text로 이동한다. C:\FPC\2.2.4\demo\text>fpc hello C:\FPC\2.2.4\demo\text>hello } { ... } program hello; begin writeln('Hello world'); end.
-
LUA프로그래밍 언어/설정 2009. 6. 4. 01:48
high-level extensible language 로컬로 명시적으로 선언되지 않은 모든 변수는 글로벌 데이터 타입 변수는 타입이 없고, 오직 값 만이 타입을 가진다. // dynamically typed language nil unique value 'nil' assignment equality test number string function Cfunction userdata assignment equality test table associative array 레코드 리스트 // 배열? 참조 사이트: http://www.redwiki.net/wiki/wiki.php/LUA%20Tutorial http://www.redwiki.net/wiki/wiki.php/lua/%BC%D2%B0%B3%B3%E..
-
MASM프로그래밍 언어/설정 2009. 4. 13. 00:32
MASM(the Microsoft Macro Assembler) preserves the historical INTEL notation for writing x86 assembler MASM Version 5.1 In MASM version 5.1 the assembler is MASM.EXE. the file name for the assembler was changed to ML.EXE in 1991 with the release of MASM version 6.0 the last seperate release of MASM 6.11d as a commercial product Microsoft released version 6.11d in 1993 including 32 bit Windows ope..