SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions.
標(biāo)簽: nonsymmetric solution SuperLU general
上傳時(shí)間: 2017-02-20
上傳用戶:lepoke
復(fù)接入,B/W雙用戶使用直接擴(kuò)頻序列 % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of equal length % >>>e.g. user1=[1 0 1 0 1 0 1] , user2=[1 1 0 0 0 1 1],snr_in_dbs=-50 % >>>or snr_in_dbs=50 just any number wud do % Waqas Mansoor % NUST , Pakistan
標(biāo)簽:
上傳時(shí)間: 2014-11-22
上傳用戶:zl5712176
檔案資料:全球IP地址地理位置數(shù)據(jù)資料庫包包 更新日期:2005年05月12日12:51 資料容量:10.4 MB 附 註: A) IP資料經(jīng)人手花上五小時(shí)整理,保證100%準(zhǔn)確,所有論壇程式皆可相容。 B) 已修正「未知地理位置」的“未”和“末”字輸入筆誤。 C) 因IP數(shù)據(jù)從中國內(nèi)地取得,故此TAIWAN地區(qū)被寫成“臺灣省”,可自行改回“中華民國”或“臺灣”。 D) 範(fàn)例: 202.101.071.201|202.101.071.201|貴州省貴陽市 藍(lán)月網(wǎng)吧|| 202.101.071.202|202.101.071.203|貴州省貴陽市 花溪區(qū)貴州民族學(xué)院鵬飛網(wǎng)吧|| 202.101.071.204|202.101.071.204|貴州省貴陽市 二戈寨天知網(wǎng)吧||
上傳時(shí)間: 2013-12-25
上傳用戶:ddddddos
Verilog HDL的程式,上網(wǎng)找到SPI程式, vspi.v這程式相當(dāng)好用可用來接收與傳送SPI,並且寫了一個(gè)傳輸信號測試,spidatasent.v這程式就是傳送的資料,分別為00 66... 01 77...... 02 55這樣的資料,並透過MAX+PULS II軟體進(jìn)行模擬,而最外層的程式是test_createspi.v!
上傳時(shí)間: 2017-03-06
上傳用戶:onewq
給定一棵有向樹T,樹T中每個(gè)頂點(diǎn)u都有一個(gè)權(quán)w[u],樹的每條邊[u,v]也都有一個(gè)非負(fù)邊長d[u,v]。有向樹T的每個(gè)頂點(diǎn)u可以看做客戶,其服務(wù)需求量為w[u]。每條邊[u,v]的邊長d[u,v]可以看做是運(yùn)輸費(fèi)用。如果在頂點(diǎn)u處未設(shè)置服務(wù)機(jī)構(gòu),則將頂點(diǎn)u處的服務(wù)需求沿有向樹的邊(u,v]轉(zhuǎn)移到頂點(diǎn)v處服務(wù)機(jī)構(gòu),則需付出的服務(wù)轉(zhuǎn)移費(fèi)用為w[u]*d[u,v]。樹根處已設(shè)置了服務(wù)機(jī)構(gòu),現(xiàn)在要在樹T中增設(shè)k處服務(wù)機(jī)構(gòu),使得整棵樹T的服務(wù)轉(zhuǎn)移費(fèi)用最小。該算法對于給定的有向樹T,計(jì)算在樹T中增設(shè)k處服務(wù)機(jī)構(gòu)的最小服務(wù)轉(zhuǎn)移費(fèi)用。
標(biāo)簽: 樹
上傳時(shí)間: 2017-03-13
上傳用戶:semi1981
本規(guī)范定義了可擴(kuò)展標(biāo)記語言[Extensible Markup Language,XML] 緊湊的二進(jìn)制表示方法。設(shè)計(jì)二進(jìn)制X M L內(nèi)容格式是為了減少X M L文檔的傳輸量,使X M L數(shù)據(jù)能在窄帶信道上得到更有效的利用。二進(jìn)制X M L內(nèi)容格式的使用示例請參閱[ W M L ]規(guī)范。
標(biāo)簽: Extensible Language Markup 定義
上傳時(shí)間: 2013-12-18
上傳用戶:cccole0605
This Program Cotains Eeprom Read-write functions, 4 Bit LCD interface routines, Keyboard Interface with normal Key Input to the 89C52 atmel Microcontroller.
標(biāo)簽: Read-write Interface functions interface
上傳時(shí)間: 2014-01-03
上傳用戶:jqy_china
The Window Design Method The basic idea behind the design of linear-phase FIR filters using the window method is to choose a proper ideal frequency-selective filter [which always has a noncausal, infinite duration impulse response] and then truncate its impulse response hd[n] to obtain a linear-phase and causal FIR filter h[n]. To truncate the impulse response of the ideal filter a time window w[n] is used. Available windows in Matlab are rectangular [or boxcar in Matlab], bartlett, hamming, hanning
標(biāo)簽: linear-phase The the filters
上傳時(shí)間: 2017-03-20
上傳用戶:PresidentHuang
利用c++編寫的帶人工智能的跳棋程序。屏幕的中央是棋盤,所有的操作都是對這個(gè)棋盤進(jìn)行的,棋子的選擇框是紅色的,移動它(“w”、“s”、“a”、“d”分別代表上、下、左、右)進(jìn)行選子和選擇目的地,利用空格鍵可以表示選定選擇框到達(dá)的位置,棋盤左邊有提示信息,提示由哪個(gè)玩家走棋。“Q”表示退出游戲,“R”表示重新開始,“H”表示悔棋(一次只能悔一步棋)
上傳時(shí)間: 2017-04-03
上傳用戶:chenlong
為 了提高用戶身份認(rèn)證和授權(quán)管理的靈活性,從We b 應(yīng)用系統(tǒng)的安全性角度出發(fā),討論了 一 種在. N E T F r a me w o r k下保證應(yīng)用程序安全性的身份驗(yàn)證和授權(quán)模型,并給出了模型的具體實(shí)現(xiàn)方法。 該模型利用 F o r ms身份驗(yàn)證方法對用戶的身份進(jìn)行鑒別。在授權(quán)處理上,模型結(jié)合統(tǒng)一資源定位( u . J f o r m R e s o u r c e L o c a t o r , U R L ) 授權(quán)模式和用戶所具有的系統(tǒng)角色,分別從頁面級和頁面操作級對用戶的訪問進(jìn)行 控制。該模型在企業(yè)局域網(wǎng)環(huán)境內(nèi)能夠提供比較靈活的身份認(rèn)證和基于角色的授權(quán)服務(wù)。實(shí)際應(yīng)用表明, 基于該模型的We b應(yīng)用系統(tǒng)能夠?qū)τ脩舻脑L問進(jìn)行有效的控制,從而保證了系統(tǒng)的安全性
標(biāo)簽: 用戶 授權(quán) 身份認(rèn)證
上傳時(shí)間: 2013-12-31
上傳用戶:VRMMO
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1