• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(141)
  • 리포트(117)
  • 시험자료(19)
  • 서식(3)
  • 논문(1)
  • 이력서(1)

"Public Character" 검색결과 1-20 / 141건

  • 워드파일 허프만코드(자바)
    static HashMap txt = new HashMap();public static Node plusparent ... 프로그램 소스_1(빈도수 조사 함수, 허프만 트리 생성 함수, 허프만 코드 함수, main문)public class HuffmanCoding {// 영문자 빈도 수 체크하는 변수 선언public ... = null;public static void numberoftexts(String src) {// 영문자 빈도 수 조사try {// 파일 객체 생성File file = new File
    리포트 | 7페이지 | 2,500원 | 등록일 2021.03.01 | 수정일 2021.04.19
  • 파워포인트파일 6. 씨샵 프로그래밍 (텍스트RPG 6)
    //void BattleLoop() { Console.Clear(); Character monster = new Character( Goblin , 4, 1, 0); // 고블린 hp ... mPlayer; private Random mRand; public GameController () { mRand = new Random(); Console.Write( 플레이어의 ... (playerName, 10, 1, 0); // 플레이어 이름 , hp, 공격력 , 방어력 } public void MainLoop() { while ( true ) { // 유저의
    시험자료 | 12페이지 | 2,000원 | 등록일 2021.12.02
  • 파워포인트파일 4. 씨샵 프로그래밍 (텍스트RPG 4)
    public bool IsAive() { //return mHP 0; if (mHP 0) { return true ; } else { return false ; } } public ... mPlayer; private Random mRand; public GameController () { mRand = new Random(); Console.Write( 플레이어의 ... (playerName, 10, 1, 0); // 플레이어 이름 , hp, 공격력 , 방어력 } public void MainLoop() { while ( true ) { // 유저의
    시험자료 | 22페이지 | 2,000원 | 등록일 2021.12.02 | 수정일 2021.12.09
  • 파워포인트파일 7. 씨샵 프로그래밍 (텍스트RPG 7)
    mPlayer; private Random mRand; private int mGold; private int mExp; public GameController () { mRand ... (playerName, 10, 1, 0); // 플레이어 이름 , hp, 공격력 , 방어력 } public void MainLoop() { while ( true ) { // 유저의 ... = mLevel * 20; // 획득 해야하는 경험치 } } else { // 경험치 음수 또는 비정상적 값 Console.WriteLine( 잘못된 경험치 값입니다 ); } } public
    시험자료 | 19페이지 | 2,000원 | 등록일 2021.12.02
  • 파워포인트파일 8. 씨샵 프로그래밍 (텍스트RPG 8)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (8) Class Character 캐릭터에서 ShowData virtual 로 진행 C# 텍스트 RPG 만들기 텍스트 RPG Class ... using System; using System.Collections.Generic; using System.Text; namespace TextRpg { class Character ... using System; using System.Collections.Generic; using System.Text; namespace TextRpg { class Player : Character
    시험자료 | 13페이지 | 2,000원 | 등록일 2021.12.02
  • 파워포인트파일 5. 씨샵 프로그래밍 (텍스트RPG 5)
    mPlayer; private Random mRand; public GameController () { mRand = new Random(); Console.Write( 플레이어의 ... (playerName, 10, 1, 0); // 플레이어 이름 , hp, 공격력 , 방어력 } public void MainLoop() { while ( true ) { // 유저의 ... mPlayer; private Random mRand; public GameController () { mRand = new Random(); Console.Write( 플레이어의
    시험자료 | 20페이지 | 2,000원 | 등록일 2021.12.02
  • 파워포인트파일 11. 씨샵 프로그래밍 (텍스트RPG 11)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (11) Class Character Class Player Class GameController Class Monster Class Program ... using System; using System.Collections.Generic; using System.Text; namespace TextRpg { class Player : Character ... Console.Clear(); } } // 플레이어 배틀 커맨드 메서드 private bool ProcessBattleCommand( string command, Player player, Character
    시험자료 | 30페이지 | 2,000원 | 등록일 2021.12.02
  • 워드파일 [Six Characters in Search of an Author] Response Paper - Act III
    Step Daughter responds by saying that the author did so because he wanted to fit his story for the public ... explain himself and help others comprehend to the sayings, its all useless.Elaboration of the thesis:The Characters
    리포트 | 2페이지 | 1,000원 | 등록일 2020.11.08 | 수정일 2020.11.30
  • 파워포인트파일 13. 씨샵 프로그래밍 (텍스트RPG 13)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (13) Class Character Class Player Class GameController Class Monster Class Program ... using System; using System.Collections.Generic; using System.Text; namespace TextRpg { class Player : Character ... int .TryParse(input, out command)) { command = -1; } return command; } public void RestoreHPAndMP() /
    시험자료 | 12페이지 | 2,000원 | 등록일 2021.12.02
  • 파워포인트파일 12. 씨샵 프로그래밍 (텍스트RPG 12)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (12) Class Character Class Player Class GameController Class Monster Class Program ... } } // 플레이어 배틀 커맨드 메서드 private bool ProcessBattleCommand( int command, int itemIdex, Player player, Character ... int .TryParse(input, out command)) { command = -1; } return command; } public void RestoreHPAndMP() /
    시험자료 | 19페이지 | 2,000원 | 등록일 2021.12.02
  • 파워포인트파일 16. 씨샵 프로그래밍 (텍스트RPG 16)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (16) Class Character Class Player Class GameController Class Monster Class Program ... using System; using System.Collections.Generic; using System.Text; namespace TextRpg { class Player : Character ... = 1, Sell, Exit } class ShopController { Item[] mOriginalItemArr; string [] mLocalizationTypeName; public
    시험자료 | 11페이지 | 2,000원 | 등록일 2021.12.02
  • 파워포인트파일 10. 씨샵 프로그래밍 (텍스트RPG 10)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (10) Class Character Class Player Class GameController Class Monster Class Program ... using System; using System.Collections.Generic; using System.Text; namespace TextRpg { class Player : Character ... void RestoreHPAndMP() //HP 와 MP 를 최대치로 채워주는 부분 { mHP = mMaxHp; mMP = mMaxMP; } public override void
    시험자료 | 14페이지 | 2,000원 | 등록일 2021.12.02
  • 파워포인트파일 9. 씨샵 프로그래밍 (텍스트RPG 9)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (9) Class Character Class Player Class GameController Class Monster Class Program ... { break ; //break 를 진행 } } } // 플레이어 배틀 커맨드 메소드 private bool ProcessBattleCommand( string command, Character ... enum eLobyCommand { Battle = 1, Shop, Status, Inn, Exit, } public enum eBattleCommand { Attack = 1,
    시험자료 | 12페이지 | 2,000원 | 등록일 2021.12.02
  • 파워포인트파일 영어영문학과 피피티 자료 (제인 오스틴)
    of 《 Pride and Prejudice 》 1814 Publication of 《 Mansfield Park 》 1815 Publication of 《 Emma 》 1816 ... books of conduct. a character who admonishes the main character. a character who conforms to discipline Character ... in London, but was rejected. 1797 Rewrite 《 Elinor and Marianne》 into 《Sense and Sensibility 》 1811 Publication
    리포트 | 9페이지 | 2,500원 | 등록일 2020.12.21
  • 한글파일 건축환경시스템 보고서
    실내에서 Public 한 장소는 자연광에 의해 자유롭게 돌아다니며 책을 읽을 수 있고, 벽으로 막혀 있는 부분들은 semi-public 한 장소와 private 한 장소로서 자연광보다 ... Character of SORAN Library 2-1. About Hot and Dry climate 2-2. Hot and Dry climate Strategies 2-3. ... Character of SORAN Library 외부 마감재는 검은색 흑석재로 마감을 하였는데 이는 ‘albedo’에서 0에 수렴하는 색이기 때문에 태양 복사 에너지를 많이 흡수한다
    리포트 | 8페이지 | 1,500원 | 등록일 2020.11.21
  • 워드파일 단국대 현대사회와정보보호 과제 8
    So the Steganography techniques are: Pin punctures, Character marking, Invisible ink, and Type of correction ... In asymmetric encryption: the encryption process is made possible with the help of public key and the ... The components of PKI (public key infrastructure) are: Certificate of authority (CA), Registration authority
    리포트 | 2페이지 | 1,000원 | 등록일 2019.08.28 | 수정일 2019.08.29
  • 파워포인트파일 14. 씨샵 프로그래밍 (텍스트RPG 14)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (14) Class Character Class Player Class GameController Class Monster Class Program ... void RestoreHPAndMP() //HP 와 MP 를 최대치로 채워주는 부분 { mHP = mMaxHp; mMP = mMaxMP; } public override void ... enum eLobyCommand { Battle = 1, Shop, Status, Inn, Exit, } public enum eBattleCommand { Attack = 1,
    시험자료 | 28페이지 | 2,000원 | 등록일 2021.12.02
  • 한글파일 사회보험의 구성원리와 사회보험과 사보험과의 차이점과 유사점을 구체적으로 서술한다
    공적 특성 (Public Character): 사회보험은 일반적으로 정부가 중심이 되어 관리하고 운영됩니다.
    리포트 | 3페이지 | 2,500원 | 등록일 2023.09.09
  • 파워포인트파일 디즈니랜드파리(Disneylandparis) 관광마케팅적 측면 발표 ppt
    Supplier Marketing Intermediates Competitors Public Customers Company Product form competitors are Universal ... competitors, increasing market share and increasing awareness among people Excellent Accessibility Characters ... every three years to ensure that returning visitors don't lose interest home to all favourite Disney Characters
    리포트 | 22페이지 | 1,500원 | 등록일 2020.02.06
  • 파워포인트파일 15. 씨샵 프로그래밍 (텍스트RPG 15)
    C# 프로그래밍 텍스트 RPG 게임 만들기 (15) Class Character Class Player Class GameController Class Monster Class Program ... = 1, Sell, Exit } class ShopController { Item[] mOriginalItemArr; string [] mLocalizationTypeName; public ... mLocalizationTypeName = new string [2]; mLocalizationTypeName[0] = 회복 포션 ; mLocalizationTypeName[1] = 주문 스크롤 ; } public
    시험자료 | 16페이지 | 2,000원 | 등록일 2021.12.02
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
AI 챗봇
2024년 06월 01일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
8:40 오후
New

24시간 응대가능한
AI 챗봇이 런칭되었습니다. 닫기