|
#include<iostream>
#include<fstream>
#include<string>
using namespace std;
class Node
{
friend class NodeList; //링크드 리스트를 위해서 프렌드 이용
friend class SellNode;
private:
string date;
string brand;
string model;
int value;
Node *next;
int count;
publ
|
- 페이지 10페이지
- 가격 1,300원
- 등록일 2007.04.30
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
//이중 링크드 리스트를 이용하여 이름과 점수를 입력받아
//삽입, 삭제와 정렬을 할수 있게 만들었었니다.
#include \"stdio.h\"
#include \"stdlib.h\"
#include \"string.h\"
struct node {
char name[12]; //이름을 저장할 배열
int score; //점수를 저장할 변
|
- 페이지 10페이지
- 가격 1,000원
- 등록일 2006.10.23
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
리스트 구조
-다중 리스트는 각 보조키(인덱스)마다 각각 링크드 리스트로 구성하는 다중 리스트 파일을 유지하는 구조로서, 인덱스 엔트리가(키값, 하나의 레코드에 대한 포인터) 쌍으로 구성되며, 각 킷값에 대한 엔트리로 그 킷값을 가지고
|
- 페이지 28페이지
- 가격 3,000원
- 등록일 2010.05.11
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
삽입시 재 배열해 주는 방법이다. 이것의 구성은 배열과 링크드 리스트를 이용한 방법이 있다.
4. 프로그램 Diagram
파일 입출력 관리함수
void file_manage(void)
스트링 분석 Loop
judge analysis_token(char *temp)
J 입력시
void case_job(job_pointer *jhead)
Available list
|
- 페이지 7페이지
- 가격 1,300원
- 등록일 2002.07.06
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
list]
[Debug]
d_linkedlist.c
d_linkedlist.idc
d_linkedlist.vcproj
d_linkedlist.vcproj.supp-PC.supp.user
[Debug]
d_linkedlist.exe
d_linkedlist.ilk
d_linkedlist.pdb
d_linkedlist.ncb
d_linkedlist.sln
d_linkedlist.suo
더블삭제및예외.png
더블삽입.png
|
- 페이지 10페이지
- 가격 1,500원
- 등록일 2010.04.21
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|