Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and Alpha platforms. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.
標(biāo)簽: command-line application Addfilter drivers
上傳時(shí)間: 2013-12-30
上傳用戶:天誠24
Linux 操作系統(tǒng)提供進(jìn)程間通信(IPC)機(jī)制,用來保證正在執(zhí)行的進(jìn)程在內(nèi)核的協(xié)調(diào)下能夠 共享資源、同步以及交換數(shù)據(jù)等。Linux 支持大量進(jìn)程間通信機(jī)制,包括信號(hào)、等待隊(duì)列、管道 以及Unix 系統(tǒng)V 中提供的進(jìn)程間通信機(jī)制,如消息隊(duì)列、信號(hào)量和共享內(nèi)存。
標(biāo)簽: Linux IPC 操作系統(tǒng) 進(jìn)程間通信
上傳時(shí)間: 2015-03-30
上傳用戶:標(biāo)點(diǎn)符號(hào)
試用時(shí)域最小平方誤差準(zhǔn)則(最小平方逆設(shè)計(jì))設(shè)計(jì)一個(gè)具有四項(xiàng)系數(shù)的IIR DF的系統(tǒng)函數(shù),使其在y(n)=[3,2,1]輸入激勵(lì)下,輸出v(n)逼近d(n)=[2,0.2,0.05]。令v(-1)=v(-2)=0。求出v(n)的前8個(gè)樣值與d(n)進(jìn)行比較。用matlab實(shí)現(xiàn)了此要求。
標(biāo)簽: IIR 時(shí)域 準(zhǔn)則 函數(shù)
上傳時(shí)間: 2014-08-24
上傳用戶:lgnf
算法ebook(10部算法經(jīng)典著作的合集) 算法ebook> 10部算法經(jīng)典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark Allen Weiss (4)Data Structures: From Arrays to Priority Queues by Wayne Amsbury (5)Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures in C++ by Bryan Flamig (8)Reliable Data Structures in C by Thomas Plum (9)Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California (10)DDJ Algorithms and Data Structures Articles
標(biāo)簽: ebook Fundamentals Structures Ellis
上傳時(shí)間: 2015-04-04
上傳用戶:tfyt
SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (formerly, Gupta) SQLBase Server * IBM DB2 Universal Database * Informix Server * Interbase/Firebird Server * Microsoft SQL Server * MySQL Server * Oracle Database Server * PostgreSQL Server * Sybase Adaptive Server Enterprise and Adaptive Server Anywhere * ODBC datasources * OLEDB datasources
標(biāo)簽: Borland light-weight replacement SQLDirect
上傳時(shí)間: 2013-12-10
上傳用戶:cuibaigao
用Burg算法估計(jì)AR模型參數(shù),進(jìn)而實(shí)現(xiàn)功率譜估計(jì). 形參說明: x——雙精度實(shí)型一維數(shù)組,長度為n,存放隨機(jī)序列。 n--整型變量,隨機(jī)序列的長度。 p--整型變量,AR模型的階數(shù)。 a--雙精度實(shí)型一維數(shù)組,長度為(p十1)。存放AR模型的系數(shù)a(0),a(1),...,a(p)。 v--雙精度實(shí)型指針,它指向預(yù)測誤差功率,即AR模型激勵(lì)白噪聲的方差。
標(biāo)簽: Burg AR模型 算法 參數(shù)
上傳時(shí)間: 2013-12-21
上傳用戶:330402686
現(xiàn)代譜估計(jì)用萊文森-德賓(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形參說明: r:雙精度實(shí)型一維數(shù)組,存放Yule-Walker方程的元素r(0),r(1),...r(p)。 p:AR模型階數(shù)。 a:AR模型系數(shù)a(0),a(1),...a(p)。 v:預(yù)測誤差功率
標(biāo)簽: Levinson-Durbin Yule-Walker 譜估計(jì) 算法
上傳時(shí)間: 2014-01-26
上傳用戶:ippler8
本代碼實(shí)現(xiàn)了操作系統(tǒng)中的司機(jī)和售票員同步問題,應(yīng)用了VC中的信號(hào)燈,是我學(xué)完P(guān)、V操作后寫的,希望于大家分享。
標(biāo)簽: 代碼 操作系統(tǒng)
上傳時(shí)間: 2013-12-24
上傳用戶:hxy200501
分而治之方法還可以用于實(shí)現(xiàn)另一種完全不同的排序方法,這種排序法稱為快速排序(quick sort)。在這種方法中, n 個(gè)元素被分成三段(組):左段l e f t,右段r i g h t和中段m i d d l e。中段僅包含一個(gè)元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以獨(dú)立排序,并且不必對(duì)l e f t和r i g h t的排序結(jié)果進(jìn)行合并。m i d d l e中的元素被稱為支點(diǎn)( p i v o t )。圖1 4 - 9中給出了快速排序的偽代碼
上傳時(shí)間: 2015-04-27
上傳用戶:kristycreasy
支持多個(gè)進(jìn)程并發(fā)運(yùn)行的簡單進(jìn)程管理模擬系統(tǒng)。本系統(tǒng)的同步機(jī)構(gòu)采用的信號(hào)量上的P,V操作的機(jī)制;控制機(jī)構(gòu)包括阻塞和喚醒操作;時(shí)間片中斷處理程序模擬的時(shí)間片中斷;進(jìn)程調(diào)度程序負(fù)責(zé)為各進(jìn)程分配處理機(jī)。
標(biāo)簽: 進(jìn)程 運(yùn)行 模擬系統(tǒng) 機(jī)構(gòu)
上傳時(shí)間: 2013-12-26
上傳用戶:huannan88
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1