搜索资源列表
mmuos
- 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
ad_DCT
- verilog 编程 有测试文档 基于查表结构实现 离散余弦变换dct 来源:opencores -Verilog Programming is based on the test documents Lookup structure for a discrete cosine transform Extra Source : opencores
PinYin_InputMethod_C51
- 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
zhineng
- 智能IC卡燃气表控制系统里的工作是在软件支持下完成各项功能的,本装里的软件采用单片机的汇编语言编写,由于汇编语言编写的程序,结构紧凑,效率高,程序全部固化在AT89C51单片机的程序存储器中-smart card gas meter control system of the work is the software support from the various functions, Lane installation of the software used MCU is written
slist
- 1、链接存储方法 链接方式存储的线性表简称为链表(Linked List)。 链表的具体存储表示为: ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的) ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存储指示其后继结点的地址(或位置)信息(称为指针(pointer)或链(link)) 注意: 链式存储是最常用的存储方式之一,它不仅可用来表示线性表,而且
lcd
- 在cygnal020开发板下的lcd(菜单)部分显示程序设计,利用数据表的结构,将菜单设计方法简化,便于菜单项修改。但是占用存储空间较大。
数字万用表电路图集
- 数字万用表电路图集收集了各类数字万用表的的电路图,结构说明!--It collects circuit diagrams of various digital multimeter and structure explanation.
thread
- 线程池里所有运行和等待的任务都是一个CThread_worker 由于所有任务都在链表里,所以是一个链表结构 -Thread pool and wait for all the tasks are running a CThread_worker Since all tasks are in the linked list, it is a linked list structure
FPGA.rar
- 关于FPGA查找表内部结构的介绍,对查找表的建立与使用也有初步讲解 ,FPGA lookup table on the internal structure, the look-up table for the establishment and initial on the use of
070403
- 电压表,电流表的C语言程序,可供工程师参考,学习程序的框架结构-Voltage meter, ammeter the C language program for engineers refer, learning procedures framework
haxi
- 数据结构课程设计 哈希表的创建和实现 c语言源码 文字注解等 适合正在学习数据结构的人士参考学习-Curriculum design data structure hash table creation and the realization of c language source text notes, etc. are learning the data structure suitable for those who study
shujujiegoukechengsheji1
- 单链表的基本操作和栈的运算,平衡二叉树的生成为题目的数据结构课程设计。有详细的文字说明和源代码。-Single list of the basic operations and stack operations, balanced binary tree data structures of Health to become the subject curriculum design. A detailed written instructions and source code.
fenbushisuanfa
- 分布式算法在20多年前被首次提出,但直到Xilinx发明FPGA的查找表结构以后,分布式算法才在20世纪90年代初重新受到重视,并被有效地应用在FIR滤波器的设计中。 分布式算法是基于查找表的一种计算方法,在利用FPGA实现数字信号处理方面发挥着重要的作用,可以大大提高信号的处理效率。它主要应用于数字滤波、频率转换等数字信号处理的乘累加运算。 -see up
C_linked_list_data
- C语言实现数据结构的链表,介绍链表的数据结构及基本的算法-C language linked list data structures, linked list data structure and introduces the basic algorithm
SPICE_demo
- SPICE演示讲稿,SPICE的概述 SPICE的网表结构 SPICE的部分语法 电路设计的基本流程 -Demonstration speech SPICE, SPICE overview of SPICE netlist syntax structure of SPICE circuit design part of the basic process
UseBitmap.zip
- 摄像头测试,完成摄像头表结构自动生成SQL CE数据库;把sql server数据表导入到sql ce数据表中。,Model driven integration using CIM for utility control centers.
wince-registry-structure-introduced
- wince注册表结构介绍 wince registry structure introduced-wince registry structure introduced
JinChenDiaoDu
- 设计进程控制块PCB表结构,适用于多级队列反馈调度算法。-Design process control block PCB table structure for multi-level feedback queue scheduling algorithm.
JinChenDiaoDu
- 设计进程控制块PCB表结构,适用于多级队列反馈调度算法。-Design process control block PCB table structure for multi-level feedback queue scheduling algorithm.
llist
- 一个简单的链表结构C语言 希望对大家有帮助-A simple list structure we hope to help