• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(238)
  • 리포트(208)
  • 시험자료(17)
  • 방송통신대(9)
  • 서식(2)
  • 논문(1)
  • 자기소개서(1)

"symbol table" 검색결과 161-180 / 238건

  • 컴파일러 연습문제
    #include #include #define STATES 99#define SYMBOLS 20// 입력 심볼의 수int N_symbols;// 입력 스트링 테이블char Input_String ... ][STATES+1]; /* state name table */char Eclosure[STATES][STATES+1]; /* epsilon closure for each state ... Ug(sn, x) where s1, s2, .... sn ∈ T 이다.위에서 구한 NULL_Closure(move(T,x)) 를 U 라 하자.그러면 이 U는 DFA의 상태가 된다.
    리포트 | 28페이지 | 2,500원 | 등록일 2010.05.28 | 수정일 2023.01.02
  • [컴파일러 입문(개정판)7장 연습문제
    FOLLOW(A) = { 변환된 문법을 위한 recursive-descent 파서를 구성하시오.Terminal symbol에 대한 procedureprocedure Pa;beginif ... Predictive 구문 분석이란 문법-의존적인 (parsing table)과 문법-독립적인 (구동 루틴)으로 나누어 처리하는 방법이다.7. ... get_nextSymbol else errorend;procedure Pb;beginif nextSynbol = qb then get_nextSymbol else errorend;Nonterminal symbol
    리포트 | 20페이지 | 1,000원 | 등록일 2009.06.16
  • Slot machines
    But they became so popular that casinos soon began making more money from them than their regular table ... Each reel tape contains 20 symbols, the famous oranges, cherries, numbers and other symbols. ... To win, one must get three of the same symbols across the same row.
    시험자료 | 2페이지 | 1,500원 | 등록일 2008.09.29
  • LR파싱 프로그램 구현
    goto table을 구하여 parsing table을 구성하고, LR 파서를 통하여 파싱하는 프로그램을 구현하였다.2. ... state; // -1 이면 grammar symbol을 0 이상이면 state 번호를 나타냄.)sym nodesym ;n_ptr children[10];int child_cnt; ... ; // definition symbols// 파스트리의 한 노드의 정의.typedef struct nodetype *n_ptr ;typedef struct nodetype{int
    리포트 | 10페이지 | 1,500원 | 등록일 2007.02.23
  • 러시아음식영문ppt
    Of no lesser importance were pies - a symbol of wealth and well-being. ... abundant in berries and mushrooms and this accounted for a wealth of gifts of the forests on the Russian table ... The typical Russian soups are schi (soup with cabbage or sauerkraut)m borsch (beet and cabbage soup),
    리포트 | 32페이지 | 3,700원 | 등록일 2010.04.27
  • learning style and information processing model
    from sorting table to files. ... and feeling, big picture oriented, imagination rules, symbols and images, and risk taking. ... Relevant info on all four elements of information processing model (blinds, clipboard, sorting table,
    리포트 | 4페이지 | 1,500원 | 등록일 2009.06.22
  • 경도실험
    기준 하중(F0)과 총 시험하중(F)의 양에 따라 로크웰과 가상 로크웰의 두 가지 형태가 있다.① 로크웰(Rockwell) 경도 : Scale symbol : A~H, KF0 = 10kgf ... 연강의 실험결과 Table ------------------------ 5표 2. 황동의 실험결과 Table ------------------------ 6I. 서론1. ... (98.07N), F = 60, 100, 150kgf(588.4, 9803N)로크웰 경도는 H(깊이 : mm)와 두 상수 N(잣대에 따른 상수 : B scale-130, C scale
    리포트 | 10페이지 | 1,000원 | 등록일 2011.06.23
  • [예비,결과]디지털 기본회로
    그림 1에는 2 입력 AND 게이트에 대한 표시기호(symbol)와 진리표(truth table)가 주어져 있다. ... 불대수의 함수를 논리함수(logic function) 라고 부르고, 논리함수를 실현하는 전자적 스위칭회로를 논리회로(logic circuits)라 하며, 이 중 기본이 되는 간단한
    리포트 | 7페이지 | 1,000원 | 등록일 2009.05.31
  • 컴구플젝
    논리식을 만들기 위해 각 출력에 대한 symbol을 정의하였다. ... 결론 및 고찰- 이번 프로젝트는 CPU와 size가 각각 다른 여러 memory를 연결하는 것이었다. 20개의 memory가 각각 size가 다르고, 크기에 따라 정렬 되지도 않았기 ... [Decoder Input-Output Table]Decoder1 (38)A1A2A3Output Symbol0000D100011D110102D120113D131004D141015D151106D161117D17Decoder2
    리포트 | 8페이지 | 3,000원 | 등록일 2012.01.07
  • 드비어스 피피티
    Even if Price ↑ , demand is stable Even the demand increases e.g.) ... value was only $80 . - advertising and the media to convince young men women that diamonds are actually symbols ... Increase in sales !
    리포트 | 32페이지 | 3,000원 | 등록일 2009.11.29
  • bibomial heap (이항힙)으로 구현한 허프만 코드 인코더, 디코더 리포트
    이 변수로 올바른 우선순위의 허프만 코드 설정이 쉽게 가능해진다.(3) class Node (encoder){private:char symbol; //문자int freq; // 빈도수int ... open table_b.txtwhile(! ... 즉 Num_Of_Del_Nodes가 1이면 table_a.txt의 첫 번째 줄에 있는 허프만 코드를 빼와 table_b.txt에 심볼과 그 아스키 코드값과 함께 적어주게 된다.
    리포트 | 10페이지 | 1,500원 | 등록일 2008.11.29
  • 전자회로실험보고서_실험7_디지털 집적회로 AND, OR게이트.hwp
    그림 1에는 2 입력 AND 게이트에 대한 표시기호 (symbol)와 진리표(truth table)가 주어져 있다. ... 불대수의 함수를 논 리함수(logic function) 라고 부르고, 논리함수를 실현하는 전자적 스위칭회로를 논리회로(logic circuits)라 하며, 이 중 기본이 되는 간단한
    리포트 | 6페이지 | 1,500원 | 등록일 2009.12.09
  • The Renaissance
    In this work, Kleiner and Mamiya state, “Christ and his 12 disciples are seated at a long table set parallel ... Kleiner and Mamiya argue, “It had become a symbol of Florentine strength and independence during the ... Raphael showed masterful command of spatial composition and serenity as seen in School of Athens.In architecture
    리포트 | 7페이지 | 1,500원 | 등록일 2009.09.11
  • Predefined ABAP Types,Chained statements,선언문-DATA문,SE38의 메뉴와 기능
    로컬 데이터 타입과 프로그램의 로컬 객체를 정의하기 위해서 그리고 field symbol과 인터페이스 매개변수의 타입을 특정화 하기위해서 predefined type을 사용할 수 있다.가 ... 그리고 Table형태가 ANY TABLE 이나 INDEX TABLE 형태는 사용할 수 없다.3) DATA itab {TYPE TABLE OF linetype | LIKE TABLE ... WRITE accepts just one argument, so if for instance you wanted to display three fields from a structure
    리포트 | 9페이지 | 3,000원 | 등록일 2008.05.07
  • [컴퓨터구조]어셈블러 c언어 프로그램,자료구조,운영체제
    [][W_MAX], int line );int LC_to_Bin ( char address_symbol_table[][W_MAX], int LC ); int Dec_to_Bin ( ... Binarycode[][W_MAX], int LC, int line );int Output( char Binarycode[][W_MAX] );int main(){char address_symbol_table ... std;int MRI_Table ( char InputCode[][W_MAX], char Binarycode[][W_MAX], int LC, int line );int non_MRI_Table
    리포트 | 14페이지 | 1,000원 | 등록일 2006.06.20
  • 시스템프로그래밍 Lecture4,5 linux command, string
    file using ">" symbol.처음에는 ex라는 파일이 없었으나 >심볼을 사용하여 ex을 생성하고 ex1.c의 결과를 복사하고 실행하였다.10) Use grep to search ... Running simple CLecture 5. string과 목 명 : 시스템 프로그래밍< Lecture 4 >9) Redirect the output of ex1 to another ... (char *string, int length, FILE * stream);]로 사용하며 C언어에서 문자열을 읽는 함수이다, 헤더파일에 포함되어있고, 리턴 타입은 char형 포인터
    리포트 | 18페이지 | 1,000원 | 등록일 2015.01.04 | 수정일 2015.01.25
  • 전기전자기초실험 Oscilloscope and Resonance Circuit 예비보고서
    It is denoted by the symbol . The SI unit of reactance is the ohm. ... Then we can notice that,.table 3-1.(b)R23 [㏀]4.7[㏀]10 [㏀]20 [㏀][](theoretical)calculated0.92 V1.24영중 ... R-C, R-L serial/parallel circuit③ Observe output signal if step function, or square wave is applied to
    리포트 | 8페이지 | 1,000원 | 등록일 2009.09.08
  • LL파싱 프로그램 구현
    // 헤더 파일#include #include #include typedef char oneword[50];// keyword 테이블// symbol 테이블typedef struct ... symbol of input_string w$ ;/////do {X = stack [ top ] ;a = input_string [ip] ; // call lexan ( ) ;if ... = $ ) ; // stack is empty.If (there is no symbol left in input_string) {Print out the parse tree ;//
    리포트 | 11페이지 | 1,500원 | 등록일 2007.02.23
  • [영어작문]에세이-레스토랑 식당종류
    This kind of restaurants is a symbol of the USA. ... We even clean the table ourselves. ... We can listen to country’s songs or American pop music and see famous American singer ‘beatles’.
    리포트 | 2페이지 | 1,500원 | 등록일 2009.03.11
  • final MBB.hwp
    스프링이 꼬인 횟수 :,Table 9-1 : experimental symbolsㄱ. ... of m ( ball's mass ), k1 and k2 ( effective spring constant ) as not opening MBB's cover.2. ... MBB의 양쪽 끝에는 각각 조그만 구멍이 있는데 여기에 제공된 Pin을 꽂아서 U-shape support위에 올려 놓으므로써 단진자의 축으로 사용할 수 있다.
    리포트 | 9페이지 | 1,000원 | 등록일 2010.08.29
AI 챗봇
2024년 08월 31일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
5:22 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대