图论:最短路径算法实现 Graph.gph GraphBFS.h GraphM.h GraphOpr.h Queue.h sample.gph ShortPth.cpp ShortPth.dsp ShortPth.dsw ShortPth.ncb ShortPth.opT ShortPth.plg
标签: gph GraphBFS GraphOpr ShortPth
上传时间: 2015-06-03
上传用户:坏天使kk
光学设计软件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 by: Z = (c*r*r) / (1+(1-((1+k)*c*c*r*r))^ 1/2 ) + a*(r-q)^2 + b*(r-q)^3 + c*(r-q)^4 + ... Note the terms a, b, c, ... have units of length to the -1, -2, -3, ... power.
标签: described aspheric surfaces Annular
上传时间: 2014-01-08
上传用户:yyyyyyyyyy
PAGES3完成了程序的 基本框架,FIFO()除了命中和置换情况外基本完成,但是修改位示图的子函数 出现问题,得不到正确的行数和列数,有时更改不了0 PAGES4修正了3中的问题,完成FIFO() PAGES5修正了FIFO()中执行置换时未将位示图中的对应块置0 PAGES6完成了LRU() PAGES7优化了界面,修正了切换算法后访问次数与上次算法相连的错误 PAGES8完成了opT()修正了在页面置换切换时页表内存位示图不能各自初始化的错误。发现opT()中页面置换时出现的错误。 位示图置0和置1时出错 。而且输出的页表缺失项目 PAGES9好像是修正了 8中的错误,现在还没有找到让9中opT()发生置换的测试用例 PAGES10找到8,9中出错原因,在于置换时没有得到最久要访问的Memory[i] PAGES11修正10中的错误。完成opT() 发现了LRU()输出界面的信息冗余,已经更正 PAGES12删除了编程过程中的测试信息 PAGES13修正了判断溢出时的一个错误。将判断的〈=改为〈
上传时间: 2014-01-20
上传用户:cuibaigao
单片机对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 ** I2C_Lib ** I2C_lib.c ** Inc_C51b_T2 ** LCD_DEF_LIB.h ASCII2hex.h BCD_HEX.H bcd2hex.h CG_RAM_Lib.H CRC_16.H Def_bits.h DEF_INT.H Defines.h INTELHEX.H ITOA.H ASCI_hex.h LRC.H MAKROS.H PACK_7T8.H Ram_des.h Ram_inv.h Rom_chk.h RS232_BD.h sm_printf.h SOFT_RES.H TASTEN_LIB.H tasten_matrix_lib.h TIME_OUT_lib.H centronics_lib.h I2c_Lib.h DEF_MIC.H
标签: Write_EEPROM bestehend PROJEKT eeprom
上传时间: 2016-01-06
上传用户:杜莹12345
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 comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opT/cost, where opT is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
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_BOARDS.H MOD515.h I2c_Chip_Lib.h ** Inc_C51b_T2 ** LCD_DEF_LIB.h ASCII2hex.h BCD_HEX.H bcd2hex.h CG_RAM_Lib.H CRC_16.H Def_bits.h DEF_INT.H Defines.h INTELHEX.H ITOA.H ASCI_hex.h LRC.H MAKROS.H PACK_7T8.H Ram_des.h Ram_inv.h Rom_chk.h RS232_BD.h sm_printf.h SOFT_RES.H TASTEN_LIB.H tasten_matrix_lib.h TIME_OUT_lib.H centronics_lib.h I2c_Lib.h DEF_MIC.H
上传时间: 2014-01-14
上传用户:hopy
操作系统实验(LINUX): 设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(opT) (4) 最少访问页面算法(LFU) (5) 最近最不经常使用算法(NUR) 命中率=(1-页面失效次数)/页地址流长度
上传时间: 2016-03-11
上传用户:tedo811
用VC++实现了基因遗传算法,可以通过该程序进行基因算法仿真,编译前先删除.ncb 和.opT文件,再重新编译运行。
上传时间: 2014-11-22
上传用户:wang0123456789
演示几种存储控制器的算法,fifo,lru,nur,opT
上传时间: 2016-08-09
上传用户:lanhuaying
操作系统课程设计《页面置换算法》,内含设计文档。 设计要求为:作业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,如果所访问的指令已在内存,则显示其物理地址,并转下一条指令。如果所访问的指令还未装入内存,则发生缺页,此时需要记录缺页的次数,并将相应页调入内存。如果4个内存块均已装入该作业,则需要进行页面置换,最后显示其物理地址,并转向下一条指令。在所有320条指令执行完毕后,请计算并显示作业运行过程中发生的缺页率。 实现方法为:最佳置换算法(opT)、先进先出(FIFO)算法和最近最久未使用(LRU)算法。
上传时间: 2014-03-10
上传用户:banyou