• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(3,151)
  • 리포트(2,889)
  • 시험자료(143)
  • 논문(58)
  • 방송통신대(33)
  • 자기소개서(20)
  • ppt테마(4)
  • 서식(3)
  • 이력서(1)

"string" 검색결과 41-60 / 3,151건

  • 워드파일 [C++] 어서와 C++는 처음이지! CHAPTER04 PROGRAMMING EXERCISE
    #include #include using namespace std; class Person { string name; int age; public: void setPerson(string ... name, int age); void print(); }; void Person::setPerson(string name, int age) { this->name = name; this
    리포트 | 13페이지 | 3,000원 | 등록일 2022.12.08 | 수정일 2022.12.14
  • 한글파일 모바일앱프로그래밍_출석대체
    Res\values\strings.xml /res/values 에 위치해 있는 string.xml 파일이며, values는 문자열, 정수 및 색과 같은 단순 값이 들어 있는 XML ... 파일명 개요 src\HelloActivity.java /src 에 위치해있으며, 사용자가 직접 누를수 있는 앱의 기능을 담당하는 파일입니다. gen\R.java /gen 에 위치해있으며 ... banana 이미지 위에 #70ff00ff 컬러로 덮음 4) 다음 빈 칸을 채우시오.
    방송통신대 | 6페이지 | 3,000원 | 등록일 2022.11.01 | 수정일 2022.11.02
  • 한글파일 객체지향프로그래밍, 상속 구조를 갖는 클래스륵 설계하라
    소스코드 #include #include using namespace std; class Printer { string model; // 모델명 string manufacturer; ... // 제조자 int printedCount; // 인쇄 매수 int availableCount; // 인쇄 종이 잔량 protected: Printer(string model, string ... Model() { return model; } string Manufacturer() { return manufacturer; } int PrintedCount() { return
    리포트 | 6페이지 | 30,000원 | 등록일 2022.03.29
  • 한글파일 개념을 콕콕 잡아주는 C프로그래밍 부록 8장 소스코드
    (str1); printf("Typing Second string : "); gets(str2); len = strlen(str1); for (i = 0; i < len; i++) ... ]; char* p1 = str1; char str2[20]; char* p2 = str2; int i, len; printf("Typing First string : "); gets ... string is : "); puts(str2); return 0; } // C8E19 char toUpper(char ch); int main(void) { char str1[20
    리포트 | 3페이지 | 1,500원 | 등록일 2022.05.11 | 수정일 2022.05.24
  • 한글파일 어서와 c++은 처음이지!_ 천인국_PROGRAMMING EXERCISE _4장
    : void setPerson(string,int); void print();};void Person::setPerson(string n,int a){ name = ... string name; int age;public : void setPerson(string n,int a){ name = n; age = ... [결과][코드]//외부정의#include using namespace std ;class Person{ string name; int age;public
    리포트 | 16페이지 | 3,500원 | 등록일 2021.10.26 | 수정일 2022.11.25
  • 한글파일 캐츠워즈 커뮤니티 Claw API 연동 명세서
    string 조직, 기관, 회사 link1 string 관련 링크 1 link2 string 관련 링크 2 datetime string 실행 가능한 프로그램 last string ... string 분류 identifier string API 이름 organization string 조직, 기관, 회사 description string 설명 content string ... 접두사 identifer string 식별자, 확장자 content string 내용 flag string 플래그 description string 요약 설명 organization
    리포트 | 7페이지 | 1,000원 | 등록일 2020.06.25
  • 워드파일 C++ Namecard 수정
    std;class Basenamecard{public:string name;string phone;string add;virtual void InputData(ofstream *fout ... ) = 0;virtual void ShowData()=0;};class Student : public Basenamecard {private:string year;string department ... /*제목 : Namecard 수정*/#include #include #include #include using namespace
    시험자료 | 6페이지 | 1,500원 | 등록일 2022.04.07
  • 파일확장자 (중앙대)마이크로프로세서 응용회로설계실습 FND 결과보고서
    printf하고, 배열에 저장된string 배열의 순서대로 printf 하는 코드이다.int형 변수 argc에는 공백을 기준으로 입력한 string의 개수가 정수로 저장된다. . ... 배열 argv[]에는 인자로 받은 string이 순서대로 저장된다. ... /argument 123 abc 의 경우3개의 string이므로 인자로 받은 argc를 printf하면 3이 나오는 결과를 확인할 수 있다.
    리포트 | 3페이지 | 1,000원 | 등록일 2021.08.13
  • 워드파일 부경대 컴퓨터공학 컴퓨터네트워크 계산기서버 만들기, 와이어샤크
    ("utf-8")) data2 = conn.recv(1024) strings = data2.decode("utf-8") num2 = int(strings,") num1 = int(strings ... .decode("utf-8") num2 = int(strings) prinrecv(1024) strings = data1.decode("utf-8") num1 = int(strings ... strings = data1.decode("utf-8") num1 = int(strings) print(num1) data2 = conn.recv(1024) strings = data2
    리포트 | 17페이지 | 5,000원 | 등록일 2021.01.14 | 수정일 2023.06.23
  • 파일확장자 아래와 같은 상속 구조를 갖는 클래스를 설계한다.
    #include #include using namespace std;class Printer {string model; // 모델명string manufacturer ... ; // 제조자int printedCount; // 인쇄 매수int availableCount; // 인쇄 종이 잔량protected:Printer(string model, string ... Model() { return model; }string Manufacturer() { return manufacturer; }int PrintedCount() { return printedCount
    리포트 | 5페이지 | 6,000원 | 등록일 2020.12.07
  • 한글파일 [서강대학교 A+] c언어 중간고사 족보
    단, string 관련 함수를 사용하지 않는다. (10) 2)두 string변수 name 과 match를 선언하고 키보드로부터 두 string을 순서대로 입력받은 후 1)번의 함수를 ... 그리고 이 두 string이 같은지 확인하는 프로그램을 작성하고자 한다. ... Size 가 10인 string변수 name 과 match를 선언한 후 이들을 각각 scanf를 이용하여 입력받는다.
    시험자료 | 1페이지 | 1,500원 | 등록일 2023.07.04
  • 파워포인트파일 11. 씨샵 프로그래밍 클래스,객체지향
    _Name, int _Age, string _Color) : base (_Name, _Age, class Program { static void Main( string [] args ... name; // 개의 이름을 나타내는 필드 public string gender; // 개의 성별을 나타내는 필드 public string ownernames; // 개의 주인 이름을 ... ( string _Name, int _Age, string _Color) { this .Name = _Name; this .Age = _Age; this .Color = _Color
    시험자료 | 33페이지 | 2,000원 | 등록일 2021.11.22
  • 워드파일 기계공학실험_진동에 따른 실험보고서
    It is the movement of an object (pendulum) suspended from a string reciprocating in the same path.- factor ... Set the length of the string to about 400mm and install two types of weights (250g, 400g). ... The oscillations may be periodic, such as the motion of a pendulum, such as the movement of a tire on
    리포트 | 13페이지 | 2,500원 | 등록일 2023.10.03
  • 한글파일 도자 데이터베이스 스키마 및 기능 제안서
    integer embed string folder string description string location string tags string metadata string 2) ... string token string timezone string locale string company string title string email_notifications initem ... string content string title string password hash(string) name string code string mat_id integer f. key
    리포트 | 15페이지 | 1,500원 | 등록일 2020.06.25
  • 파일확장자 C++ Project SpaceInvader
    namespace std;class GameObject{private:string image;COORD loc;public:GameObject(string image, COORD ... #pragma once#include#include#include#include#includeusing ... loc);string getImage();COORD getLoc();void setLoc(COORD loc);
    리포트 | 11페이지 | 2,500원 | 등록일 2020.12.20
  • 워드파일 [대학 프로그래밍 C언어] 10. 문자와 문자열
    "sen2의 길이 = %d", ans2); return 0; } int string_length(char *ptr) // = int string_length(char ptr[]) { ... 문자와 문자열 관련 stream/string/buffer 함수 – putchar, getchar / puts, gets / strlen / strcpy, strncpy / strcat ... 주소 = 배열명 //문자열의 sen1길이를 계산한는 함수 ans2 = string_length(sen2); printf("sen1의 길이 = %d\n", ans1); printf(
    리포트 | 6페이지 | 5,000원 | 등록일 2021.07.07
  • 워드파일 C++ 단위 변환 프로그램
    /*제목 : 단위변환 프로그램*/#include #include using namespace std;class Converter {protected ... :double ratio;virtual double convert(double src) = 0;virtual string getSourceString() = 0; virtual ... string getDestString() = 0; public:Converter(double ratio) { this->ratio = ratio; }void run() {double
    시험자료 | 4페이지 | 1,500원 | 등록일 2022.04.07
  • 한글파일 Korean instruments / 한국의 악기들 소개 / 영작문
    But geomungo has 6 silk strings and makes a sound by plucking a string with a Suldae. ... It has fiddle with 2 silk strings. It plyed by robbing two strings with a bow between them. ... To be played, strike strings with a thin bamboo stick.
    리포트 | 1페이지 | 1,000원 | 등록일 2020.03.19
  • 워드파일 C언어실습-문자열 다루는 실습
    ("입력된 문자열 : %s\n", string); stringCount = stringLength(string); //입력 받은 문자열의 길이를 세는 함수 stringLength호출 ... : "); gets_s(string,sizeof(string)); //문자열을 입력받는다. printf("=================================\n"); printf ... 문자를 입력하세요 : "); scanf("%c", &c); equalCharCount = searchChar(string, c); //탐색문자에서 입력받은 문자와 문자열을 searchChar함수로
    시험자료 | 2페이지 | 2,000원 | 등록일 2021.10.24
  • 한글파일 [일반물리실험 A+ 레포트] 주파수에 따른 정상파 분석, 클라드니 도형 관찰,
    첫 번째는 inelastic string에서의 정상파를 관찰 및 분e 값을 구해내었다[1]. f=( {n} over {2L} ) sqrt {( {F} over {mu } )} CDOTS ... Laboratory Abstract: 본 실험은 inelastic string과 wire loop에서의 정상파를 관찰 및 분석하고 Chladni pattern을 관찰하는 것을 목적으로 ... 먼저, inelastic string에서의 정상파를 관찰 및 분석하는 Part A에서는 질량과 vibration generator에서 pulley까지의 거리가 동일할 때, anti-node가
    리포트 | 5페이지 | 2,000원 | 등록일 2024.02.18
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업