tr02.doc
|
|
- 병만 곽
- 8 years ago
- Views:
Transcription
1 Fortran IMSL COM / 1 Fortran IMSL COM Fortran IMSL COM, COM 1 IMSL /, StatLib Applied Statistics Algorithms NIST(National Institute of Standards and Technology) GAMS(Guide to Available Mathematical Software) (non-objected Oriented Programming Language) Fortran Digital Visual Fortran(MS Fortran PowerStation MS Digital Fortran ) Visual Fortran IMSL/STAT, IMSL/MATH (Professional Edition) Professional Edition IMSL MS Visual Studio Fortran, C++, J++
2 2 / Fortran IMSL COM, Fortran Module Wizard COM/OLE Fortran,, DLL C C++ COM Fortran Fortran Fortran 2 Static Library Dynamic-Link Library Static Library 11 Digital Visual Fortran Visual Fortran "Visual Fortran" "Developer Studio" Visual Studio 97 Visual Studio 60
3 Fortran IMSL COM / 3 Fortran Developer Studio Developer Studio menu bar 2 InfoViewer tool bar 3 Standard tool bar 4 ClassView, FileView, InfoView 5 6 Build, Debug 12 Static Library, Workspace
4 4 / Fortran IMSL COM Fortran IMSL/STAT 1 [File ] [New] 2 [Project] [Win32 Static Library]
5 Fortran IMSL COM / 5 3 [Location] \WORK\StatComp \ 4 [Project name] COMLib 5 [OK] FileView COMLib workspace project
6 6 / Fortran IMSL COM 13 Source File 1 [File ] [New] 2 [Files] [Fortran Fixed Format Source File] Fixed Format Source File Fortran 77 FileNamefor Visual Fortran Free Format Source File FileNamef90 3 [File] ComDemo 4 [OK] [FileView] ComDemof90
7 Fortran IMSL COM / 7 5 Subroutine ChiSquareDF (ChiSquare, DF, PV) REAL ChiSquare, DF, PV PV = 1 - CHIDF(ChiSquare, DF) End Subroutine ChiSquareDF IMSL/STAT CHIDF Visual Fortran Fortran 14 IMSL/STAT IMSL/STAT IMSL/STAT
8 8 / Fortran IMSL COM 1 [Project] [Add To Project] [Files] 2 [Insert Files into project] IMSL Digital Fortran/Imsl/Lib 3 [ ] [Library Files (lib)] 4 [Sstatslib]
9 Fortran IMSL COM / 9 5 [OK] Fortran IMSL sstatslib - single precision IMSL/STAT sstatdlib - double precision IMSL/STAT smathslib - single precision IMSL/MATH smathdlib - double precision IMSL/MATH sf90mplib - Fortran 90MP IMSL 15 C++ Fortran COM C++ C++ Visual Fortran Visual C++, Visual Basic, Assembly Language calling convention Stack considerations Does a routine receive a varying or fixed number of arguments? Which routine clears the stack after a call? Naming conventions Is lowercase or uppercase significant or not significant?
10 10 / Fortran IMSL COM Are names decorated (as in Visual C++)? Argument passing protocol Are arguments passed by value or by reference? What are the equivalent data types and data structures among languages? Calling convention Visual Fortran Help Programming with Mixed Languages Fortran C++ Subroutine ChiSquareDF (ChiSquare, DF, PValue)!DEC$ ATTRIBUTES C, ALIAS: '_ChiSquareDF' :: ChiSquareDF REAL ChiSquare, DF, PV POINTER (PValue, PV) PV = 1 - CHIDF(ChiSquare, DF) End Subroutine ChiSquareDF!DEC$ ATTRIBUTE (calling convention) (alias) Fortran Fortran C STDCALL Fortran C++ ALIAS array return value POINTER 16 Build Build 1 [Ctrl+F7] [Build] [Compile]
11 Fortran IMSL COM / 11 [Build] error warning 2 [F7] [Build] [Build]
12 12 / Fortran IMSL COM error warnig [Build]
13 2 Visual C++ ATL COM Fortran IMSL COM / 13 Visual C++ COM ATL(ATL COM Active Template Library) MFC(Microsoft Foundation Class) ATL COM COM / COM COM, COM COM COM COM COM In-process Out-ofprocess In-process DLL COM Out-of-process EXE COM Local Remote Local : COM COM Remo te : COM COM COM COM COM Out-of-process remote, In-process ASP Out-of-process /
14 14 / Fortran IMSL COM 21 COM COM Visual C++ ATL Visual C++, Fortran 1 [File ] [New] 2 [ATL COM AppWizard ]
15 Fortran IMSL COM / 15 3 [Location] 4 [Project name] Demo 5 [OK] 6 [Server Type] Dynamic Link Library[DLL] 7 [Finish]
16 16 / Fortran IMSL COM [ATL COM AppWizard] COM [New Project Information] 8 [OK] ATL COM Application Wizard COM In-process DllMain 4 cpp Out-of-process WinMain
17 def In-process idl Interface Definition Language rc Resource Resourceh StdAfxcpp StdAdxh Resource StdAfxh Atlimplcpp ATL Fortran IMSL COM / Fortran Fortran 1 [Project] [Add To Project] [Files] 2
18 18 / Fortran IMSL COM Fortran Debug 3 [ ] [Library Files (lib)] 4 COMLiblib 5 [OK] COMLiblib
19 Fortran IMSL COM / ATL COM ATL COM AppWizard COM ATL COM ATL Object Wizard ATL 1 [Insert] [New ATL Object] 2 [ATL Object Wizard ] [Category] [Object] 3 [ATL Object Wizard ] [Objects] [Simple Object]
20 20 / Fortran IMSL COM ATL Object Wizard COM Category Objects Objects Simple Object Internet Explorer Object ActiveX Server Component Microsoft T ransaction Server AddIn Object Component Register Object Microsoft Internet Explorer COM Microsoft Internet Information Server Active Server Page COM Microsoft Transaction Server COM Microsoft Developer Studio Controls MMC SnapIn Full Control Property Page HTML Control Microsoft Management Console ActiveX ActiveX Dynamic HTML Composite Control Lite Control Lite HTML Control Lite Composite Control Mixcellaneous Dialog Microsoft Internet Explorer ActiveX Dynamic HTML, Int ernet Explorer Internet Explorer, Data Access Provider OLE DB Consumer OLE DB
21 Fortran IMSL COM / 21 4 [Next ] 5 [ATL Object Wizard Properties] [Names] COM [Names] COM C++ COM C++ [Short Name] COM [Prog ID] 6 [ATL Object Wizard Properties] [Attribute] Threading Model, Interface, Aggregation COM Threading Model Single Single -Threading Model COM STA Apartment Single Thread Apartment (STA) Model Both COM STA STA, MTA Mixed-Threading Model
22 22 / Fortran IMSL COM Free Apartment? STA COM STA MTA COM MTA Multiple Thread Apartment (MTA) Model COM MTA, STA COM COM COM COM COM COM COM Interface Dual Custom Aggregation Visual Basic C++ COM COM COM COM COM
23 COM Fortran IMSL COM / 23 COM COM COM COM COM COM COM COM Threading Model, Interface, Aggregation Apartment, Dual, Yes 7 [ ] COM, 24 COM (interface) COM (method, ) COM IUnknown, COM
24 24 / Fortran IMSL COM COM COM,, COM COM COM IUnknown COM, COM Visual C++ ATL MFC COM COM IUnknown UUID(Universally Unique Identifier) GUID(Globally Unique Identifier) 128, GUID IID(Interface Identifier), COM GUID CLSID(Class Identifier) GUID COM, Visual C++ UUIDGENEXE GUIDGENEXE COM HRESURT HRES ULT 16 Return Code, 15 Facility, 1 Severity 32 S_OK NOERROR S_FALSE E_UNEXPECTED true 0 S_OK false 1
25 Fortran IMSL COM / 25 E_NOTIMPL E_NOINTERFACE E_OUTOFMEMORY E_FAIL COM 1 [ClassView] [Add Member Variable ] 2 [Add Member Variable ] [Variable Type] [Variable Name] [Access]
26 26 / Fortran IMSL COM 3 [ ] [ClassView] Variable Type Variable Name Access Float ChiSqrProb Protected Float ChiSqrStat Protected Float Degree Protected (property) COM COM, COM
27 Fortran IMSL COM / 27 1 [ClassView] [Add Property] 2 [Add Property to Interface] Property, Parameters, Function Type
28 28 / Fortran IMSL COM Return Type HRESULT Property, Property Parameters Function Type Get Function Put Function Get Function COM, Put Function COM Put Function ProgPut ProgPutRef 3 [OK] [ClassView] (IChiDF) (IChiDF), COM
29 Fortran IMSL COM / 29 Property Property Parameters Function Type Float SetChiSqrStat Put Function [ProgPut] Float SetDegree Put Function [ProgPut] Float GetChiSqrProb Get Function (method) COM COM 1 [ClassView] [Add Method]
30 30 / Fortran IMSL COM 2 [Add Method to Interface] Method Name Parameters Return Type HRESULT Method Name, Parameters Implementation 3 [OK] [ClassView]
31 Fortran IMSL COM / 31 FindChiSqrProb COM, ClassView (ChiDFcpp) // ChiDFcpp : Implementation of CChiDF #include "stdafxh" #include "Demoh" #include "ChiDFh" //////////////////////////////////////////////////////////////// // CChiDF STDMETHODIMP CChiDF::put_SetChiSqrStat(float newval) { // TODO: Add your implementation code here
32 32 / Fortran IMSL COM } return S_OK; STDMETHODIMP CChiDF::put_SetDegree(float newval) { // TODO: Add your implementation code here } return S_OK; STDMETHODIMP CChiDF::get_GetChiSqrProb(float *pval) { // TODO: Add your implementation code here } return S_OK; STDMETHODIMP CChiDF::FindChiSqrProb() { // TODO: Add your implementation code here } return S_OK; Put Function newval, Get Function *pval // ChiDFcpp : Implementation of CChiDF #include "stdafxh" #include "Demoh" #include "ChiDFh" extern "C" void ChiSquareDF( float ChiSquare, float DF, float *PValue ); //////////////////////////////////////////////////////////////// //////// // CChiDF STDMETHODIMP CChiDF::put_SetChiSqrStat(float newval) { ChiSqrStat = newval;
33 Fortran IMSL COM / 33 } return S_OK; STDMETHODIMP CChiDF::put_SetDegree(float newval) { Degree = newval; } return S_OK; STDMETHODIMP CChiDF::get_GetChiSqrProb(float *pval) { *pval = ChiSqrProb; } return S_OK; STDMETHODIMP CChiDF::FindChiSqrProb() { ChiSquareDF( ChiSqrStat, Degree, &ChiSqrProb ); } return S_OK; Fortran COM extern "C" void ChiSquareDF ( float ChiSquare, float DF, float * PValue ); Fortran calling convention, parameter type, ClassNameh ClassNamecpp 25 COM COM COM (compile) (build)
34 34 / Fortran IMSL COM 1 [FileView] ProjectNameidl 2 [Build] [Compile] COM,
35 3 [Build ] [Bu ild] Fortran IMSL COM / 35, COM COM (DLL EXE) COM libclib(crt0datobj) : error LNK2005:???? already defined in LIBCMTDlib(crt0datobj) 1 [Project] [Settings]
36 36 / Fortran IMSL COM 2 [Link] [Object/library modules] LIBCLIB
37 /NODEFAULTLIB:"LIBClib" Fortran IMSL COM / 37 3 [OK] 4 23 COM [Build] 26 COM COM COM COM (regeditexe) HKEY_CLASSES_ROOT DemoChiDF DemoChiDF1
38 38 / Fortran IMSL COM COM COM Visual C++ Visual Basic Visual C++ 1 [File] [New] 2 [Project] [Win32 Console Application]
39 Fortran IMSL COM / 39 3 [Location], [Project name] (ComTest) 4 [OK] 5 [Win32 Console Application] [An empty project] 6 [Finish]
40 40 / Fortran IMSL COM 7 [New Project Information] [OK] 8 [File] [New] 9 [Files] [C++ Source File] 10 [Files] (ComTest)
41 11 [OK] 12 Fortran IMSL COM / 41 // ComTestcpp // A simple console application for COM Demo component testing #include <iostreamh> #include "\Demo\Demoh" #include "\Demo\Demo_ic" int main( void ) { IUnknown *punk = 0; IClassFactory *pcf; HRESULT hr; // COM CoInitialize( 0 ); // COM IClassFactory Interface hr = CoGetClassObject( CLSID_ChiDF, CLSCTX_SERVER, 0, IID_IClassFactory, (void **) &pcf ); if( SUCCEEDED( hr ) ) { // COM IUnknown Interface hr = pcf->createinstance( 0, IID_IUnknown, (void **) &punk ); if( FAILED( hr ) ) cout << "CreateInstance Failed"; pcf->release(); } else cout << "CoGetClassObject Failed"; if (SUCCEEDED(hr)) { IChiDF *pchidf; hr = punk->queryinterface( IID_IChiDF, (void **) &pchidf ); if( SUCCEEDED( hr ) ) { float ChiSqrStat = (float) 221; float Degree = (float) 16; float ChiSqrProb; hr = pchidf->put_setchisqrstat( ChiSqrStat ); hr = pchidf->put_setdegree( Degree ); hr = pchidf->findchisqrprob( ); hr = pchidf->get_getchisqrprob( &ChiSqrProb );
42 42 / Fortran IMSL COM if( SUCCEEDED( hr ) ) cout << ChiSqrProb << '\n'; } } CoFreeUnusedLibraries(); CoUninitialize(); } return 0; COM, 27 COM COM COM COM COM, COM In-process server regsvr32 ServerNameDLL regsvr32 ServerNameOCX, regsvr32 /u ServerNameDLL regsvr32 /u ServerNameOCX COM Put-of process server ServerNameEXE /RegServer ServerNameEXE RegServer
43 Fortran IMSL COM / 43 ServerNameEXE /UnregServer ServerNameEXE -UnregServer REGSVR32EXE in-process server COM Visual C++ in-process COM COM COM COM Visual Basic, ASP
44 44 / Fortran IMSL COM 3 COM COM COM 1 COM 2 COM COM ID 3 COM (instance) 4 COM COM COM 5 COM COM COM COM Visual Basic Visual C++ COM COM COM COM Visual Basic 31 Visual Basic Visual Basic, Visual Basic COM COM (business logic) (presentation layer)
45 Fortran IMSL COM / 45 Visual Basic COM / COM Visual Basic 60 1 Visual Basic 2 [ ] [ ] 3 [ ] [ EXE] 4 [ ] Visual Basic [Form1]
46 46 / Fortran IMSL COM Visual Basic 2 Visual Basic Caption Text Label Label Label
47 TextBox txtchisqrstat txtchisqrstat TextBox txtdegree txtdegree TextBox txtchisqrprob txtchisqrprob CommandButton btnsubmit Fortran IMSL COM / 47 [ ] [ ] 6 [ ] 7 [ ] ' Private Sub Form_Load() txtchisqrstattext = "" txtdegreetext = "" txtchisqrprob = "" End Sub Private Sub btnsubmit_click() ' Dim ChiDF As Object Dim ChiSqrStat As Single Dim ChiSqrProb As Single Dim Degree As Single ' ChiSqrStat = CSng(txtChiSqrStatText) Degree = CSng(txtDegreeText)
48 48 / Fortran IMSL COM ' COM Set ChiDF = CreateObject("DemoChiDF1") ChiDFSetChiSqrStat = ChiSqrStat ChiDFSetDegree = Degree ChiDFFindChiSqrProb ChiSqrProb = ChiDFGetChiSqrProb ' ChiSqrStat ' Degree ' ' ChiSqrProb ' COM Set ChiDF = Nothing txtchisqrprobtext = CStr(ChiSqrProb) ' End Sub Visual Basic, COM, COM, COM Visual C++ COM COM, COM Visual C++ 8 [ ] [ ], 1 [ ] [Project1] 2 [ ] [ ] VBClient 3 [ ] [Form1] 4 [ ] [ ] ComClient, [Caption] VBClient 5 [ ] [ ]
49 Fortran IMSL COM / 49 6 [ ] [ ] 7 [ ] [ ] 8 [ ] [VBClientexe ] 9 [ ] [ ]
50 50 / Fortran IMSL COM VBClientexe Visual Basic Visual Basic COM 32 ASP ASP(Active Server Page) ASP HTML ActiveX ASP asp asp, ASP ASP
51 Fortran IMSL COM / 51 HTTP Active Server Page HTTP ASP asp HTML ASP ASP HTML htm html asp ASP, HTML, ASP HTML < > HTML <% %> HTML Microsoft FrontPage FrontPage FrontPage HTML [ ] ASP COM
52 52 / Fortran IMSL COM 1 COM (Demodll) 2 FrontPage 3 [Getting Started] [More Webs] 4 [Open FrontPage Web] [Select a Web server or disk location] [List Webs]
53 Fortran IMSL COM / 53 5 [Open FrontPage Web] [FrontPage Webs found at location] [OK] FrontPage [ ], FrontPage MenuBar 2 FrontPage ToolBar
54 54 / Fortran IMSL COM 3 FrontPage View [File] [New] [Folder] Demo 7 Demo [File] [New] [Page] HTML Defaulthtm ASP Resultasp 8 HTML 9 [HTML] <html> <head> <title> </title> </head> <body> <form method="post" action="resultasp"> <p> <input type="text" name="txtchisqrstat" size="10"></p>
55 Fortran IMSL COM / 55 <p> <input type="text" name="txtdegree" size="10"></p> <p><input type="submit" value=" " name="btnsubmit"></p> </form> </body> </html> <form> </form> action="resultasp" Resultasp 10 ASP 11 [HTML] <html> <head> <title> </title> </head> <% ' Dim ChiSqrStat, Degree, ChiSqrProb, ChiDF 'Defaulthtm ChiSqrStat, Degree ChiSqrStat = RequestForm( "txtchisqrstat" ) Degree = RequestForm( "txtdegree" ) ' COM Set ChiDF = ServerCreateObject( "DemoChiDF1" ) 'COM ChiDFSetChiSqrStat = ChiSqrStat ChiDFSetDegree = Degree ChiDFFindChiSqrProb ChiSqrProb = ChiDFGetChiSqrProb ' COM Set ChiDF = Nothing %> <body> <p> = <% =ChiSqrStat %></p> <p> = <% =Degree %></p> <p> = <% =ChiSqrProb %></p> </body>
56 56 / Fortran IMSL COM </html> ASP <% %>,, COM, COM, COM COM Visual Basic CreateObject ASP ServerCreateObject RequestForm <% %> 12 Defaulthtm Resultasp COM Visual Basic Visual Basic Script Visual Basic
No Slide Title
Copyright, 2001 Multimedia Lab., CH 3. COM object (In-process server) Eun-sung Lee twoss@mmlab.net Multimedia Lab. Dept. of Electrical and Computer Eng. University of Seoul Seoul, Korea 0. Contents 1.
More informationDialog Box 실행파일을 Web에 포함시키는 방법
DialogBox Web 1 Dialog Box Web 1 MFC ActiveX ControlWizard workspace 2 insert, ID 3 class 4 CDialogCtrl Class 5 classwizard OnCreate Create 6 ActiveX OCX 7 html 1 MFC ActiveX ControlWizard workspace New
More information초보자를 위한 ADO 21일 완성
ADO 21, 21 Sams Teach Yourself ADO 2.5 in 21 Days., 21., 2 1 ADO., ADO.? ADO 21 (VB, VBA, VB ), ADO. 3 (Week). 1, 2, COM+ 3.. HTML,. 3 (week), ADO. 24 1 - ADO OLE DB SQL, UDA(Universal Data Access) ADO.,,
More informationInterstage5 SOAP서비스 설정 가이드
Interstage 5 Application Server ( Solaris ) SOAP Service Internet Sample Test SOAP Server Application SOAP Client Application CORBA/SOAP Server Gateway CORBA/SOAP Gateway Client INTERSTAGE SOAP Service
More information초보자를 위한 C++
C++. 24,,,,, C++ C++.,..,., ( ). /. ( 4 ) ( ).. C++., C++ C++. C++., 24 C++. C? C++ C C, C++ (Stroustrup) C++, C C++. C. C 24.,. C. C+ +?. X C++.. COBOL COBOL COBOL., C++. Java C# C++, C++. C++. Java C#
More information1
1 1....6 1.1...6 2. Java Architecture...7 2.1 2SDK(Software Development Kit)...8 2.2 JRE(Java Runtime Environment)...9 2.3 (Java Virtual Machine, JVM)...10 2.4 JVM...11 2.5 (runtime)jvm...12 2.5.1 2.5.2
More informationUML
Introduction to UML Team. 5 2014/03/14 원스타 200611494 김성원 200810047 허태경 200811466 - Index - 1. UML이란? - 3 2. UML Diagram - 4 3. UML 표기법 - 17 4. GRAPPLE에 따른 UML 작성 과정 - 21 5. UML Tool Star UML - 32 6. 참조문헌
More informationthesis
( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype
More informationPCServerMgmt7
Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network
More information초보자를 위한 자바 2 21일 완성 - 최신개정판
.,,.,. 7. Sun Microsystems.,,. Sun Bill Joy.. 15... ( ), ( )... 4600. .,,,,,., 5 Java 2 1.4. C++, Perl, Visual Basic, Delphi, Microsoft C#. WebGain Visual Cafe, Borland JBuilder, Sun ONE Studio., Sun Java
More information02 C h a p t e r Java
02 C h a p t e r Java Bioinformatics in J a va,, 2 1,,,, C++, Python, (Java),,, (http://wwwbiojavaorg),, 13, 3D GUI,,, (Java programming language) (Sun Microsystems) 1995 1990 (green project) TV 22 CHAPTER
More information10X56_NWG_KOR.indd
디지털 프로젝터 X56 네트워크 가이드 이 제품을 구입해 주셔서 감사합니다. 본 설명서는 네트워크 기능 만을 설명하기 위한 것입니다. 본 제품을 올바르게 사 용하려면 이 취급절명저와 본 제품의 다른 취급절명저를 참조하시기 바랍니다. 중요한 주의사항 이 제품을 사용하기 전에 먼저 이 제품에 대한 모든 설명서를 잘 읽어 보십시오. 읽은 뒤에는 나중에 필요할 때
More informationK&R2 Reference Manual 번역본
typewriter structunion struct union if-else if if else if if else if if if if else else ; auto register static extern typedef void char short int long float double signed unsigned const volatile { } struct
More informationuntitled
PowerBuilder 連 Microsoft SQL Server database PB10.0 PB9.0 若 Microsoft SQL Server 料 database Profile MSS 料 (Microsoft SQL Server database interface) 行了 PB10.0 了 Sybase 不 Microsoft 料 了 SQL Server 料 PB10.0
More information초보자를 위한 ASP.NET 2.0
(World Wide Web), HTML., (ebay) (Amazon.com) HTML,., Microsoft ASP.NET. ASP.NET ASP.NET., ASP.NET HTML,,. ASP.NET HTML.. ASP.NET, Microsoft Visual Basic. Visual Basic. 5 Visual Basic, Visual Basic. ASP.NET
More informationChap7.PDF
Chapter 7 The SUN Intranet Data Warehouse: Architecture and Tools All rights reserved 1 Intranet Data Warehouse : Distributed Networking Computing Peer-to-peer Peer-to-peer:,. C/S Microsoft ActiveX DCOM(Distributed
More information초보자를 위한 C# 21일 완성
C# 21., 21 C#., 2 ~ 3 21. 2 ~ 3 21.,. 1~ 2 (, ), C#.,,.,., 21..,.,,, 3. A..,,.,.. Q&A.. 24 C#,.NET.,.,.,. Visual C# Visual Studio.NET,..,. CD., www. TeachYour sel f CSharp. com., ( )., C#.. C# 1, 1. WEEK
More informationMPLAB C18 C
MPLAB C18 C MPLAB C18 MPLAB C18 C MPLAB C18 C #define START, c:\mcc18 errorlevel{0 1} char isascii(char ch); list[list_optioin,list_option] OK, Cancel , MPLAB IDE User s Guide MPLAB C18 C
More information,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law),
1, 2, 3, 4, 5, 6 7 8 PSpice EWB,, ,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), ( ),,,, (43) 94 (44)
More informationDocsPin_Korean.pages
Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google
More information프로그램을 학교 등지에서 조금이라도 배운 사람들을 위한 프로그래밍 노트 입니다. 저 역시 그 사람들 중 하나 입니다. 중고등학교 시절 학교 도서관, 새로 생긴 시립 도서관 등을 다니며 책을 보 고 정리하며 어느정도 독학으르 공부하긴 했지만, 자주 안하다 보면 금방 잊어
개나리 연구소 C 언어 노트 (tyback.egloos.com) 프로그램을 학교 등지에서 조금이라도 배운 사람들을 위한 프로그래밍 노트 입니다. 저 역시 그 사람들 중 하나 입니다. 중고등학교 시절 학교 도서관, 새로 생긴 시립 도서관 등을 다니며 책을 보 고 정리하며 어느정도 독학으르 공부하긴 했지만, 자주 안하다 보면 금방 잊어먹고 하더라구요. 그래서,
More informationPowerPoint 프레젠테이션
@ Lesson 4 (Object) (Class) (Instance) (Method) (Constructor) Memory 1 UML 1 @ & 1 (Real World) (Software World) @ &.. () () @ & 2 (Real World) (Software World) OOA/ Modeling Abstraction Instantiation
More information<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>
i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,
More informationPowerPoint 프레젠테이션
@ Lesson 2... ( ). ( ). @ vs. logic data method variable behavior attribute method field Flow (Type), ( ) member @ () : C program Method A ( ) Method B ( ) Method C () program : Java, C++, C# data @ Program
More informationchap10.PDF
10 C++ Hello!! C C C++ C++ C++ 2 C++ 1980 Bell Bjarne Stroustrup C++ C C++ C, C++ C C 3 C C++ (prototype) (type checking) C C++ : C++ 4 C C++ (prototype) (type checking) [ 10-1] #include extern
More informationCD-RW_Advanced.PDF
HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5
More informationODS-FM1
OPTICAL DISC ARCHIVE FILE MANAGER ODS-FM1 INSTALLATION GUIDE [Korean] 1st Edition (Revised 4) 상표 Microsoft, Windows 및 Internet Explorer는 미국 및 / 또는 다른 국가에서 Microsoft Corporation 의 등록 상표입 Intel 및 Intel Core
More informationEBS직탐컴퓨터일반-06-OK
ES 컴퓨터 일반 6회 시간 분 배점 점 문항에 따라 배점이 다르니, 각 물음의 끝에 표시된 배점을 참고하시오. 점 문항에만 점수가 표시되어 있습니다. 점수 표시가 없는 문항은 모두 점씩입니다. 은,, 에서 입력받아 를 출력하는 스위치 회로이다. 스위치 회로를 논리 기호로 표시한 것으로 옳은 것은? 다음은 정보 통신망을 사용한 사례이다. 법적으로 처벌받을
More informationOrcad Capture 9.x
OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd
More informationexample code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for
2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon
More informationPowerPoint 프레젠테이션
Web Browser Web Server ( ) MS Explorer 5.0 WEB Server MS-SQL HTML Image Multimedia IIS Application Web Server ASP ASP platform Admin Web Based ASP Platform Manager Any Platform ASP : Application Service
More informationPRO1_09E [읽기 전용]
Siemens AG 1999 All rights reserved File: PRO1_09E1 Information and - ( ) 2 3 4 5 Monitor/Modify Variables" 6 7 8 9 10 11 CPU 12 Stop 13 (Forcing) 14 (1) 15 (2) 16 : 17 : Stop 18 : 19 : (Forcing) 20 :
More informationUNIST_교원 홈페이지 관리자_Manual_V1.0
Manual created by metapresso V 1.0 3Fl, Dongin Bldg, 246-3 Nonhyun-dong, Kangnam-gu, Seoul, Korea, 135-889 Tel: (02)518-7770 / Fax: (02)547-7739 / Mail: contact@metabrain.com / http://www.metabrain.com
More informationuntitled
Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.
More informationSomething that can be seen, touched or otherwise sensed
Something that can be seen, touched or otherwise sensed Things about an object Weight Height Material Things an object does Pen writes Book stores words Water have Fresh water Rivers Oceans have
More informationMAX+plus II Getting Started - 무작정따라하기
무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,
More informationDeok9_Exploit Technique
Exploit Technique CodeEngn Co-Administrator!!! and Team Sur3x5F Member Nick : Deok9 E-mail : DDeok9@gmail.com HomePage : http://deok9.sur3x5f.org Twitter :@DDeok9 > 1. Shell Code 2. Security
More informationC 프로그래밍 언어 입문 C 프로그래밍 언어 입문 김명호저 숭실대학교 출판국 머리말..... C, C++, Java, Fortran, Python, Ruby,.. C. C 1972. 40 C.. C. 1999 C99. C99. C. C. C., kmh ssu.ac.kr.. ,. 2013 12 Contents 1장 프로그래밍 시작 1.1 C 10 1.2 12
More informationLCD Display
LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display
More information<32303132B3E2C1A632C8B8BFF6B5E531B1DE42C7FC2E687770>
국 가 기 술 자 격 검 정 무 단 전 재 금 함 형별 제한 시간 수험번호 성 명 다음 문제를 읽고 가장 알맞은 것을 골라 답안카드의 답란 (1, 2, 3, 4)에 표기하시오 워드프로세싱 용어 및 기능 1. 다음 중 워드프로세서의 입력 기능에 대한 설명으로 옳지 1 행두 금칙 문자로는 (, [,,< 등이 있다. 2 KS X 1001 완성형 한글
More information초보자를 위한 ASP.NET 21일 완성
ASP.NET 21!!.! 21 ( day 2 ), Active Server Pages.NET (Web-based program -ming framework).,... ASP.NET. ASP. NET Active Server Pages ( ASP ),. ASP.NET,, ( ),.,.,, ASP.NET.? ASP.NET.. (, ).,. HTML. 24 ASP.
More informationVOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph
인터그래프코리아(주)뉴스레터 통권 제76회 비매품 News Letters Information Systems for the plant Lifecycle Proccess Power & Marine Intergraph 2008 Contents Intergraph 2008 SmartPlant Materials Customer Status 인터그래프(주) 파트너사
More informationAnalytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Cras
Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Crash Unity SDK... Log & Crash Search. - Unity3D v4.0 ios
More information4. #include <stdio.h> #include <stdlib.h> int main() { functiona(); } void functiona() { printf("hihi\n"); } warning: conflicting types for functiona
이름 : 학번 : A. True or False: 각각항목마다 True 인지 False 인지적으세요. 1. (Python:) randint 함수를사용하려면, random 모듈을 import 해야한다. 2. (Python:) '' (single quote) 는한글자를표현할때, (double quote) 는문자열을표현할때사용한다. B. 다음에러를수정하는방법을적으세요.
More information<4D6963726F736F667420506F776572506F696E74202D2030342E20C0CEC5CDB3DD20C0C0BFEB20B9D720BCADBAF1BDBA20B1E2BCFA2831292E70707478>
웹과 인터넷 활용 및실습 () (Part I) 문양세 강원대학교 IT대학 컴퓨터과학전공 강의 내용 전자우편(e-mail) 인스턴트 메신저(instant messenger) FTP (file transfer protocol) WWW (world wide web) 인터넷 검색 홈네트워크 (home network) Web 2.0 개인 미니홈페이지 블로그 (blog)
More informationPRO1_02E [읽기 전용]
Siemens AG 1999 All rights reserved File: PRO1_02E1 Information and 2 STEP 7 3 4 5 6 STEP 7 7 / 8 9 10 S7 11 IS7 12 STEP 7 13 STEP 7 14 15 : 16 : S7 17 : S7 18 : CPU 19 1 OB1 FB21 I10 I11 Q40 Siemens AG
More information교육2 ? 그림
Interstage 5 Apworks EJB Application Internet Revision History Edition Date Author Reviewed by Remarks 1 2002/10/11 2 2003/05/19 3 2003/06/18 EJB 4 2003/09/25 Apworks5.1 [ Stateless Session Bean ] ApworksJava,
More informationORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O
Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration
More information4 CD Construct Special Model VI 2 nd Order Model VI 2 Note: Hands-on 1, 2 RC 1 RLC mass-spring-damper 2 2 ζ ω n (rad/sec) 2 ( ζ < 1), 1 (ζ = 1), ( ) 1
: LabVIEW Control Design, Simulation, & System Identification LabVIEW Control Design Toolkit, Simulation Module, System Identification Toolkit 2 (RLC Spring-Mass-Damper) Control Design toolkit LabVIEW
More informationKYO_SCCD.PDF
1. Servlets. 5 1 Servlet Model. 5 1.1 Http Method : HttpServlet abstract class. 5 1.2 Http Method. 5 1.3 Parameter, Header. 5 1.4 Response 6 1.5 Redirect 6 1.6 Three Web Scopes : Request, Session, Context
More informationPART 1 CHAPTER 1 Chapter 1 Note 4 Part 1 5 Chapter 1 AcctNum = Table ("Customer").Cells("AccountNumber") AcctNum = Customer.AccountNumber Note 6 RecordSet RecordSet Part 1 Note 7 Chapter 1 01:
More informationwp1_120616.hwp
1과목 : 워드프로세싱 용어 및 기능 1. 다음 중 문서의 효력 발생에 대한 견해로 우리나라에서 채택하 고 있는 1 표백주의 2 발신주의 3 도달주의 4 요지주의 2. 다음 중 워드프로세서의 표시기능에 대한 설명으로 옳은 1 포인트는 화면을 구성하는 최소 단위로 1포인트는 보통 0.5mm이다. 2 자간이란 문자와 문자 사이의 간격을 의미하며 자간을 조절 하여
More informationMobile Service > IAP > Android SDK [ ] IAP SDK TOAST SDK. IAP SDK. Android Studio IDE Android SDK Version (API Level 10). Name Reference V
Mobile Service > IAP > Android SDK IAP SDK TOAST SDK. IAP SDK. Android Studio IDE 2.3.3 Android SDK Version 2.3.3 (API Level 10). Name Reference Version License okhttp http://square.github.io/okhttp/ 1.5.4
More informationMasoJava4_Dongbin.PDF
JSTORM http://wwwjstormpekr Issued by: < > Revision: Document Information Document title: Document file name: MasoJava4_Dongbindoc Revision number: Issued by: < > SI, dbin@handysoftcokr
More informationRemote UI Guide
Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................
More information歯Lecture2.PDF
VISUAL C++/MFC Lecture 2? Update Visual C ++/MFC Graphic Library OpenGL? Frame OpenGL 3D Graphic library coding CLecture1View? OpenGL MFC coding Visual C++ Project Settings Link Tap Opengl32lib, Glu32lib,
More informationNo Slide Title
Copyright, 2017 Multimedia Lab., UOS 시스템프로그래밍 (Assembly Code and Calling Convention) Seong Jong Choi chois@uos.ac.kr Multimedia Lab. Dept. of Electrical and Computer Eng. University of Seoul Seoul, Korea
More informationSMB_ICMP_UDP(huichang).PDF
SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request
More informationuntitled
1-2 1-3 1-4 Internet 1 2 DB Server Learning Management System Web Server (Win2003,IIS) VOD Server (Win2003) WEB Server Broadcasting Server 1-5 1-6 MS Internet Information Server(IIS) Web MS-SQL DB ( )
More informationIntra_DW_Ch4.PDF
The Intranet Data Warehouse Richard Tanler Ch4 : Online Analytic Processing: From Data To Information 2000. 4. 14 All rights reserved OLAP OLAP OLAP OLAP OLAP OLAP is a label, rather than a technology
More information목 차 국회 1 월 중 제 개정 법령 대통령령 7 건 ( 제정 -, 개정 7, 폐지 -) 1. 댐건설 및 주변지역지원 등에 관한 법률 시행령 일부개정 1 2. 지방공무원 수당 등에 관한 규정 일부개정 1 3. 경력단절여성등의 경제활동 촉진법 시행령 일부개정 2 4. 대
목 차 국회 1 월 중 제 개정 법령 대통령령 7 건 ( 제정 -, 개정 7, 폐지 -) 1. 댐건설 및 주변지역지원 등에 관한 법률 시행령 일부개정 1 2. 지방공무원 수당 등에 관한 규정 일부개정 1 3. 경력단절여성등의 경제활동 촉진법 시행령 일부개정 2 4. 대도시권 광역교통관리에 관한 특별법 시행령 일부개정 3 5. 영유아보육법 시행령 일부개정 4
More information종사연구자료-이야기방2014 7 18.hwp
차례 1~3쪽 머리말 4 1. 계대 연구자료 7 가. 증 문하시랑동평장사 하공진공 사적기 7 나. 족보 변천사항 9 1) 1416년 진양부원군 신도비 음기(陰記)상의 자손록 9 2) 1605년 을사보 9 3) 1698년 무인 중수보 9 4) 1719년 기해보 10 5) 1999년 판윤공 파보 10 - 계대 10 - 근거 사서 11 (1) 고려사 척록(高麗史摭錄)
More informationecorp-프로젝트제안서작성실무(양식3)
(BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing
More information인천광역시의회 의원 상해 등 보상금 지급에 관한 조례 일부개정조례안 의안 번호 179 제안연월일 : 2007. 4. 제 안 자 :조례정비특별위원회위원장 제안이유 공무상재해인정기준 (총무처훈령 제153호)이 공무원연금법 시행규칙 (행정자치부령 제89호)으로 흡수 전면 개
인천광역시의회 의원 상해 등 보상금 지급에 관한 조례 일부개정조례안 인 천 광 역 시 의 회 인천광역시의회 의원 상해 등 보상금 지급에 관한 조례 일부개정조례안 의안 번호 179 제안연월일 : 2007. 4. 제 안 자 :조례정비특별위원회위원장 제안이유 공무상재해인정기준 (총무처훈령 제153호)이 공무원연금법 시행규칙 (행정자치부령 제89호)으로 흡수 전면
More informationPRO1_04E [읽기 전용]
Siemens AG 1999 All rights reserved File: PRO1_04E1 Information and S7-300 2 S7-400 3 EPROM / 4 5 6 HW Config 7 8 9 CPU 10 CPU : 11 CPU : 12 CPU : 13 CPU : / 14 CPU : 15 CPU : / 16 HW 17 HW PG 18 SIMATIC
More informationuntitled
- -, (insert) (delete) - - (insert) (delete) (top ) - - (insert) (rear) (delete) (front) A A B top A B C top push(a) push(b) push(c) A B top pop() top A B D push(d) top #define MAX_STACK_SIZE 100 int
More informationPortal_9iAS.ppt [읽기 전용]
Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Oracle9i Application Server e-business Portal Client Database Server e-business Portals B2C, B2B, B2E, WebsiteX B2Me GUI ID B2C
More informationUSB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C
USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC Step 1~5. Step, PC, DVR Step 1. Cable Step
More information01-OOPConcepts(2).PDF
Object-Oriented Programming Concepts Tel: 02-824-5768 E-mail: hhcho@selabsoongsilackr? OOP (Object) (Encapsulation) (Message) (Class) (Inheritance) (Polymorphism) (Abstract Class) (Interface) 2 1 + = (Dependency)
More information을 할 때, 결국 여러 가지 단어를 넣어서 모두 찾아야 한다는 것이다. 그 러나 가능한 모든 용어 표현을 상상하기가 쉽지 않고, 또 모두 찾기도 어 렵다. 용어를 표준화하여 한 가지 표현만 쓰도록 하여야 한다고 하지만, 말은 쉬워도 모든 표준화된 용어를 일일이 외우기는
특집 전문 용어와 국어생활 전문 용어의 표준화 -남북 표준에서 시맨틱 웹까지- 최기선 한국과학기술원 전산학과 교수 1. 전문 용어 표준화가 사회 문화를 향상시키는가? 전문 용어 는 우리에게 어떤 의미가 있는가? 이 질문은 매일 마시는 공기 는 우리에게 어떤 의미가 있느냐고 묻는 것과 같다. 있을 때에는 없 는 듯하지만, 없으면 곧 있어야 함을 아는 것이 공기이다.
More informationAssign an IP Address and Access the Video Stream - Installation Guide
설치 안내서 IP 주소 할당 및 비디오 스트림에 액세스 책임 본 문서는 최대한 주의를 기울여 작성되었습니다. 잘못되거나 누락된 정보가 있는 경우 엑시스 지사로 알려 주시기 바랍니다. Axis Communications AB는 기술적 또는 인쇄상의 오류에 대해 책 임을 지지 않으며 사전 통지 없이 제품 및 설명서를 변경할 수 있습니다. Axis Communications
More information6주차.key
6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running
More informationThe_IDA_Pro_Book
The IDA Pro Book Hacking Group OVERTIME force (forceteam01@gmail.com) GETTING STARTED WITH IDA IDA New : Go : IDA Previous : IDA File File -> Open Processor type : Loading Segment and Loading Offset x86
More informationCopyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper
Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,
More informationPowerPoint Presentation
FORENSIC INSIGHT; DIGITAL FORENSICS COMMUNITY IN KOREA SQL Server Forensic AhnLab A-FIRST Rea10ne unused6@gmail.com Choi Jinwon Contents 1. SQL Server Forensic 2. SQL Server Artifacts 3. Database Files
More informationPowerPoint
.. http://www.acs.co.kr -1- .. http://www.acs.co.kr -3- ( Advanced Computer Services Co.,Ltd. ) 345-9 SK B8 ( sh_kim@acs.co.kr ) 116-81-24039 http://www.acs.co.kr, http://www.emanufacturing.co.kr (Fax)
More informationService-Oriented Architecture Copyright Tmax Soft 2005
Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite
More informationLXR 설치 및 사용법.doc
Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess
More information13주-14주proc.PDF
12 : Pro*C/C++ 1 2 Embeded SQL 3 PRO *C 31 C/C++ PRO *C NOT! NOT AND && AND OR OR EQUAL == = SQL,,, Embeded SQL SQL 32 Pro*C C SQL Pro*C C, C Pro*C, C C 321, C char : char[n] : n int, short, long : float
More informationuntitled
1... 2 System... 3... 3.1... 3.2... 3.3... 4... 4.1... 5... 5.1... 5.2... 5.2.1... 5.3... 5.3.1 Modbus-TCP... 5.3.2 Modbus-RTU... 5.3.3 LS485... 5.4... 5.5... 5.5.1... 5.5.2... 5.6... 5.6.1... 5.6.2...
More informationDomino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer
Domino, Portal & Workplace WPLC FTSS Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer ? Lotus Notes Clients
More informationMicrosoft Word - ExecutionStack
Lecture 15: LM code from high level language /* Simple Program */ external int get_int(); external void put_int(); int sum; clear_sum() { sum=0; int step=2; main() { register int i; static int count; clear_sum();
More informationModern Javascript
ES6 - Arrow Function Class Template String Destructuring Default, Rest, Spread let, const for..of Promises Module System Map, Set * Generator * Symbol * * https://babeljs.io/ Babel is a JavaScript compiler.
More informationcam_IG.book
설치 안내서 AXIS P3301 고정형 돔 네트워크 카메라 AXIS P3301-V 고정형 돔 네트워크 카메라 한국어 AXIS P3304 고정형 돔 네트워크 카메라 AXIS P3304-V 고정형 돔 네트워크 카메라 문서 정보 본 문서에는 사용자 네트워크에 AXIS P3301/P3304 고정형 돔 네트워크 카메라를 설치하는 방법에 대 한 지침이 포함되어 있습니다.
More informationC# Programming Guide - Types
C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든
More informationIntro to Servlet, EJB, JSP, WS
! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g
More information자바 프로그래밍
5 (kkman@mail.sangji.ac.kr) (Class), (template) (Object) public, final, abstract [modifier] class ClassName { // // (, ) Class Circle { int radius, color ; int x, y ; float getarea() { return 3.14159
More informationPowerPoint 프레젠테이션
@ Lesson 3 if, if else, if else if, switch case for, while, do while break, continue : System.in, args, JOptionPane for (,, ) @ vs. logic data method variable Data Data Flow (Type), ( ) @ Member field
More informationiii. Design Tab 을 Click 하여 WindowBuilder 가자동으로생성한 GUI 프로그래밍환경을확인한다.
Eclipse 개발환경에서 WindowBuilder 를이용한 Java 프로그램개발 이예는 Java 프로그램의기초를이해하고있는사람을대상으로 Embedded Microcomputer 를이용한제어시스템을 PC 에서 Serial 통신으로제어 (Graphical User Interface (GUI) 환경에서 ) 하는프로그램개발예를설명한다. WindowBuilder:
More informationI T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r
I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r Jakarta is a Project of the Apache
More informationFileMaker 15 WebDirect 설명서
FileMaker 15 WebDirect 2013-2016 FileMaker, Inc.. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc.. FileMaker WebDirect FileMaker, Inc... FileMaker.
More informationEclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일
Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 Introduce Me!!! Job Jeju National University Student Ubuntu Korean Jeju Community Owner E-Mail: ned3y2k@hanmail.net Blog: http://ned3y2k.wo.tc Facebook: http://www.facebook.com/gyeongdae
More information3ÆÄÆ®-14
chapter 14 HTTP >>> 535 Part 3 _ 1 L i Sting using System; using System.Net; using System.Text; class DownloadDataTest public static void Main (string[] argv) WebClient wc = new WebClient(); byte[] response
More informationFMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2
FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one
More informationSchoolNet튜토리얼.PDF
Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance
More informationfinal_thesis
CORBA/SNMP DPNM Lab. POSTECH email : ymkang@postech.ac.kr Motivation CORBA/SNMP CORBA/SNMP 2 Motivation CMIP, SNMP and CORBA high cost, low efficiency, complexity 3 Goal (Information Model) (Operation)
More informationPWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (
PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (http://ddns.hanwha-security.com) Step 1~5. Step, PC, DVR Step 1. Cable Step
More information강의10
Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced
More informationuntitled
Embedded System Lab. II Embedded System Lab. II 2 RTOS Hard Real-Time vs Soft Real-Time RTOS Real-Time, Real-Time RTOS General purpose system OS H/W RTOS H/W task Hard Real-Time Real-Time System, Hard
More information1217 WebTrafMon II
(1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network
More information