• 전문가 요청 쿠폰 이벤트
  • 통합검색(39)
  • 리포트(20)
  • 논문(15)
  • 시험자료(3)
  • 자기소개서(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"Scattering path-finding algorithm" 검색결과 21-39 / 39건

  • 판매자 표지 자료 표지
    영어학원 레벨 테스트지 자체제작 중
    any other thing.? Time is more important than any other thing.(26-28) Read each item. Find the word ... .① narrow② wide③ crooked④ dangerous(37-39) Read the sentence, then find the answer that fits best in the ... tell him the truth.Do you know whether he tomorrow ?? come -come? came -comes? comes -will come
    Non-Ai HUMAN
    | 시험자료 | 7페이지 | 2,000원 | 등록일 2020.03.11
  • 공장설계및실습 과제10.The Chinese Postman Problem
    rosn degree- An Euler path if & only if exactly two nodes have odd degree- A connected diagraph ... possesses- An Euler tour if & only if the polarity of each made is zero.d. Finding on Euler tour- Begin at ... by a minimum length pair wise-matching algorithm, by J.Edmond, Which is rather complicated to
    Non-Ai HUMAN
    | 리포트 | 23페이지 | 3,000원 | 등록일 2017.03.07
  • Data Structures HW6
    Kruskal's algorithm and find out the minimum number/cost of roads which I built to connect the cities ... explanation of your code-heapsorting functionThe Kruskal's algorithm is needed to heapsort. The ... -> find out the position of start position and arrival position in disjoin set -> when the position
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 2,000원 | 등록일 2012.12.01
  • 중앙집중형 도로교통정보시스템에서 다중경로탐색 알고리즘 (Multiple Path-Finding Algorithm in the Centralized Traffic Information System)
    대한교통학회 김태진, 한민홍
    Non-Ai HUMAN
    | 논문 | 12페이지 | 4,100원 | 등록일 2015.03.25 | 수정일 2017.02.02
  • 자료구조 기말 요약
    (Find)- Collapsing Find : j가 i에서 루트로 가는 경로위에 있으면 j를 루트의 자식으로 만듬이진트리 카운팅- 유일한 inorder, preorder 순서쌍- 유일 ... :{n(n-1)} over {2} - 무방향 그래프 최대 간선의 수 :n(n-1) - 인접 : 정점 사이에 간선 존재- 연결 : 두 정점 사이에 path가 존재함- strongly c ... onnected : reachable 방향 그래프- 구속 : 정점에 연결되어 있는 간선- subgraph : 그래프에 포함되는 부분 그래프- path(경로) : 0 ? 1 ? 2
    Non-Ai HUMAN
    | 시험자료 | 4페이지 | 1,500원 | 등록일 2016.12.04
  • Data Structures PJ3
    Data Structures-Mazes, graphs, and path searches-과제명: Project3제출일: ~6.13(Mon)학번: 2007142082이름: Hong ... SungHyun(1) Brief explanation of the problem- The goal of this project is that I have to find a ... path through the maze by constructing an graph. And I should find a path by implementing a shortest
    Non-Ai HUMAN
    | 리포트 | 16페이지 | 3,000원 | 등록일 2012.12.01
  • [컴퓨터 통신망] - 최소 비용 알고리즘 정리
    의 link로 이루어진 path의 비용은 각 link 비용의 합으로 정의한다.-Stalling, pp.292Routing algorithm 은 하나의 source node 로부터 다른 ... 부록 10A 최소 비용 알고리즘: Least-cost (routing) algorithm대부분의 packet switched networks은 경로배정 결정을 최소비용의 기존 ... 이 될 수도 있다.- Stalling, Korean, pp.295각 link 의 비용이 방향에 따라 다를 수 있다.-Stalling, Korean, pp.296두 개 이상
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,000원 | 등록일 2012.05.24
  • 데이터구조 - Project 3 - Alliances, disjoint sets, and graphs - 연세대학교 최정윤 교수님
    path searches in the textbook, such as Dijkstra’s algorithm. You may also implement your own ... algorithm for conducting a path search.The report should be written in English, and should not exceed 3 ... EEE2020-01 Data Structures 2011 Fall term Jeung-Yoon ChoiProject 3 Alliances, disjoint sets, and
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 2,000원 | 등록일 2011.12.20
  • Solution to find Golds in Maze
    an find out that mouse cannot gather all gold following the shortest path. I think that mouse do not ... passes. Mouse moves (9,5) -> (10, 8) -> (2, 3) which is not the shortest path.5. Discuss whether the ... [Data Structure_project #2]Solution to find Golds in MazeⅠ. IntroductionIn this homework, professor
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,000원 | 등록일 2010.10.09
  • 무선랜보안(wlan security overview)
    data, not individual bytes Uses 128-, 192-, or 256-bit keys Highly parallelizableCritical path ... ) Security Services - Present IEEE 802.11 (WLANs) Security Problems IEEE (TGi) Proposed Robust Security ... 54 MbpsOFDM (5 GHz)IEEE 802.11a (1999)5.5 or 11 MbpsDSSS (2.4 GHz)IEEE 802.11b ('98-'99)1 or 2
    Non-Ai HUMAN
    | 리포트 | 29페이지 | 1,000원 | 등록일 2010.11.16
  • C-Language Dijkstra`s algorithm의 구현
    only in order to find the shortest path.○ 관련이론? Dijkstra's Algorithm(Shortest Path Algorithm)- 알 ... Path Algorithm 기본 개요- 시작 vertex(source)에서 가장 인접한 vertex를 찾는다. 처음엔 그 vertex가 최단거리이다. 그리고 그 값을 기억하고 있는다. ... Algorithm이 바로 Shortest Path Algorithm으로 Edsger Dijkstra가 최초로 제안했고, 이 algorithm을 조금만 확장하면 최단경로를 생성할 수 있
    Non-Ai HUMAN
    | 리포트 | 17페이지 | 2,500원 | 등록일 2008.04.17
  • Kruskal's Algorithm(크루스칼 알고리즘)
    _num = make_edge(data,edge_list);sort_edge(edge_list,0,path_num-1); /* 구성한 배열들을 정렬 */while(edge ... < VERTEX - 1 && k < path_num) {edge_temp = edge_list[k];/* 사이클을 이루는 지 검사 */if(check_cycle(cycle,edge ... right);int check_cycle(int cycle[], int i);void union_edge(int cycle[], int i,int j);int find_edge
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2008.06.13
  • 자료구조 미로찾기 소스
    // Maze Path Finding algorithm.#include #include //libbrary에서 제공하는 스텍사용#include using namespace s ... td;#define null 0void Path(int m, int p) ;//void TraceMemoryLeak() ;struct offsets{int a, b ;} ;s ... ;move[SW].a = 1 , move[SW].b = -1 ;move[W].a = 0 , move[W].b = -1 ;move[NW].a = -1 , move[NW].b = -1
    Non-Ai HUMAN
    | 리포트 | 2,000원 | 등록일 2007.10.08
  • Deflection Routing
    is not available at the time, they are deflected to other routes according to its algorithm. The ... performance of the overall network is thus sacrificed for the buffer-less routers. The whole network c ... , th path a burst is traversing fails to reserve the resource (WDM channels), the burst has to be
    Non-Ai HUMAN
    | 리포트 | 15페이지 | 4,000원 | 등록일 2009.09.16
  • 최단경로 Moore Tree 알고리즘
    Shortest Path - Moore Tree algorithm -교 과 목 : 교통체계분석제 출 일 : 2006년 6월 26일Ⅰ 서론1. 개요최단경로탐색 알고리즘 ... (Shortest Path Finding Algorithm)은 교통수요 분석은 물론 경로 안내 시스템에서 가장 중요한 요소 중의 하나로서, 출발지와 목적지 사이에서 가장 경제적이고 실현 가능 ... Algorithm은 표지정정기법(label-correcting method))의 일종이며 주어진 기점에서 네트워크상의 모든 도달 가능한 node까지의 최단경로를 찾아내게 된다.Vine
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 2,500원 | 등록일 2007.03.13
  • TRNSYS 16과 TYPE 56에서의 GenOpt 사용법
    TRNSYS 16과 TYPE 56에서의 GenOpt 사용법Michael KummertESRU ?- University of Strathclydehttp://www.esru.s ... trath.ac.ukmichael.kummert@gmail.comDocument version: 2007-02-15만약 프로그램 사용자가 개발자 수준이거나 단지 빨리 경험해 보 ... 기를 원한다면 예제 실행을 통해 쉽게 이해할 수 있다.● Java 2 v1.5.0을 설치 한 후, GenOpt 설치 파일 “genopt-install-3-0-0.jar”을 다운받아 설치
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 20,000원 | 등록일 2010.10.29
  • a* algorithm
    를 찾게 된다. A* 는 최단 거리 찾기 (Path finding problem) 에서 가장 훌륭한 선택이 된다. 왜냐하면 Dijkstra's algorithm 이나 Best ... 을 때즘 과 그 응용이 algorithm 은 많은 종료의 문제 해결에 이용돼 왔으며 게임 개발에서 효율적인 path finding 으로 많이 쓰인다. A* 는 공간안의 어떤 특정 s ... 한 배치를 의미하고, 인접한 state 란 하나의 타일을 빈 곳으로 이동시킴으로써 새로이 생기는 특정한 배치를 의미한다. 비슷하게 path finding 문제에서 어떤 state
    Non-Ai HUMAN
    | 리포트 | 16페이지 | 3,200원 | 등록일 2003.11.26
  • [알고리즘]Dijkstra's algorithm proof
    computer scientist) solves the problem of finding the shortest path from a point in a graph (the source) to ... a destination. It turns out that one can find the shortest paths from a given source to all points ... in a graph in the same time, hence this algorithm is sometimes called the single-source shortest
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 2,000원 | 등록일 2000.12.04 | 수정일 2016.12.15
  • [네트워크] 다익스트라&벨만포드알고리즘
    하면 다음과 같이 쓰여질 수 있다.Find such that L(x) =이렇게 찾은 x를 T에 추가한다.3. [Update least-cost paths]L(n)=min[L(n), L ... 에서 6 번째 단계와 마지막 그림이 최종적으로 생긴 Shortest path 정보를 나타낸다.{{{Bellman-ford Algorithm가끔 Bellman-Ford알고리즘이
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 1,000원 | 등록일 2001.11.26
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 03월 21일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
5:42 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감