|
알고리즘 기반 논리
제 1 절 소인수분해문제(Integer Factoring Problem)
1. 개요
2. 소수판정 테스트(Primality testing)
3. 인수 분해 알고리즘(Factoring Algorithm)
4. RSA 공개키 암호시스템 및 이에 대한 공격법
5. Dickson 암호시스템과 LUC 암호시스템
제 2 절
|
- 페이지 171페이지
- 가격 10,000원
- 등록일 2008.03.17
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
- Recursion
5주 - Sorting Performance analysis
6주 - Exercising Array
7주 - Evaluation of Expression
8주 - Circular Queue & Maze
9주 - Stack & Queue using Linked list
10주 - Equivalenece Class
11주 - Binary Search Tree
12주 - Priority Queue
13주 - Selection Tree
14주 - Union-Find Algorithm
|
- 페이지 50페이지
- 가격 5,000원
- 등록일 2010.05.26
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
searching이 가능해졌다(Hunter and Cohen 2006). Ⅰ. Introduction
1) Bioinformatics의 정의와 목적
2) NCBI를 통해 사용할 수 있는 데이터베이스
-Pubmed
-GenBank
-dbSNP(Database of Short Genetic Variations)
3) Alternative Splicing
4) BLAST(Basic Local Alignment Search Tool)
-DN
|
- 페이지 29페이지
- 가격 4,100원
- 등록일 2021.02.22
- 파일종류 워드(doc)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
search, and attention, Psychological Review, 84, 1-66.
Shiffrin, R. M., & Schneider, W. (1977). Controlled and automatic human information processing II: Perceptual learning, automatic attending and a general theory, Psychological Review, 84, 129-190.
Silver, L. B. (1992). Attention-deficit hypera
|
- 페이지 10페이지
- 가격 1,300원
- 등록일 2002.11.12
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C. J., K. H. Lee, O. S. Kwon, A. Shimazu, I. D. Yoo. 1994. Selective Isolation of Actinomycetes by Physical Pretreatment of Soil Sample Kor. J. Appl. Microbiol. Biotechnol., 22(2): 222-225.
23. Felictas, K. W. and H. J. Kutzner. 1991. The family Streptomycetaceae. Pp. 961-995. In Balow, A., H. G. Tr
|
- 페이지 17페이지
- 가격 700원
- 등록일 2005.12.08
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
by case approaches depending on the amount of programmer\'s efforts or the effectiveness of specific cluster system.
This paper proposes the RML(Resource Management Language) and does a research about its implementation that is different from both existing RDL and RSD languages. RML can manage easil
|
- 페이지 116페이지
- 가격 10,000원
- 등록일 2010.05.11
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
search into Higher Education & Open University Press, Buckingham, U.K.
Johnson, R.W. and A.Y. Lewin(1984), \"Management and Accountability Models of Public Sector Performance,\" in Public Sector Performance: A Conceptual Turning Point, edited by T.C. Miller, Johns Hopkins University Press, Baltimore
|
- 페이지 24페이지
- 가격 2,900원
- 등록일 2008.08.10
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
language like speaking,reading, listening, and writing, it doesn\'t still have enough researches and excutions about the using parts of Korean. Korean education in actual schooling must find out the concrete teaching-learning theory and the way so that our Korean education will be improved in its qu
|
- 페이지 109페이지
- 가격 3,300원
- 등록일 2002.05.30
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
알고리즘/해시넷
2) DFS(깊이 우선 탐색), BFS(너비 우선 탐색) [출처] DFS(깊이 우선 탐색), BFS(너비 우선 탐색)|작성자 심날두 목 차
1. 깊이 우선 탐색과 너비 우선 탐색
1) 깊이 우선 탐색
2) 너비 우선 탐색
2. 경험적 탐색방법
3. 참고
|
- 페이지 4페이지
- 가격 2,000원
- 등록일 2025.02.08
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
main.cpp
#include <stdio.h>
#include <stdlib.h>
int countNode;
typedef int element;
typedef struct Node {
char item;
Node *left;
Node *right;
}Node;
void insert(Node **root, element item); //삽입함수
void insert_menu(Node **root);
|
- 페이지 24페이지
- 가격 3,000원
- 등록일 2013.09.15
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|