• 통합검색(109)
  • 논문(60)
  • 리포트(43)
  • 시험자료(6)
판매자 표지는 다운로드시 포함되지 않습니다.

"string algorithms" 검색결과 61-80 / 109건

  • 간판영상에서 한글 인식 성능향상을 위한 가중치 기반 음소 단위 분할 교정 (Weighted Disassemble-based Correction Method to Improve Recognition Rates of Korean Text in Signboard Images)
    string comparison algorithms. As a result, the proposed method based on weighted Disassemble ... using phoneme unit segmentation to solve misrecognition of Korean Texts in signboard images using ... which are segmented into phoneme units and detects the best matched texts from signboard text
    논문 | 11페이지 | 무료 | 등록일 2025.07.11 | 수정일 2025.07.19
  • 집중형센터를 가진 역물류네트워크 평가 : 혼합형 유전알고리즘 접근법 (Evaluating Reverse Logistics Networks with Centralized Centers :Hybrid Genetic Algorithm Approach)
    approach, genetic algorithm (GA) is used as a main algorithm. For implementing GA, a new bit-string ... )이 주요한 알고리즘으로 사용되며, GA 실행을 위해 0 혹은 1의 값을 가질 수 있는 새로운 비트스트링 표현구조(Bit-string representation scheme), Gen ... 본 연구에서는 집중형 센터를 가진 역물류네트워크(Reverse logistics network with centralized centers : RLNCC)를 효율적을 해결하기
    논문 | 25페이지 | 무료 | 등록일 2025.06.10 | 수정일 2025.06.16
  • 공간 효율적인 DNA 시퀀스 인덱싱 방안 (A Space Efficient Indexing Technique for DNA Sequences)
    uffixes of the input string based on a common variable-length prefix till the number of suffixes is s ... 함을 보인다. Suffix trees are widely used in similar sequence matching for DNA. They have several problems ... such as time consuming, large space usages of disks and memories and data skew, since DNA sequences
    논문 | 11페이지 | 무료 | 등록일 2025.06.21 | 수정일 2025.06.27
  • 로그인 과정에서의 화자인증 메커니즘을 이용한 사용자인증 방안 연구 (A study on user authentication method using speaker authentication mechanism in login process)
    consisting of these complex strings also increase proportionally, since the more services users want ... Assistant, MFCC and DTW algorithms and speaker authentication to provide the handicapped users with an ... popularization of the Internet and smartphone uses, people in the modern era are living in a multi-c
    논문 | 8페이지 | 무료 | 등록일 2025.07.02 | 수정일 2025.07.05
  • Bellman-Ford Algorithm in C
    // A C / C++ program for Bellman-Ford's single source shortest path algorithm.#include ... #include #include #include // a structure to represent a weighted edge in ... graphstruct Edge{ int src, dest, weight;};// a structure to represent a connected, directed and
    시험자료 | 3페이지 | 1,500원 | 등록일 2020.04.27
  • [전남대]운영체제과제 Homework #7
    order)? Which algorithm makes the most efficient use of memory? Assumption: there is no sorting ... (nanoseconds)6. Assume that you have a page-reference string for a process with m frames (initially all ... empty). The page-reference string has length p; n distinct page numbers occur in it. Answer these
    리포트 | 5페이지 | 1,000원 | 등록일 2018.08.10
  • 20071026154927 2007년자료구조중간고사
    Psuedo code를 작성하라. (20점)Algorithm size()return t + 1Algorithm isEmpty()return (t < 0)Algorithm pop ... ()Algorithm push(o)if t = S.length 1 thenthrow FullStackExceptionelset t + 1S[t] o7. Array로 구현된 Stack 또는 ... 클래스를 이용하여 string을 저장할 수 있는 ArrayStack object를 만들고 push(), pop()등의 method를 이용하여 본인의 이름과 학번을 저장하고 출력할 수
    리포트 | 3페이지 | 1,000원 | 등록일 2017.12.12
  • 자료구조및 알고리즘 LCS에대한 PPT
    ommon subsequence 이다 Longest common subsequence(LCS) Common subsequence 들 중 가장 긴 것 예 : bcba 는 string ... -LCS목차 개요 접근 방법 Recursive Algorithm Dynamic Program1. 개요 LCS 란 ? Longest Common Subsequence 로 최장 공통 ... bcdb 는 문자열 a bc b d a b 의 subsequence 이다 Common subsequence 의 예 bca 는 문자열 a bc bd a b 와 b d ca ba 의 c
    리포트 | 10페이지 | 1,500원 | 등록일 2017.10.15
  • kmp, 보이어 - 무어 알고리즘
    KMP 알고리즘 보이어-무어 알고리즘 KMP KMP 알고리즘 Knuth, Morris, Pratt string searching algorithm 패턴의 각 위치에 대해 매칭
    리포트 | 12페이지 | 1,500원 | 등록일 2017.03.23 | 수정일 2019.01.13
  • 중앙대학교 진동계측실험 A+ 리포트 - OPTIMIZATION 최적화 예비 보고서
    tring)유전자 (gene)특성 (feature)유전자 자리 (locus)문자열의 위치 (string position)대립 유전자 (allele)특성치 (feature value ... . Gradient descent 방법 )식 (3)에서lambda는 알고리즘의 수렴속도를 조절하는 조절하는 파라미터로서 step size 또는 learing rate라 불립니다.4 ... 방법의 또 다른 문제점은 해에 근접할수록|delf|가 0에 가까워지기 때문에 수렴속도가 느려진다는 것입니다. 그렇다고 수렴속도를 조절하는 step size 파라미터lambda를 너무
    리포트 | 5페이지 | 3,000원 | 등록일 2018.04.15 | 수정일 2020.06.11
  • 운영체제 컨셉 8장 연습문제
    have a page-reference string for a process with m frames (initially all empty). The page-reference s ... hexadecithose algorithms that suffer from Belady’s anomaly from those that do not.a. LRU replacementb. FIFO ... -replacement algorithms based on FIFO and LRU page-replacement schemes. Remember that since segments are not
    시험자료 | 5페이지 | 1,500원 | 등록일 2016.12.29
  • 오토마타이론 - cyk 알고리즘 구현
    To implement (a) in C, make string structure for convenient. And separate production rulesS->AB ... |aintoS, AB, aand save. Following the CYK algorithm process, compute V_11,V_22,…(V_ij,i=j). After
    리포트 | 3페이지 | 1,000원 | 등록일 2015.01.14
  • [시스템프로그래밍실습] 리눅스 명령어들을 수행하는 프로그램
    의 반환값으로 이용한다. 보통 종료 상태는 정상적 종료의 경우 0, 그렇지 않을 경우 다른 값을 사용하는데, 하위 8비트를 이용하므로 255까지 가질 수 있다.2. Algorithm s ... path.MAX_BUF is size of current directory path string.*/char buf[MAX_BUF];/*for user repeatedly ... [pathname] in getStr string.narg=getargs(getStr); //counting argumentif(narg==0) //if argument does not
    리포트 | 10페이지 | 2,000원 | 등록일 2015.06.19 | 수정일 2016.03.12
  • RM & EDF 스케줄링을 C언어로 구현
    #include #include < stdlib.h >#include < string.h >#include < math.h >#define MAX_BUFFER 10000 ... #defineready0#define wait1#defineRM0#define EDF1typedef struct Task *T_pointer;// 태스크 구조체 포인터struct Task ... {int num; //task 번호int T; //주기int C; //실행시간int priority; //우선순위int stat; //상태int C_time;//현재 주기에서 지난
    리포트 | 16페이지 | 5,000원 | 등록일 2013.06.06 | 수정일 2020.05.19
  • 데이터 구조 - Hash function
    keyvalue, 'i'. If hash[i] is empty, then we just copy the string from the text to thatspace and increase ... heck that if the string in that space is same withthe present word. If so, All we have to do is just ... those spaces. So I designed a method. First, we should matchthe word form the text with all string
    리포트 | 7페이지 | 1,000원 | 등록일 2011.06.26
  • 운영체제 9장 연습문제
    .b. Howmany page faults occur for your algorithm for the followingreference string, for four page ... for the page frame with the smallest counter.a. Define a page-replacement algorithm using this basic ... of page faults for an optimal pagereplacementstrategy for the reference string in part b with
    리포트 | 9페이지 | 1,000원 | 등록일 2010.09.29
  • CPU Schduler(결과보고서)
    ;int MaxDistance;ArrayList alRequest;ArrayList alResult = new ArrayList();public Disk_Algorithm(string}}}} ... 반환시간double dblAvrWaitT = 0.0; // 평균대기시간Random r = new Random(); // 종료시간랜덤에사용할변수string strAlgorithm ... = (string)cbAlgorithm.SelectedItem; // 선택한알고리즘Graphics g = panel1.CreateGraphics();panel1.Invalidate
    리포트 | 55페이지 | 1,000원 | 등록일 2010.12.22
  • 운영체제 연습문제 9장
    faults occur for your algorithm for the following reference string, with four page frames?1,2,3,4,5,3,4 ... 9.3A page-replacement algorithm should minimize the number of page faults. We can achieve this ... smallest counter.?a. Define a page-replacement algorithm using this basic idea. Specifically
    리포트 | 4페이지 | 1,000원 | 등록일 2010.09.29
  • Heuristic Routing
    accurate, that is they actually find the best solution, but the algorithm is still called heuristic ... one of the known methods, such as greediness, but in order to be easy and fast the algorithm ignores ... algorithms at all can be provided.In order to justify application of some heuristic algorithm we prove
    리포트 | 14페이지 | 4,000원 | 등록일 2009.09.16
  • 공인인증서 종류의 하나인 x.509에 대한 요약 정리본입니다.
    하고, 그 정보안에 있는 비트를 변환하가는 것을 포함하고 있어야 한다.암호화 과정에서 8진수 문자열을 입력으로 받아 single string의 비트 결과로 생성하는 것이 요구된다. 이 ... CertificateVersion 인증서의 버전을 나타냄Serial Number CA가 할당한 정수로 된 고유 번호Algorithm IDIssuerValidityNot BeforeNot ... 10001)Signature Algorithm: md5WithRSAEncryption93:5f:8f:5f:c5:af:bf:0a:ab:a5:6d:fb:24:5f:b6:59:5d:9d
    리포트 | 11페이지 | 2,000원 | 등록일 2010.05.27
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 08월 14일 목요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
8:57 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 캐시를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감