• AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • 통합검색(2,219)
  • 리포트(1,862)
  • 논문(155)
  • 시험자료(104)
  • 자기소개서(55)
  • 방송통신대(25)
  • 이력서(9)
  • ppt테마(6)
  • 서식(2)
  • 노하우(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"data structure" 검색결과 461-480 / 2,219건

  • SPH 및 구조해석에 기반한 월파수류형 파력발전기 하부구조물 최적 설계
    ubstructure. Through design optimization, a new truss-type structure, which is a substructure capable of car ... design variables, structural safety was secured under allowable stress conditions. Considering wave load ... , the natural frequency of the proposed structure was compared with the wave period of the relevant
    논문 | 10페이지 | 4,000원 | 등록일 2024.02.12 | 수정일 2025.10.08
  • 재료기술 분야의 연구 협력 네트워크 구조 및 변화 : 우리나라 공동특허를 중심으로
    기술경영경제학회 한경진, 조근태
    논문 | 39페이지 | 8,900원 | 등록일 2024.01.01
  • 자료구조 기말 요약
    ? Data비순환 중위운행(stack)레벨순서 운행(queue)- 제거한 주소의 data 출력 후 링크 번지들을 저장- 루트와 루트의 자노드를 넣은 뒤 루트를 빼고그 자노드의 자 ... 트리차수(degree) : 노드의 subtree의 수단말노드(Terminal node) : 차수가 0인 노드(맨끝)비단말노드 : 차수가 0이 아닌 노드(단말노드 제외)제노드 ... (parent(subtree, subtree, ...))tree 차수 : knode 수 : nlink 수 : nk실재 존재하는 link 수 : n-1null(0) link 수 : nk-(n
    시험자료 | 4페이지 | 1,500원 | 등록일 2016.12.04
  • 맵리듀스기반 워크플로우 빅-로그 클러스터링 기법 (A MapReduce-Based Workflow BIG-Log Clustering Technique)
    한국인터넷정보학회 진민혁, 김광훈
    논문 | 10페이지 | 무료 | 등록일 2025.04.25 | 수정일 2025.05.14
  • 다문화 가족 관련 정책과 개선 방안 - 관련 법령을 중심으로 -
    article inquired into the structure and the view through the supporting the law and policy of ... policies and provide basic data in performing the study's significance. 한국어문화교육학회 한국어문화교육 강보석 ... 을 수립해야 한다. The aims of this research are to grasp the supporting volition of the government as
    논문 | 23페이지 | 6,000원 | 등록일 2024.05.16 | 수정일 2025.10.08
  • Data Structures HW5
    in class-Heapsort is based on heap. Heap is a data structure which is made to find the maximum or ... insertion sort, they need one function but to make heapsort they need three functions. In data structure ... an go to backward.#reference-Data structures and Algorithm Analysis In C (second edition) , Mark
    리포트 | 5페이지 | 2,000원 | 등록일 2012.12.01
  • 판매자 표지 자료 표지
    대학원 영어 논문 리뷰
    CFAs2-2-4. Data Analysis: CFA, internal reliability coefficients(Cronbach’s a), criterion validity(c ... theoretically expected four-factor structure4. Discussion(Table 1, 2)performance-context specific ... measure of irrational beliefs= 28-item, four-factor structure, 7-item per subscale= Primary irrational
    논문 | 4페이지 | 3,000원 | 등록일 2023.08.14
  • Combined Reflection and Refraction Processing of Dense, Wide-Aperture Data of EAGE Middle East Bootcamp 2015 (Al Ain, UAE) JinYeob Na Master of Science June 2018 A thesis
    -Aperture Data of EAGE Middle East Bootcamp 2015 (Al Ain, UAE)byJ----A thesis submitted in partial ... included in the UAE basin, is also characterized by a complex geological structure with compressional ... spacing source line.4. Processing flowEnhancing the seismic data reliability is the primary aims of
    논문 | 109페이지 | 3,000원 | 등록일 2020.11.11 | 수정일 2020.11.14
  • phylogenetic tree 생물 진화의 과정
    through molecular sequencing data and morphological data matrices. In phylogenetic tree, as closer ... .HomologyOrganismhape, they may share the genetic origin between a pair of structures. In this case, the existence ... of shared structures called homology. In more details, the organs which are homology called
    논문 | 4페이지 | 3,000원 | 등록일 2021.08.03
  • 부산 연안도시 관광수요 예측과 영향요인에 관한 연구
    , and changes in population structure have led to an increase in the demand for tourism and an ... time series analysis of tourism scale using agent-based data. Basic local governments in the Busan ... 하는 지역으로 다양한 요인이 관광수요에 영향을 미치고 있다. 본 연구 목적은 본 연구는 행위자 기반의 데이터를 활용하여 관광규모의 시계열 분석을 통해 예측 정확도를 향상
    논문 | 15페이지 | 4,800원 | 등록일 2024.02.12 | 수정일 2025.10.08
  • [영문에세이/essay] 경영전략/ OCBC(Oversea-Chinese Banking Corporation) 은행 관련 논문 과제물입니다.
    , chemicals, and biomedicine.The services sector also demonstrates Singapore's well-structured economic ... a Hackathon to ensure that customer data is secureFrontline staff to learn how to use customer ... Module: Business Strategy(BMGT3001S)Written by:***** Jeon (DB) 18203891Oh **** ***, **** (DB) 18205353
    논문 | 27페이지 | 5,000원 | 등록일 2022.02.03 | 수정일 2022.02.09
  • 02.순환
    의 값은 반드시 줄어들어야 한다.return n * recursive(n); → return n * recursive(n – 1);8. 다음 함수를 sum(5)로 호출하였을 때, 화면
    리포트 | 4페이지 | 1,000원 | 등록일 2018.05.02
  • 06.큐
    , 30의 데이터가 삭제된다. 따라서 남아있는 항목은 40과 50이다.4. 크기가 8인 원형 큐에서 front가 3이고, rear가 5라고 하면 현재 원형 큐에 저장된 요소 ... 들의 개수는?rear가 가리키는 자리에는 데이터가 존재하고, front가 가리키는 자리에는 데이터가 존재하지 않으므로 현재 원형 큐에는 5 - 3 = 2 즉, 2개의 요소가 저장되어있 ... typedef int element;로 정의되어 있는 소스의 부분을typedef struct {char name[MAX_NAME_SIZE];int student_no;} element
    리포트 | 12페이지 | 1,000원 | 등록일 2018.05.02
  • 07.트리
    에 이 부모 노드를 가리키는 포인터를 추가하고 기존의 연산들 중에서 어떤 연산들이 수정되어야 하는지 논하라.typedef struct TreeNode {int data;struct ... count;}프로그래밍#include #define TRUE 1#define FALSE 0typedef struct TreeNode{int data;struct TreeNode ... );}else return;}프로그래밍#include #define TRUE 1#define FALSE 0typedef struct TreeNode{int data;struct
    리포트 | 10페이지 | 1,000원 | 등록일 2018.05.02
  • 05.스택
    #include typedef int element;typedef struct DlistNode{element data;struct DlistNode *llink;struct DlistNode ... *)malloc(sizeof(DlistNode));p[i]->data = i;dinsert_node(&head_node, p[i]);}dremove_node(&head_node);d;}} ... 역할을 하는 변수이다.스택에 아무런 데이터가 없는 경우 -1의 값을 가지며 top이 가질 수 있는 최대의 값은 (MAX_STACK_SIZE – 1)이다. 따라서 top의 값이 3일
    리포트 | 8페이지 | 1,000원 | 등록일 2018.05.02
  • 판매자 표지 자료 표지
    풀 스택 웹 개발 연구 및 스터디 (MongoDB, Express.js, React.js, Node.js, Full stack Web Development)
    structureEmbedded Data Model• Store related data in a single document structure• Document structure ... can be embedded in a field or a array• These denormalized data allow retrieve data in a single query ... What is MongoDB?MongoDB is a document database designed for ease of development and scaling.Key
    리포트 | 69페이지 | 3,400원 | 등록일 2020.01.21 | 수정일 2020.06.24
  • 연세대학교 전기전자공학부 19-2학기 네트워크실험 프로젝트 결과 보고서
    .data; //pack에 msg.datastructure YonseiMsg의 pointer type으로 할당pack->srcNodeID = srcNodeID; //pack->s ... 와 destination이 정해지면 이 네트워크는 정해진 어떠한 알고리즘에 의해 source에서 destination까지의 경로를 결정한다. nesC를 이용하여 주어진 조건 하에서 data를 성공 ... ; //interface ReceiveMsg를 ResetCounterMsg로 선언}}implementation{struct YonseiMsg *pack; //structure YonseiMsg
    리포트 | 16페이지 | 5,000원 | 등록일 2020.08.18
  • 판매자 표지 자료 표지
    [프로그래밍 c언어] 공용체와 구조체, 비트필드 조사 레포트
    번 쓰고 버려지는 다양한 자료형 형태의 변수들을 하나의 메모리 공간에서 사용 가능한 방법이다.구조체란?구조체(structure)는 데이터 추상화의 중요한 기법 중 하나로, 하나 ... 있다.구조체(structure)는 성격이나 현태는 다르지만 서로 관련된 하나 이상의 변수(구성요소 또는 멤버)들을 하나의 객체로 만드는 방법으로, 이 변수들은 여러 데이터 타입 ... 의 대표 변수로 참조한다.(3). 구조체는 배열과 달리 개개의 변수들이 제각기 다른 데어터 타입을 가질 수 있다는 것이 차이점이다.구조체 선언의 예시:struct structure
    리포트 | 4페이지 | 1,500원 | 등록일 2020.05.04
  • 2007년 유전학 왓슨논문번역 레포트
    유전학 Report왓슨&크릭 논문 번역과목: 유전학담당교수 : 홍길동교수님학과 : 동물생명과학과 2학년학번 : 21912345성명 : 향단이Molecular structure ... uggest a structure for the salt of deoxyribose nucleic acid (D.N.A.). This structure has novel ... 한 생물학적 흥미가 있는 기발한 구조로 되어 있다.A structure for nucleic acid has already been proposed by Pauling and
    리포트 | 7페이지 | 2,000원 | 등록일 2020.02.13
  • EasyAI 무료체험
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 10월 09일 목요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
4:27 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감