搜索结果
找到约 69 项符合
OPT 的查询结果
按分类筛选
数据结构 图论:最短路径算法实现 Graph.gph GraphBFS.h GraphM.h GraphOpr.h Queue.h sample.gph ShortPth.cpp ShortPt
图论:最短路径算法实现
Graph.gph
GraphBFS.h
GraphM.h
GraphOpr.h
Queue.h
sample.gph
ShortPth.cpp
ShortPth.dsp
ShortPth.dsw
ShortPth.ncb
ShortPth.opt
ShortPth.plg
书籍源码 光学设计软件zemax源码: This DLL models an nular aspheric surface as described in: "Annular surfaces in
光学设计软件zemax源码:
This DLL models an nular aspheric
surface as described in:
"Annular surfaces in annular field systems"
By Jose M. Sasian
Opt. eng. 36 (12) P 3401-3401 December 1997
This surface is essentially an odd aspheric surface with an offset in the aspheric terms.
The sag is given b ...
操作系统开发 PAGES3完成了程序的 基本框架
PAGES3完成了程序的 基本框架,FIFO()除了命中和置换情况外基本完成,但是修改位示图的子函数 出现问题,得不到正确的行数和列数,有时更改不了0
PAGES4修正了3中的问题,完成FIFO()
PAGES5修正了FIFO()中执行置换时未将位示图中的对应块置0
PAGES6完成了LRU()
PAGES7优化了界面,修正了切换算法后访问次数与上次算法相连的 ...
单片机开发 单片机对eeprom源程序和头文件 ** PROJEKT, bestehend aus 4 Teilen *** ** Write_EEPROM ** Write_EEPROM.Uv2
单片机对eeprom源程序和头文件
** PROJEKT, bestehend aus 4 Teilen ***
** Write_EEPROM **
Write_EEPROM.Uv2
i2c_DEF.h
tst_I2C.c
Write_EEPROM.Opt
Globals.h
** Chip_Inc **
16550.h
81C90.h
phyCORE_591.h
LAB537.h
MCB517AC.h
PCF8584.H
CM517A.h
PIO_8255.h
RTC72421.h
DEF_BOARDS.H
MOD515.h
I2c_Chip_Lib.h
* ...
Java编程 We have a group of N items (represented by integers from 1 to N), and we know that there is some tot
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparis ...
其他嵌入式/单片机内容 pcf8584应用实例
pcf8584应用实例,*** PROJEKT, bestehend aus 3 Teilen ***
** PCF8584 **
PCF8584.Opt
i2c_DEF.h
PCF8584.Uv2
PCF8584_lib.c
PCF8584_lib.h
ringbuf.h
ringbuffer.c
test.ini
tst_I2C.c
Globals.h
** Chip_Inc **
16550.h
81C90.h
phyCORE_591.h
LAB537.h
MCB517AC.h
PCF8584.H
CM517A.h
PIO_8255.h
RTC72421.h
DEF_B ...
Linux/Unix编程 操作系统实验(LINUX): 设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OP
操作系统实验(LINUX):
设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率.
(1) 进先出的算法(FIFO)
(2) 最近最少使用的算法(LRU)
(3) 最佳淘汰算法(OPT)
(4) 最少访问页面算法(LFU)
(5) 最近最不经常使用算法(NUR)
命中率=(1-页面失效次数)/页地址流长度 ...
数学计算 用VC++实现了基因遗传算法
用VC++实现了基因遗传算法,可以通过该程序进行基因算法仿真,编译前先删除.ncb 和.opt文件,再重新编译运行。
操作系统开发 演示几种存储控制器的算法
演示几种存储控制器的算法,fifo,lru,nur,opt
操作系统开发 操作系统课程设计《页面置换算法》
操作系统课程设计《页面置换算法》,内含设计文档。
设计要求为:作业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,如果所访问的指令已在内存,则显示其物理地址,并转下一条指令。如果所访问的指令还未装入内存,则发生缺页,此时需要记录缺页的次数,并将相应页调入内存。如果4 ...