搜索资源列表
Embedded_FAT_File_System_for_AVR_Memory_Stick
- < AVR_U盘嵌入式FAT文件系统> 文件介绍了AVR Memory Stick嵌入式中实现类似操作系统的FAT文件管理系统,这些内容主要包括,文件系统的命名规范,文件寻址路径规范,文件系统核心数据结构的定义,文件系统读写类函数原型的定义。
dongshou3-5
- 动手写操作系统,不错的代码,大家可以下下来看看,是意识怎么样?-to write operating systems, good code, we can see down under, is the sense of how kind?
1123
- 10分钟完成的操作系统 - 《自己动手写操作系统》--1
1234
- 10分钟完成的操作系统 - 《自己动手写操作系统》 - 2
CWriterReader
- C实现的操作系统的读者写者问题,一份报告,包括代码。
Windriver__五分钟学会写设备驱动程序
- 谁必须用WinDriver? 1. 硬件开发者--用这个驱动程序向导来快速测试你的新硬件。 2. 软件开发者 --用这个驱动程序向导来 产生设备驱动代码驱动你的硬件。用 WinDriver 工具来检测和调试 你的驱动程序。. WinDriver支持哪个操作系统? 1. WinDriver现在支持 Windows 95, 98, NT, 2000, Windows CE, Linux, Solaris和 VxWorks. 检查一下 RFTech 网址看看在操作系统支持上是否有新的升
智能卡教程资料
- 智能(CPU)卡技术 4.1 实训6:CPU卡的设定与读写操作 4.2 CPU卡概述 4.2.1 CPU卡的概念 4.2.2 CPU卡的硬件构成 4.2.3 CPU卡软件 4.2.4 CPU卡的操作系统(COS) 4.2.5 CPU卡的特点 4.3 典型智能卡芯片 4.3.1 MC68HC05SC系列芯片剖析 4.3.2 芯片安全的实现 4.4 卡操作系统COS 4.4.1 COS的体系结构 4.4.2 COS的功能模块 4.4.3 CPU卡操作系统的信息结构 4.4
在VMWare上安装VxWorks操作系统
- 嵌入式系统的调试方法一般为通过PC(宿主机)上的集成开发环境交叉编译针对特定电路板(目标机)的程序,然后将程序通过目标板的 JTAG、串口或网口等途径下载到目标板上运行。如图1。因此,为了构造一个嵌入式系统的学习环境,拥有一块包含CPU、存储器及I/O电路(构造计算机系统)的目标电路板往往是必要的。虽然许多集成开发环境附带模拟软件,但仅限于指令集的模拟,均无法模拟物理的目标机硬件平台,因而在其上只能进行应用程序的象征性模拟开发。但是,并非所有人都能拥有一块物理的电路板。在这种情况下,我们如何构造
关于linux下文件编译的方法
- 摘 要: 本文主要阐述了关于linux下文件编译的方法以及vim编辑器的配置,并介绍了linux下热门开发工具。 关 键 词: vim配置与使用;linux文件编译;linux下热门开发工具 引 言: 1.一般拿到新的服务器都需要自己配置一下vim的环境,要不觉得总是不是很顺手。本文介绍了vim的基本配置以及一些个性化配置,用户可根据自己喜好及习惯自由配置;2.介绍了Linux文本编译的常用编译命令选项和多源文件编译方法,使读者对linux下文件编译有一个直观的了解;3.介绍了常用linux下开
stmemory
- 存储管理,操作系统的一个存储管理模拟程序,是C写的 -Storage Management
chapter1
- 自己动手写操作系统的源代码第一章。详细介绍了操作系统从零开始编写的教程的源代码。(后续部分继续上传)-Yourself to write the first chapter of the operating system source code. Details of the operating system written from scratch tutorial source code. (Follow-up section to upload)
chapter2
- 自己动手写操作系统的源代码第二章。详细介绍了操作系统从零开始编写的教程的源代码。(后续部分继续上传)-Yourself to write the second chapter of the operating system source code. Details of the operating system written from scratch tutorial source code. (Follow-up section to upload)
chapter3
- 自己动手写操作系统的源代码第三章。详细介绍了操作系统从零开始编写的教程的源代码。(后续部分继续上传)-Yourself to write the operating system source code chapter. Details of the operating system written from scratch tutorial source code. (Follow-up section to upload)
chapter4
- 自己动手写操作系统的源代码第四章。详细介绍了操作系统从零开始编写的教程的源代码。(后续部分继续上传)-Yourself to write the operating system source code chapter. Details of the operating system written from scratch tutorial source code. (Follow-up section to upload)
chapter5
- 自己动手写操作系统的源代码第一章。详细介绍了操作系统从零开始编写的教程的源代码。(后续部分继续上传)-Yourself to write the first chapter of the operating system source code. Details of the operating system written from scratch tutorial source code. (Follow-up section to upload)
chapter6
- 自己动手写操作系统的源代码第六章。详细介绍了操作系统从零开始编写的教程的源代码。(后续部分继续上传)-Yourself to write the operating system source code Chapter VI. Details of the operating system written from scratch tutorial source code. (Follow-up section to upload)
chapter7
- 自己动手写操作系统的源代码第七章。详细介绍了操作系统从零开始编写的教程的源代码。(后续部分继续上传)-Yourself to write the source code of the operating system of Chapter VII. Details of the operating system written from scratch tutorial source code. (Follow-up section to upload)
4
- 第4章 智能(CPU)卡技术 4.1 实训6:CPU卡的设定与读写操作 4.2 CPU卡概述 4.2.1 CPU卡的概念 4.2.2 CPU卡的硬件构成 4.2.3 CPU卡软件 4.2.4 CPU卡的操作系统(COS) 4.2.5 CPU卡的特点 4.3 典型智能卡芯片 4.3.1 MC68HC05SC系列芯片剖析 4.3.2 芯片安全的实现 4.4 卡操作系统COS 4.4.1 COS的体系结构 4.4.2 COS的功能
How-to-Program-in-CPP
- “MFC的前言”曾经辉煌一时的编程语言工具开发软件商Borland公司在今年4月份更名为Inprise公司,对于广大忠实的Borland追随者来说,这可不是一个好消息。在Dos编程时代Turbo Pascal,Borland C++是最好的开发工具,Borland公司也曾名列美国五大软件公司之列,可到了Windows时代,微软凭借操作系统的优势终于占了统治地位,Borland的大批人员也跳槽加入了微软(Borland Delphi的主设计师成了Microsoft Visual J++的项目负责人
Computer-Organization
- 计算机组成与体系结构 课程设计报告 1. 实验目的 1 加深计算机组成体系与结构课程的学习。 2 通过阅读《Orange s 一个操作系统的实现》来了解操作系统的基本结构。 3 自己动手写操作系统,通过操作系统运行状况来学习计算机的体系工作情况。 - Computer Organization and Architecture Curriculum design 1 purpose of the experiment A better c