To use this function just define a variable say var, var = pnseq(a, b, c) for a, b and c refer to the zip file
標(biāo)簽: var function variable define
上傳時(shí)間: 2014-01-06
上傳用戶:zhuoying119
該程序是用來計(jì)算互聯(lián)發(fā)電系統(tǒng)的可靠性。該系統(tǒng)是由兩個(gè)發(fā)電系統(tǒng)A、B,經(jīng)兩臺(tái)變壓器和兩條并聯(lián)輸電線路連結(jié)在一起
標(biāo)簽: 發(fā)電系統(tǒng) 程序 互聯(lián) 可靠性
上傳時(shí)間: 2017-09-11
上傳用戶:saharawalker
m a t l a b 編 程 實(shí) 例!
標(biāo)簽:
上傳時(shí)間: 2013-12-21
上傳用戶:skfreeman
該程序用事件管理器B的定時(shí)器4定時(shí)時(shí)間來觸發(fā)A/D采樣的啟動(dòng)。采樣時(shí)采用級(jí)聯(lián)模式,一次做16個(gè)轉(zhuǎn)換,轉(zhuǎn)換通道分別是0~15。轉(zhuǎn)換完成后,在A/D中斷服務(wù)子程序中將轉(zhuǎn)換結(jié)果讀出。該程序做一次A/D采樣。
標(biāo)簽: 采樣 程序 定時(shí)器 定時(shí)
上傳時(shí)間: 2017-09-25
上傳用戶:標(biāo)點(diǎn)符號(hào)
該文檔為A、B、AB、D類音頻功率放大器簡(jiǎn)介文檔,是一份很不錯(cuò)的參考資料,具有較高參考價(jià)值,感興趣的可以下載看看………………
上傳時(shí)間: 2021-11-28
上傳用戶:qdxqdxqdxqdx
j1939 附錄a附錄b
標(biāo)簽: j1939
上傳時(shí)間: 2022-06-09
上傳用戶:
針對(duì)目前使用的RS232接口數(shù)字化B超鍵盤存在PC主機(jī)啟動(dòng)時(shí)不能設(shè)置BIOS,提出一種PS2鍵盤的設(shè)計(jì)方法。基于W78E052D單片機(jī),采用8通道串行A/D轉(zhuǎn)換器設(shè)計(jì)了8個(gè)TGC電位器信息采集電路,電位器位置信息以鍵盤掃描碼序列形式發(fā)送,正交編碼器信號(hào)通過XC9536XL轉(zhuǎn)換為單片機(jī)可接收的中斷信號(hào),軟件接收到中斷信息后等效處理成按鍵。結(jié)果表明,在滿足開機(jī)可設(shè)置BIOS同時(shí),又可實(shí)現(xiàn)超聲特有功能,不需要專門設(shè)計(jì)驅(qū)動(dòng)程序,接口簡(jiǎn)單,成本低。 Abstract: Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received interrupt information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.
標(biāo)簽: 單片機(jī) B超 數(shù)字化 鍵盤設(shè)計(jì)
上傳時(shí)間: 2013-10-10
上傳用戶:asdfasdfd
排序算法、字典和B-樹的C++語言實(shí)現(xiàn) 代碼內(nèi)容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dictionary: skip lists ext.c external sort btr.c btree 語言 C++ 編譯平臺(tái) Visual C++ 作者 Thomas Niemann 備注 來自Sorting and Searching Algorithms:A Cookbook
標(biāo)簽: sort qsort quicksort insert
上傳時(shí)間: 2013-12-15
上傳用戶:silenthink
【問題描述】已知線性方程組AX=B,求解該方程組。參考算法: 消去法:將列向量B加到矩陣A的最后一列,構(gòu)成增廣矩陣AB。對(duì)AB進(jìn)行下列三種初等變換,使原矩陣A的部分的主對(duì)角線上的元素均為1,其余元素均為0,則原列向量B的部分即為X的值: 1. 將矩陣的一行乘以一個(gè)不為0的數(shù) 2. 將矩陣的一行加上另一行的倍數(shù) 3. 交換矩陣中兩行的位置
上傳時(shí)間: 2015-06-18
上傳用戶:stvnash
本書第一部分講述的是傳統(tǒng)的網(wǎng)絡(luò)接口N e t B I O S、重定向器以及通過重定向器進(jìn)行的各類 網(wǎng)絡(luò)通信。盡管本書大部分內(nèi)容均圍繞Wi n s o c k編程這一主題展開,但是, A P I比起Wi n s o c k 來,仍然具有某些獨(dú)到之處
標(biāo)簽: 分 定向 網(wǎng)絡(luò)接口 編程
上傳時(shí)間: 2015-07-08
上傳用戶:戀天使569
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1