전체 (검색결과 약 377개 중 5페이지)

 POWER OF ATTORNEY ( 1Pages )
POWER OF ATTORNEY To the Korean Consulate General: I certify that I will take full responsibility for any problems that arise after the issuance of the certificate for these documents, , presented to you by , or sent via mail. NAME: SIGNATURE: PHONE NUMBER: ADDRESS: On this the day of * If you cannot deliver the documents in person, this form must be ..
서식 > 행정민원서식 |
 PSYCHIATRIC DISEASE PEPORT(병력신고서) ( 2Pages )
[별지 제 44호의2서식]<신설 94. 9. 10> (제28조의2) PSYCHIATRIC DISEASE PEPORT (병력신고서) 1) Have you received any treatment for schizophrenia affective disorder. severe personality disorder or the equivalent psychological problems Yes (있음) No (없음) (귀하는 정신분열증, 정통장애, 고도의 성격장애 및 이에 준하는 증세로 인하여 치료받 은 사실이 있습니까) <if yes> beginning ..
서식 > 행정민원서식 |
 문화, 민족성, 동일성(Culture, Ethnicity and Identity) 영문 PPT 보고서 ( 21Pages )
▷ Conclusion Black culture: culture of black and ethnic minority Black perspectives: perspectives of black and ethnic minority →We must recognize many culture besides our culture. →we need as diverse practitioners dealing with those as there are diverse cultures. →Accordingly, if practitioner take on ethnic minority helper or knowledgeable person about that culture, it wil..
리포트 > 사회과학 |
Culture, Ethnicity, Identity, 문화, 민족성, 동일성
 알고리즘 - 합병정렬, 퀵정렬 ( 6Pages )
1. 프로그램 소스 합병정렬(링크를 사용하는) : lec4-5, 퀵정렬(순환버전) : lec5-1 사용 CompareMeasure.java package exercise_2; public class CompareMeasure { public void mergeSort(int n){ // 합병정렬 method (lec 4-5) int arrSize = n ; // 배열의 크기 int arr[] = new int[arrSize+1]; for(int i=1; i[= arrSize; i++) arr[i] = (int)(java.lang.Math.random()*(n-1)); //테스트 데이..
리포트 > 공학/기술 |
 프로그래밍 - 자료구조 스택큐 C언어 코딩 ( 7Pages )
◆ 소스코드 ◆ /* 연결스택과 큐 프로그램. 32051492 정국형. jgh815@live.co.kr */ #include[stdio.h] int pushstack(); //스택에 데이터를 입력하는 함수 void stacklink(struct stack *data); // 데이터를 스택 링크 리스트로 이어주는 함수 void stackprint(); //스택의 내용을 보여주는 함수 void deletestack(); //스택의 데이터를 삭제 하는 함수 void pushqueue(); //큐에 데이터를 입력하는 함수 ..
리포트 > 공학/기술 |
 물품 매매 계약서(영문) ( 9Pages )
물품 매매 계약서(영문) 작성 서식입니다. 물품매매계약서(SALES CONTRACT) Increased Costs : If Seller's costs of performance are Increased after the date of this Contract by reason of increased freight rates,taxes or other governmental charges, and insurance rates(including war risk) or if any variation in rates of exchange increases Seller's costs or reduces Seller's return..
서식 > 계약서 |
물품, 매매, 계약서, 영문
 MEETINGEVALUATION ( 1Pages )
MEETING EVALUATION 1. To what extent did this meeting meet its stated objectives Not At All 123456789 Completely 2. To what extent did this meeting achieve your personal objective Not At All 123456789 Completely 3. Which portions of the meeting were most helpful to you A. ___ B. ___ C. ___ 4. Which aspects were least helpful to you A. ___ B. ___ C...
서식 > 회사서식 |
 LASTWILLANDTESTAMENT ( 2Pages )
LAST WILL AND TESTAMENT THIS IS THE LAST WILL AND TESTAMENT of me, ___. 1. I HEREBY REVOKE all wills and testamentary dispositions of every nature and kind whatsoever by me heretobefore made. 2. I NOMINATE, CONSTITUTE, AND APPOINT, my husband, ___, to be the sole Executor and Trustee of this my Will. If he is unable or unwilling to act, I THEN NOMINATE, CONSTITUTE A..
서식 > 법률서식 |
 데이터 구조 - 소팅[Sorting Program]프로그램에 관해서 ( 9Pages )
리 포 트 제목 : Sorting Program 과목 : 데이터구조2 교수 : 학과 : 학번 : 성명 : 1. Diagram 2. 함수 설명 ▶ 파일을 읽어들이는 것과 관련되는 함수들 1) char *trim(char *s) : 공백을 제거하는 메인 함수이며, right_trim(), left_trim(), center_trim()함수를 차례로 실행시키며, 공백이 제거된 문자열을 리턴 한다. 2) void right_trim(char *s) for (i=sizeof(s)-1;i]0;i--) { if (s[i]==..
리포트 > 공학/기술 |
 영어 ( 7Pages )
What is Our Product [Yummi Yummi] 1. Store Name Delicious=Yummy = “Yummi Yummi” “Yummi Yummi” “Let’s go to 야미야미!” --- If you have Our delicious sandwich, You will sound like “냠냠” in Korean!!! It is our spirit Just No deep thinking 2. Products + Services @Key Words @Products @Services @Store Well-being life style Simpleness of menu Single customer Our motto is “fres..
리포트 > 사회과학 |
 3 씨샵 프로그래밍 텍스트RPG 3 ( 18Pages )
Console.WriteLine("===로비=== "); Console.WriteLine("1.전투 시작"); Console.WriteLine("3.상태보기"); Console.WriteLine("4. 종료"); Console.WriteLine("===전투=== "); Console.WriteLine(); Console.WriteLine("1. 공격"); Console.WriteLine("게임 종료"); 텍스트RPG 게임만들기 텍스트RPG Class Program C#텍스트RPG 만들기 Switch문으로 Retu rn을 하면 1번 전투 시작을 진행 플레이어 및 몬스..
정보/기술 > 소프트웨어 |
console, writeline, 플레이어, 입력, 상태, 이름, , 진행, bexit, 공격, monster, player, 밉다, 구현, if, rpg, , bool, 초기, case
 3 씨샵 프로그래밍 텍스트RPG 3 ( 18Pages )
Console.WriteLine("===로비=== "); Console.WriteLine("1.전투 시작"); Console.WriteLine("3.상태보기"); Console.WriteLine("4. 종료"); Console.WriteLine("===전투=== "); Console.WriteLine(); Console.WriteLine("1. 공격"); Console.WriteLine("게임 종료"); 텍스트RPG 게임만들기 텍스트RPG Class Program C#텍스트RPG 만들기 Switch문으로 Retu rn을 하면 1번 전투 시작을 진행 플레이어 및 몬스..
정보/기술 > 소프트웨어 |
console, writeline, 플레이어, 입력, 상태, 이름, , 진행, bexit, 공격, monster, player, 밉다, 구현, if, rpg, , bool, 초기, case
 중재신청서 ( 1Pages )
The Korea Commercial Arbitration Board 43RD.FLOOR. TRADE TOWER (KOREA WORLD TRADE CENTER) 159, SAMSUNG-DONG. KANGNAM-KU.SEOUL 138-789, KOREA Trade Center P.O. Box 50, CABLE ARBITRATION TEL : 551․2000-19, FAX : (02)551-2020 To : THE Korean Commercial Arbitration Board REQUEST FOR ARBITRATION 1. Full Names and Addresses of Parties: (1) Claimant : Name of Corporation (1) Add..
서식 > 회사서식 |
 [실험보고서] 세라믹 경도와 인성의 측정 ( 3Pages )
세라믹 경도와 인성의 측정 1. 실험목적 세라믹재료에서 균열전파에 대한 저항을 나타내는 물성인 파괴인성().와 경도를 DVK-2S Hardness Tester를 이용하여 각각 구한다. 2. 실험 준비물 - DVK-2S Hardness Tester - 측정용 시편 3종류 3. 이론 - Vikers Hardness test : Vickers 경도는 대면각 136°의 정사각형 다이아몬드 압자를 이용하여 시편에 압입 흔 적을 낸 후 대각선 길이를 측정하여 ..
리포트 > 공학/기술 |
 후기 조선의 역사를 바꾼 이괄의 난(if. 이괄의 난이 발발하지 않았다면?) ( 6Pages )
성심성의껏 작성한 글이며, 다양한 참고자료를 사용하여 글을 풀어나갔습니다. 성적은 A+ 이 나왔습니다. 그 이후에도 여러 번 자료를 검토하여 더욱 완성도가 높은 자료로 만들어 냈습니다. 구매하시면 후회하지 않을 것으로 판단됩니다. 1. 선정이유 2. 이괄의 난 1) 배경 2) 전개 및 결과 3. 이괄의 난이 한국사에 미친 영향과 그 원인 4. 이괄의 난이 발생하지 않았을 경우, 우리의 역사는 어떻게 달..
리포트 > 인문/어학 |
이괄의 난, 이괄의 난이 미친 영향, if역사
1 2 3 4 5 6 7 8 9 10