PCI Hot-Plug Specification Revision 1.0 The primary objective of this specification is to enable higher availability of file and application servers by standardizing key aspects of the process of removing and installing PCI adapter cards while the system is running. Although these same principles can be applied to desktop and portable systems using PCI buses, the operations described here target server platforms.
標(biāo)簽: Specification specification objective Hot-Plug
上傳時(shí)間: 2013-12-09
上傳用戶:zyt
This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley "bucket" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation while keeping the speed/space requirements. 非常實(shí)用,可移植用作實(shí)現(xiàn)跨平臺(tái)的嵌入式的內(nèi)存分配機(jī)制.
標(biāo)簽: algorithms different Kingsley contains
上傳時(shí)間: 2015-08-28
上傳用戶:hfmm633
因?yàn)樗械姆謹(jǐn)?shù)都是有理數(shù),所以一個(gè)分?jǐn)?shù)要么除盡,要么有循環(huán)節(jié),這個(gè)程序很好地解決了這個(gè)問題。
標(biāo)簽: 分?jǐn)?shù)
上傳時(shí)間: 2015-08-29
上傳用戶:zhenyushaw
Procedure TSPSA: begin init-of-T { T為初始溫度} S={1,……,n} {S為初始值} termination=false while termination=false begin for i=1 to L do begin generate(S′form S) { 從當(dāng)前回路S產(chǎn)生新回路S′} Δt:=f(S′))-f(S) {f(S)為路徑總長} IF(Δt<0) OR (EXP(-Δt/T)>Random-of-[0,1]) S=S′ IF the-halt-condition-is-TRUE THEN termination=true End T_lower End End
標(biāo)簽: Procedure init-of-T TSPSA begin
上傳時(shí)間: 2013-12-20
上傳用戶:shinesyh
The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, including real and complex FFTs in 1-3 dimensions, and a spherical harmonic transform. Multithreading is supported through POSIX threads for the multidimensional transforms. This reference guide provides details of the public interface as well as the internal implementation of the library.
標(biāo)簽: Panaccion transform Spectral spectral
上傳時(shí)間: 2013-12-20
上傳用戶:haoxiyizhong
本書以4個(gè)面向來表現(xiàn)C++的本質(zhì):procedural(程序性的)、generic(泛型的)、object-based(個(gè)別對(duì)象的)、object-oriented(面向?qū)ο蟮模1緯慕M織圍繞著一系列逐漸繁復(fù)的程序問題,以及用以解決這些問題的語言特性。循此方式,你不只學(xué)到C++的函數(shù)和結(jié)構(gòu),也會(huì)學(xué)習(xí)到它們的設(shè)計(jì)目的和基本原理。 你可以由本書發(fā)現(xiàn)以下關(guān)鍵主題: ● Generic (泛型)編程風(fēng)格和Standard Template Library(STL) ● Object-based(個(gè)別對(duì)象)編程風(fēng)格和class的設(shè)計(jì) ● Object-oriented(面向?qū)ο?編程風(fēng)格和classes階層體系的設(shè)計(jì) ● Function template 和class template 的設(shè)計(jì)和運(yùn)用 ● Exception handling(異常處理)與執(zhí)行期型別鑒定(Run-Time Type Identification)
標(biāo)簽: object-oriented object-based procedural generic
上傳時(shí)間: 2013-12-30
上傳用戶:362279997
做看門狗應(yīng)用實(shí)驗(yàn)時(shí)不能用51單片機(jī)仿真模塊或51單片機(jī)仿真器,因?yàn)榉抡婺K或仿真器都占用串口資源。在while循環(huán)語句中應(yīng)用喂狗延時(shí)程序,單片機(jī)不會(huì)復(fù)位,蜂鳴器響一聲。
標(biāo)簽: 51單片機(jī) 看門狗 實(shí)驗(yàn) 仿真模
上傳時(shí)間: 2014-11-28
上傳用戶:qweqweqwe
"poco" (Spanish & Italian for "little") OLAP provides a web-based, crosstab reporting tool for your datawarehouse. While it s not an OLAP server or full fledged data mining solution, pocOLAP makes your data easy to use and understand ... for free!
標(biāo)簽: for web-based reporting crosstab
上傳時(shí)間: 2013-12-17
上傳用戶:wl9454
基于Verilog-HDL的硬件電路的實(shí)現(xiàn) 9.4 脈沖頻率的測(cè)量與顯示 9.4.1 脈沖頻率的測(cè)量原理 9.4.2 頻率計(jì)的工作原理 9.4.3 頻率測(cè)量模塊的設(shè)計(jì)與實(shí)現(xiàn) 9.4.4 while循環(huán)語句的使用方法 9.4.5 門控信號(hào)發(fā)生模塊的設(shè)計(jì)與實(shí)現(xiàn) 9.4.6 頻率計(jì)的Verilog-HDL描述 9.4.7 頻率計(jì)的硬件實(shí)現(xiàn)
標(biāo)簽: Verilog-HDL 9.4 脈沖 頻率
上傳時(shí)間: 2013-12-01
上傳用戶:frank1234
This a two node test, requires a Coordinator and an RFD. The coordinator and node simply ping-pong a packet back and forth, and print out the RSSI byte. The RFD waits before bouncing it back, while the coordinator responds immediately.
標(biāo)簽: node Coordinator coordinator and
上傳時(shí)間: 2013-12-24
上傳用戶:ardager
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1