当前课程知识点:Embedded Software Design >  Chapter 7-1 File Director >  7.1 The Attributes of Files >  7.1 The Attributes of Files

返回《Embedded Software Design》慕课在线视频课程列表

7.1 The Attributes of Files在线视频

下一节:7.1 The Attributes of Files

返回《Embedded Software Design》慕课在线视频列表

Embedded Software Design课程列表:

Chapter 1 Overview

-1.1 The Overview of Embedded System

--1.1 The Overview of Embedded System

--1.1 The Overview of Embedded System

--Code of the course

-1.2 The Overview of Embedded Software Design

--1.2 The Overview of Embedded Software Design

--1.2 The Overview of Embedded Software Design

-Chapter 1 test Overview

Chapter 2 Overview of Embedded C Programming

-2.1 Software Architecture

--2.1 Software Architecture

--2.1 Software Architecture

-2.2 The Object Orientation of C

--2.2 The Object Orientation of C

--2.2 The Object Orientation of C

-2.3 Chinese Character Processing

--2.3 Chinese Character Processing

--2.3 Chinese Character Processing

-2.4 Screen Operation

--2.4 Screen Operation

--2.4 Screen Operation

-2.5 Input Event

--2.5 Input Event

--2.5 Input Event

-Chapter 2 test Overview of Embedded C Programming

Chapter 3 ARM C Program Optimization

-3.1 The Thought of Code Optimization

--3.1 The Thought of Code Optimization

--3.1 The Thought of Code Optimization

-3.2 Data Type Selection for Variable

--3.2 Data Type Selection for Variables

--3.2 Data Type Selection for Variable

-3.3 Optimizing a Loop Executed in a Fixed Number of Times

--3.3 Optimizing a Loop Executed in a Fixed Number of Times

--3.3 Optimizing a Loop Executed in a Fixed Number of Times

-3.4 Optimizing a Loop Executed in an Unfixed Number of Times

--3.4 Optimizing a Loop Executed in an Unfixed Number of Times

--3.4 Optimizing a Loop Executed in an Unfixed Number of Times

-3.5 Loop Unrolling

--3.5 Loop Unrolling

--3.5 Loop Unrolling

-3.6 Pointer Aliasing

--3.6 Pointer Aliasing

--3.6 Pointer Aliasing

-3.7 Struct

--3.7 Struct

--3.7 Struct

-Chapter 3 ARM C Program Optimization

Chapter 4 The Linux Operating System

-4.1 The Introduction to Linux

--4.1 The Introduction to Linux

--4.1 The Introduction to Linux

-4.2 The shell of Linux

--4.2 The shell of Linux

--4.2 The shell of Linux

-4.3 The Basic Operations of Linux

--4.3 The Basic Operations of Linux

--4.3 The Basic Operations of Linux

-4.4 The Network Commands of Linux

--4.4 The Network Commands of Linux

--4.4 The Network Commands of Linux

-Chapter4 The Linux Operating System

Chapter 5-1 Linux C Programming Toolchain

-5.1 The Overview of the Toolchain

--5.1 The Overview of the Toolchain

--5.1 The Overview of the Toolchain

-5.2 Editor vi

--5.2 Editor vi

--5.2 Editor vi

-5.3 The Overview of gcc

--5.3 The Overview of gcc

--5.3 The Overview of gcc

-5.4 The Usage of gcc

--5.4 The Usage of gcc

--5.4 The Usage of gcc

-5.5 The Introduction to gdb

--5.5 The Introduction to gdb

--5.5 The Introduction to gdb

-Section 5-1 test Linux C Programming Toolchain

Chapter 5-2 Makefile

-5.6 The Working Principle of Makefile

--5.6 The Working Principle of Makefile

--5.6 The Working Principle of Makefile

-5.7 Makefile Instance Analysis

--5.7 Makefile Instance Analysis

--5.7 Makefile Instance Analysis

-5.8 Makefile Design

--5.8 Makefile Design

--5.8 Makefile Design

-5.9 A Comprehensive Instance of Makefile

--5.9 A Comprehensive Instance of Makefile

--5.9 A Comprehensive Instance of Makefile

-Chapter 5-2 test Makefile

Chapter 6 Construction of Embedded Software Platform

-6.1 Linux-based Embedded Platform

--6.1 Linux-based Embedded Platform

--6.1 Linux-based Embedded Platform

-6.2 BootLoader

--6.2 BootLoader

--6.2 BootLoader

-6.3 Application Design Process

--6.3 Application Design Process

--6.3 Application Design Process

-Chapter 6 test Construction of Embedded Software

Chapter 7-1 File Director

-7.1 The Attributes of Files

--7.1 The Attributes of Files

--7.1 The Attributes of Files

-7.2 File Operation

--7.2 File Operation

--7.2 File Operation

-7.3 Examples of File Operation

--7.3 Examples of File Operation

--7.3 Examples of File Operation

-7.4 The Operations on Directories

--7.4 The Operations on Directories

--7.4 The Operations on Directories

-7.5 Obtaining a Directory List

--7.5 Obtaining a Directory List

--7.5 Obtaining a Directory List

Chapter 7-2 Memory

-7.6 Memory Mapping

--7.6 Memory Mapping

--7.6 Memory Mapping

-7.7 An Example of Memory Mapping

--7.7 An Example of Memory Mapping

--7.7 An Example of Memory Mapping

-Chapter 7 test File Directory and Memory

Chapter 8-1 Processes

-8.1 Process Creation

--8.1 Process Creation

--8.1 Process Creation

-8.2 The Way to Start a Program in a Process

--8.2 The Way to Start a Program in a Process

--8.2 The Way to Start a Program in a Process

-8.3 Waiting for a Process to End

--8.3 Waiting for a Process to End

--8.3 Waiting for a Process to End

Chapter 8-2 Threads

-8.4 The Introduction to Threads

--8.4 The Introduction to Threads

--8.4 The Introduction to Threads

-8.5 An Example of Multithreading Programming

--8.5 An Example of Multithreading Programming

--8.5 An Example of Multithreading Programming

-8.6 Thread Synchronization

--8.6 Thread Synchronization

--8.6 Thread Synchronization

-8.7 The Attribute of a Thread

--8.7 The Attribute of a Thread

--8.7 The Attribute of a Thread

-Chapter 8 test Processes and Threads

Chapter 9 Signals

-9.1 The Introduction of Signals

--9.1 The Introduction of Signals

--9.1 The Introduction of Signals

-9.2 Sending and Capturing Signals

--9.2 Sending and Capturing Signals

--9.2 Sending and Capturing Signals

-9.3 A More Robust Signal Programming Interface

--9.3 A More Robust Signal Programming Interface

--9.3 A More Robust Signal Programming Interface

-9.4 Signal Set Processing

--9.4 Signal Set Processing

--9.4 Signal Set Processing

-Chapter 9 test Signals

Chapter 10 Interprocess communication

-10.1 Unnamed Pipe

--10.1 Unnamed Pipe

--10.1 Unnamed Pipe

-10.2 Named Pipe

--10.2 Named Pipe

--10.2 Named Pipe

-10.3 Semaphore Introduction

--10.3 Semaphore Introduction

--10.3 Semaphore Introduction

-10.4 An Example of Semaphores

--10.4 An Example of Semaphores

--10.4 An Example of Semaphores

-10.5 The Introduction to Shared Memory

--10.5 The Introduction to Shared Memory

--10.5 The Introduction to Shared Memory

-10.6 An Example of Shared Memory

--10.6 An Example of Shared Memory

--10.6 An Example of Shared Memory

-10.7 The Introduction to Message Queues

--10.7 The Introduction to Message Queues

--10.7 The Introduction to Message Queues

-10.8 An Example of Message Queue

--10.8 An Example of Message Queue

--10.8 An Example of Message Queue

-Chapter 10 test Interprocess communication

Chapter 11 Sockets

-11.1 Socket Introduction

--11.1 Socket Introduction

--11.1 Socket Introduction

-11.2 A Socket Programming Example

--11.2 A Socket Programming Example

--11.2 A Socket Programming Example

-11.3 The Interface Functions of Sockets

--11.3 The Interface Functions of Sockets

--11.3 The Interface Functions of Sockets

-11.4 Network Socket

--11.4 Network Socket

--11.4 Network Socket

-11.5 Access the System Service

--11.5 Access the System Service

--11.5 Access the System Service

-11.6 Multi-Client Programming

--11.6 Multi-Client Programming

--11.6 Multi-Client Programming

-Chapter 11 test Sockets

Chapter 12-1 Module and Driver

-12.1 The Introduction to Kernel Modules

--12.1 The Introduction to Kernel Modules

--12.1 The Introduction to Kernel Modules

-12.2 The Design of Kernel Modules

--12.2 The Design of Kernel Modules

--12.2 The Design of Kernel Modules

-12.3 The Introduction to Linux Device Drivers

--12.3 The Introduction to Linux Device Drivers

--12.3 The Introduction to Linux Device Drivers

-12.4 The Important Data Structures of Drivers

--12.4 The Important Data Structures of Drivers

--12.4 The Important Data Structures of Drivers

-12.5 An Instance of a Virtual Character Device Driver

--12.5 An Instance of a Virtual Character Device Driver

--12.5 An Instance of a Virtual Character Device Driver

-Chapter 12-1 test Module and Driver

Chapter 12-2 The Example of Driver

-12.6 Buzzer driver

-12.7 Interrupt Key Driver Program

-12.8 Keyboard Driver

-Chapter 12-2 test The Example of Driver

Final exam

-Final exam

7.1 The Attributes of Files笔记与讨论

也许你还感兴趣的课程:

© 柠檬大学-慕课导航 课程版权归原始院校所有,
本网站仅通过互联网进行慕课课程索引,不提供在线课程学习和视频,请同学们点击报名到课程提供网站进行学习。