• 통큰쿠폰이벤트-통합
  • 통합검색(3,766)
  • 리포트(3,272)
  • 시험자료(321)
  • 방송통신대(64)
  • 자기소개서(45)
  • 서식(26)
  • 이력서(22)
  • 논문(10)
  • ppt테마(4)
  • 노하우(2)

"class B" 검색결과 21-40 / 3,766건

  • 여러 개의 클래스를 선언하고 활용하는 문제(더하기(Add), 빼기(Sub), 곱하기(Mul), 나누기(Div)를 수행하는 4개의 클래스를 만드는 문제
    x, int y) {a = x;b = y;}// 곱셈 연산int Mul::calculate() {return a * b;}// Div 클래스 선언class Div {int a, b ... () {return a + b;}// Sub 클래스 선언class Sub {int a, b;public:void setValue(int x, int y);int calculate() ... 클래스 선언class Mul {int a, b;public:void setValue(int x, int y);int calculate();};void Mul::setValue(int
    리포트 | 8페이지 | 4,000원 | 등록일 2021.07.06 | 수정일 2021.07.13
  • 여러 개의 클래스를 선언하고 활용하는 문제
    #include using namespace std;class Calculator{protected:int a, b;public:void setValue(int x ... };class Sub : public Calculator{public:int calculate() override;};class Mul : public Calculator{ ... , int y);virtual int calculate() = 0;};class Add : public Calculator{public:int calculate() override;
    리포트 | 4페이지 | 2,000원 | 등록일 2021.02.10
  • [경북대학교]자바프로그래밍 4장 과제 소스코드
    public class Account1 {private String name; private double balance; public class Account1 { private ... interestRates; }}--------------------------------------------------import java.util.Scanner;public class ... (double b) { balance = b; } public void print() { System.out.println("예금주 : "
    리포트 | 6페이지 | 1,000원 | 등록일 2021.07.31
  • B세포의 활성화와 ELISA 기술을 활용한 항체의 정량적 분석 실험 보고서
    B세포는 class switching 과정을 거치므로 특히 pendent(TI) antigen이 체내에 침입할 때에는 또 다른 방식으로 B세포가 활성화된다. ... 활성화된 B cell은 class switching과 친화력 성숙 과정을 거쳐 plasma cell과 memory cell로 분화한다. ... 따라서 TH cell이 따로 개입하지 않아도 두가지의 신호가 충분히 도달하여 B세포가 활성화될 수 있다.B세포가 특이적 항원을 만나 활성화 된 후 일어나는 class switching
    리포트 | 10페이지 | 2,500원 | 등록일 2023.08.31
  • 이진탐색트리를 구현하는 프로그램을 작성하라.
    #include using namespace std;class linkedstack;class linkedqueue;class linkednode {friend class linkedstack ... );// 스택 출력break;case 6:cout < " 큐(FIFO) 순 :";b.show();// 큐 출력break;}}return 0;} ... < temp->datalink >= 0; temp = temp->link){cout < temp->data> x;//큐 원소값 입력받음b.push(x);//큐 원소값 넣음break
    리포트 | 5페이지 | 1,500원 | 등록일 2019.11.08
  • FDA 의료기기 인증 510(k) 체크리스트 (21 CFR 807.87 - 시설등록 및 기기 리스팅)
    equivalence to a device which has been classified into class III under section 513(b) of the act:법 섹션 ... and a citation to the information upon which the summary is based (class III summary). ... available about the class III device and other similar legally래스 III 요약 또는 인용에 설명된 유해 안전성 및 유효성 데이터의
    서식 | 4페이지 | 2,000원 | 등록일 2022.03.21
  • 아주대 전자회로실험 결과7 output stage 회로
    오실로스코프로 최대로 인가할 수 있는 전압은 5Vp-p이며 오실로스코프의 파형에서도 포화가 되지 않았음을 알 수 있다.class B에서 A node의 전압과 B node의 전압이 0V이기 ... 신호를 증폭하지 않을 때 class A에 비해 전력소모가 적다.예비보고서 simulationsimulation에서도 node A, node B의 전압은 거의 0V이고 IE, IC도 ... class A실험에서보다 2배 큰 전압을 인가했지만 12mV의 출력으로 전압이득은 0이다.1 : signal2: node B(Vo)S에 500mV를 인가할 때S에 1V를 인가할 때S에
    리포트 | 13페이지 | 1,500원 | 등록일 2020.11.30
  • 텐서플로우 딥러닝 (Tic-Tac-Toe)
    Data Set tic-tac-toe.csv 파일을 열어보면 사진1-1, 사진1-2와 같이 TL, TM, TR, ML, MM, MR, BL, BM, BR, class 속성의 값에 대한 ... 삼목게임 학습 데이터는 https://github.com/datasets/tic-tac-toe 사이트의 “tic-tac-toe.csv“를 통해 tensorflow로 학습 한다. 1- ... {x, o, b} BL : bottom left square {x, o, b}
    리포트 | 14페이지 | 2,000원 | 등록일 2023.03.30
  • [이화여대 생명과학실험3 분반1등 A+ 레포트] Detection of Antibody
    이를 통해 B cell activation과 class switching의 과정, humoral response,그리고 TI/TD antigen의 차이 등을이해한다.II. ... -4이 있는 condition에서 B cell을 culture한 후, 각 condition에서 어떤 isotype의 antibody가 얼만큼 분비되었는지 분석한다. ... Antibody Antibody는 B cell이 생산한 immunoglobulin glycoprotein으로, antigen의 epitope 부분과 specific한 binding을
    리포트 | 13페이지 | 2,000원 | 등록일 2024.09.02
  • 동물질병학 중간고서 서술형 예상문제
    class I) -> Bacterial peptides presented in complex with MHC class I and MHC class II ->Peptides-MHC ... with MHC class II -> Peptide-MHC class II complex stimulates T helper cells (CD4+) -> CD4+ T cells ( ... the bacterial peptide-MHC class I complex2.
    리포트 | 2페이지 | 2,500원 | 등록일 2022.05.15
  • ASML CSE 직무 최종합격 자기소개서 (국문/영문)
    이상적으로는 Flare를 고려하지 않지만, NXE:3400B는 4% 이내의 Flare가 발생하기 때문에 이를cientific guidance. ... my goal as a person was The Anamorphic Art class I taught at a Talent Volunteer Camp. ... During this class session, I drew a grid on an image and pixelated it to a dimension of 10x10.
    자기소개서 | 8페이지 | 3,000원 | 등록일 2023.09.11 | 수정일 2024.02.17
  • A+ 받은 유기화학실험 2_ Exp 10_Synthesis of a Photochromic Dye (DASA) (실험방법, 프리랩, 랩리포트 모음)
    to UV light.Several classes of organic photochromic compounds have been identified. ... Positive photochromism involves the conversion of a colorless compound A into a colored compound B. ... induced in one or both directions by absorption of electromagnetic radiation between two forms, A and B,
    리포트 | 6페이지 | 3,000원 | 등록일 2023.12.28
  • C++로 DFS-BFS 알고리즘 비교하기 (헤더, cpp클래스파일 포함)
    #includeusing namespace std;/*****************class TreeNode*****************/class ... TreeNode{friend class BSTree;private:TreeNode *sibling;TreeNode *parent;char data;bool check;public: ... = new TreeNode('A');TreeNode *insert = new TreeNode('B');arrTree[0] -> sibling = insert;insert = new
    리포트 | 9페이지 | 3,000원 | 등록일 2021.04.05
  • 객체지향 프로그래밍 족보
    ("A", "B", "C", "D", "E", "A", "B", "F");Set bSet = new HashSet(Arrays.asList("A", "C", "E"));// (1) ... Public class 상시근무자 implements statusCheck{@Overridepublic void 출석(){…}}클래스 구조 보고 DIP 설계원칙 해석DIP 정의: 의존성 ... Comparable 구현부 추가하여 Item 클래스 작성public class Item implements Comparable {int id;int price;String type;
    리포트 | 9페이지 | 1,000원 | 등록일 2024.02.17
  • 파이썬 불법사이트 탐지 및 차단
    ['class'] == 0]data[data['class'] == 1].head()data_arr = np.array(data) # 배열 생성def get_tokens(input_url ... ]print("a: ",list_a)print("b: ", list_b)#blockf_hosts = open('C:/Windows/System32/drivers/etc/hosts', ... (10) # 데이터 뒤 10줄url_data_good = pd.read_csv("URLS.txt", header=None, names=["url", "class"])data = pd.concat
    리포트 | 6페이지 | 2,500원 | 등록일 2023.01.27
  • 영작문2 2020 2학기 기말과제물
    the class. ... *The B&B we stayed at was very comfortable.*우리가 머물렀던 숙소는 무척 편했다.He went to the door. ... *I’d like to know how many students attend the class.나는 얼마나 많은 학생들이 수업에 참석했는지 알고 싶다.This collaboration
    방송통신대 | 7페이지 | 3,000원 | 등록일 2021.08.05
  • R 응용 다변량분석 1, 2장 연습문제 1,3번 솔루션 solution
    새롭게 저장하고 6개(v1~v2)의 column만 남긴다.class 1: 1 ~ 59행 class 2: 60 ~ 130행 class 6: 131 ~ 178행> wine_1 = wine ... (b) 표본공분산행렬을 구하여라.cov() 함수를 이용해 와인 종류별로 표본공분산행렬을 구한다. ... 이때, class column은 제외하고 실시한다.> cov(wine_1[,2:7])V1 V2 V3 V4 V5 V6V1 0.21355985?
    리포트 | 11페이지 | 1,000원 | 등록일 2022.07.18
  • 한양대 컴퓨터구조론 2021 중간고사 기말고사 기출문제 족보
    classes as follows: 40% class A, 30% class B, 20% class C, and 10% class D. ... into four classes according to their CPIs (class A, B, C, D). ... The CPIs of class A, B, C, D are 1, 2, 3, 4.
    시험자료 | 5페이지 | 3,000원 | 등록일 2022.03.31
  • [생명공학] 인간화 마우스
    그 방법 중 하나로 HLA(human leukocyte antigen) class I molecules을 발현시키는 방법이 있다. ... 이 방법을 통해 만들어낸 NSG-HLA class I Tg mice의 경우 human T cell의 성숙이 mice 내에서 일어났다. ... NSG model에 MHC class I과 II를 knock out 시키는 실험에서 Graft-Versus-host disease가 줄어든다는 결과가 있었다.[1] GVHD가 감소한
    리포트 | 3페이지 | 1,000원 | 등록일 2023.03.14
  • 한국방송통신대 영어회화2 출석수업과제물
    lunch in Busan where I live is Gijang.12번: I am not a major in English, but I heard that the English class ... yesterday because I had an argument with a foreign friend.★ [14] 아래에 제시된 구문들 중 최소 2개 표현을 이용하여 친구 A, B ... 동일표현 중복사용은 1개 표현 사용으로 간주)I wish I could __________.I’ve heard that ______________.You do know _______
    방송통신대 | 2페이지 | 3,000원 | 등록일 2024.01.20
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 20일 금요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
1:08 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대