전체 (검색결과 약 514개 중 13페이지)

 6 씨샵 프로그래밍 텍스트RPG 6 ( 12Pages )
Console.WriteLine("2.상점"); Console.WriteLine("4. 종료"); Console.WriteLine("게임 종료"); Console.WriteLine("===전투=== "); Console.WriteLine(); Console.WriteLine("1. 공격"); Console.WriteLine("3.도망"); if(!monster.IsA ive()) C#텍스트RPG 만들기 stringplayerName=Console.ReadLine();// 플레이어 이름을 입력 유저의 입력을 처리하는 상태 부분 Console.WriteLine("===로비=== "); Cons..
정보/기술 > 소프트웨어 |
console, writeline, hp, , 이름, 체력, tostring, mname, monster, 플레이어, 입력, form, at, string, if, true, 캐릭터, 공격, 방어, mplayer
 6 씨샵 프로그래밍 텍스트RPG 6 ( 12Pages )
Console.WriteLine("2.상점"); Console.WriteLine("4. 종료"); Console.WriteLine("게임 종료"); Console.WriteLine("===전투=== "); Console.WriteLine(); Console.WriteLine("1. 공격"); Console.WriteLine("3.도망"); if(!monster.IsA ive()) C#텍스트RPG 만들기 stringplayerName=Console.ReadLine();// 플레이어 이름을 입력 유저의 입력을 처리하는 상태 부분 Console.WriteLine("===로비=== "); Cons..
정보/기술 > 소프트웨어 |
console, writeline, hp, , 이름, 체력, tostring, mname, monster, 플레이어, 입력, form, at, string, if, true, 캐릭터, 공격, 방어, mplayer
 기성청구내역서 ( 1Pages )
IF YOU DID NOT RECEIVE ALL OF THE PAGES OR FIND THAT THEY ARE ILLEGIBLE, PLEASE CALL BACK TO THE ABOVE CONFIRMATION PHONE NUMBER. PAGE: OF FACSIMILE MESSAGE TO: name position/dept.: DATE: company: FAX NO.: FROM: area code CC: CONFIRMATION PHONE NO.: REF. NO.: SUBJECT:
서식 > 회사서식 |
 자료구조 - 순환과 반복 ( 9Pages )
자료구조 - 순환과 반복 1. 팩토리얼계산 ◎순환 #include [iostream] using namespace std; int factorial(int n) { if(n==1) return 1; else return (n * factorial(n-1)); } void main() { int n; cout [[ 정수 입력 : ; cin ]] n; cout [[ n [[ 팩토리얼 계산 : [[ factorial(n) [[ endl; } ◎반복 #include [iostream] using namespace std; int factorial_iter(int n) { int k, v=1; for..
리포트 > 공학/기술 |
 배관기호 ( 8Pages )
ftr F q! D,|[ (l! FO il R, + r!, olr ljil lir o1 € 5N N T 6ol T tt ol oF Ro )g 6t iil 51 Fi (i66 el . li 1 do ts., if ol_ q Fq4 odlr, 6r;* lb,. 6f ol- f,.R!NF#g6dio!E!Rrqd !l! io Jf@tulDFt Tfi i aq cr qRg! ulta-l! rooqrlaoali T uDt 5n !U H. {lrrT ;x ! fi :^ K q F F lol d 1ol $ do rJo J of C B1 no !F m lr j riF rE..n9 I4 ub ulo io al,..
정보/기술 > 토목/건축 |
 Additional Guest Invitation Form ( 1Pages )
Additional Guest Invitation Form - Due Sept.17 - As an exhibitor you are automatically provided with 200 overprinted invitations to ○○○, indicating your company name (as it appeared on your exhibit space contract) and booth location. These free invitations are a unique and valuable promotional tool for your firm. In research, when attendees were asked why they dro..
서식 > 생활서식 |
 8 씨샵 프로그래밍 텍스트RPG 8 ( 13Pages )
Console.WriteLine("잘못된 경험치값입니다"); Console.WriteLine("잘못된 골드값입니다."); Console.WriteLine("===로비=== "); Console.WriteLine("4. 종료"); Console.WriteLine("===전투=== "); Console.WriteLine(); Console.WriteLine("1. 공격"); Console.WriteLine("3.도망"); C#텍스트RPG 만들기 Class Gam eController privateintmLevel;//플레이어 레벨 mMax Hp=5*mLevel+5;//최대 MP값 변경 mHP..
정보/기술 > 소프트웨어 |
console, writeline, tostring, 경험치, , hp, mmax, 골드, form, at, string, , 이름, 체력, 최대, 플레이어, mp, exp, 공격, 방어
 8 씨샵 프로그래밍 텍스트RPG 8 ( 13Pages )
Console.WriteLine("잘못된 경험치값입니다"); Console.WriteLine("잘못된 골드값입니다."); Console.WriteLine("===로비=== "); Console.WriteLine("4. 종료"); Console.WriteLine("===전투=== "); Console.WriteLine(); Console.WriteLine("1. 공격"); Console.WriteLine("3.도망"); C#텍스트RPG 만들기 Class Gam eController privateintmLevel;//플레이어 레벨 mMax Hp=5*mLevel+5;//최대 MP값 변경 mHP..
정보/기술 > 소프트웨어 |
console, writeline, tostring, 경험치, , hp, mmax, 골드, form, at, string, , 이름, 체력, 최대, 플레이어, mp, exp, 공격, 방어
 상상력_세미나,CROSS,마케팅,브랜드,브랜드마케팅,기업,서비스마케팅,글로벌,경영,시장,사례 ( 14Pages )
상상력 세미나 C R O S S 여러분은 커피 좋아하시나요 STARBUCKS 사람들은 왜 스타벅스 를 찾을까 STARBUCKS 커피의 입맛을 하나의 미학적 취향으로 바꿈 취미를 선사하고 전달하고 창조하는 문화적 매체 ☞ 상품을 파는것이 아닌 문화를 파는 것 If, 스타벅스 로고가 새겨진 자판기 커피라면 02. 디지털 세상,어떤 사람이 구루가 되는가 ....
리포트 > 경영/경제 |
 [전자공학과] 시스템소프트웨어실험 ( 4Pages )
시스템소프트웨어실험 4장 예제 report Ex04-02 #include [unistd.h] #include [sys/types.h] #include [sys/stat.h] int main() {  int filedes;     mode_t oldmask;     oldmask = umask(023);     filedes = open( test.txt ,O_CREAT, 0777);     close(filedes); } Ex04-04 #include [stdio.h] #include [stdlib.h] #include [unistd.h] int main() { char *filename = test04.txt ; if ( access(fi..
리포트 > 공학/기술 |
 5 씨샵 프로그래밍 텍스트RPG 5 ( 20Pages )
Console.WriteLine("2.상점"); Console.WriteLine("4. 종료"); Console.WriteLine("===전투=== "); Console.WriteLine(); Console.WriteLine("1. 공격"); Console.WriteLine("3.도망"); monster.Attack(mPlayer); mPlayer.Attack(monster) 수정 텍스트RPG 게임만들기 C#텍스트RPG 만들기 Console.Write("플레이어의 이름을 입력하세요>> ");// 플레이어 이름을 입력하세 요출력 stringplayerName=Console.Re..
정보/기술 > 소프트웨어 |
console, writeline, 플레이어, 입력, 수정, , , 이름, monster, mplayer, 배틀, 공격, 프로세스, if, 맨더, 크다, 구현, 부분, true, 반환
 5 씨샵 프로그래밍 텍스트RPG 5 ( 20Pages )
Console.WriteLine("2.상점"); Console.WriteLine("4. 종료"); Console.WriteLine("===전투=== "); Console.WriteLine(); Console.WriteLine("1. 공격"); Console.WriteLine("3.도망"); monster.Attack(mPlayer); mPlayer.Attack(monster) 수정 텍스트RPG 게임만들기 C#텍스트RPG 만들기 Console.Write("플레이어의 이름을 입력하세요>> ");// 플레이어 이름을 입력하세 요출력 stringplayerName=Console.Re..
정보/기술 > 소프트웨어 |
console, writeline, 플레이어, 입력, 수정, , , 이름, monster, mplayer, 배틀, 공격, 프로세스, if, 맨더, 크다, 구현, 부분, true, 반환
 LastWillandTestamentof______________________ ( 6Pages )
Last Will and Testament of ___ ( PUT IN YOUR FULL NAME, INCLUDING MIDDLE, UNLESS YOU TRULY HATE IT) . . 중략 . . I direct that no fiduciary serving hereunder shall be required to give bond or security in any jurisdiction. I appoint my (RELATIONSHIP /I.E. WIFE)___, (NAME) ___ as personal representative of this Will. If she/he shall fail to qualify or cease t..
서식 > 법률서식 |
 Customsinvoice ( 1Pages )
Revenue Canada Revenu Canada CANADA CUSTOMS INVOICE Customs and Excise Douanes et Accise FACTURE DES DOUANES CANADIENNES Page of de 1. Vendor (Name and Address) / Vendeur (Nom et adresse) 2. Date of Direct Shipment to Canada / Date d axpedition directe vers le Canada 3. Other References (include Purchaser s Order No.) Autres references (Inclure ie no de commande de I..
비지니스 > 무역수출입 |
 판매계약서(영문) ( 5Pages )
ABC INTERNATIONAL CORP. as Seller, hereby confirms having sold to you as Buyer, the following goods by contract of sale made on the above date and on the terms and conditions hereinafter set forth. Buyer is hereby requested to sign and return the original and if any discrepancy be found by Buyer, Seller should be informed immediately by cable.
서식 > 계약서 |
11 12 13 14 15 16 17 18 19 20