作者:林信良(網(wǎng)絡(luò)化名良葛格) 學(xué)歷:臺(tái)灣大學(xué)電機(jī)工程學(xué)系 經(jīng)歷:SUN教育訓(xùn)練中心講師 著作:《JAVA 學(xué)習(xí)筆記》、《Spring 技術(shù)手冊(cè)》,為SUN官方教材主要編寫成員之一
標(biāo)簽: Spring JAVA SUN 網(wǎng)絡(luò)
上傳時(shí)間: 2013-12-09
上傳用戶:jackgao
SY1126開發(fā)板測(cè)試程序。 51系例單片機(jī)的最小系統(tǒng) 有AT89S8252/AT89S51/52的在線下載功能 IIC總線芯片為24C02,記存密碼
上傳時(shí)間: 2014-12-05
上傳用戶:亞亞娟娟123
用一觀測(cè)器從t=1秒開始對(duì)一個(gè)運(yùn)動(dòng)目標(biāo)的距離進(jìn)行連續(xù)地跟蹤測(cè)量,假設(shè)觀測(cè)的間隔為一秒鐘,雷達(dá)到運(yùn)動(dòng)目標(biāo)之間的距離為S(t)(1) 統(tǒng)計(jì)特性的初值為 (2)觀測(cè)誤差是與和均不相關(guān)的白噪聲序列,并且有 (3)觀測(cè)數(shù)據(jù)存放在附加的文件中(單位:m)。 要求:分析上述對(duì)象,建立系統(tǒng)模型,構(gòu)造卡爾曼濾波器,編程計(jì)算,求: (1) 距離S(t)的最佳估計(jì)及估計(jì)誤差, (2) 距離S(t-5)的最佳平滑及估計(jì)誤差, (3) 距離S(t+5)的最佳預(yù)測(cè)及估計(jì)誤差, (4) 對(duì)結(jié)果進(jìn)行分析討論。
標(biāo)簽: 觀測(cè)器 測(cè)量 運(yùn)動(dòng)目標(biāo)
上傳時(shí)間: 2014-01-13
上傳用戶:qq21508895
涉及到系部工作的各個(gè)環(huán)節(jié),主要包括以下信息模塊:師資信息模塊、學(xué)生學(xué)籍模塊、學(xué)生實(shí)驗(yàn)實(shí)訓(xùn)模塊、學(xué)生畢業(yè)實(shí)習(xí)以及畢業(yè)設(shè)計(jì)模塊、系部教學(xué)工作管理模塊。
標(biāo)簽: 環(huán)節(jié)
上傳時(shí)間: 2014-01-25
上傳用戶:zhuyibin
M a t l a b 中讀取視頻avi文件的小程序
上傳時(shí)間: 2016-09-28
上傳用戶:xwd2010
求解Fibonacc數(shù)列中大于t的最小的一個(gè)數(shù),結(jié)果由函數(shù)返回
上傳時(shí)間: 2016-09-30
上傳用戶:daguda
Google 推出一套免費(fèi)的 Web 安全評(píng)估工具,叫做 ratproxy,這套工具可以檢測(cè)、分析您的網(wǎng)站是否有安全性漏洞或網(wǎng)頁是否有被入侵,目前可支援 Linux, FreeBSD, MacOS X, 與 Windows (Cygwin) 等執(zhí)行環(huán)境(反正就是 Unix-like 的環(huán)境啦)。 RatProxy 可偵測(cè)到的漏洞包括 Cross-site Scripting (XSS, 跨網(wǎng)站指令碼)、指令碼惡意置入(script inclusion issues), 惡意網(wǎng)頁內(nèi)容(content serving problems), insufficient XSRF 以及 XSS 防護(hù)(XSS defenses) 等。
上傳時(shí)間: 2016-09-30
上傳用戶:LouieWu
結(jié)合稀疏貝葉斯學(xué)習(xí)方法和支持向量跟蹤(SV T) 原理, 提出了相關(guān)向量跟蹤(RV T)。由于跟蹤系統(tǒng)事先學(xué)習(xí)到了目標(biāo) 的“知識(shí)”, 故匹配發(fā)生在候選圖像塊與先驗(yàn)知識(shí)之間, 而不必考慮模板更新。相關(guān)向量有比支持向量更稀疏的性能, 所以相關(guān) 向量跟蹤比支持向量跟蹤有更快的幀處理速度。
上傳時(shí)間: 2016-09-30
上傳用戶:qazxsw
STB and DVB chip.DVB-S,DVB-C,DVB-T.STi5512、STi5514、STi5516、STi5517、STi5518、STi5519、STi5528、STi5580、STi5588、STi5578、STi4629.
標(biāo)簽: STi DVB-S DVB-C DVB-T
上傳時(shí)間: 2016-10-01
上傳用戶:xlcky
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
標(biāo)簽: i.e. management database simple
上傳時(shí)間: 2016-10-02
上傳用戶:851197153
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1