搜索资源列表
ColorLookup
- 1. 文件包括vc工程全部文件和一个ReadMe及一个exe示例程序 2 工程名叫做ColorLookup 3 软件名称及版本:颜色常量查看器。1.0版 4 项目背景:制作用户界面时(如写一个编辑器)常需要丰富的颜色但又不知其RGB值,本软件可以完成此任务 5 功能点:(1)方便显示256 * 256 *256 种颜色。(2)显示方式为分页显示。每页显示一定数目的颜色。 (3)用户可以方便的转跳到任意一页。 (4)用户可以指定相邻颜色值之差(及不必显示所以颜色,只显示主
k-search2
- 一个功能强大的搜索系统,具有无限级的分类功能,对每一个分类生成静态分类目录,大大减轻了服务器负担 v2.1版本重新编写了程序代码,优化了程序结构,增强了多个功能,使系统更稳定、速度更快,添加了静态目录的分页功能、相关搜索功能(关键词统计)、批量删除分类、网站功能 -a powerful search system with unlimited levels of functional classification, a classification of each generation
分页函数
- 本函数是一个可以公共调用的分页函数, 功能完善,容易学习。 -This function is a public can call the paging function, complete functions, easy to learn.
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
请求分页存储管理方式
- 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
staticpages
- 静态分页管理模拟系统 模拟操作系统的静态分页管理系统,实现了位视图、请求表、页表等数据结构,实现了地址转换功能-static simulation system simulation operating system static page management system that the position of view, the request table on page questionnaire data structure to achieve the NAT function
25175school28a
- 学生成绩管理系统 1.添加单个成绩 2.批量添加成绩 3.通过搜索并修改与删除 4.直接修改 5.可以批量删除 6.可以直接GO到达你想到达的页 7.分页显示 8.代码精简 9.整合部分重复代码 10.输入学号与密码就可查询自己成绩,增加班级,增加学期,增加类型, 11.按学号查询与按班级查询-students a performance management system. Add two individual achievements. Batc
vmm
- 请求分页存储管理方式的模拟实现,包括相应的说明文件-request tabbed storage management methods to achieve the simulation, including the corresponding notes
ISD2560P
- 一个可分页存储语音的高性能芯片,里面可以分段存储多达十多段短语音-tabbed storage can be a voice of high-performance chips that can store up to more than 10 sub-paragraph short voice
分页式管理
- 操作系统实验 分页式存储管理-experimental operating system paging storage management
分页存储管理的模拟实验上机报告
- 分页存储管理的模拟实验上机报告-tabbed storage management simulation experiments on the plane report
CWingEditorTest
- fckeditor文本编辑器,加上了自定义分页功能!-fckeditor text editor, plus a custom page feature!
DBGrid2ExcelNEW
- DBGrid2Excel.pas文件中是一个函数,只需将该文件加到你的工程里,引用一下,然后直接调用DBGridToExcel函数即可。 这个DBGridToExcel函数支持几乎无限的记录,它会自动分页(Sheet),所以这下导出时不用担心记录太多,速度也比较快。 -DBGrid2Excel.pas file is a function, simply add the file to your project, the reference to it, then you can di
netpath
- 在界面显示一个漂亮的路径,或者分页。非常好哟-In the interface displays a beautiful path, or paging. Very good yo
Basic-paging-management-reports
- 这是一个操作系统系统方面的资源,主要功能是实现基本分页存储管理,里面含有源代码+详细实验报告及相应的运行过程,希望对各位有所帮助。-This is an operating system, system resources, the main function is to achieve the basic storage management page, which contains the source code+ detailed lab report and the correspond
fenyeguanli
- 操作系统内存分页管理,有效实现操作系统内存的分页管理。-failed to translate
fenye
- 实现操作系统中基本分页算法的变成模拟,包括查看页表和回收分配物理块的功能-To achieve the basic operating system paging algorithms into simulation, including viewing the page table allocation and recovery of physical function of the block
fenye5
- 易语言Access多条件分页源码例程程序结合易语言扩展界面支持库,调用API函数实现Access数据库多条件分页显示记录。 Easy language Access multi condition paging source routine procedures combined with easy language extensions interface support library, call the API function to achieve Access database mu
FIFO请求分页式算法
- 分页式虚拟存储系统是吧作业信息的副本存放在磁盘上,当作业被选中时,可把作业的开始几页装入主存且启动执行。(A paged virtual storage system is where copies of the job information are stored on disk. When the job is selected, you can load the start pages of the job into the main memory and start the execut
数据库分页
- java web动态连接数据库对数据库里面的数据进行分页展示