• 전문가 요청 쿠폰 이벤트
  • 통합검색(159)
  • 리포트(143)
  • 시험자료(11)
  • 논문(2)
  • 자기소개서(2)
  • 방송통신대(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"stack memory" 검색결과 61-80 / 159건

  • C로 구현한 스택, 큐, 정렬, 검색
    #include #include using namespace std;class memory{int stackflag, queueflag; //stack과 queue의 갯수를 세기 ... 위한 변수int tempflag; //stack과 queue의 갯수 임시 저장소.int positionnum; //자료가 가르키는 곳의 위치.typedef struct _node ... Search(int num); //그 자료형의 위치를 검색한다.void SelectMode(int num); //stack일 경우 100, queue일 경우 200void
    Non-Ai HUMAN
    | 리포트 | 2,000원 | 등록일 2010.06.19
  • operating system concepts 2장 연습문제
    하는 것이 불분명한 시나리오를 제시하라Answer: The virtual memory subsystem and the storage subsystemare typically ... systems allow files tobe mapped into the virtual memory space of an executing process. Onthe other ... pages that do not currently residein memory. Also, updates to the filesystem are sometimes bufferedin
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 3,000원 | 등록일 2011.10.26
  • [C언어]STACK 보고서 및 소스
    ; // 입력되는 값들의 순서를 위한 카운터의 선언 및 초기화int j;int num; //사용자가 입력할 정수형 숫자의 선언int *stack_memory; // 배열의 수소값 선언 ... stack_memory = (int *)malloc(200*sizeof(int)); //배열의 메모리를 동적할당으로 사용while(1){puts("\n네가지 중 원하는 기능을 입력 ... 의 첫번째 공간에 입력해야하므로 처음 시작시 tos를 0으로 변경stack_memory[tos]=num; //사용자 입력값을 메모리에 저장j=tos;do{ //do-while문
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,500원 | 등록일 2009.12.08
  • REALTIME OS
    ? overhead● Kernel : OS의 핵심부문context switching, task scheduling, memory management 등? scheduler ... 중단되어서는 안 되는 일련의 명령 혹은 코드의 블록으로, shared memory를 접근하는 부분에서는 중단이 되는 경우에는 그 결과를 보장할 수 없다. 이를 위해mutual ... 시키려면 task를 만들어야 한다. Task를 만들 때 필요한 중요 parameter는 stack, priority, time slice, preempt 등이 있다.- stack;어떤
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 1,000원 | 등록일 2011.07.05
  • 분산병렬처리 요점정리
    ? stack (쌓아논 것) : 컴퓨터에서는 RAM이 이에 해당 (RAM의 일부가 stack으로 할당)③ n : 1 → 빠른 처리 요구시, 가격이 비싸다④ n : m → Super ... ) : ~연산 (산술, 논리)? Process (처리) : Task수행 - s/w PGM? Embedded System : 작은 하드웨어속에 작은 소프트웨어가 들어가특수한 기능 ... 을 하는 것 ( H/W + S/W )? cpu : Alu : 산술, 연산기능Register : 저장기능Cu : 제어장치- 1970년도 IC (직접회로)로 인한 발전을 이룩- 2005년
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2011.07.06
  • The Simple Expression Tree
    evame way as in Prefix expressions.3. StackIn computer science, a stack is a last in, first out (LIFO ... ) abstract data type and data structure. A stack can have any abstract data type as an element, but ... of the list, hiding any items already on the stack, or initializing the stack if it is empty. The
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,000원 | 등록일 2010.10.09
  • 예비6
    ARegister FileUse for computation0X19 ~ 0x18Stack PointerUse for stack pointer0x17 ~0x00Special Function ... memory, as selected by the CCR. WR will go low for every external write, while WRL will go low only ... memory writes.17. BHE/WRH Bus High Enable or Write High output to external memory, as selected by the
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,500원 | 등록일 2011.06.01
  • Solution to find Golds in Maze
    of stack in data structure. The method investigate the eight neighbor cells in the clockwise and ... way, we should take appropriate action that returns to previous way. So, I used stack in source code ... remain in stackIn this program, what elements remain in stack is address mouse passes. However
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,000원 | 등록일 2010.10.09
  • posix_thread_prgramming_in_the_unix.
    만을새로 생성하고 텍스트는 공유한다.프로세서 간 통신:IPC( signal, pipe, fifo, semaphore, shared memory, socket등)을 사용 ... 다.전통적인 process 자료구조 :Process context + (data , code , stack ) ,process context = program context ... + user stack논리적 구조:Fork을 사용하여 Process를 복제해서 tree처럼 구조를 이룬다.구성:하나의 process는 여러 개의 thread를 가질수 있다.Os가 swap out 할 때 :Os가 swap out할 때 process 단위로 이루어 진다.
    Non-Ai HUMAN
    | 리포트 | 45페이지 | 5,000원 | 등록일 2009.12.16
  • 윈도우 유닉스 차이
    을 보조 기억 장치로 교체 스택(stack), 큐 관리 최초 적격(first-fit) 전략에 의한 수행운영 체제사용자 공간프로세스 1프로세스 2교체로 내보냄교체로 들여 보냄First ... 시스템sLowest Memory Addresses데이터 세그먼트는 프로그램 코드 다음에서 시작되고 프로그램이 요청할 때마다 상위 메모리 영역으로 할당된다. 스택 세그먼트는 가장 상위 ... Poolpaged PoolDirectly Mapped AddressesPaged(user accessible memory)상위 메모리하위 메모리사용자는 접근 가능한 메모리는 page
    Non-Ai HUMAN
    | 리포트 | 21페이지 | 1,000원 | 등록일 2011.10.19
  • Package Treand와 접착제
    Flex type)CSP(chip scale package) and stacked CSP6.반도체용 접착제의 용도 및 특성1. 반도체와 접착제1960년대에 세라믹 package ... 나 다. 이와같은 현 package trend의 일환으로 한층 진보된 package중의 하나가 stacked CSP이다. 즉 chip위에 chip을 하나더 실장한것으로 거의 같은 c ... hip size의 package안에 기존보다 훨씬 많은 용량을 실장할수 있게된것이다. 아래는 stacked CSP의 단면도를 보여준다.그림 3. Stacked CSP의 단면도 그림
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 2,000원 | 등록일 2011.11.25
  • 펜티엄 CPU instruction의 종류와 수행과정
    in floating-point instructions when one of the operands is ST(i) fromthe FPU register stack.rel8 - ... byte operand in memory, pointed to by the DS:(E)SI or ES:(E)DI registers.Used with the string ... :(E)DI registers.Used only with the string instructions.m32 -- A doubleword operand in memory, pointed
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 2,000원 | 등록일 2009.07.04
  • ARM7 특징 및 구조
    Mode가 있다. User Mode는 표준 사용자 mode라고 부르며, 나머지 6개 Mode는 Privileged mode라고 분류된다. 각각의 mode 마다 따로 stack ... point가 존재 한다. (User & system mode는 같은 stack을 사용)※ privileged mode- IRQ나 FIQ 등의 interrupt의 사용 유무를 직접 ... 처리, 적은 명령어로 속도가 cisc보다 빠르다.2) Big / Little endian mode 지원- 인텔 계열의 CPU에서 memory에 여러 byte를 저장할 때, 하위
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2010.03.09
  • AVR과 8051의 차이점
    Status Word) 그 외의 CPU 레지스터 - B레지스터 - 스택 포인터 (stack pointer) 2종류의 메모리 (데이터 메모리, ROM, EPROM) I/O포트1325 ... ) * 내부 1/7~1/8분주16MHZ (실제 16Mips) * 내부 분주 없음명령어의 개수약 120개약 130개메모리Flash memory : 128KFlash memory
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 1,000원 | 등록일 2010.10.14 | 수정일 2014.01.10
  • 운영체제의 설계
    Access Memory OS Memory 하드디스크 RAM ROM USB Program Layout In Memory text data bbs heap stack{nameOfApplication=Show} ... 운영체제의 설계OS Software Hardware I/O MemoryOS I/O Int moniter (void) { Printf (“% S”_get ) ; Return 0
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 1,000원 | 등록일 2009.05.13
  • C언어 링크를 이용한 스택구현 (C Language Linked Stack)
    #include #include #include #define ON 1#define OFF 0typedef struct stack{int data;struct stack ... data,stackNode *top_pos) {stackNode temp;temp=(stackNode) malloc(sizeof(struct stack));if(temp) {temp ... ->data= data;temp->next= *top_pos;*top_pos= temp;}else printf(" Memory overflow \n");}int pop(s
    Non-Ai HUMAN
    | 리포트 | 1,000원 | 등록일 2008.05.22
  • 전기전자응용실험 Chapter 6, 7 80C196KC Microcontroller Pre-report
    tack, and jump to the interrupt service routine. There are two types of interrupt in 80C196KC, that ... 20MHz operating frequency, 28 interrupt sources and 16 vectors. It has a 232-byte register files ... -bit data input/output mode basically. However in sometimes, several ports perform different tasks in
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,500원 | 등록일 2012.08.05
  • ARM9 의 특징및 구조,
    r13은 일반적으로 stack point(이하 SP)로 사용하며, register r14는 함수 호출(BL 또는 BLX instruction 사용) 시 복귀할 주소를 저장 ... ARM 9 Processor1. 특징1) ARM7 core의 성능을 개선2) 5단계 Pipeline : Fetch, Decode, Execute, Memory, Write ... 어서 instruction pipe에 옮긴다.Decode : 명령어를 해독해서 다음 단계에서 필요로 하는 제어 신호들을 생성한다Execute : 명령어를 실행한다.Memory : data memory
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 5,000원 | 등록일 2010.03.09
  • DRAM과 Flash memory에 관련하여 영어로 정리하였습니다.
    (DRAM)- The non-volatile Flash Memory cell2. DRAM- The structure of DRAM- Principle of operation of ... DRAM- Next DRAM cells3. Flash Memory- The structure of Flash Memory- Principle of operation of Flash ... . IntroductionThere are three of the most important types of semiconductor memory cells : the Static Random
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,500원 | 등록일 2008.05.14
  • 시스템콜 구현, 쉘 프로그래밍 : vfork() 구현 - Adding Process (65page)
    null pointer if there isn't enough memory.*/static struct Kernel_Thread* Create_Thread(int priority ... page each for the thread context* object and the thread's stack.*/kthread = Alloc_Page();if (kthread ... != 0)stackPage = Alloc_Page();/* Make sure that the memory allocations succeeded. */if (kthread == 0
    Non-Ai HUMAN
    | 리포트 | 65페이지 | 3,000원 | 등록일 2009.03.27
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 04월 18일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
9:46 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감