亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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

    標簽: gph GraphBFS GraphOpr ShortPth

    上傳時間: 2015-06-03

    上傳用戶:壞天使kk

  • 光學設計軟件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 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完成了程序的 基本框架

    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修正了判斷溢出時的一個錯誤。將判斷的〈=改為〈

    標簽: PAGES3 程序

    上傳時間: 2014-01-20

    上傳用戶:cuibaigao

  • 單片機對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 ** 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 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 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應用實例

    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

    標簽: 8584 pcf 應用實例

    上傳時間: 2014-01-14

    上傳用戶:hopy

  • 操作系統實驗(LINUX): 設計一個虛擬存儲區和內存工作區,并使用下列算法計算訪問命中率. (1) 進先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OP

    操作系統實驗(LINUX): 設計一個虛擬存儲區和內存工作區,并使用下列算法計算訪問命中率. (1) 進先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(opt) (4) 最少訪問頁面算法(LFU) (5) 最近最不經常使用算法(NUR) 命中率=(1-頁面失效次數)/頁地址流長度

    標簽: LINUX 算法 FIFO LRU

    上傳時間: 2016-03-11

    上傳用戶:tedo811

  • 用VC++實現了基因遺傳算法

    用VC++實現了基因遺傳算法,可以通過該程序進行基因算法仿真,編譯前先刪除.ncb 和.opt文件,再重新編譯運行。

    標簽: VC 基因 算法

    上傳時間: 2014-11-22

    上傳用戶:wang0123456789

  • 演示幾種存儲控制器的算法

    演示幾種存儲控制器的算法,fifo,lru,nur,opt

    標簽: 存儲 控制器 算法

    上傳時間: 2016-08-09

    上傳用戶:lanhuaying

  • 操作系統課程設計《頁面置換算法》

    操作系統課程設計《頁面置換算法》,內含設計文檔。 設計要求為:作業共有320條指令,即它的地址空間為32頁,目前它的所有頁都還未調入內存。再模擬過程中,如果所訪問的指令已在內存,則顯示其物理地址,并轉下一條指令。如果所訪問的指令還未裝入內存,則發生缺頁,此時需要記錄缺頁的次數,并將相應頁調入內存。如果4個內存塊均已裝入該作業,則需要進行頁面置換,最后顯示其物理地址,并轉向下一條指令。在所有320條指令執行完畢后,請計算并顯示作業運行過程中發生的缺頁率。 實現方法為:最佳置換算法(opt)、先進先出(FIFO)算法和最近最久未使用(LRU)算法。

    標簽: 操作系統 算法

    上傳時間: 2014-03-10

    上傳用戶:banyou

主站蜘蛛池模板: 老河口市| 姜堰市| 工布江达县| 福州市| 乌恰县| 弋阳县| 普陀区| 吴堡县| 北京市| 商河县| 常熟市| 巴楚县| 敖汉旗| 新平| 景德镇市| 大丰市| 大田县| 固安县| 千阳县| 东海县| 西丰县| 晋江市| 木兰县| 聊城市| 响水县| 大余县| 泗水县| 和平县| 冷水江市| 昌邑市| 科技| 五华县| 嘉义市| 鹿邑县| 安阳市| 高阳县| 崇礼县| 安陆市| 牟定县| 贵定县| 清远市|