• 유니스터디 이벤트
  • LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(309)
  • 리포트(269)
  • 시험자료(18)
  • 자기소개서(9)
  • 방송통신대(9)
  • 이력서(2)
  • ppt테마(2)

"quick sort" 검색결과 181-200 / 309건

  • [C/C++, 알고리즘] 버블,선택,삽입,퀵 소트를 비교하는 프로그램&워드문서
    ); //퀵정렬void quick_sort(short *, short, short); //퀵소팅을 직접적으로 하는 함수****************워드문서[1] 정렬의 ... selection(short *, short); //선택정렬void insertion(short *, short); //삽입정렬void quick(short *, short ... 함수void b_sort(short *, short); //sort()에 속하는 버블정렬void s_sort(short *, short); //sort()에 속하는
    리포트 | 7페이지 | 3,000원 | 등록일 2008.06.26
  • 퀵정렬 피봇 값을 결정시 첫번째 중간 마지막값중 중간으로 높은값사용
    퀵 정렬함수인 quick_sort 함수에서 피봇 값을 결정할 때, 부분 리스트의 첫 번째, 중간, 마지막 키중 중간 값을 사용하면 성능이 향상된다. quick_sort 함수가 이와 ... #include#include#include#define MAX_SIZE 150int n=150;int list[MAX_SIZE];#
    리포트 | 4페이지 | 2,000원 | 등록일 2008.12.06 | 수정일 2014.07.07
  • [C/C++] 버블,선택,삽입,퀵 소트를 비교하는 프로그램
    /퀵정렬void quick_sort(short *, short, short); //퀵소팅을 직접적으로 하는 함수//compare : 비교, swap : 교환, move : 이동, cnt ... selection(short *, short); //선택정렬void insertion(short *, short); //삽입정렬void quick(short *, short); / ... ; //sort()에 속하는 선택정렬void i_sort(short *, short); //sort()에 속하는 삽입정렬void q_sort(short *, short); //sort
    리포트 | 2,000원 | 등록일 2008.06.26
  • Double Linked List Sorting(exchange, merge, quick) C언어
    , merge, quick의 세가지 sort 알고리즘을 통하여 8, 16, 32, 64, 128, 256, 512, 1024, 2045 개의 자료를 sorting한다. ... 그런 후 pivotpoint를 return하여 다음 quick sort에서 사용할 수 있게 하였다.D_type Rand_number(const int seed)특정한 seed값을 받아 ... list_qsort(int low, int high, DList* list)low값과 high값, list주소 값을 받아 Quick sort를 실행 한다.int partition(
    리포트 | 21페이지 | 1,000원 | 등록일 2008.12.01
  • 정렬 - 자료구조, 알고리즘
    모든 원소가 병합될 때까지 계속한다.병합 정렬 정렬 완료퀵 정렬(quick sort) 기준 값을 중심으로 왼쪽 부분과 오른쪽 부분으로 분할한 후, 이 두 부분을 따로 정렬하여 모으는 ... 정렬(sort)삽입 정렬 병합 정렬 퀵 정렬정렬(sort) 순서 없이 배열된 자료들을 어떤 기준에 따라 오름차순(ascending order)으로 또는 내림차순(descending ... U가 공집합이 되었으므로 삽입 정렬이 완성된다.삽입 정렬병합 정렬(merge sort) 정렬된 자료 집합들을 하나로 병합하는 방식으로 정렬한다.
    리포트 | 18페이지 | 1,000원 | 등록일 2009.12.09
  • walt whitman[1]
    City is sort of big stream.In The little one sleeps in its cradle, chaos and order are coexisted. ... You should make quick promise but that is just instant thing so that would disappear easily. ... He can see closely seagulls are colored yellow and shadowed simultaneously.
    리포트 | 2페이지 | 1,500원 | 등록일 2012.06.22
  • [c언어,자료구조,c++]c 언어 오름차순 정렬,바이너리 서치,오름차순,c 언어,2진탐색,2진탐색트리
    소스:#include #include /* rand()함수를 사용하기 위해. ... */#define MAX 10 /* 배열 수를 바꿀 수 있게 MAX값으로 지정.
    리포트 | 8페이지 | 1,000원 | 등록일 2006.06.20
  • 페덱스 Fedex 기업분석
    Due to the fact that the world has evolved so quickly through a digital phase there is even greater need ... the work of other organizations that depend on sorting, pick-up and delivery. ... This sorting process in fact is one that is emphasized on because it is perhaps the centermost process
    리포트 | 4페이지 | 2,000원 | 등록일 2010.01.21
  • [영문]utilization of silver labor,실버 노동력의 활용,노동경제학,labor economics
    sorts of employees’ benefits programs. ... Modern society is changing quickly and the graying of the population is one of the fastest changing aspects ... senior citizen; just two people will support one senior citizen by 2050.
    리포트 | 14페이지 | 3,000원 | 등록일 2011.12.02
  • 버블, 선택, 삽입, 쉘, 큇 정렬 소스
    #소스일부int main(int argc, char* argv[]){ printf("(100개 * 1000번) 정렬 테스트 중...
    리포트 | 1,000원 | 등록일 2007.06.03
  • [VC6.0] 쓰레드를 이용하여 비교하는 Quick vs Inversion Sorting
    두가지 정렬의 과정을 시각적으로 보여 준 것입니다.스레드를 이용해서 보여주어 동시에 실행해서 어느것이 빨리 정렬되는지비교해 볼수 있습니다.
    리포트 | 무료 | 등록일 2007.01.14 | 수정일 2013.11.07
  • 자료구조(알고리즘) 정렬 및 탐색
    알고리즘 - 내부정렬과 이진검색- 10 -프로그램 작성 목표① 0과 499사이의 난수를 100개 만들어 A(i), (0≤i≤99) 에 저장하라② quick, merge, heap sort로 ... 각각 정렬하여 출력하여라.③ binary search를 적용하여라ⓐ data(select) in sorted fileⓑ data(not in table) in sorted file프로그램 ... element N_array1[], int n);void HEAP(int a[], int i, int n);void HSORT(int key[],int n);int i, a[Q], sort
    리포트 | 10페이지 | 1,500원 | 등록일 2008.04.10
  • Zara: IT for fast fashion. Harvard Business School case
    Speeds up sort/pick rate & Reduces errorsIn a warehouse, sorting/picking activity is more time consuming ... has developed very quickly, also safety rather than other competitors. ... .2.2 OperationTo reach its goal of quickly and accurately responding to shifting consumer demands, Zara
    리포트 | 17페이지 | 12,000원 | 등록일 2009.04.16 | 수정일 2019.09.17
  • 로미오와줄리엣비극분석
    After she is laid to restt little about love and marriage, but she grows up quickly upon falling in love ... At others it is described as a sort of magic: “Alike bewitchèd by the charm of looks” (2.Prologue.6). ... Juliet’s closest friend and confidant is her nurse, though she’s willing to shut the Nurse out of her
    리포트 | 8페이지 | 2,000원 | 등록일 2012.01.02
  • 아이러니 코미디
    But, Gatsby was in a sort of gold rush, he wanted money and he wanted it quickly. ... However, some people view the situation in a different way. ... The Great Gatsby" by F.S.
    리포트 | 35페이지 | 1,000원 | 등록일 2012.05.16
  • 버블정렬, 순차탐색, 실행시간계산
    n]);void sort(int array[n]);void bubble(int array[n]);void quick(int array[n], int begin, int finish) ... #include #include #include #include #include #define MAX 100000#define n 100000void random(int array[ ... //설명 : 자료구조 프로젝트[Lab #11] (5/28we & 6/04we)// (1) 두 정렬 알고리즘- 버블 정렬 ~O(n2) 과 킥 정렬 ~O(nlog2n)- 의 '실행 시간'을
    리포트 | 2,000원 | 등록일 2008.11.17
  • 퀵소트 PCSpim 정렬 프로그램
    $t3,$s7# quick[first][$s7]lb$t6,0($t3)# quick[first]sll$t0,$s0,2add$t2,$s2,$t0add$t2,$t2,$s7# quick[pivot ... quick_do_while_while_2_set# first가 큰경우slt$t0,$t6,$t5# if( quick[first][$s7] < quick[pivot][$s7] )#jump ... $t0,$t5,$t6# if( quick[pivot][$s7] < quick[first][$s7] )#jump quick_do_while_while_2_setbne$t0,$zero,
    리포트 | 45페이지 | 6,000원 | 등록일 2009.07.04
  • 리눅스 GCC 컴파일러로 pipe설계
    ) {wait(NULL);// Printprintf("sort data------------\n");for ( i = 0 ; i < iDataSize ; i++ ) {printf( ... #include #include #include #include #include "quick.h"int ReadFromFile(int fd, int *arr);int main(int ... ) {data = rand() % 9999;write(fd, &data, sizeof(data));}close(fd);return 0;}◎ File : quick.h#ifndef
    리포트 | 6페이지 | 1,000원 | 등록일 2009.09.28
  • [자바]자바로 구현한 퀵소트(quicksort) 프로그램.. 쉽고 간편하게 제작..ㅋ
    void Quick_sort(int left, int right){int i,j,pivot,temp=0;if (left ... void Swap(int i, int j, int temp){temp=data[i];data[i]=data[j];data[j]=temp;}/* Quick_sort 구현 */static ... 사용된 함수 요약 정리 ** ** Quick_sort : 퀵소트를 하기 위한 주 함수 ** ** Output : 출력을 담당하는 함수 ** ** Swap : 값을 교환 하는 함수 *
    리포트 | 1,000원 | 등록일 2007.04.07
  • Quick Sort를 이용하여 C언어, JAVA, HASKELL언어를 비교 분석 및 자신의 생각
    *;public class QuickSort{ static final int max=8;int a[]=new int[max];int x;void quick_sort(int l, int ... Quick Sort를 이용하여 C언어, JAVA, HASKELL언어를 비교 분석 및 나의 생각을 기술해보고자 한다.우선 Quick Sort의 3가지 코딩을 기술해보자.C언어qsort
    리포트 | 3페이지 | 1,500원 | 등록일 2008.03.17
AI 챗봇
2024년 09월 02일 월요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
7:18 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대