ๆญฏMDI.PDF
|
|
- ๋ฏผ์ ์ฃผ
- 6 years ago
- Views:
Transcription
1 E08 MDI
2 SDI(Single Document Interface) MDI(Multiple Document Interface) MDI (Client Window) (Child) MDI 1 MDI MDI MDI - File New Other Projects MDI Application - MDI - OK [ 1] MDI MDI MDI MDI Child MDI 3 MDI MDI, MDI Child 2
3 MDI MDI MDI MDI 3 MDI MDIChild MDI formstyle fsmdiform MDI Child formstyle fsmdichid MDI - [ 2] -, 3
4 [ 3] 1 [ 4] 2 Widow Cascade, Tile Horizontally, Tile Vertically File New Application FormStyle fsmdiform MDI File New Form FormStyle fsmdichild 4
5 Standard TmainMenu [ 5] New Close Window - File New procedure TForm1CreateMDIChild(const Name: string); var Child: TForm2; { create a new MDI child window } Child := TForm2Create(Application); ChildCaption := Name; procedure TForm1New1Click(Sender: TObject); CreateMDIChild('NONAME' + IntToStr(MDIChildCount + 1)); - Window Cascade procedure TForm1Cascade1Click(Sender: TObject); Form1Cascade; - Window Tile Horizontally procedure TForm1TileHorizontally1Click(Sender: TObject); Form1TileMode := tbhorizontal; 5
6 Form1Tile; - Window Tile Vertically procedure TForm1TileHorizontally1Click(Sender: TObject); Form1TileMode := tbvertical; Form1Tile; MDI Window, WindowMenu Window WindowMenu [ 6] MDIForm WindowMenu Window1 2 MDI - MDIChildCount MDIChild FormStyle fsmdiform 6
7 var I: Integer; with Form1 do for I := MDIChildCount-1 downto 0 do MDIChildren[I]Close; - MDIChildren MDIChildCount - ActiveMDIChid FormStyle MDIForm nil procedure TForm1Close1Click(Sender: TObject); // // if ActiveMDIChild <> nil then else ActiveMDIChildclose close; - Cascade - Tile 2 TileMode tbvertical tile 7
8 tilemode tbhorizontal tile - Next, Previous MDIChildren, NoName1, NoName2, NoName3, Next NoName2, NoName1, NoName3, Previous NoName1, NoName2, NoName3 3 MDI MDI MDI MDI MDI MDI Private Implementation Private FClientInstance : TFarProc; FprevClientProc : TFarProc; procedure ClientWndProc(var Message: TMessage); implementation // procedure TMainFormClientWndProc(var Message: TMessage); var Dc : hdc; I, j : Integer; Begin With Message do case Msg of WM_ERASEBKGND: Dc := TWMEraseBkGnd(Message)Dc; for I := 0 to ClientHeight div Image1PictureHeight do for j := 0 to ClientWidth div Image1PictureWidth do BitBlt(Dc, j * Image1PictureWidth, I * Image1PictureHeight, Image1PictureWidth, Image1PictureHeight, Image1PictureBitmapCanvasHandle, 8
9 0, 0, SRCCOPY); Result := 1; else Result := CallWindowProc(FPrevClientProc, ClientHandle, Msg, wparam, lparam); // // Procedure TMainFormMainFormClick(sender : Tobject); Begin FClientInstance := MakeObjectInstance(ClientWndProc); FPrevClientProc := Pointer(GetWindowLong(ClientHandle, GWL_WNDPROC)); SetWindowLong(ClientHandle, GWL_WNDPROC, LongInt(FClientInstance)); End; MDI [ 7] MDI TImage Stretch True Stretch Form OnCreate Image1pictureBitmap := Form1GetFormImage; 9
10 [ 8] 4 MDI TMainMenu TMainMenu MDI MDI MDI [ 9] MDI 10
11 MDI MDI TmainMenu GroupIndex, MDI File Window GroupIndex Group Index 0,1 3 GroupIndex GroupIndex, [ 10] 11
12 5 MDI MDI, MDI MDI - File New Application - TButton - File New Form MDI - FormStyle fsmdiform TmainMenu - - File New Form MDI - FormStyle fsmdichild - MDI MDI OnClick procedure TForm2CreateMDIChild(const Name: string); var Child: TForm3; Child := TForm3Create(Application); ChildCaption := Name; Childshow; procedure TForm2N2Click(Sender: TObject); CreateMDIChild('Hans'+IntToStr(MDIChildCount)); - Normal TButton OnClick MDI procedure TForm1Button1Click(Sender: TObject); Form2 := TForm2Create(Self); Form2Show; 12
13 Form2Free; end MDI MDI SDI [ 13], MDI [ 11] MDI MDI MDI 2 MDI MDI 2, 2 MDI - MDI MDI MDI, MDI ShowModal 2, MDI MDI 13
14 Tbutton // function WinExecAndWaitEx(Path, ComLine: Pchar; Visibility: word ): Boolean; var InstanceID: THandle; Msg: TMsg; Bstat: BOOL; pi: TProcessInformation; si: TStartupInfo; iexit: DWORD; bexit: boolean; sizeof( TStartupInfo ), 0 ); with si do cb := sizeof( TStartupInfo ); dwflags := STARTF_USESHOWWINDOW; wshowwindow := Visibility; bstat := CreateProcess(Path, ComLine, nil, nil, false, NORMAL_PRIORITY_CLASS, Nil, nil, si, pi ); if (bstat) then WaitForSingleObject(pihProcess, INFINITE); CloseHandle( pihprocess ); CloseHandle( pihthread ); End Else ShowMessage(string(Path) + string(comline) + ' '); Result := bexit; procedure TForm1Button1Click(Sender: TObject); // MDI Visible False visible := false; WinExecAndWaitEx(PChar(ExtractFilepath(ParamStr(0))+'Project1exe'), nil, SW_NORMAL); // visible := true; - MDI 2? COM 14
15 MDI MDI MDI [ ] ApplicationInitialize; // MDI // ShowMailForm False // TApplication ApplicationShowMainForm := False; // MDI ApplicationCreateForm(TForm2, Form2); // ApplicationCreateForm(TForm1, Form1); // Form1Show; ApplicationRun; MDI MDI [ ] procedure TForm1Form1Close(Sender: TObject; var Action: TCloseAction); ApplicationTerminate; [MDI ] procedure TForm2Form2Close(Sender: TObject; var Action: TCloseAction); var i : Integer; 15
16 // MDI // for i:=0 to MDIChildCount-1 do MDIChildren[i]close; Action := canone; Visible := False; 16
(Humphery Kim) RAD Studio : h=p://tech.devgear.co.kr/ : h=p://blog.hjf.pe.kr/ Facebook : h=p://d.com/hjfactory :
#2 (RAD STUDIO) In www.devgear.co.kr 2016.05.18 (Humphery Kim) RAD Studio : h=p://tech.devgear.co.kr/ : h=p://blog.hjf.pe.kr/ Facebook : h=p://d.com/hjfactory : hskim@embarcadero.kr 3! 1 - RAD, 2-3 - 4
ๆญฏ์ฒ๋ฆฌ.PDF
E06 (Exception) 1 (Report) : { $I- } { I/O } Assign(InFile, InputName); Reset(InFile); { $I+ } { I/O } if IOResult 0 then { }; (Exception) 2 2 (Settling State) Post OnValidate BeforePost Post Settling
EMBARCADERO TECHNOLOGIES (Humphery Kim) RAD Studio : h=p://tech.devgear.co.kr/ : h=p://blog.hjf.pe.kr/ Facebook : h=p://d.com/hjfactory :
#3 (RAD STUDIO) In www.devgear.co.kr 2016.05.23 EMBARCADERO TECHNOLOGIES (Humphery Kim) RAD Studio : h=p://tech.devgear.co.kr/ : h=p://blog.hjf.pe.kr/ Facebook : h=p://d.com/hjfactory : hskim@embarcadero.kr
Microsoft PowerPoint - 02-GUI Basics.pptx
Development of Fashion CAD System 2. GUI Basics Sungmin Kim SEOUL NATIONAL UNIVERSITY GUI GUI (Graphical User Interface) Definition ํ๋ฉด์์ ๋ฌผ์ฒด, ํ, ์์๊ณผ ๊ฐ์ ๊ทธ๋ํฝ ์์๋ค์ ์ฌ์ฉํ ์ปดํจํฐ ์ธํฐํ์ด์ค 2์ฐจ์์ด๋ 3์ฐจ์ ๊ฐ์ ๊ณต๊ฐ์์ ๊ธฐ๋ฅ์ ์์ ์ /๋ํ์ ์ผ๋ก
Javascript.pages
JQuery jquery part1 JavaScript : e-mail:leseraphina@naver.com http://www.webhard.co.kr I.? 2 ......,,. : : html5 ; ; .
้ฎ๋ฎโฐ๏ง๋ถพ๋ฑ??๏งกโค๋ฏ
5 1 2 3 4 5 6 7 8 9 1 2 3 6 7 1 2 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 36 37 38 39 40 41 42 43 44 45 OK 46 47 OK 48 OK 49 50 51 OK OK 52 53 54 55 56 57 58 59 60 61
Dialog 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
ๆญฏ์์ ๋ชจ๋ธ๋ง
I II II III III I VBA Understanding Excel VBA - 'VB & VBA In a Nutshell' by Paul Lomax, October,1998 To enter code: Tools/Macro/visual basic editor At editor: Insert/Module Type code, then compile by:
EMBARCADERO TECHNOLOGIES (Humphery Kim) RAD Studio : h=p://tech.devgear.co.kr/ : h=p://blog.hjf.pe.kr/ Facebook : h=p://d.com/hjfactory :
#4 (RAD STUDIO) In www.devgear.co.kr 2016.05.23 EMBARCADERO TECHNOLOGIES (Humphery Kim) RAD Studio : h=p://tech.devgear.co.kr/ : h=p://blog.hjf.pe.kr/ Facebook : h=p://d.com/hjfactory : hskim@embarcadero.kr
untitled
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.
09-interface.key
9 Database insert(record r): boolean find(key k): Record 1 Record getkey(): Key * Record Key Database.? Key equals(key y): boolean Database insert(record r): boolean find(key k): Record * Database OK 1
Microsoft PowerPoint - PL_03-04.pptx
Copyright, 2011 H. Y. Kwak, Jeju National University. Kwak, Ho-Young http://cybertec.cheju.ac.kr Contents 1 ํ๋ก๊ทธ๋๋ฐ ์ธ์ด ์๊ฐ 2 ์ธ์ด์ ๋ณ์ฒ 3 ํ๋ก๊ทธ๋๋ฐ ์ธ์ด ์ค๊ณ 4 ํ๋ก๊ทธ๋๋ฐ ์ธ์ด์ ๊ตฌ๋ฌธ๊ณผ ๊ตฌํ ๊ธฐ๋ฒ 5 6 7 ์ปดํ์ผ๋ฌ ๊ฐ์ ๋ณ์, ๋ฐ์ธ๋ฉ, ์ ๋ฐ ์ ์ด๋ฌธ ์๋ฃํ 8
PowerPoint ํ๋ ์ ํ ์ด์
@ 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
EMBARCADERO TECHNOLOGIES (Humphery Kim) RAD Studio : h=p://tech.devgear.co.kr/ : h=p://blog.hjf.pe.kr/ Facebook : h=p://d.com/hjfactory :
#1 RAD (RAD STUDIO) In www.devgear.co.kr 2016.05.16 EMBARCADERO TECHNOLOGIES (Humphery Kim) RAD Studio : h=p://tech.devgear.co.kr/ : h=p://blog.hjf.pe.kr/ Facebook : h=p://d.com/hjfactory : hskim@embarcadero.kr
Index Process Specification Data Dictionary
Index Process Specification Data Dictionary File Card Tag T-Money Control I n p u t/o u t p u t Card Tag save D e s c r i p t i o n ๋ฆฌ๋๊ธฐ์์น, In/Out/No_Out. File Name customer file write/ company file write
ํ๋ชจ์์ง
ํ๋ชจ์์ง ๊ธ์ฃผ๊ฐ๋ช๋ฒ์งธ์ฃผ์ธ์ง์ด๋ป๊ฒ๊ตฌํฉ๋๊น function kcisleapyear( nyear: Integer ): Boolean; // ์ค๋
์๊ณ์ฐํ๋ํจ์ Result := (nyear mod 4 = 0) and ((nyear mod 100 0) or (nyear mod 400 = 0)); function kcmonthdays( nmonth, nyear:
<4D F736F F D20C5D7C6AEB8AEBDBA20B0D4C0D320B8B8B5E9B1E22E646F63>
Chapter 0 ํ
ํธ๋ฆฌ์ค๊ฒ์๋ง๋ค๊ธฐ ๋ณธ๊ฐ์ข์๋ชฉ์ ์ํ
ํธ๋ฆฌ์ค๊ฒ์์์ฒด๋ณด๋ค๋์ฌ์ฉ์์ธํฐํ์ด์ค์๋
ผ๋ฆฌ๊ตฌ์กฐ๋ฅผ๋ถ๋ฆฌํ์ฌ๋ถ์ / ์ค๊ณํ๊ณ ์ฝ๋ฉํ๋๊ณผ์ ์์ค๋ช
ํ๊ธฐ์ํ๊ฒ์ด๋ค. ํนํ BDS 2006์์์๋ก์ถ๊ฐ๋ Together for Delphi๋ฅผ์ด์ฉํ์ฌ๋ณด๋ค์ฝ๊ฒ๊ฐ์ฒด์งํฅ์ ์ค๊ณ๋ฅผ์ค์ ์
๋ฌด์๋์
ํ๋๊ณผ์ ์์ค๋ช
ํ๊ณ ์ํ๋ค. 1 ๋จ๊ณ UI ์ Logic ์๋ถ๋ฆฌ ์ด๋ฒ๊ฐ์ข์์๋ํ์๊ฐ์๋์ฌ์ฉํ๋๋ฌธ์์์ฑ๋ฒ์ด์๋ํด๋์ค๋ค์ด์ด๊ทธ๋จ๋ง์ผ๋ก๊ธฐ๋ฅ์ค๊ณ์๊ตฌ์กฐ์ค๊ณ๋ฅผ๋ณํํ๋๋กํ๊ฒ ๋ค.
final_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)
Microsoft PowerPoint - 09-Object Oriented Programming-3.pptx
Development of Fashion CAD System 9. Object Oriented Programming-3 Sungmin Kim SEOUL NATIONAL UNIVERSITY Introduction Topics Object Oriented Programming (OOP) ์ ์ ๋ณต์์ pattern object ๋ก ์ด๋ฃจ์ด์ง๋ ์๋ก์ด class Pattern
Microsoft PowerPoint - 03-Points.pptx
Development of Fashion CAD System 3. Points Sungmin Kim SEOUL NATIONAL UNIVERSITY Points Topics MDI ๊ธฐ๋ฐ ํ๋ก๊ทธ๋จ ์ค๊ณ Child ์ฐฝ์์ ํจํด์ ์ค๊ณ ํจํด ํ์๊ณผ ๊ด๋ จ๋ ๋ชจ๋ ๋ฐ์ดํฐ๋ Child ์ฐฝ์์ ๊ด๋ฆฌ Event-driven ๊ตฌ์กฐ์ ๊ธฐ์ด Point ์ ์ ๋ฐ ํ๋ฉด ํ์ x,y
PowerPoint ํ๋ ์ ํ ์ด์
Win32 API Windows Programming 1 http://idb.korea.ac.kr DB & Mining LAB. Korea Univ. ์ต์ข
์
๋ฐ์ดํธ : 2012. 08. 14 1 ์ปดํจํฐ์์คํ
์์ฃผ์๊ตฌ์ฑ์์ 2 2 ์ปดํจํฐํ๋์จ์ด๊ตฌ์ฑ Fetch : ๋ฉ์ธ๋ฉ๋ชจ๋ฆฌ์์ ์ฅ๋์ด์๋๋ช
๋ น์ด๋ฅผ CPU ๋ก Decode : ์ปจํธ๋กค์ ๋์์ํด๋ถ์ Execution : ALU
13์ฃผ-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
HW5 Exercise 1 (60pts) M interpreter with a simple type system M. M. M.., M (simple type system). M, M. M., M.
์ค๋ํ ๊ฒ 5 6 HW5 Exercise 1 (60pts) M interpreter with a simple type system M. M. M.., M (simple type system). M, M. M., M. Review: 5-2 7 7 17 5 4 3 4 OR 0 2 1 2 ~20 ~40 ~60 ~80 ~100 M ์ธ์ด e ::= const constant
03แแ กแผ.แแ ณแแ ขแจ.key
---------------- DATA STRUCTURES USING C ---------------- 03CHAPTER 1 ? (stack): (LIFO:Last-In First-Out) 2 : top : ( index -1 ),,, 3 : ( ) ( ) -> ->. ->.... 4 Stack ADT : (LIFO) : init():. is_empty():
Ext JS รยฅยพรรรยธยฎรรรรยผรยฐยณยนร-ยณยนรรฅ.PDF
CHAPTER 2 (interaction) Ext JS., HTML, onready, MessageBox get.. Ext JS HTML CSS Ext JS.1. Ext JS. Ext.Msg: : Ext Ext.get: DOM 22 CHAPTER 2 (config). Ext JS.... var test = new TestFunction( 'three', 'fixed',
PowerPoint ํ๋ ์ ํ ์ด์
@ 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
ํด์๋ชจ๋ธ๋ง 2์ฅ5~18 2012.7.27 12:26 AM ํ์ด์ง6 6 ์คํ์์ค ์ํํธ์จ์ด๋ฅผ ์ด์ฉํ ํด์ ๋ชจ๋ธ๋ง 2.1.2 ๋ฌผ๋ฆฌ์ ํด์ ์ (2.1)์ ์ข๋ณ์ ์ด๋ค ๋ฌผ์ง์ ๋จ์ ์๊ฐ๋น ๋ณํ์จ์ ๋ํ๋ด๋ฉฐ, ์ฐ๋ณ์ ๊ทธ ์์ ๋ํ๋ธ ๋ค. k 5 0์ด๋ฉด C๋ ์ฒ์ ๊ฐ ๊ทธ๋๋ก ๋
ํด์๋ชจ๋ธ๋ง 2์ฅ5~18 2012.7.27 12:26 AM ํ์ด์ง5 02 ๋ชจ๋ธ์ ์์ ์์ฝ ์ด ์ฅ์์๋ ๊ฐ์ ๋ฌธ์ ๋ฅผ ์ด์ฉํ์ฌ ์ฌ๋ฌ๋ถ์ ์์น ๋ชจ๋ธ๋ง ์ธ๊ณ๋ก ์ธ๋ํ๋ค. ์ ํ ์ฐจ๋ถ๋ฒ ์ ์ํด๋ฒ๊ณผ ์ํด๋ฒ ๊ทธ๋ฆฌ๊ณ ์ผ๊ด์ฑ, ์ ํ๋, ์์ ๋, ํจ์จ์ฑ ๋ฑ์ ์ค๋ช
ํ๋ค. ์ฒซ ๋ฒ์งธ ์์น ๋ชจ๋ธ์ ์์ฑ๊ณผ ๊ฒฐ๊ณผ๋ฅผ ๊ทธ๋ฆผ์ผ๋ก ๋ณด๊ธฐ ์ํด FORTRAN ํ๋ก๊ทธ๋จ๊ณผ SciLab ์คํฌ๋ฆฝํธ๊ฐ ์ฌ์ฉ๋๋ค.
ํ์ต๋ชฉํ ํจ์ํ๋ก์์ , ์๋ธํ๋ก์์ ์์๋ฏธ๋ฅผ์๋ค. ๋งค๊ฐ๋ณ์์ ๋ฌ๋ฐฉ์์ํ์ตํ๋ค. ํจ์๋ฅผ์ด์ฉํํ๋ก๊ทธ๋๋ฐํ๋ค. 2
ํ์ต๋ชฉํ ํจ์ํ๋ก์์ , ์๋ธํ๋ก์์ ์์๋ฏธ๋ฅผ์๋ค. ๋งค๊ฐ๋ณ์์ ๋ฌ๋ฐฉ์์ํ์ตํ๋ค. ํจ์๋ฅผ์ด์ฉํํ๋ก๊ทธ๋๋ฐํ๋ค. 2 6.1 ํจ์ํ๋ก์์ 6.2 ์๋ธํ๋ก์์ 6.3 ๋งค๊ฐ๋ณ์์์ ๋ฌ๋ฐฉ์ 6.4 ํจ์๋ฅผ์ด์ฉํํ๋ก๊ทธ๋๋ฐ 3 ํ๋ก์์ (Procedure) ํ๋ก์์ (Procedure) ๋๋ฌด์์ธ๊ฐ? ๋
ผ๋ฆฌ์ ์ผ๋ก๋ฌถ์ฌ์๋ํ๋์์ฒ๋ฆฌ๋จ์ ๋ด์ฅํ๋ก์์ ์ด๋ฒคํธํ๋ก์์ , ์์ฑํ๋ก์์ , ๋ฉ์๋, ๋น์ฃผ์ผ๋ฒ ์ด์ง๋ด์ฅํจ์๋ฑ
PowerPoint ํ๋ ์ ํ ์ด์
INDEX 1. -MAIN A B H C I D E F G J K L d a b c J 4 2 3 1 J 1 2 3 4 1 6 2 3 4 5 7 1 2 3 4 5 7 4 1 2 3 9 8 5 6 7 1 2 3 9 8 6 7 2. G 1 3 2 8 7 4 9 10 5 6 12 11 a b c d e 1 2 4 3 2 4 8-2.
PowerPoint Template
JavaScript ํ์์ ๋ณด ์
๋ ฅ์์๋ง๋ค๊ธฐ HTML & JavaScript Contents 1. Form ๊ฐ์ฒด 2. ์ผ๋ฐ์ ์ธ์
๋ ฅ์์ 3. ์ ํ์
๋ ฅ์์ 4. ํ์์ ๋ณด์
๋ ฅ์์๋ง๋ค๊ธฐ 2 Form ๊ฐ์ฒด Form ๊ฐ์ฒด ์
๋ ฅ์์์ํ์ด๋๋ ํ๊ทธ์์ ๊ทผํ ์์๋๋ก์ง์ Document ๊ฐ์ฒด์ํ์์์์น ์์ฑ๋ค์๋ชจ๋ ํ๊ทธ์์์ฑ๋ค์์ ๋ณด์๊ด๋ จ๋๊ฒ
chap01_time_complexity.key
1 : (resource),,, 2 (time complexity),,, (worst-case analysis) (average-case analysis) 3 (Asymptotic) n growth rate ฮ-, ฮ- ( ) 4 : n data, n/2. int sample( int data[], int n ) { int k = n/2 ; return data[k]
10์ฃผ์ฐจ.key
10, Process synchronization (concurrently) ( ) => critical section ( ) / =>, A, B / Race condition int counter; Process A { counter++; } Process B { counter ;.. } counter++ register1 = counter register1
Microsoft PowerPoint - 04-UDP Programming.ppt
Chapter 4. UDP Dongwon Jeong djeong@kunsan.ac.kr http://ist.kunsan.ac.kr/ Dept. of Informatics & Statistics ๋ชฉ์ฐจ UDP 1 1 UDP ๊ฐ๋
์๋ฐ UDP ํ๋ก๊ทธ๋จ์์ฑ ํด๋ผ์ด์ธํธ์์๋ฒ๋ชจ๋ DatagramSocket ํด๋์ค๋ก์์ฑ ์ํธ๊ฐํต์ ์ DatagramPacket ํด๋์ค๋ฅผ์ด์ฉํ์ฌ
Microsoft PowerPoint - 06-Body Data Class.pptx
Digital 3D Anthropometry 6. Body Data Class Sungmin Kim SEOUL NATIONAL UNIVERSITY Body Data Class ์์ค๊ณ Body Model ์๊ด๋ฆฌ ์ธ์ฒด๋ฐ์ดํฐ์
์ถ๋ ฅ ๋ฐ์ดํฐ๋ถ๋ฌ์ค๊ธฐ ์ธ์ฒด๋ชจ๋ธ๊ทธ๋ฆฌ๊ธฐ TOpenGL์ํ์ฅ ํ๋ก์ ํธ๊ด๋ฆฌ ํ๋ก์ ํธ์ ์ฅ / ๋ถ๋ฌ์ค๊ธฐ ์ถ๊ฐ๊ธฐ๋ฅ๊ตฌํ ์ขํ์ถ์ ๋ ฌ Face, Wireframe,
๋ชฉ์ฐจ BUG DEQUEUE ์ WAIT TIME ์ด 1 ์ด๋ฏธ๋ง์ธ๊ฒฝ์ฐ, ์ค์ ํ์๊ฐ๋งํผ๋๊ธฐํ์ง์๋๋ฌธ์ ๊ฐ์์ต๋๋ค... 3 BUG [qp-select-pvo] group by ํํ์์์๋์ปฌ๋ผ์์ฐธ์กฐํ๋์งํฉ์ฐ์ฐ์ด์กด์ฌํ์ง์์ผ๋ฉด๊ฒฐ๊ด๊ฐ์ค๋ฅ๊ฐ๋ฐ์ํ ์์์ต๋๋ค... 4
ALTIBASE HDB 6.5.1.5.10 Patch Notes ๋ชฉ์ฐจ BUG-46183 DEQUEUE ์ WAIT TIME ์ด 1 ์ด๋ฏธ๋ง์ธ๊ฒฝ์ฐ, ์ค์ ํ์๊ฐ๋งํผ๋๊ธฐํ์ง์๋๋ฌธ์ ๊ฐ์์ต๋๋ค... 3 BUG-46249 [qp-select-pvo] group by ํํ์์์๋์ปฌ๋ผ์์ฐธ์กฐํ๋์งํฉ์ฐ์ฐ์ด์กด์ฌํ์ง์์ผ๋ฉด๊ฒฐ๊ด๊ฐ์ค๋ฅ๊ฐ๋ฐ์ํ ์์์ต๋๋ค... 4 BUG-46266 [sm]
๋ชฉ์ฐจ BUG offline replicator ์์์ ํจํ์ง์์๋ก๊ทธ๋ฅผ์ฝ์๊ฒฝ์ฐ๋น์ ์์ข ๋ฃํ ์์๋ค... 3 BUG ๊ฐ partition ์ด์๋ก๋ค๋ฅธ tablespace ๋ฅผ๊ฐ์ง๊ณ , column type ์ด CLOB ์ด๋ฉฐ, ํด๋น table ์ truncate
ALTIBASE HDB 6.1.1.5.6 Patch Notes ๋ชฉ์ฐจ BUG-39240 offline replicator ์์์ ํจํ์ง์์๋ก๊ทธ๋ฅผ์ฝ์๊ฒฝ์ฐ๋น์ ์์ข
๋ฃํ ์์๋ค... 3 BUG-41443 ๊ฐ partition ์ด์๋ก๋ค๋ฅธ tablespace ๋ฅผ๊ฐ์ง๊ณ , column type ์ด CLOB ์ด๋ฉฐ, ํด๋น table ์ truncate ํ๋ค, hash partition
12-file.key
11 (String).. java.lang.stringbuffer. s String s = "abcd"; s = s + "e"; a b c d e a b c d e ,., "910359,, " "910359" " " " " (token) (token),, (delimiter). java.util.stringtokenizer String s = "910359,,
............ ......
3 N.P ํ๋ชจ๋๋๋ผ์ด๋ธ ์ ์๋์๋ฆฌ ์ํ๋ฌ์คํ๋ผ์ธ ์จ์ด๋ธ์ ๋ค๋ ์ดํฐ ํ๋ ์คํ๋ผ์ธ ํ๋ ์คํ๋ผ์ธ์ ์จ์ด๋ธ์ ๋ค๋ ์ดํฐ์ ์ํด ํ์ํ์์ผ๋ก ํ ์ฑ๋ณํ๋์ด ์ด๋ก์ธํด ํ์์ ์ฅ์ถ๋ถ๋ถ์์๋ ์ํ๋ฌ์คํ๋ผ ์ธ๊ณผ ์ด๊ฐ ๋ง๋ฌผ๋ฆฌ๊ณ ๋จ์ถ๋ถ๋ถ ์์๋ ์ด๊ฐ ์์ ํ ๋จ์ด์ง ์ํ๋ก
JMF3_์ฌ๋น๊ตฌ.PDF
JMF JSTORM http://wwwjstormpekr Issued by: < > Revision: Document Information Document title: Document file name: Revision number: Issued by: JMF3_ doc Issue Date:
DocsPin_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
13 ์ฃผ์ฐจ - MDI, Exception, WebBrowser, RichTextBox, AlarmProgram ๋๋ฆผ๋ํ ๋ ๋ 1 ํ๊ธฐํ๋ช ๋
13 ์ฃผ์ฐจ - MDI, Exception, WebBrowser, RichTextBox, AlarmProgram ๋๋ฆผ๋ํ - 2011 ๋
๋ 1 ํ๊ธฐํ๋ช
๋ (myungduk.hong@gmail.com) MDI(Multiple Document Interface) ์์ฉํ๋ก๊ทธ๋จ์ํ๋์์์ฉํ๋ก๊ทธ๋จ์์๋์์์ฌ๋ฌ๊ฐ์๋ฌธ์๋ก์์
ํ ์์๋๋ก์ธํฐํ์ด์ค๋ฅผ์ ๊ณตํ๋์์ฉํ๋ก๊ทธ๋จ๋ฌธ์ (document)
Week5
Week 05 Iterators, More Methods and Classes Hash, Regex, File I/O Joonhwan Lee human-computer interaction + design lab. Iterators Writing Methods Classes & Objects Hash File I/O Quiz 4 1. Iterators Array
USB2
USB2.0 KIT ์ฉ ์ ์ธ์ ์จ๋์ผ์์ ์จ/์ต๋ ์ผ์ ๋ณด๋ 1. ์ฃผ์ ์ฌํญ(ํ๋
) 2. ์์คํ
๊ตฌ์ฑ 3. USB ํ๋ก๊ทธ๋จ ๋ค์ด๋ก๋ ๋ฐฉ๋ฒ 4, PC ํ๋ก๊ทธ๋จ 5. PC Library ์ฌ์ฉ๋ฐฉ๋ฒ 6. ์ํ ๊ตฌ์
์ ํ ์ฌ ๋ช
: IESystems Website : www.iesystems.co.kr Email : matrixhj@iesystems.co.kr ์ ํ๋ฒํธ
untitled
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...
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.
Interstage5 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
Polly_with_Serverless_HOL_hyouk
{ } "Version":"2012-10-17", "Statement":[ { "Effect":"Allow", "Action":[ "polly:synthesizespeech", "dynamodb:query", "dynamodb:scan", "dynamodb:putitem", "dynamodb:updateitem", "sns:publish", "s3:putobject",
Modern 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.
Cํ๋ก-3์ฅc03้ํ
C h a p t e r 03 C++ 3 1 9 4 3 break continue 2 110 if if else if else switch 1 if if if 3 1 1 if 2 2 3 if if 1 2 111 01 #include 02 using namespace std; 03 void main( ) 04 { 05 int x; 06 07
thesis
( 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
var answer = confirm(" ํ์ธ์ด๋์ทจ์๋ฅผ๋๋ฅด์ธ์."); // ํ์ธ์ฐฝ์์ฌ์ฉ์์์์ฌ๋ฅผ๋ฌป๋๋ฐ์ฌ์ฉํฉ๋๋ค. if(answer == true){ document.write(" ํ์ธ์๋๋ ์ต๋๋ค."); else { document.write(" ์ทจ์๋ฅผ๋๋ ์ต๋๋ค.");
์๋ฐ์คํฌ๋ฆฝํธ (JavaScript) - HTML ์์ฌ์ฉ์์๊ฒ์ธํฐํ์ด์ค (interface) ๋ฅผ์ ๊ณตํ๋์ธ์ด - ์๋ฐ์คํฌ๋ฆฝํธ๋์๋ฒ๋ก๋ฐ์ดํฐ๋ฅผ์ ์กํ์ง์๊ณ ์ํ ์์๋๋ฐ์ดํฐ์ฒ๋ฆฌ๋ฅผ์ํํ๋ค. - ์๋ฐ์คํฌ๋ฆฝํธ๋ HTML ๋ JSP ์์์์ฑํ ์์๊ณ ( ๋ด๋ถ์คํฌ๋ฆฝํธ ), ๋ณ๋์ํ์ผ๋ก๋์์ฑ์ด๊ฐ๋ฅํ๋ค ( ์ธ ๋ถ์คํฌ๋ฆฝํธ ). - ๋ด๋ถ์คํฌ๋ฆฝํธ - ์ธ๋ถ์คํฌ๋ฆฝํธ
๋น๊ธด์ฟก-์๋ฐ 00์๋ถ์
IT COOKBOOK 14 Java P r e f a c e Stay HungryStay Foolish 3D 15 C 3 16 Stay HungryStay Foolish CEO 2005 L e c t u r e S c h e d u l e 1 14 PPT API C A b o u t T h i s B o o k IT CookBook for Beginner Chapter
ํธ๋ ์ด ์์ด์ฝ ์ดํ๋ฆฌ์ผ์ด์ ์ ์ ์
ํธ๋ ์ด์์ด์ฝ์ดํ๋ฆฌ์ผ์ด์
์์ ์ (Creating Tray Icon Application) ์๋์ฐ 95 ์ NT 4.0 ์๋์์
๋ฐ์์ฐ์ธก์์์
ํธ๋ ์ด๋ผ๋๋ถ๋ถ์ด์๋ค. ์ฌ๊ธฐ์์๋์์ด์ฝ์ํ์ฌ๋ฐ์คํฌํ์์์คํ๋๊ณ ์๋์๋์ฐ๋ฅผ๊ฐ์ง๊ณ ์๋์ดํ๋ฆฌ์ผ์ด์
์ด๋ผ๊ธฐ๋ณด๋ค๋๋์ค์์ ์์์๋๋จ์์ฃผํ๋ก๊ทธ๋จ๊ณผ๋น์ทํ์ญํ ์ํ๋๊ฒ์ด๋ง๋ค. ์ด๋ฒ์ฅ์์๋ํธ๋ ์ด์์์ฃผํ๋์ดํ๋ฆฌ์ผ์ด์
์์ ์ํ๋๋ฐฉ๋ฒ์๋ํด์์์๋ณด์. Shell_NotifyIcon
์ด๋ณด์๋ฅผ ์ํ 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
4. #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. ๋ค์์๋ฌ๋ฅผ์์ ํ๋๋ฐฉ๋ฒ์์ ์ผ์ธ์.
C H A P T E R 2
C H A P T E R 2 Foundations of Ajax Chapter 2 1 32 var xmlhttp; function createxmlhttprequest() { if(window.activexobject) { xmlhttp = new ActiveXObject( Micr else if(window.xmlhttprequest) { xmlhttp =
untitled
MFC MFC MFC AppWizard ๏คญ MFC MFC ๏ง ๏ฆบ ๏ง Document/View MFC Visual C++ AppWizard MFC ๏ฅง ๏ฆ ๏ฅท ๏คญ ๏ฅง Document View ๏ฅง ๏ฆ AppWizard View ๏ง CEditView ๏ฆ ๏ฆ ๏ฅฏ ๏จ ๏ฅง ๏ฆบ Document/View MFC Application Framework ๏ฆณ OLE Document
untitled
- -, (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
PART 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:
DBPIA-NURIMEDIA
๋ฐฉ์กํต์ ์ฐ๊ตฌ 2011๋
๋ดํธ ์ฐ๊ตฌ๋
ผ๋ฌธ 64 98 PD์์ฒฉ ๊ด๋ จ ํ๋ก์์ ๋ณด์ด๋ ์ฌ๋ฒ๋ถ์ ์ฌ์ค์ฑ์ ๋ํ ์ธ์์ ์ฐจ์ด ์ฐ๊ตฌ* 1)2) ์ด์น์ ์ถฉ๋จ๋ํ๊ต ์ธ๋ก ์ ๋ณดํ๊ณผ ๋ถ๊ต์** Contents 1. ๋ฌธ์ ์ ๊ธฐ์ ์ฐ๊ตฌ๋ฌธ์ 2. ๊ณต์ ์ธ๋ฌผ์ ๋ํ ๋ช
์ํผ์ ๋ณด๋์ ๋ฉด์ฑ
๋ฒ๋ฆฌ 3. ๋ถ์๊ฒฐ๊ณผ์ ๋
ผ์ 4. ๋ง๋ฌด๋ฆฌ ๋ณธ ์ด๋ฅธ๋ฐ PD์์ฒฉ ๊ด์ฐ๋ณ ํธ ์ ๋ํด ๋ค์ํ ๋ฒ์ ๋์์ด ์ด๋ค์ก๋ค.
๊ต์ก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,
Microsoft PowerPoint - 09-CE-5-์๋์ฐ ํธ๋ค
์์ฒํฅ๋ํ๊ต์ปดํจํฐํ๋ถ์ด์์ 1 ํ์ต๋ด์ฉ ์๋์ฐํธ๋ค ์๋์ฐ์ฐฟ๊ธฐ ์๋์ฐํ์ธ๋ฐ์ ๊ฑฐ ์๋์ฐ์จ๊ธฐ๊ธฐ ์๋์ฐํฌ์ปค์ค ์๋์ฐํ
์คํธ ์๋์ฐํธ๋ค ์์ฒํฅ๋ํ๊ต์ปดํจํฐํ๋ถ์ด์์ 3 ํธ๋ค (handle) ์๋์ฐ์์๊ตฌ์ฒด์ ์ธ์ด๋ค๋์์๊ตฌ๋ถํ๊ธฐ์ํด์ง์ ๋๋๊ณ ์ ์๋ฒํธ 32๋นํธ์์ ์๊ฐ ํธ๋ค์์ด์์ฒด์ ๊ฐ๋ฐ๊ธํ๊ณ ์ฌ์ฉ์๊ฐ์ด๊ฐ์์ฌ์ฉ ์ค์ ๊ฐ์ด๋ฌด์์ธ์ง๋๋ชฐ๋ผ๋์๊ด์์ ์๋์ฐ, DC, ๋ธ๋ฌ์ฌ๋ฑ๋ฑ ์์ฒํฅ๋ํ๊ต์ปดํจํฐํ๋ถ์ด์์
CD-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
01-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)
rmi_๋ฐ์ค์ฉ_final.PDF
(RMI) - JSTORM http://wwwjstormpekr (RMI)- Document title: Document file name: Revision number: Issued by: Document Information (RMI)- rmi finaldoc Issue Date: Status:
,,,,,, (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)
๋ชฉ์ฐจ BUG ๋ฌธ๋ฒ์๋ง์ง์๋์ง์๋ฌธ์ํ์, ์๋ฌ๋ฉ์์ง์์ง์๋ฌธ์์ผ๋ถ๋ง๋ณด์ฌ์ฃผ๋๋ฌธ์ ๋ฅผ์์ ํฉ๋๋ค... 3 BUG ROUND, TRUNC ํจ์์์ DATE ํฌ๋งท IW ๋ฅผ์ถ๊ฐ์ง์ํฉ๋๋ค... 5 BUG ROLLUP/CUBE ์ ์ํฌํจํ๋์ง์๋ SUBQUE
ALTIBASE HDB 6.3.1.10.1 Patch Notes ๋ชฉ์ฐจ BUG-45710 ๋ฌธ๋ฒ์๋ง์ง์๋์ง์๋ฌธ์ํ์, ์๋ฌ๋ฉ์์ง์์ง์๋ฌธ์์ผ๋ถ๋ง๋ณด์ฌ์ฃผ๋๋ฌธ์ ๋ฅผ์์ ํฉ๋๋ค... 3 BUG-45730 ROUND, TRUNC ํจ์์์ DATE ํฌ๋งท IW ๋ฅผ์ถ๊ฐ์ง์ํฉ๋๋ค... 5 BUG-45760 ROLLUP/CUBE ์ ์ํฌํจํ๋์ง์๋ SUBQUERY REMOVAL ๋ณํ์์ํํ์ง์๋๋ก์์ ํฉ๋๋ค....
chapter4
Basic Netw rk 1. เธ เธ เธ 2. 3. เธ เธ 4. เธ 2 1. 2. 3. 4. เธ 5. เธ 6. เธ เธ 7. เธ 3 เธ เธ เธ เธ (Mainframe) เธ เธ เธ เธ (Terminal) เธ เธ เธ เธ เธ เธ เธ เธ 4 เธ (Dumb Terminal) เธ เธ เธ เธ Mainframe เธ CPU เธ เธ เธ เธ 5 เธ เธ เธ เธ เธ เธ เธ เธ เธ เธ
๊ธฐ๋ณธ์๋ฃํ๋ง์ผ๋ก์ด๋ฃจ์ด์ง์ธ์๋ฅผ๋ฐ์์ํจ์๋ฅผ๊ฒฐ๊ณผ๊ฐ์ผ๋ก๋ฐํํ๋๊ณ ์ฐจํจ์ ๊ธฐ๋ณธ์๋ฃํ๊ณผํจ์๋ฅผ์ธ์์๊ฒฐ๊ณผ๊ฐ์๋ชจ๋์ด์ฉํ๋๊ณ ์ฐจํจ์ ๋ค์์ ์์๋์ฌ๋ฌ๊ฐ์ง์๋ฅผํตํด์๊ณ ์ฐจํจ์๊ฐ์ด๋ค๊ฒฝ์ฐ์์ ์ฉํ์ง๋ฅผ์ค๋ช ํ๋ค. 2 ๊ณ ์ฐจํจ์์ ์??์ฅ์์๋์์ฒด๋ง๋ฐ๋๊ณ ์ค๊ฐ๊ณผ์ ์๋์ผํ๊ณ์ฐ์ด๋ฐ๋ณต๋ ๋ํจ์๋ฅผ์ด์ฉํ๋ฉด์ ์ฒด์ฐ์ฐ์์๊ฐ ๋จ
EECS-101 ์ ์๊ณ์ฐ์
๋ฌธ ๊ณ ์ฐจํจ์ ๋ฐ์ฑ์ฐ 2008๋
5์ 29์ผ ์ง๊ธ๊น์ง์ ์๋๋ถ๋์์์๊ฐ์๊ธฐ๋ณธ์ ์ธ์๋ฃํ์์กฐํฉ์์ธ์๋ก๋ฐ๊ณ ๊ฒฐ๊ณผ๊ฐ์ผ๋ก๋ฐํํ๋ ํจ์์๋ํด์๋ฐฐ์ ๋ค. ์ด๋ฒ๊ฐ์์์๋ํจ์์์ฒด๋ฅผ๋ค๋ฅธํจ์์์ธ์๋ก์ด์ฉํ๊ฑฐ๋๊ฒฐ๊ณผ๊ฐ์ผ๋ก ์ด์ฉํ๋ ๋ฐฉ๋ฒ์ ๋ฐฐ์ด๋ค. 1 ๊ณ ์ฐจํจ์์ ์๋ฏธ ๊ณ์ฐ์๋ฌด์์์ด๋ป๊ฒ์ฒ๋ฆฌํ์ฌ๊ฒฐ๊ณผ๊ฐ์์ป๋์ง์ค๋ช
ํ๋๊ฒ์ผ๋ก์ด๋ฃจ์ด์ง๋ค. ์ฌ๊ธฐ์ ๋ฌด์ ๊ณผ ๊ฒฐ ๊ณผ๊ฐ ์๊ณ์ฐ์๋์์ฒด๋ก์์ ์๋๋ถ๋์์์๊ฐ์๊ธฐ๋ณธ์๋ฃํ์์กฐํฉ์ผ๋กํํํ๋ฉฐ,
untitled
A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Getting Started 'OZ
์ฝ๋ฐฑ ํจ์์ ํํน ๊ธฐ๋ฒ
์ฝ๋ฐฑํจ์์ํํน๊ธฐ๋ฒ (Callback functions and Hooking Techniques) Win32 API ๋ฅผ์ด์ฉํ์ฌ์ดํ๋ฆฌ์ผ์ด์
์๊ฐ๋ฐํ๋ค๋ณด๋ฉด, ์ฝ๋ฐฑํจ์์๋ํ๋ด์ฉ์๋ง์ด๋ณด๊ฒ๋๋ค. ๊ทธ๋ ๋ค๋ฉด์ด๋ ๊ฒํํ๋ณด๊ฒ๋๋์ฝ๋ฐฑํจ์๋๊ณผ์ฐ๋ฌด์์ผ๊น? ๊ทธ๋ฆฌ๊ณ , ์ด๋ฐ์ฝ๋ฐฑํจ์๋ฅผ์ด์ฉํด์ํ ์์๋๊ฒ์ค์์ํํน๊ธฐ๋ฒ์์ด์ฉํ๋ฉด์๋์ฐ์ด์์ฒด์ ์์์ฌ์ฉํ ์์๋์ฌ๋ฌ๊ฐ์ง๋ง์ฐ์ค์์
์ด๋ํค๋ณด๋์์
๋ฑ์์ค๊ฐ์์์กฐ์ํ์ฌํ์ฉํ๋๊ฒ์ด๊ฐ๋ฅํ๋ค.
- ๋ชฉ์ฐจ - - ios ๊ฐ๋ฐํ๊ฒฝ๋ฐ์ ์์ฌํญ. - ํ๋ซํผ ios Project. - Native Controller์ํ๋ซํผํ๋ฉด์ฐ๋. - ํ๋ซํผ Web(js)-Native ๊ฐ๋ฐ์ดํฐ๊ณต์ . - ํ๋ซํผํ์ฅ WN Interface ํจ์๊ฐ๋ฐ. - Network Manager clas
ํ๋ซํผ์ฌ์ฉ์์ํ ios Native Guide - ๋ชฉ์ฐจ - - ios ๊ฐ๋ฐํ๊ฒฝ๋ฐ์ ์์ฌํญ. - ํ๋ซํผ ios Project. - Native Controller์ํ๋ซํผํ๋ฉด์ฐ๋. - ํ๋ซํผ Web(js)-Native ๊ฐ๋ฐ์ดํฐ๊ณต์ . - ํ๋ซํผํ์ฅ WN Interface ํจ์๊ฐ๋ฐ. - Network Manager class ๊ฐ๋ฐ. - Native Controller์์
UI TASK & KEY EVENT
KEY EVENT & STATE ๊ตฌํ 2007. 1. 25 PLATFORM TEAM ์ ์ฉํ ์ฐจ๋ก Key Event HS TASK UI TASK LONG KEY STATE ๊ตฌํ ์์ค์ฝ๋๋ฐ์คํํ๋ฉด ์ง์์๋ต๋ฐํ ์ 2 KEY EVENT - HS TASK hs_task keypad_scan_keypad hs_init keypad_pass_key_code keypad_init
3์ฅ
C H A P T E R 03 CHAPTER 03 03-01 03-01-01 Win m1 f1 e4 e5 e6 o8 Mac m1 f1 s1.2 o8 Linux m1 f1 k3 o8 AJAX
OCaml
OCaml 2009.. (khheo@ropas.snu.ac.kr) 1 ML 2 ML OCaml INRIA, France SML Bell lab. & Princeton, USA nml SNU/KAIST, KOREA 3 4 (let) (* ex1.ml *) let a = 10 let add x y = x + y (* ex2.ml *) let sumofsquare
untitled
: 2009 00 00 : IMS - 1.0 : IPR. IMS,.,. IMS IMS IMS 1). Copyright IMS Global Learning Consortium 2007. All Rights Reserved., IMS Korea ( ). IMS,. IMS,., IMS IMS., IMS.,., 3. Copyright 2007 by IMS Global
05-class.key
5 : 2 (method) (public) (private) (interface) 5.1 (Method), (public method) (private method) (constructor), 3 4 5.2 (client). (receiver)., System.out.println("Hello"); (client object) (receiver object)
์ 4์ฅ ๊ธฐ๋ณธ ์๋ฏธ๊ตฌ์กฐ (Basic Semantics)
์ 4 ์ฅ๋ธ๋ก๋ฐ์ ํจ๋ฒ์ Reading Chap. 5 ์๋์ฐฝ๋ณ๋ชจ 1 4.1 ๋ณ์์ ์ธ๋ฐ์ ํจ๋ฒ์ ์๋์ฐฝ๋ณ๋ชจ 2 ๋ณ์์ ์ธ๊ณผ์ ํจ๋ฒ์ ๋ณ์์ ์ธ Declaration before Use! ๋๋ถ๋ถ์์ธ์ด์์๋ณ์๋์ฌ์ฉ์ ์๋จผ์ ์ ์ธํด์ผํ๋ค. ๋ณ์์์ ํจ๋ฒ์ (scope) ์ ์ธ๋๋ณ์๊ฐ์ ํจํ ( ์ฌ์ฉ๋ ์์๋ ) ํ๋ก๊ทธ๋จ๋ด์๋ฒ์ / ์์ญ ๋ณ์์ด๋ฆ๋ฟ์๋๋ผํจ์๋ฑ๋ค๋ฅธ์ด๋ฆ๋์๊ฐํด์ผํ๋ค. ์ ์ ์ ํจ๋ฒ์
( )๋ถ๋ก
A ppendix 1 2010 5 21 SDK 2.2. 2.1 SDK. DevGuide SDK. 2.2 Frozen Yoghurt Froyo. Donut, Cupcake, Eclair 1. Froyo (Ginger Bread) 2010. Froyo Eclair 0.1.. 2.2. UI,... 2.2. PC 850 CPU Froyo......... 2. 2.1.
User's Guide Manual
1. ๋กฏ๋ฐ ํตํฉ๊ตฌ๋งค ์์คํ
์ฌ์ฉ์ ๋งค๋ด์ผ (๊ณต๊ธ์ฌ์ฉ) 2006.01-1 - ๋ฌธ์ ์ด๋ ฅ(Revision History) Date Version Description Author(s) 2006/01 V1.0 ์ฌ์ฉ์ ๋งค๋ด์ผ - ๊ณต๊ธ์ฌ์ฉ ๋กฏ๋ฐCFD ์ฃผ) ์ด ์ฌ์ฉ์ ์๋ด์์ ๋ด์ฉ๊ณผ ๋กฏ๋ฐ ํตํฉ๊ตฌ๋งค ์์คํ
์ ์ ์๊ถ๋ฒ๊ณผ ์ปดํจํฐ ํ๋ก๊ทธ๋จ ๋ณดํธ๋ฒ์ผ๋ก ๋ณดํธ ๋ฐ๊ณ ์์ผ๋ฉฐ, ๋กฏ๋ฐCFD์
public key private key Encryption Algorithm Decryption Algorithm 1
public key private key Encryption Algorithm Decryption Algorithm 1 One-Way Function ( ) A function which is easy to compute in one direction, but difficult to invert - given x, y = f(x) is easy - given
DE1-SoC Board
์ค์ต 1 ๊ฐ๋ฐํ๊ฒฝ DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically
ๆญฏ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,
Mobile 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
04_์ธ๋ฑ์ค_441-481_๋จน1๋
443 Author Index A B C Author Index 445 D,E G H 444 Author Index 447 446 J Author Index 449 448 K Author Index 451 450 Author Index 453 452 L Author Index 455 N O P 454 M Author Index 457 Q,R S 456 Author
UI TASK & KEY EVENT
2007. 2. 5 PLATFORM TEAM ์ ์ฉํ ์ฐจ๋ก CONTAINER & WIDGET SPECIAL WIDGET ์ง์์๋ต๋ฐํ ์ 2 Container LCD์๋ณด์ฌ์ง๋ํ๋ฉดํ๊ฐ 1๊ฐ์ด์์ Widget์๊ฐ์ง 3 Container ์ด๊ธฐํ๊ณผ์ ui_init UMP_F_CONTAINERMGR_Initialize UMP_H_CONTAINERMGR_Initialize
ilist.add(new Integer(1))๊ณผ ๊ฐ์ด ์ฌ์ฉํ์ง ์๊ณ ilist.add(1)๊ณผ ๊ฐ์ด ์ฌ์ฉํ ๊ฒ์ ์๋ฐ 5.0์ ์ถ๊ฐ๋ ๊ธฐ๋ณธ ์๋ฃํ๊ณผ ํด๋น ๊ฐ์ฒด ์๋ฃ ํ๊ณผ์ ์คํ ๋ฐ์ฑ/์ธ๋ฐ์ฑ ๊ธฐ๋ฅ์ ์ฌ์ฉํ ๊ฒ์ผ๋ก ์คํ ๋ฐ์ฑ์ด๋ ์๋ฐ ์ปดํ์ผ๋ฌ๊ฐ ๊ฐ์ฒด๋ฅผ ์๊ตฌํ๋ ๊ณณ์ ๊ธฐ๋ณธ ์๋ฃํ
๋ฐ์ ์ ๋ค๋ฆญ์ค(generics)๋ฅผ ๋์
ํ๊ธฐ ์ํ ์ฐ๊ตฌ๋ ์ด๋ฏธ 8๋
์ ์ธ 1996๋
๋ถํฐ๋ผ๊ณ ํ๋ค. ์ค์ ๋ก ์๋ฐ์ ์ ๋ค๋ฆญ์ค๋ฅผ ๋์
ํ ๋ ๋ช ๊ฐ์ง ๋ฐฉ์๋ค์ด ๋
ผ๋ฌธ์ผ๋ก ๋์ค๊ธฐ ์์ํ ๊ฒ์ด 1998๋
์ด์์ ๊ฐ ์ํ๋ฉด ๋ฌด๋ ค 8๋
์ด ์ง๋ ํ์์ผ ์๋ฐ 5.0์ ์ ๊ฒฉ ์ฑํ๋์๋ค๋ ๊ฒ์ ์ด๊ฒ์ด ์ผ๋ง๋ ์ด๋ ค์ด ์ผ์ด์๋ ํ๋ ๊ฒ์ ๋ณด์ฌ์ค๋ค. ์๋ฐ์ ์คํ์ ๊ฒฐ์ ํ๋ ํ์คํ ์ ์ฐจ์ธ
26 ์นจํด๋ฅผ ์ด๋ํ ์ ์์ผ๋ฉฐ 5), ๋ฐ๋ผ์ ์ธ๋ก ๊ธฐ๊ด์ ๋ณด๋๋ด ์ฉ์ด ํ์ธ์ ๋ช ์๋ฅผ ํผ์ํ๊ฑฐ๋ ํ๋ผ์ด๋ฒ์๋ฅผ ์นจํดํ ๋ ๊ฒฝ์ฐ์๋ ํ๋ฒ์๋ฐ 6) ์ ๋ฌผ๋ก , ๋ฏผ๋ฒ์์ ๋ถ๋ฒํ์๋ ํ์ฌ์ ๋ช ์ํผ์์ฃ๊ฐ ์ฑ๋ฆฝ๋ ์ ์๋ค. ํ์ง๋ง ๋ฒ์์์๋ ํ๋ฒ์ ๊ตญ๋ฏผ์ ์ ๊ถ๋ฆฌ ๋ฐ ์ธ๋ก ์ถํ์ ์์
25 ๋ฒ์ฃ๋ณด๋์ ์์ด์ ํผ์์ ์ ์๊ณต๊ฐ์ ๊ดํ ๋ฒ๋ฆฌ์ ๊ฒํ ๊ฐ๋์ฑ ๋๊ตญ๋ํ๊ต ๋ฒ๊ณผ๋ํ ๊ต์ I. ๋จธ๋ฆฌ๋ง ์ฐ๋ฆฌ๋๋ผ์์๋ 1990๋
๋ ์ค๋ฐ๊น์ง๋ง ํ๋๋ผ๋ ๊ฒฝ ์ฐฐ์ด ์ค๋ฒ์ฃ์์ ์ค๋ช
๊ณผ ์ผ๊ตด์ ๊ณต๊ฐํ๊ณ , ์ธ๋ก ๊ธฐ๊ด ์ ์ด๋ฅผ ๊ทธ๋๋ก ๋ณด๋ํ๋ ๊ฒ์ด ํต์์ ์ด์๋ค. ํ์ง๋ง 1990๋
๋ ์ค๋ฐ ์ดํ๋ถํฐ ๋ณด๋์ค๋ฆฌ ์ฐจ์์์ ์ธ๋ก ํ์ ๋ค์ ์ํด ์ต๋ช
๋ณด๋๋ฅผ ํด์ผ ํ๋ค๋ ์ฃผ์ฅ์ด ์ ๊ธฐ๋๊ธฐ
์์ 1.1 ( ๊ด๊ณ์ฐ์ฐ์ ) >> A=1:9, B=9-A A = B = >> tf = A>4 % 4 ๋ณด๋คํฐ A ์์์๋ค์์ฐพ์๊ฒฝ์ฐ tf = >> tf = (A==B) % A
์์ 1.1 ( ๊ด๊ณ์ฐ์ฐ์ ) >> A=1:9, B=9-A A = 1 2 3 4 5 6 7 8 9 B = 8 7 6 5 4 3 2 1 0 >> tf = A>4 % 4 ๋ณด๋คํฐ A ์์์๋ค์์ฐพ์๊ฒฝ์ฐ tf = 0 0 0 0 1 1 1 1 1 >> tf = (A==B) % A ์์์์ B ์์์๊ฐ๋๊ฐ์๊ฒฝ์ฐ๋ฅผ์ฐพ์๋ tf = 0 0 0 0 0 0 0 0 0 >> tf
Microsoft PowerPoint - 4-UI ์ ํ๋ฆฌ์ผ์ด์
UIApplication ํด๋์ค UIApplicationDelegate ํ๋กํ ์ฝ ์์ฒํฅ๋ํ๊ต ์ปดํจํฐ๊ณตํ๊ณผ ์ด ์ ์ 1 UIApplication ํด๋์ค ์์ฒํฅ๋ํ๊ต ์ปดํจํฐ๊ณตํ๊ณผ ์ด ์ ์ 2 UIApplication ํด๋์ค ๊ฐ์ ์ด ์ฅ์์๋ UIApplication ํด๋์ค๋ฅผ ๊ธฐ๋ณธ์ผ๋ก ํ์ฌ ์์ดํฐ ํ ๋ก๊ทธ๋จ ๋์ ๊ณผ์ ์ ์ดํด ์ธํฐํ์ด์ค ๋น๋๋ฅผ ์ฌ์ฉํ์ง ์๋ ์์ดํฐ
API ๋งค๋ด์ผ
PCI-DIO12 API Programming (Rev 1.0) Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned
Microsoft PowerPoint - a10.ppt [ํธํ ๋ชจ๋]
Structure Chapter 10: Structures t and Macros Structure ๊ด๋ จ๋๋ณ์๋ค์๊ทธ๋ฃน์ผ๋ก์ด๋ฃจ์ด์ง์๋ฃ๊ตฌ์กฐ template, pattern field structure๋ฅผ๊ตฌ์ฑํ๋๋ณ์ (cf) C์ธ์ด์ struct ํ๋ก๊ทธ๋จ์ structure ์ ๊ทผ entire structure ๋๋ individual fields Structure๋
์ 8์ฅ ์๋ฐ GUI ํ๋ก๊ทธ๋๋ฐ II
์ 8์ฅ MVC Model 8.1 MVC ๋ชจ๋ธ (1/7) MVC (Model, View, Controller) ๋ชจ๋ธ ์ค์์ MVC ๋ชจ๋ธ์๊ธฐ์ด๋ฅผ๋๊ณ ์๋ค. MVC๋ Xerox์์ฐ๊ตฌ์์์ Smalltalk ์ธ์ด๋ฅผ๋ฐํ์ผ๋ก์ฌ์ฉ์์ธํฐํ์ด์ค๋ฅผ๊ฐ๋ฐํ๊ธฐ์ํ๋ฐฉ๋ฒ MVC๋ 3๊ฐ์๊ตฌ์ฑ์์๋ก๊ตฌ์ฑ Model : ์์ฉํ๋ก๊ทธ๋จ์์๋ฃ๋ฅผํํํ๊ธฐ์ํ๋ชจ๋ธ View : ์๋ฃ๋ฅผ์๊ฐ์ ์ผ๋ก (GUI ๋ฐฉ์์ผ๋ก
ALTIBASE HDB Patch Notes
ALTIBASE HDB 6.5.1.5.6 Patch Notes ๋ชฉ์ฐจ BUG-45643 ์ํธํ์ปฌ๋ผ์๊ฒฝ์ฐ, ์ด์คํํ๊ฒฝ์์ DDL ์ํ์ Replication HandShake ๊ฐ์คํจํ๋๋ฌธ์ ๊ฐ์์ด์์ ํ์์ต๋๋ค... 4 BUG-45652 ์ด์คํ์์ Active Server ์ Standby Server ์ List Partition ํ
์ด๋ธ์๋ฒ์์กฐ๊ฑด์ด๋ค๋ฅธ๊ฒฝ์ฐ์ Handshake
ํ๋ก๊ทธ๋จ์ ํ๊ต ๋ฑ์ง์์ ์กฐ๊ธ์ด๋ผ๋ ๋ฐฐ์ด ์ฌ๋๋ค์ ์ํ ํ๋ก๊ทธ๋๋ฐ ๋ ธํธ ์ ๋๋ค. ์ ์ญ์ ๊ทธ ์ฌ๋๋ค ์ค ํ๋ ์ ๋๋ค. ์ค๊ณ ๋ฑํ๊ต ์์ ํ๊ต ๋์๊ด, ์๋ก ์๊ธด ์๋ฆฝ ๋์๊ด ๋ฑ์ ๋ค๋๋ฉฐ ์ฑ ์ ๋ณด ๊ณ ์ ๋ฆฌํ๋ฉฐ ์ด๋์ ๋ ๋ ํ์ผ๋ฅด ๊ณต๋ถํ๊ธด ํ์ง๋ง, ์์ฃผ ์ํ๋ค ๋ณด๋ฉด ๊ธ๋ฐฉ ์์ด
๊ฐ๋๋ฆฌ ์ฐ๊ตฌ์ C ์ธ์ด ๋
ธํธ (tyback.egloos.com) ํ๋ก๊ทธ๋จ์ ํ๊ต ๋ฑ์ง์์ ์กฐ๊ธ์ด๋ผ๋ ๋ฐฐ์ด ์ฌ๋๋ค์ ์ํ ํ๋ก๊ทธ๋๋ฐ ๋
ธํธ ์
๋๋ค. ์ ์ญ์ ๊ทธ ์ฌ๋๋ค ์ค ํ๋ ์
๋๋ค. ์ค๊ณ ๋ฑํ๊ต ์์ ํ๊ต ๋์๊ด, ์๋ก ์๊ธด ์๋ฆฝ ๋์๊ด ๋ฑ์ ๋ค๋๋ฉฐ ์ฑ
์ ๋ณด ๊ณ ์ ๋ฆฌํ๋ฉฐ ์ด๋์ ๋ ๋
ํ์ผ๋ฅด ๊ณต๋ถํ๊ธด ํ์ง๋ง, ์์ฃผ ์ํ๋ค ๋ณด๋ฉด ๊ธ๋ฐฉ ์์ด๋จน๊ณ ํ๋๋ผ๊ตฌ์. ๊ทธ๋์,
2ํํธ-07
CHAPTER 07 Ajax ( ) (Silverlight) Ajax RIA(Rich Internet Application) Firefox 4 Ajax MVC Ajax ActionResult Ajax jquery Ajax HTML (Partial View) 7 3 GetOrganized Ajax GetOrganized Ajax HTTP POST 154 CHAPTER
๊ณ ๊ธ COM ๊ธฐ์ ์ ํ์ฉ (II)
๊ณ ๊ธ COM ๊ธฐ์ ์ํ์ฉ (II) (Using Advanced COM Techniques II.) ์ด๋ฒ์ฅ์์๋์กํฐ๋ธ X ๋ฅผ์ด์ฉํ์ฌ์ฌ๋ฌ๊ฐ์ง๊ฐ์ฒด๋์ดํ๋ฆฌ์ผ์ด์
์๊ฐ๋ฐํ ๋๋ถ๋ชํ์์๋๋ฌธ์ ์ ๋ค๊ณผ์ด๋ค์๋ํํด๊ฒฐ์ฑ
์์ ์ํ ๊ฒ์ด๋ค. ๊ทธ๋ ๊ฒ๋ฐฉ๋ํ๋ด์ฉ์์๋์ง๋ง, ์ํํธ์จ์ด๋ฅผ๊ฐ๋ฐํ๋ค๋ณด๋ฉด์ค์ ๋ก์์ฃผ๊ฐ๋จํ๋ฌธ์ ๋ก๊ณจ๋จธ๋ฆฌ๋ฅผ์ธ๋งฌ๋๊ฐ๋งค์ฐ๋ง๋ค. ์ด๋ฒ์ฅ์์๋์ด๋ฐ๋ฌธ์ ๋ค์๋ํด์์์๋ณธ๋ค. ์ฌ๊ธฐ์์์๊ฐํ๋๋ง์ํ๋ค์
K&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