• AI글쓰기 2.1 업데이트
  • 통합검색(160)
  • 리포트(80)
  • 논문(65)
  • 자기소개서(8)
  • 시험자료(6)
  • 방송통신대(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"graph algorithm" 검색결과 121-140 / 160건

  • Dijkstra algorithm
    Dijkstra algorithm서울 지하철 노선 최단 경로 문제지하철 노선도txt파일 작성dijkstra.txt2291 2 21 6 21 8 21 9 21 20 22 1 22 ... #define M 9999#define MAX(a, b) ((a > b) ? (a) : (b))int e; /* The number of nonzero edges in the graph ... */int n; /* The number of nodes in the graph */long dist[i][j]; /* dist[i][j] is the distance between
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,500원 | 등록일 2010.11.07
  • What is difference between GP and GNP
    .Mabu and J.Hu ‘A Graph-Based Evolutionary Algorithm : Genetic Network Programming(GNP) and Its ... evolutionary algorithm based methodology inspired by biological evolution to find computer programs ... that perform a user-defined task. It is a specialization of genetic algorithms where each individual
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,000원 | 등록일 2008.11.07
  • Algorithm Analysis - ACM-ICPC 소개
    Algorithm Analysis – ACM/ICPCProgramming Contest제한된 시간( 1시간 30분 ~ 5 시간) 내에 주어진 전산학 문제를 해결하는 프로그램 ... Analysis예선 출전 397 팀 중 198 팀이 해결한 문제 (Fastest Solved in 27 Min, PNU ) Greedy Algorithm 수업 시간에 배운 스케줄링 문제 ... – 5 or 0 – 1 – 2 – 4 – 5 0 – 1 – 4 – 1 – 3 – 5 최대 V – 1 번의 Dijkstra Shortest Algorithm 수행 하여 최단 거리 중
    Non-Ai HUMAN
    | 리포트 | 20페이지 | 2,000원 | 등록일 2010.01.31
  • C-Language Dijkstra`s algorithm의 구현
    C Language를 이용하여Dijkstra's algorithm의 적용1. 개요제작개요 1제작기간 1설계주제 1관련이론 1사용 Program / Tool 22. 설계3 ... . Level 1Algorithm 3Program Code 4출력화면 64. Level 2Algorithm 8Program Code 8출력화면 105. AppendixList.h 15 ... list.c 15□ 개요○ 제작개요? Dijkstra's algorithm using adjacent matrix (15 point)? Dijkstra's algorithm using
    Non-Ai HUMAN
    | 리포트 | 17페이지 | 2,500원 | 등록일 2008.04.17
  • Predicting protein function from protein/protein interaction data: a probabilistic approach
    neighbor function labeling probability is combined with a Markov random field propagation algorithm to ... probability functions can be used to model different types of local dependency structure.  Algorithm ... biological process, and c for cellular componentDiscussion The performance of the algorithm was s
    Non-Ai HUMAN
    | 리포트 | 13페이지 | 무료 | 등록일 2010.07.27
  • Kruskal's Algorithm(크루스칼 알고리즘)
    's Algorithm으로 최소 비용 계산 */weight = kruskal(graph_data,result_data);if(weight == FALSE) return;printf ... [][VERTEX], int result_data[][VERTEX]);void print_graph(int graph[][VERTEX]);void initialize_array ... graph_data[VERTEX][VERTEX] = {{ 0, 6, 0, 0, 0, 5},{ 6, 0, 7, 3, 0, 4},{ 0, 7, 0, 7, 0, 0},{ 0, 3, 7
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2008.06.13
  • What is difference between Conventional GNP and Association GNP
    derive evolved rules.ReferenceS.Mabu, K.Hirasawa and J.Hu, ‘A Graph-Based Evolutionary Algorithm ... Conventional GNPGNP is an extension of Genetic Algorithm and Genetic Programming. The original ... motivation for developing GNP is based on the more general representation ability of graphs as opposed to
    Non-Ai HUMAN
    | 리포트 | 2페이지 | 1,000원 | 등록일 2008.11.07
  • Network에서의 Maximizing Flow
    라. Repeat 22마. 완성된 Maximize Graph34. A certificate of optimality4가. Certificate45. Algorithm analysis5 ... Algorithm ReportLinear Programming and reductions1. 개요1가. Linear Programming and reductions12 ... Dust G.K. Linear Programming and reductions0) Linear Programmingz) want algorithms are optimization
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 2,000원 | 등록일 2008.04.17
  • The Extended Kalman Filter(EKF)를 이용한 비행체 궤적 추적
    correct location. First of all, I had tried to compare location graph with another graph contained ... onendI used the extended kalman filter algorithm from probabilistic robotics. First of all, I applied ... , but no filtering signal is accumulated trash value from white gaussian noise.This graph tell us that
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2010.11.12
  • 정렬과 정렬 알고리즘의 이해와 비교 분석(소스코드포함, 30페이지)
    Sorting),합병 정렬법(Merge Sorting)의 Animated Graph를 통한비교IV. 결론V. 참고문헌I. 정렬(Sorting)과 정렬알고리즘의 의의정렬(Sort)이란 ... 에f (stopRequested) {throw new Exception("Sort Algorithm");}parent.pause(parent.h1, parent.h2 ... ) {throw new Exception("Sort Algorithm");}parent.pause(H1, parent.h2);}/*** Pause for a while and
    Non-Ai HUMAN
    | 리포트 | 30페이지 | 2,000원 | 등록일 2009.11.11
  • directed graph 발표 ppt
    earch (DFS) is an algorithm for traversing or searching a tree, tree structure, or graph. Intuitively ... 1. Directed graphs are graphs in which the edges connecting the nodes are one way.2. Depth-first s ... , one starts at the root (selecting some node as the root in the graph case) and explores as far as
    Non-Ai HUMAN
    | 리포트 | 26페이지 | 1,000원 | 등록일 2007.07.05
  • R Language에 대한 조사보고서
    - Active Thousands of Resources in every domain - Contributors - Algorithms - Help Data Analysis ... 있음R 의 명령어 UNIX 기반 명령어를 최대한 반영함 .R 의 명령어 R 은 Graph 분석을 위한 다양한 Tool 을 제공하고 있음 .R 의 대중성 통계분석 / 대회
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 3,000원 | 등록일 2012.03.05
  • directed graph
    algorithm6. Conclusion1. directed graph는 노드를 단방향으로 연결하는 edge를 가진 graph이다.2. DFS는 노드의 edge를 따라서 탐색을 하는 깊이 우선 ... Directed GraphAbstract그래프는 전자회로나 컴퓨터 네트워크, 생산 공정 등을 모델링 하는데 많이 이용이 된다. Directed graph는 그래프의 한 분류이 ... 다. 이 문서는 Directed graph에서 Depth-First Search, Transitive Closure, Strongly Connected Components
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2007.07.05
  • [REVIEW] RankMass Crawler: A Crawler with High PersonalizedPageRank Coverage Guarantee
    algorithm Random access to the graph structure Inherently, random access to storage is expensive ... Statement Crawling algorithm with RankMass guarantee The RankMass of the downloaded pages Dc is close to one ... Efficient crawling algorithm Maximizes the RankMass of the downloaded pages DcHappy Campus Ver
    Non-Ai HUMAN
    | 리포트 | 27페이지 | 2,000원 | 등록일 2008.09.18
  • 자료구조. C언어를 이용한 BST의 구현, Linked List, Queue의 구현, Process Scheduler구현
    157. Appendix18Linked List 18Queue 23□ 개요○ 제작개요? Dijkstra's algorithm using adjacent matrix (15 ... point)? Dijkstra's algorithm using adjacent list (30 point)○ 제작기간 : 6월 1일 ~ 6월 8일 24:00 (8일)○ 설계주제 ... ? [Level 1] Dijkstra's algorithm using adjacent matrix (15 point)Implement the Dijkstra's algorithm using
    Non-Ai HUMAN
    | 리포트 | 27페이지 | 3,000원 | 등록일 2008.04.18
  • 은행가 알고리즘 구현 및 분석
    면 교착 Instance of Each Resource Type)▶ 대기 그래프(wait-for graph): 자원 할당 그래프(resource-allocation graph)의 변형 ... ? 교착상태가 발생했는지 결정하기 위해 시스템의 상태를 검사하는 알고리즘? 교착상태로부터 회복하는 알고리즘[5-1] 탐지 알고리즘(Detection Algorithm)이란?탐지 알고리즘 ... Algorithm- Requesti=프로세스 Pi에 대한 요청 벡터,만약,Requesti[j]=k라면, 프로세스 Pi는 자원형태 Rj의 자원을 k개 요구프로세스 Pi가 자원을 요청하면, 다음조치
    Non-Ai HUMAN
    | 리포트 | 32페이지 | 2,500원 | 등록일 2009.06.04
  • C언어 써서 동적 계획법 으로 구현한 외판원 문제(TSP)
    는 문제이다[문제]- 알고리즘 3.11의 TSP 문제에 대한 알고리즘을 프로그램으로 구현- path를 출력하는 알고리즘을 개발하여 추가[목표]- input graph에 대한 최적 ... tour와 그 길이를 출력- Fig. 3.16의 그래프를 적용한 결과- 130쪽 문제5의 그래프를 적용한 결과- 몇가지 특징적인 graph들을 적용한 결과●알고리즘 3.11외판운 ... 문제를 푸는 dynamic-programming algorithm문제: 가중치 포함 방향 그래프에서 최적 일주여행경로를 결정하라.가중치는 음이 아닌 정수이다.입력: 가중치 포함 방향
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 2,000원 | 등록일 2007.10.14
  • Dijkstra 알고리즘 소스 및 보고서
    목차1. Dijkstra 알고리즘의 개념2. Dijkstra 구현1)Node 및 Link Table 표현2)Node 및 Link Graph 표현3)C언어 분석4)프로그램 동작3 ... 구현1)Node 및 Link Table 표현2)Node 및 Link Graph 표현3)C언어 분석4)프로그램 동작①메뉴 선택에 있어 범위를 넘었을 경우②Dijkstra 알고리즘 ... distance[8],via[8];//Dijkstra Algorithm 설명printf("**Shortest path search that make use of Dijkstra
    Non-Ai HUMAN
    | 리포트 | 13페이지 | 2,000원 | 등록일 2008.06.04
  • 마이크로프로세서 - SSD의 FTL을 C++로 구현, 시뮬레이션
    1. [20 points] Explain your own FTL. The explanation may include the structure,algorithm and so on ... reserved block is what we have to do. This is the table and graph when the different number of Reserved ... Block is set.Using this table, we can find optimized number. [Performance(1/T) per Cost(N)]Look above graph, maximum performance is when choose N=8.
    Non-Ai HUMAN
    | 리포트 | 4,000원 | 등록일 2011.12.20
  • 인공지능 및 신경망
    하고 그 순서대로 노드를 방문합니다.따라서 A* algorithm 은 best-first search 의 한 예 입니다. A* 알고리즘은 그래프에서 최단경로를 찾는 것을 보장 ... Minimum Cost Paths in Graphs, 1968) 에서 허용성과 최적성(admissibility and optimality properties) 이 증명되었습니다.A
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 1,000원 | 등록일 2011.04.18
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 02월 28일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
6:15 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감