• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(2,714)
  • 리포트(2,278)
  • 논문(213)
  • 시험자료(146)
  • 자기소개서(43)
  • 방송통신대(24)
  • 서식(7)
  • ppt테마(2)
  • 이력서(1)

"stacking" 검색결과 61-80 / 2,714건

  • 한글파일 linked list stack operator C 프로그램
    Pop(list *stack); int Top(list *stack); int IsEmpty(list *stack); void PrintStack(list *stack); //stack_op.c ... //stack.h #define TRUE 1 #define FALSE 0 /* data type for stack by linked list */ typedef struct _list ... #include "stack.h" #include #include /* remove all data in stack */ void MakeNull(list *s) { while (
    리포트 | 6페이지 | 1,000원 | 등록일 2000.10.03
  • 파일확장자 [자료구조] C++ 연결리스트를 이용한 stack구현
    = NULL) cout ... 값을 반환*/ } void main() { unsigned short int select; char value; /*입력할 테이타 값*/ Stack stack; while(1) /* ... ); break; case 2: cout
    리포트 | 3페이지 | 1,000원 | 등록일 2002.06.12
  • 한글파일 풀스택개발자에 대한 리포트
    목 차 1.Full stack developer의 유래 2.Full stack developer의 정의 3.Full stack developer의 필요역량 4.Full stack developer가 ... 되기위해 내가 보완할점 5.Full stack developer에 대한 개인적인 의견들 1.풀스택개발자(Full Stack Developer)의 유래 1980년대 :어셈블러나 c로 ... / (2)https://webisfree.com/2015-10-02/풀스택-개발자란-full-stack-developer 4.풀스택 개발자(Full Stack Developer)가
    리포트 | 4페이지 | 1,000원 | 등록일 2019.07.27
  • 워드파일 가천대 2020 인공지능소프트웨어학과_자료구조 HOMEWORK1_ (1.linked list 스택 구현, 2. 2개의 큐로 스택 구현 3. 2개의 스택으로 큐 구현)
    stack1_full()) { top2++; stack2[top2] = value; } } /* description: removes data from the stack 1 input ... append output: none */ void stack1_push(int value) { if (stack1_full()) { return; } top1++; stack1[top1 ... stack2_full() && !
    리포트 | 17페이지 | 2,000원 | 등록일 2020.04.17
  • 파워포인트파일 연돌효과와 그 방지대책 PPT
    경영학부 2016280297 엄기준 CONTENTS | Stack effect | Problems with stack effect | Solution | Stack effect shaft ... enters through a gap There are so many problems with stack effect | Solution : Securing airtightness ... wind On 1 st floor entrance | Problems with stack effect Ex) The difficulty of opening and closing the
    리포트 | 9페이지 | 1,000원 | 등록일 2020.06.09
  • 파일확장자 C로 구현한 Stack
    구현 환경 5. source code
    리포트 | 5페이지 | 1,000원 | 등록일 2019.05.13
  • 워드파일 Gel making, running, staining에 관한 레포트
    이것은 큰 pore를 갖고 있는 gel matrix가 focusing 또는 stacking gel에서 단백질 이동을 방해하지 않기 때문이다. (-) ion이 stack 되어 있는 단백질들을 ... (미세 거품으로 작동 확인) Sample이 이처럼 stacking gel 밑부분에 농축되어 실선으로 보일 때까지 관찰하며 running 진행합니다. ... SDS-PAGE의 경우에는 단백질 역시 크기에 상관없이 stacking gel에서 동일하게 움직이게 되며, 이용되는 buffer들 간의 이온 이동속도는 pH 조건을 사용하여 조절할
    리포트 | 5페이지 | 1,000원 | 등록일 2021.01.13
  • 파일확장자 자료구조_Stack and Queue
    ADT : Abstract Data Type 설계 2)C++ class header file에서 private representation 제시 3)ADT Set의 queue의 subclass로
    리포트 | 2,500원 | 등록일 2021.01.28
  • 한글파일 목포해양대 컴공 2학년 1학기 자료구조 스택 구현 과제
    소스 코드 -> 실행 결과 -> #include #include #define MAX 5 //typedef char element; typedef struct stack { char ... array[MAX]; int top; }Stack; void stack_start (Stack *s); char get_char(); int empty (Stack *s); int ... () { Stack s; int i, j; stack_start(&s); for(i=0; itop == -1) return 1; return 0; } int full (Stack *
    리포트 | 4페이지 | 1,000원 | 등록일 2021.12.28
  • 한글파일 자료구조 알고리즘 정리(배열, 스택, 큐, ..)
    비어있는 스택에서 원소를 추출할 때 stack underflow라고 하고, 스택이 넘치는 경우 stack overflow라고 한다. 3) 큐(queue) 큐의 사전적 의미는 줄, 또는 ... 배열은 전교생의 시험결과(점수), 1년 일일 입장객의 수, 상품 월별 매출액 등 많은 양의 데이터를 저장할 때 용이하다. 2) 스택(stack) 스택이란 쌓아 올리는 것을 의미한다.
    리포트 | 4페이지 | 2,000원 | 등록일 2022.06.30
  • 워드파일 자료구조 후위표기연산, 중위표기법 전환, 연산
    ) { scanf_s("%d", &tmp_stack_num); if (tmp_stack_num < 0 || tmp_stack_num >= stack_num) printf("s\n") ... ", menu) == 0) { scanf_s("%d", &tmp_stack_num); if (tmp_stack_num < 0 || tmp_stack_num >= stack_num) ... ); if (tmp_stack_num < 0 || tmp_stack_num >= stack_num) printf("s\n"); else sprint(tmp_stack_num); }
    리포트 | 13페이지 | 3,000원 | 등록일 2020.12.05
  • 파일확장자 탄화수소계 고분자-실리카 복합막이 적용된 연료전지 스택 성능평가
    A decline in stack performance was also observed over time due to the degradation of stack components ... In this study, the electrochemical performance of a 5-layer fuel cell stack using silica composite membranes ... It was observed that the flow rate of the fuel gases plays a crucial role in stack performance, particularly
    논문 | 10페이지 | 4,000원 | 등록일 2023.07.31
  • 파일확장자 부착방지 택코트 적용에 따른 아스팔트 포장 역학적 특성 평가
    Moreover, tack coat prevents water penetration through the surface and aids the extension of the surface ... Therefore, these should be considered when trackless tack coat is slightly enhanced the pavement performance ... life of asphalt pavement.CONCLUSIONS :Trackless tack coat demonstrated a high and consistent bond strength
    논문 | 10페이지 | 4,000원 | 등록일 2023.04.05
  • 파일확장자 아스팔트 포장층 분리억제용 역청재료의 부착성능 및 최적함량 평가에 대한 연구
    The shear strength of tack coat was defined with the sort of bituminous materials. ... However, shear strength was similar to the maximum value of ISS when the tack-coat application rate of ... OBJECTIVES: Bituminous materials, such as tack coat, are utilized between pavement layers for improving
    논문 | 7페이지 | 4,000원 | 등록일 2023.04.05
  • 한글파일 Protein Quanitification by Bradford protein assay 예비
    Gly의 PI는 6.2이므로 pH가 6.8인 stacking gel에서는 중성 상태이거나 일부 이온화된 상태이고 chloride는 음전하이다. ... 단백질 DNA 겔 SDS-폴리 아크릴아마이드겔 아가로오스 겔 겔 종류 stacking, resolving gel 아가로오스 겔 변성 물질 SDS, 환원제 우레아, 포름아마이드 염색 ... 단백질 전기영동시 stacking gel과 resolving gel에서 pH를 각각 6.8과 8.8을 사용하는 이유 Stacking gel과 Resolving gel의 pH가 다른
    리포트 | 7페이지 | 1,000원 | 등록일 2021.06.01
  • 한글파일 [생화학실험]Protein quantification by SDS
    Step3. sample의 준비 1) Stand solution (0.25 ㎎/㎖), sample1,2,3에 각각 6X dye, water를 섞어 준비한다. 2) stacking gel이 ... Step2. stacking gel preparation 1) resolving gel의 1-butanol을 버리고 증류수로 washing한다. 2) 4X tris-HCl/SDS ( ... 실험 중 1set, 2set에서는 lane 2,3,4 의 band 두께가 잘 구별되지 않았다.
    리포트 | 5페이지 | 2,000원 | 등록일 2022.10.01
  • 한글파일 UV를 이용한 단백질의 절대량 분석 및 SDS-PAGE를 이용한 단백질의 전기영동 레포트
    단백질의 전기영동의 기본 원리(단백질이 - charge에서 + charge로 움직이는 이유 및 separating gel과 stacking gel에서 각각 pH 8.8과 pH 6.8을 ... Separating gel에서는 Cl-, Gly에 의한 stacking이 없어야 separating이 될것이므로, pH를 조절하여 Gly의 mobility를 바꿔준다. pH ml, ... , electrophoresis 장치에 포함된 여러 가지 성분들이 voltage값에 의해 이동할 때, protein이 앞서가는 물질과 뒤에서 따라오는 물질에 의해 확실하게 붙어서 stacking
    리포트 | 12페이지 | 2,500원 | 등록일 2020.12.13
  • 파일확장자 일축압축시험 및 회기분석을 통한 아스팔트 유제의 최적 적용량 평가
    The specimens of paving asphalt emulsion were utilized to evaluate the bond strength of tack-coat materials ... by types of tack-coats using Interface Shear Strength(ISS).METHODS:In the research, emulsified asphalt ... Rather, the shearing strength varies depending on the type of pavement. 한국도로학회 한국도로학회논문집 김도완, 문성호
    논문 | 6페이지 | 4,000원 | 등록일 2023.04.05
  • 한글파일 c로 배우는 쉬운 자료구조 6장(스택)
    (2005년 기출문제) The reverse Polish notation is in a form suitable for stack manipulation. ... The reverse Polish notation/ is in a form suitable /for stack manipulation./ The expression (A+B)*(C+ ... 가. stack 나. queue 다. list 라. tree 8. 아래 infix로 표현된 수식을 postfix 표기로 옳게 변환한 것은?
    리포트 | 7페이지 | 5,000원 | 등록일 2022.05.20
  • 워드파일 지진 12주차
    군도, 중국-신장성, 영국- 네바다 Spectrum null method S파에서 FFT의 국면으로 진입 Cepstral stacking method S파에서 FFT IFT C로 ... 2) 핵실험의 진원 깊이가 얕음 3) 일반적으로 지진지역은 알려져 있으며 비지진대에서 탐지되는 것은 인공지진으로 의심 4) 표면파와 실체파의 규모의 비 비교 5) 자연자진에서는 S파 ... 진폭이 P파 진폭과 같거나 더 크지만 핵실험에서는 P파의 진폭에 비해 S파의 진폭이 약하게 나타남 각국의 대표적 핵실험 장소 미국-네바다주, 러시아-카자흐, 노바야 젬리아, 프랑스-폴리네시아
    리포트 | 2페이지 | 1,000원 | 등록일 2021.02.18
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업