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

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

START-to-finish

  • scsi接口編程的匯編代碼1-This sample code provides examples of how to use the ASPI programming interface.

    scsi接口編程的匯編代碼1-This sample code provides examples of how to use the ASPI programming interface.

    標(biāo)簽: programming interface provides examples

    上傳時(shí)間: 2015-04-27

    上傳用戶:開懷常笑

  • scsi接口編程的匯編代碼2.rar-This sample code provides examples of how to use the ASPI programming interface.

    scsi接口編程的匯編代碼2.rar-This sample code provides examples of how to use the ASPI programming interface.

    標(biāo)簽: programming interface rar-This provides

    上傳時(shí)間: 2015-04-27

    上傳用戶:myworkpost

  • ucos-ii port to ARM 9

    ucos-ii port to ARM 9

    標(biāo)簽: ucos-ii port ARM to

    上傳時(shí)間: 2015-04-27

    上傳用戶:遠(yuǎn)遠(yuǎn)ssad

  • The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic pro

    The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic program without timers, (3) to write a periodic program using timer Hardware:Host computer PC Software: GNU GCC

    標(biāo)簽: software periodic defects timers

    上傳時(shí)間: 2014-08-13

    上傳用戶:古谷仁美

  • Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add

    Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add GPS support to any Visual Basic, Visual C++, Delphi, Excel, or scripting project that supports ActiveX controls. GPS data (including lat/lon, speed, course, altitude, and dozens of other datasets) can be accessed through GPS ToolKit s properties, and GPS ToolKit s multithreaded event-based architecture notifies your application when data has been updated, saving you from having to write messy polling routines.

    標(biāo)簽: ToolKit Introduction GPS Pro

    上傳時(shí)間: 2015-04-28

    上傳用戶:zhuoying119

  • .?dāng)?shù)據(jù)結(jié)構(gòu) 假設(shè)有M個(gè)進(jìn)程N(yùn)類資源

    .?dāng)?shù)據(jù)結(jié)構(gòu) 假設(shè)有M個(gè)進(jìn)程N(yùn)類資源,則有如下數(shù)據(jù)結(jié)構(gòu): MAX[M*N] M個(gè)進(jìn)程對(duì)N類資源的最大需求量 AVAILABLE[N] 系統(tǒng)可用資源數(shù) ALLOCATION[M*N] M個(gè)進(jìn)程已經(jīng)得到N類資源的資源量 NEED[M*N] M個(gè)進(jìn)程還需要N類資源的資源量 2.銀行家算法 設(shè)進(jìn)程I提出請(qǐng)求Request[N],則銀行家算法按如下規(guī)則進(jìn)行判斷。 (1)如果Request[N]<=NEED[I,N],則轉(zhuǎn)(2);否則,出錯(cuò)。 (2)如果Request[N]<=AVAILABLE,則轉(zhuǎn)(3);否則,出錯(cuò)。 (3)系統(tǒng)試探分配資源,修改相關(guān)數(shù)據(jù): AVAILABLE=AVAILABLE-REQUEST ALLOCATION=ALLOCATION+REQUEST NEED=NEED-REQUEST (4)系統(tǒng)執(zhí)行安全性檢查,如安全,則分配成立;否則試探險(xiǎn)性分配作廢,系統(tǒng)恢復(fù)原狀,進(jìn)程等待。 3.安全性檢查 (1)設(shè)置兩個(gè)工作向量WORK=AVAILABLE;FINISH[M]=FALSE (2)從進(jìn)程集合中找到一個(gè)滿足下述條件的進(jìn)程, FINISH[i]=FALSE NEED<=WORK 如找到,執(zhí)行(3);否則,執(zhí)行(4) (3)設(shè)進(jìn)程獲得資源,可順利執(zhí)行,直至完成,從而釋放資源。 WORK=WORK+ALLOCATION FINISH=TRUE GO TO 2 (4)如所有的進(jìn)程Finish[M]=true,則表示安全;否則系統(tǒng)不安全。

    標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu) 進(jìn)程 資源

    上傳時(shí)間: 2014-01-05

    上傳用戶:moshushi0009

  • 數(shù)據(jù)結(jié)構(gòu) 假設(shè)有M個(gè)進(jìn)程N(yùn)類資源

    數(shù)據(jù)結(jié)構(gòu) 假設(shè)有M個(gè)進(jìn)程N(yùn)類資源,則有如下數(shù)據(jù)結(jié)構(gòu): MAX[M*N] M個(gè)進(jìn)程對(duì)N類資源的最大需求量 AVAILABLE[N] 系統(tǒng)可用資源數(shù) ALLOCATION[M*N] M個(gè)進(jìn)程已經(jīng)得到N類資源的資源量 NEED[M*N] M個(gè)進(jìn)程還需要N類資源的資源量 2.銀行家算法 設(shè)進(jìn)程I提出請(qǐng)求Request[N],則銀行家算法按如下規(guī)則進(jìn)行判斷。 (1)如果Request[N]<=NEED[I,N],則轉(zhuǎn)(2);否則,出錯(cuò)。 (2)如果Request[N]<=AVAILABLE,則轉(zhuǎn)(3);否則,出錯(cuò)。 (3)系統(tǒng)試探分配資源,修改相關(guān)數(shù)據(jù): AVAILABLE=AVAILABLE-REQUEST ALLOCATION=ALLOCATION+REQUEST NEED=NEED-REQUEST (4)系統(tǒng)執(zhí)行安全性檢查,如安全,則分配成立;否則試探險(xiǎn)性分配作廢,系統(tǒng)恢復(fù)原狀,進(jìn)程等待。 3.安全性檢查 (1)設(shè)置兩個(gè)工作向量WORK=AVAILABLE;FINISH[M]=FALSE (2)從進(jìn)程集合中找到一個(gè)滿足下述條件的進(jìn)程, FINISH[i]=FALSE NEED<=WORK 如找到,執(zhí)行(3);否則,執(zhí)行(4) (3)設(shè)進(jìn)程獲得資源,可順利執(zhí)行,直至完成,從而釋放資源。 WORK=WORK+ALLOCATION FINISH=TRUE GO TO 2 (4)如所有的進(jìn)程Finish[M]=true,則表示安全;否則系統(tǒng)不安全。

    標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu) 進(jìn)程 資源

    上傳時(shí)間: 2013-12-24

    上傳用戶:alan-ee

  • this is a flash opening for someone who like to download

    this is a flash opening for someone who like to download

    標(biāo)簽: download opening someone flash

    上傳時(shí)間: 2013-12-19

    上傳用戶:zhangyi99104144

  • 機(jī)頂盒界面源代碼: ## Avoid the so-called SINGAPPL to be initialized at runtime ## Used when the tuner is c

    機(jī)頂盒界面源代碼: ## Avoid the so-called SINGAPPL to be initialized at runtime ## Used when the tuner is controlled externally by I2C and ## the PIDs forced to some specific values.

    標(biāo)簽: initialized the so-called SINGAPPL

    上傳時(shí)間: 2013-12-08

    上傳用戶:lixinxiang

  • Support is available from MIPS Technologies Inc. - problems should be addressed to support@mips.co

    Support is available from MIPS Technologies Inc. - problems should be addressed to support@mips.com。This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data received hereunder or the product produced by use of such technical data, including processes and services (the "product"), in violation of any U.S. or foreign regulation, treaty, Executive Order, law, statute, amendment or supplement thereto. Further, you may not export the product to any prohibited or embargoed country or to any denied, blocked, or designated person or entity as mentioned in any applicable U.S. or foreign regulation, treaty, Executive Order, law, statute, amendment or supplement thereto.

    標(biāo)簽: Technologies available addressed problems

    上傳時(shí)間: 2014-01-24

    上傳用戶:二驅(qū)蚊器

主站蜘蛛池模板: 吴忠市| 黄浦区| 苗栗市| 桃园县| 金沙县| 托里县| 宝兴县| 庆阳市| 亳州市| 静安区| 东海县| 图们市| 石首市| 吉安市| 依安县| 旬邑县| 凤冈县| 三江| 景泰县| 莱西市| 镇江市| 柏乡县| 恩施市| 东城区| 东港市| 临沂市| 河东区| 沈阳市| 金阳县| 八宿县| 勐海县| 昔阳县| 东台市| 革吉县| 长子县| 会泽县| 北票市| 乌拉特前旗| 青河县| 太仆寺旗| 长子县|