• 통합검색(18)
  • 리포트(16)
  • 논문(2)
판매자 표지는 다운로드시 포함되지 않습니다.

"Boolean Factorization" 검색결과 1-18 / 18건

  • 부울 나눗셈 표 채움에 의한 논리식 인수분해 (Factoring by Filling Entries on Boolean Division Matrix)
    한국정보기술학회 권오형
    논문 | 8페이지 | 무료 | 등록일 2025.02.11 | 수정일 2025.02.15
  • 2-큐브 비커널을 이용한 부울 분해식 산출 (Boolean Factorization Using Two-cube Non-kernels)
    한국산학기술학회 권오형, 전병태
    논문 | 7페이지 | 무료 | 등록일 2025.03.27
  • [공학]Boolean functions
    {동국대학교1-9 Simplify the following Boolean functions using four-variable maps.a.
    Non-Ai HUMAN
    | 리포트 | 2페이지 | 1,000원 | 등록일 2000.09.18
  • [분산처리] 코바
    i = 0; i < _points.length(); i++) {for (CORBA::ULong j = 0; j < scaling_factor; j++) {CORBA::add_ref ... point_list = new Map::PointSeq;point_list->length(_points.length() * scaling_factor);for (CORBA::ULong ... ) {if (_verbose)cout < "PointManager::list_points with scaling ["< scaling_factor < "]";Map::PointSeq_var
    Non-Ai HUMAN
    | 리포트 | 28페이지 | 3,000원 | 등록일 2003.11.06
  • 숫자야구 게임 자바 소스
    ArrayList list = null;private int[] answerNum = new int[4];private double MAX = 9;private double FACTOR ... run(){list = new ArrayList();double n = 0;int RandomNum = 0;int Check = 0;int i = 0;boolean result = ... {return 1;} else if (N[1] == N[3]) {return 1;} else if (N[2] == N[3]) {return 1;}return 0;}public boolean
    Non-Ai HUMAN
    | 리포트 | 1,000원 | 등록일 2005.07.18
  • 아주대논리회로실험 1장.basic gates 결과(문답+빵판+고찰)
    decisions consistent with the safety, health and welfare of the public, and to disclose promptly factors ... to credit properly the contributions of others;8. to treat fairly all persons regardless of such factors ... C실험결과와 Boolean equation이 일치함을 확인할 수 있다.3-input NOR gate.
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,500원 | 등록일 2011.12.21
  • 프로그래밍 언어론 3장 4장 문제
    > + < term >| < factor >< factor > -> ( < expr > ) | < id >05. ... Write a BNF description of the Boolean expressions of Java, including the three operators &&, ||, and ... 와 관계식을 포함하는 Java Boolean을 BNF로 작성하라.)A : < expr > -> < expr > < term > < stmts> | < stmts >< stmts >
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 4,000원 | 등록일 2013.01.01
  • 아주대학교 논리회로실험 실험1 Basic Gates 결과보고서
    decisions consistent with the safety, health and welfare of the public, and to disclose promptly factors ... to credit properly the contributions of others;8. to treat fairly all persons regardless of such factors ... AND gate는 Boolean식으로 F = A·B 으로표현되며 모든 입력이 1일 때 1이 출력이 된다.
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,500원 | 등록일 2019.02.20
  • 실험 2. 가산기와 감산기 (ADDER & SUBTRACTOR)
    decisions consistent with the safety, health and welfare of the public, and to disclose promptly factors ... Equation을 가지고 증명하여 보자.전감산기의 Boolean Equation은,이고, 반감산기의Boolean Equation은,이므로 전감산기의 차 bit는 다음과 같다.이제 ... 이와 같이 세 bit의 덧셈을 수 두 출력에 대한 단순화된 Boolean Equation은,와 같다.이러한 반가산기는 XOR, AND의 논리회로만으로 구성할 수 있다.XOR, AND
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 2,000원 | 등록일 2009.03.10
  • Protein data bank 웹페이지에 의한 단백질의 형태와 구조 관찰
    bibliographic citations , primary , secondary structure information, NMR crystallographic structure factors ... search( 논리 검색 수법 ( Boolean operator 를 사용하는 정보 검색법 )) 를 이용할 수 있다 . ... 사용하는 검색 분야는 1 개 이상으로 제한은 없다 .) - 검색 결과가 없으면 유사한 단어를 제시하기도 하거나 검색을 다시 할 수 있도록 한다 .PDB 검색 방법 모든 검색은 boolean
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 2,000원 | 등록일 2013.11.09
  • 숫자야구게임-컴퓨터가 내숫자를 맞추는 게임
    StrikeCNT = new int[100];private int[] BallCNT = new int[100];private double MAX = 9;private double FACTOR ... run(){int i = 0;boolean result = true;try {Count++;makeRandom();System.out.println("================ ... answerNum[i][Count] = Integer.parseInt((String)list.get(i));}} catch(Exception e) {return;}}public boolean
    Non-Ai HUMAN
    | 리포트 | 1,500원 | 등록일 2005.07.18
  • 실험 1. BASIC GATES
    즉 이를 Boolean Equation으로 나타내면,이와 같이 쓸 수 있고, 이는 3-input AND gate의 Boolean Equation과 같음을 볼 수 있다.(2) 예비보고서에서 ... decisions consistent with the safety, health and welfare of the public, and to disclose promptly factors ... to credit properly the contributions of others;7. to treat fairly all persons regardless of such factors
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 2,000원 | 등록일 2009.03.10
  • mini - Pascal 언어 정의
    RepeatK,AssignK,ReadK,WriteK} StmtKind;typedef enum {OpK,ConstK,IdK} ExpKind;typedef enum {Void,Integer,Boolean ... $ = newExpNode(OpK);$$->child[0] = $1;$$->child[1] = $3;$$->attr.op = OVER;}| factor { $$ = $1; };factor ... |factormulop -> * |/factor -> (exp) |number |identifier5.
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 1,000원 | 등록일 2008.10.27
  • 아주대 논리회로실험 실험1 Basic Gate 예비보고서
    XOR Gate에 입력을 A, B 출력을 C로 가정하였을 때 진리표는 다음과 같다.InputOutputABCLLLLHHHLHHHL3) Boolean Equation- Boolean ... decisions consistent with the safety, health and welfare of the public, and to disclose promptly factors ... Equation은 Boolean algebra를 이용하여 AND(논리 곱), OR(논리 합), NOT(부정)과 같은 논 리 연산자를 이용하여 수학적인 계산을 가능하게 식으로 나타낸
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 1,000원 | 등록일 2021.01.09 | 수정일 2021.07.23
  • 아주대학교 논리회로실험 실험1 Basic Gates 예비보고서
    diode를 작은 반도체 웨이퍼 상에 가공한 집적회로(integrated circuit : IC)의 형태로 우리가 사용할 수 있다.논리상태를 다루는 연산들을 정의한 것으로 부울 대수(Boolean ... decisions consistent with the safety, health and welfare of the public, and to disclose promptly factors ... to credit properly the contributions of others;8. to treat fairly all persons regardless of such factors
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,500원 | 등록일 2019.02.20
  • 논리회로실험 예비보고서1
    -Boolean equation : 위의 논리게이트에 ()로 명시한 부분이며 논리회로의 형태와 구조를 기술하기 위하여 필요한 수학적인 이론이다. ... decisions consistent with the safety, health and welfare of the public, and to disclose promptly factors ... to credit properly the contributions of others;8. to treat fairly all persons regardless of such factors
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 1,500원 | 등록일 2020.09.18
  • labview이용한 lcr미터 설계
    인디케이터는 LED, 숫자형(numeric), 불리언(boolean), 그리고 문자열(string)뿐만 아니라 다양한 종류의 그래프(graph)와 차트(chart)를 포함한다.즉 프로그램이 ... ), D(Dissipation factor), Y(어드미턴스), 위상(Phase)등의 값을 말한다.■ LCR Meter의 사용개별소자의 특성값을 알고 있더라도 소자의 임피던스를 다시 ... ELVIS는 PC 와 연결을 하고 사용된다.특성값은 R(저항), L(인덕턴스), C(커패시턴스), Z(임피던스), X(리액턴스), G(컨덕턴스), B(서셉턴스), Q(Quality factor
    Non-Ai HUMAN
    | 리포트 | 27페이지 | 3,000원 | 등록일 2009.06.22
  • [부울대수] 부울대수 정리 및 요약
    부울 대수 (Boolean Algebra)우리가 사용할 모든 논리 소자들은 기본적으로 두 가지 상태의 소자들을 사용할 것이고, 모든 변수들은 두개의 값 중 어느 한 값만을 갖는 것으로 ... 부분곱화(Multiplying out) 및 인수화(Factoring)(X + Y)(X + Z) = XZ + XY☞부분곱화는 단일 변수들의 곱의 합 형태로 표현(AND term화).인수화는단일
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 1,000원 | 등록일 2004.10.04
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 09월 25일 금요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
1:16 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감