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

"string" 검색결과 1-20 / 4,306건

  • 한글파일 파이썬 re활용으로 string 분리 및 차트 그리기 문제
    print(n) # print(type(n)) try: match = re.search('[\d]+. ... = 0 for n in data: try: match = re.search('[\d]+$',n) sum = sum + int(match.group()) except Exception ... = re.search('[\d]+.
    리포트 | 4페이지 | 1,500원 | 등록일 2019.04.26 | 수정일 2019.05.05
  • 워드파일 [system programming] 시스템프로그래밍 실습 과제/어셈블리 - 스트링에서 문자제거, Target string의 끝이 sorce string과 연결 프로시저, source와 같은 문장 처음 포인터를 eax에 반환 Str_find 프로시저 (주석 및 소스, 결과)
    문제개요 Target string의 끝이 sorce string과 연결 되는 Str_concat라는 프로시저를 작성하라 . 2. ... 문제분석 및 풀이방법 1) 프로시저가 불려지기 전에 target string은 충분한 공간을 가지고 있어야 하므로, 12칸의 여유공간을 준다. 2) targetstr과 sorcestr을 ... 이때 인자는 문자열 주소값 두개를 가져간다. mov edx,OFFSET target;target의 시작주소를 edx에 넣는다. call WriteString;string을 출력한다.
    리포트 | 9페이지 | 1,000원 | 등록일 2020.07.03 | 수정일 2020.07.08
  • 파일확장자 배열과 string을 활용한 프로그램
    string* str; int size; int maxSize; public: sortedBuff() { maxSize = 5; size = 0; str = new string[maxSize ... (maxSize == size) // 만약에 size의 크기가 maxSize와 같다면 { string* temp; temp = new string[size]; //이전의 str배열의 ... 소스코드 #include #include using namespace std; class sortedBuff { private: string* str
    리포트 | 6페이지 | 1,000원 | 등록일 2010.12.07
  • 한글파일 시스템프로그래밍 Lecture4,5 linux command, string
    Running simple C Lecture 5. string 과 목 명 : 시스템 프로그래밍 < Lecture 4 > 9) Redirect the output of ex1 to another ... * fgets(char *string, int length, FILE * stream);]로 사용하며 C언어에서 문자열을 읽는 함수이다, 헤더파일에 포함되어있고, 리턴 타입은 char형 ... file using ">" symbol.
    리포트 | 18페이지 | 1,000원 | 등록일 2015.01.04 | 수정일 2015.01.25
  • 파워포인트파일 Computer programming&Lab-Data types, string and scanf()
    •Use four scanf ( ) statements. ... •No space or tab input is allowed for scanf (“%s”, ~ ); Lab Assignment II Lab_3_2_HongGilDong Write a ... program that shows the following result.
    리포트 | 5페이지 | 1,000원 | 등록일 2015.01.26
  • 워드파일 (c언어)string함수 구현
    { string1++; string2++; } if((*string1-*string2) < 0) { val = -1; } else ... +; } if((*string1-*string2) < 0) { val = -1; } else if((*string1-*string2) > 0) ... && *string2 < 91) && ( 96 < *string1 && *string1 < 124)) { while((*string1 - 32) == *
    리포트 | 32페이지 | 3,000원 | 등록일 2010.08.20
  • 한글파일 나노재료-An application of violin with string of 100 nm
    As Length of rubbing string is changed, high or low tone is sounded. Violin has four strings. ... is fixed on standing wave. and guitar, violin and other stringed instruments's strings are fixed. ... An application of violin with string of 100 nm (change of frequency based on string length) We have
    리포트 | 2페이지 | 1,000원 | 등록일 2015.07.11
  • 한글파일 string vector를 selection sort로 정렬하는 프로그램
    //메인함수 int i, j, min; // i: for 문 돌리는 변수 vector name(10); //string형 벡터 선언 string input; //추가적인 ... selection_sort(vector&name){ // 정렬하는 함수 selection_sort int i, j, min; string temp; for ( i=0 ... 소스는 크게 void selection_sort(vector&name)와 int main()으로 나눠진다. void selection_sort(vector
    리포트 | 6페이지 | 1,000원 | 등록일 2009.06.29
  • 파일확장자 포인터와 배열을 이용하여 string 관련 함수 구현 [ unix system ]
    ..FILE:string ..FILE:string.c #include /*================================================== ... ================== [Function Name] : int strlen_p(char *str) [Description] : pointer로 넘어온 string의 길이를 ... ] : array로 넘어온 string의 길이를 계산 [Input] : [Output] : [Call By] : main() int strcmp_a(char dst[], char src
    리포트 | 1페이지 | 2,000원 | 등록일 2012.02.22 | 수정일 2014.04.18
  • 워드파일 일반 물리학실험_Wave on a string
    Waves on a string 1. ... But the mass of string is constant though length of string is changed. ... When I hanged 285g of masses on the end of string, the string was stretched to 1.06m.
    리포트 | 7페이지 | 1,000원 | 등록일 2010.01.28
  • 한글파일 [운영체제 보안]포맷스트링(format string)공격에 대한 이해와 실습
    인천 포맷스트링(format string)공격에 대한 이해와 실습.hwp 포맷스트링(format string)공격에 대한 이해와 실습.hwp 포맷 스트링 버그(Format String ... Bugs)에 대한 조사 및 실습 포맷스트링(format string)공격에 대한 이해와 실습.hwp - 목 차 - Ⅰ.포맷 스트링 이란? ... 예를들어 printf("hello, world, %s", "security" ); 라는 문장에서 “hello, world, %s"가 포맷 스트링이 된다.
    리포트 | 24페이지 | 2,000원 | 등록일 2011.04.26 | 수정일 2015.02.09
  • 한글파일 [컴퓨터 공학] 자바(string,stringbuffer)
    (sb); 25 : 26 : result = sb.reverse(); 27 : System.out.println(result); 28 : 29 : result_str = sb.substring ... String s; 와 String s=” “; 의 차이점은 뭘까? String s; --> 변수의 초기화로 null값을 가진다. 따라서 가베지 콜렉터의 후보가 된다. ... ) StringBuffer 문자열에 str 을 더한다. insert (int offset, String str) 주어진 위치에 문자열을 삽입합니다 replace (int start,
    리포트 | 4페이지 | 1,000원 | 등록일 2004.10.16
  • 파일확장자 [C언어]string.h에 있는 함수 구현
    #include int my_strlen(char *str1); char *my_strcat(char *str1, char *str2); int my_strcmp(char ... *str1, char *str2); char *my_strcpy(char *str1, char *str2); int main() { char str1[20]=" "; char str2 ... str2를 이어붙였음: %s \n", my_strcat(str1, str2)); putchar('\n'); //strcmp printf("str1과 str2의 크기비교 \n");
    리포트 | 9페이지 | 2,000원 | 등록일 2006.05.25
  • 파일확장자 [프로그램] string reverse 프로그램(한글포함)
    #include #include #include #define MAX 100 void str_copy(char *to, char ... ==> %s\n", str_result ); str_reverse( str_result, str_input ); printf("str_reve ==> %s\n", str_result ... printf(" Enter a String : "); gets( str_input ); str_copy( str_result, str_input ); printf("str_copy
    리포트 | 1페이지 | 1,000원 | 등록일 2003.12.12
  • 한글파일 [프로그래밍] 유닉스 gcc에서 쓰이는 string함수 및 예제
    : char str1[] = "The first string ... "; 4: char str2[] = "The second string. ... ---------------- Input the first string. a blank to exit: apples Input the second string: apple strcmp
    리포트 | 5페이지 | 1,000원 | 등록일 2004.04.09
  • 파일확장자 문자열(string) 함수, 파일입출력 함수 사용프로그램(C언어, 한글레포트추가)
    +++ string관련 함수 +++\n"); printf("1. ... \n"); } ..FILE:string.hwp ■ 프로그램 개요 문자열 / 파일입출력 관련 함수들을 사용하는 프로그램을 만든다 - 리눅스 운영체제 상에서 gcc 컴파일러를 이용하여 ... 있는 프로그램을 만들기 위하여 switch-case 문을 사용하여 함수를 선택하여 확인할 수 있도록 프로그램 구성. - 문자관련 함수(putchar, getchar) / 문자열(string
    리포트 | 3페이지 | 1,000원 | 등록일 2008.01.14
  • 파일확장자 Closest String Problem[NP문제]를 branch and bound 기법으로 풀기
    NP-complete closest string problem를 branch-and-bound 기법을 이용하여 풀었습니다. ... Visual studio 2017에서 C언어를 이용하여 작성하였습니다. 소스파일(.c)과 구현과정을 상세히 설명한 document(word)를 첨부하였습니다.
    리포트 | 4페이지 | 5,000원 | 등록일 2020.11.16
  • 한글파일 방송통신대학교 방통대 모바일앱프로그래밍 출석대체과제물
    /res/values/string.xml 앱에서 사용되는 문자열의 속성을 정의한 XML 파일이다. ... 그러므로 문자열을 저장하는 데이터 영역인 string.xml 파일에 화면에서 사용할 문자열을 입력한다. 그리고 명시적으로 사용할 아이디를 설정한다. ... 이렇게 문자열의 아이디를 저장하면 activity_main.xml 파일에서 string.xml 파일에 명시적으로 입력한 아이디를 문자열을 직접 입력하는 대신에 ID를 입력하여 사용할
    방송통신대 | 4페이지 | 4,000원 | 등록일 2021.07.04 | 수정일 2022.09.15
  • 파일확장자 소켓프로그래밍
    string # encode() # string -> byte try: while True: connectionSocket, clinetAdress = serverSocket.accept ... 데이터 전송이 가능하다 # connectionSocket에 데이터(character) 전송된 이후 # 변수 message string # decode.upper() # capitalize ... (numMessage)+'\nThe reversed string(s):'+'"'+message+'"' connectionSocket.send(modifiedMessage.encode
    리포트 | 2,500원 | 등록일 2022.02.28
  • 한글파일 [방송통신대 컴퓨터과학과] 모바일앱프로그래밍 출석수업대체과제물
    그 밖에 메시지 관리를 위해 문자열을 직접 지정하는 것보다 strings.xml에 문자열을 정의해 놓고 id 속성값을 지정 (@string/id)하여 호출할 수 있다. ? ... 안드로이드 프로젝 트 구조는 액티비티, strings.xml/activity_main.xml, MainActivity.java, R.java로 구성되어 있다. ? ... 즉 액티비티의 경우 안드로이드 애플리케이션에서 사용자와 상호작용이 발생하는 하나의 창(Window)에 대응되는 개념이고 strings.xml/activity_main.xml은 화면에
    방송통신대 | 6페이지 | 3,000원 | 등록일 2020.07.17 | 수정일 2020.07.21
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업