• LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(62)
  • 리포트(56)
  • 시험자료(4)
  • 논문(1)
  • 방송통신대(1)

"string vector" 검색결과 1-20 / 62건

  • 한글파일 string vector를 selection sort로 정렬하는 프로그램
    소스는 크게 void selection_sort(vector&name)와 int main()으로 나눠진다. void selection_sort(vector ... selection_sort(vector&name)부터 살펴보자면, name이라는 이름을 가진 string vector을 선언했다. for ( i=0; i < name.size ... selection_sort(vector&name){ // 정렬하는 함수 selection_sort int i, j, min; string temp; for ( i=0
    리포트 | 6페이지 | 1,000원 | 등록일 2009.06.29
  • 워드파일 2021학년도 2학기 C++ 출석수업대체과제물 소스코드
    목차(1) main.cpp(2) Menu.h(3) Menu.cpp1. main.cpp// main.cpp#include #include #include ... "Menu.h"using std::cout;using std::cin;using std::string;void PrintPrompt(){ cout ... 당연히 바꾸셔야 되고,좀 다르게 짜시려면,"[1] 메뉴 객체 생성"을 하지 않고 "[2] 선택 항목 추가" 등을 했을 경우 메뉴 객체 생성부터 하라고 경고를 띄운다거나아이템 목록으로 vector
    방송통신대 | 5페이지 | 6,900원 | 등록일 2021.10.23 | 수정일 2021.11.08
  • 파일확장자 C++ Project SpaceInvader
    #pragma once#include#include#include#include#includeusing ... namespace std;class GameObject{private:string image;COORD loc;public:GameObject(string image, COORD ... loc);string getImage();COORD getLoc();void setLoc(COORD loc);
    리포트 | 11페이지 | 2,500원 | 등록일 2020.12.20
  • 워드파일 컴퓨터 구조 과제 4 - 소프트웨어학과
    precision) 2.0. 1)character ‘2’ → 1Byte(8bits)이고 ascii 값이 50 -> 32+16+ 2 = 50 -> 00110010 2)string " ... 2"→ 2Bytes(16bits) -> char형의 배열인 string -> 0000000000110010 integer 2 (32bits) 000000000000000000000000000000010 ... IVT는 256 32bit interrupt vectors를 포함하고 있으며 interrupt 번호에 대한 interrupt 서비스 루틴의 주소(segment 및 offset)이다.
    리포트 | 5페이지 | 2,000원 | 등록일 2020.05.18 | 수정일 2020.05.22
  • 워드파일 고려대학교 객체지향프로그래밍 A+ 기말고사 치팅시트
    -x, +x -> *, /, % -> +,- -> ==, -> not -> and -> or int(False)->0, int(True)->1 / list []: Mutable(string ... Tensor: n-dimensional array(0d tensor: scalar, 1d tensor: vector, 2d tensor: matrix) softmax activation ... = tf.keras.layers.TextVectorization(max_tokens=10000, output_sequence_length=250) / vectorize_layer.adapt
    리포트 | 2페이지 | 2,000원 | 등록일 2023.07.02
  • 한글파일 영작 ) summary, what you think about it. 할인자료
    bit vectors and strins. ... Type specifiers are system-defined symbols for data types like array fixnum package simple-string such ... The first evaluation process is to translate the strings of characters into LISP or s-expression.
    리포트 | 6페이지 | 5,000원 (5%↓) 4750원 | 등록일 2021.07.26
  • 워드파일 [성결대학교 A+ 족보]게임엔진(1) 중간고사 족보
    빈 칸을 채우고 간단하게 설명하시오. (10점) class Program { enum CAL {SUM, SUB, MUL, DIV} static void Main(string[] args ... .right * keyGun * 4); // 2 Vector3.ang = gun.transform.eulerAngles; // 3 If (ang.x > 180) // 4 Ang.x ... (15점) Void Update() { float keyGun = Input.GetAxis(“Mouse ScrollWheel”); //1 gun.transform.Rotate (Vector3
    시험자료 | 6페이지 | 20,000원 | 등록일 2023.07.01
  • 워드파일 [성결대학교 A+ 시험자료] 게임수학 중간고사 족보
    ).normalized; // 1번 float vx = dir.x * speed; float vy = dir.y * speed; rbody.velocity = new Vector2( ... 씬 전환을 위한 스크립트 코드는 가장 위에 using UnityEngine.SceneManager; 코드를 넣어주고, SceneManager.LoadScene(보여질 씬 이름 = string ... 정적 변수를 선언하기 위해서는 static 키워드를 사용하여 public static int x; 와 같이 선언하여야 한다.
    시험자료 | 7페이지 | 50,000원 | 등록일 2022.12.16 | 수정일 2024.04.30
  • 워드파일 [백석대학교] 자료구조론 수시고사 요약
    컴퓨터 내부에 데이터를 저장하는 방식 기초데이터 : 정수형,문자형,실수형,논리형 협의 데이터 구조 단순 형태: string array record 복합 stack queue list ... 정수를 더하는 프로그램 작성 레코드 배열 –족보에 없지만 2018년 1학기 출제 (1) 배열과 레코드 구조를 설명하고 차이점 기술 배열: 같은 데이터 타입과 크기를 지닌 구조 유한성 VECTOR ... 복합 비선형: 트리 , 그래프 파일구조 direct sequential indexed sequential List의 저장구조에 의존
    리포트 | 9페이지 | 1,000원 | 등록일 2020.05.07 | 수정일 2020.05.12
  • 파일확장자 인간과 감정적 상호작용을 위한 '감정 엔진'
    It is vector that consist of string and coefficient about emotion, and EE receives this vectors from ... In EE, each emotions are connected to lists of emotional experiences, and the lists consisted of string ... it is hard task that emotion models is separated from existing systems and then recycled into new systems
    논문 | 14페이지 | 4,600원 | 등록일 2023.04.05
  • 워드파일 [성결대학교 A+ 족보] 게임수학 기말고사 족보
    즉, string으로 할당을 해주어야 한다. 딕셔너리를 그냥 PPT를 이해 없이 외운 학생들은 많이 틀렸을 것으로 예상된다. ... 수업시간에는 2번 소스코드가 private Dictionarymap = new Dictionary( ); 으로 나와있으나, 그것은 MapInit( ) 함수에서 Map.Add(0, new Vector3 ... MapInit( ); cloudList = new List(); foreach( 3 ) { CreateMap(p); } } Void MapInit( ) { Map.Add( “0” , new Vector3
    시험자료 | 8페이지 | 50,000원 | 등록일 2022.12.16 | 수정일 2024.04.30
  • 한글파일 C++ 컨테이너 종류와 예제 리포트
    시퀀스 컨테이너 1) vector 컨테이너 #include를 추가해야 사용이 가능하다. ... main(){ // greater 정렬 기준의 key:int, value:string 타입의 map 생성 map m; m[3] = ... 찾기 map::iterator lower_iter; map::iteratst; while
    리포트 | 47페이지 | 5,000원 | 등록일 2017.10.15
  • 워드파일 20071026154927 2007년자료구조중간고사
    Main함수에서 이 클래스를 이용하여 string을 저장할 수 있는 ArrayStack object를 만들고 push(), pop()등의 method를 이용하여 본인의 이름과 학번을 ... Array로 구현된 Vector의 주요 Method의 수행속도를 Big Oh 방식으로 설명하라. (10점) 11. ... 저장된 Data를 맨처음과 맨끝 만이 아니고 중간에 저장된 자료들도 Random하게 접근하기 위한 자료구조로 Vector와 List가 있다.
    리포트 | 3페이지 | 1,000원 | 등록일 2017.12.12
  • 한글파일 c++ 간단한 전화번호부 송수신 검색출력 소스코드
    프로그램#include#include #include using namespace std;class phoneBook{private:string ... 송수신 횟수 포함void surch(); //전화번호 이름으로 검색void phonecall(); //전화호출};vectorp_vec;int count = 0; ... name;string number;int countSend; //전화 송신횟수int countReceive; // 전화 수신횟수public:void inputphoneBook();
    리포트 | 5페이지 | 1,000원 | 등록일 2014.09.24
  • 한글파일 디지털신호처리과목 DSP필터설계
    %formatted data to string pause %wait for user response soundsc(y,Fs); (c) Figure Discussion 1) M=20, ... (w/pi,mag); grid; %plots vector mag versus vector w/pi subplot(3,1,3); plot(w/pi,db); grid; %plots vector ... (x,Fs); %autoscale and play vector as sound sprintf('Press Any Key!')
    리포트 | 12페이지 | 3,000원 | 등록일 2015.12.14
  • 한글파일 인공지능8장
    데이터 구조를 보면 symbol string, 벡터(vector), 2 차원 배열(tow demensional array), 트리(tree), 리스트(list)등이 있다. ... =1, S1 = 0, S3 = 0 or 1, S4 = 0 or 1 x3 = 1 if s3 =1, S4 = 0, S1 = 0 or 1, S2 = 0 or 1 x4 = 1 if s4 ... 앞의 격자공간 반응형 에이전트에서 특징 요소를 다음과 같이 정의하자. x1 = 1 if s1 =1, S2 = 0, S3 = 0 or 1, S4 = 0 or 1 x2 = 1 if s2
    리포트 | 4페이지 | 1,000원 | 등록일 2018.06.07
  • 한글파일 항공기 날개골의 종류 및 항공기에 작용하는 힘의 종류를 그림과 각각의 특징에 대하여 영문으로 간단히 설명하시오.
    Shear stress arises from the force vector component parallel to the cross section. ... 인장 In physics, tension describes the pulling force transmitted axially by means of a string, cable, chain ... Normal stress, on the other hand, arises from the force vector component perpendicular to the material
    리포트 | 5페이지 | 1,500원 | 등록일 2016.11.16
  • 파일확장자 성균관대 알고리즘 14년도 최종 프로젝트
    typedef struct client { int ssn; std::string name; std::string phone; std::vector reservation_state ... #include typedef struct reservation { int start; int end; int room; } reservation; ... ; } client; typedef struct human { int ssn; std::string name; std::string phone; } human; #define SSN_MIN
    리포트 | 10,000원 | 등록일 2015.03.22 | 수정일 2015.04.06
  • 파일확장자 SIC ASSEMBLER (sic 어셈블러)
    #include #include #include #include #include #include ... "; string INPUT_FILE = "input.txt"; string OUTPUT_FILE = "object.txt"; string INTER_FILE = "interfile.txt ... label, string opcode, string operand,int ERROR_CODE){ error_flag++; //error is occured, saving string
    리포트 | 1,500원 | 등록일 2014.10.19 | 수정일 2016.02.10
  • 한글파일 [프로그래밍어론]배열로전화번호부만들기
    구조체 정의 struct phone_book { int key; // 단축키 string name; // 이름 string phone; // 전화번호 string memo; // ... 소스 ※ array로 만든 전화번호부 #include #include using namespace std; #define MAX 100 // 전화번호부 ... _PHONEBOOK #include #incluif(book[key].use_yn == false) // 사용하지 않는 메모리이면 바로 반환 return key;
    리포트 | 17페이지 | 2,000원 | 등록일 2013.12.05
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업