kbfiltr.zip鼠標(biāo)設(shè)備的上層過濾驅(qū)動程序,如果在用戶模式下編寫程序與該驅(qū)動交互,可以實現(xiàn)羅技或雙飛燕鼠標(biāo)那樣的特殊功能。特色之處是:對獨占性設(shè)備的通信。(我的代碼?BR>
標(biāo)簽: kbfiltr zip 鼠標(biāo) 設(shè)備
上傳時間: 2015-11-28
上傳用戶:heart520beat
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標(biāo)簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標(biāo)簽: converts Toolbox complex logical
上傳時間: 2016-02-12
上傳用戶:a673761058
根據(jù)光伏電池相關(guān)的理論和數(shù)學(xué)模型,利用PSIM建立一種簡單并且準(zhǔn)確的光伏陣列模型。同時,在此模型的基礎(chǔ)上建立具有MPPT功能的直流變換器仿真模型。比較不同環(huán)境下的輸出曲線的仿真結(jié)果以及實驗數(shù)據(jù)。仿真結(jié)果和實驗數(shù)據(jù)吻合,證明了此模型的適用性和準(zhǔn)確性
標(biāo)簽: 光伏電池 數(shù)學(xué)模型
上傳時間: 2016-03-03
上傳用戶:ddddddos
本程序是基于C++ builder平臺編的,其主要功能為文本編輯器
上傳時間: 2013-12-15
上傳用戶:ryb
EDA課程設(shè)計,包含源碼和文檔說明,實現(xiàn)秒表計數(shù)和鬧鐘功能,使用VHDL語言編寫 已完成功能 1. 完成時/分/秒的依次顯示并正確計數(shù),利用六位數(shù)碼管顯示; 2. 時/分/秒各段個位滿10正確進(jìn)位,秒/分能做到滿60向前進(jìn)位,有系統(tǒng)時間清零功能; 3. 定時器:實現(xiàn)整點報時,通過揚聲器發(fā)出高低報時聲音; 4. 時間設(shè)置,也就是手動調(diào)時功能:當(dāng)認(rèn)為時鐘不準(zhǔn)確時,可以分別對分/時鐘進(jìn)行調(diào)整; 5. 鬧鐘:實現(xiàn)分/時鬧鐘設(shè)置,在時鐘到達(dá)設(shè)定時間時通過揚聲器響鈴。有靜音模式。 待改進(jìn)功能: 1. 系統(tǒng)沒有萬年歷功能,正在思考設(shè)計方法。 2. 應(yīng)添加秒表功能。
標(biāo)簽: EDA
上傳時間: 2016-03-15
上傳用戶:thesk123
可以從字庫中提取中文字的字模點陣信息,可分為12X12、14X14、16X16、24X24,可適用于做嵌入式而又沒有中文字庫的朋友。(有特殊功能需要的朋友可聯(lián)系我)
標(biāo)簽: 12X12 14X14 16X16 24X24
上傳時間: 2016-08-16
上傳用戶:miaochun888
1. 完成時/分/秒的依次顯示并正確計數(shù),利用六位數(shù)碼管顯示; 2. 時/分/秒各段個位滿10正確進(jìn)位,秒/分能做到滿60向前進(jìn)位,有系統(tǒng)時間清零功能; 3. 定時器:實現(xiàn)整點報時,通過揚聲器發(fā)出高低報時聲音; 4. 時間設(shè)置,也就是手動調(diào)時功能:當(dāng)認(rèn)為時鐘不準(zhǔn)確時,可以分別對分/時鐘進(jìn)行調(diào)整; 5. 鬧鐘:實現(xiàn)分/時鬧鐘設(shè)置,在時鐘到達(dá)設(shè)定時間時通過揚聲器響鈴。有靜音模式。
上傳時間: 2013-12-22
上傳用戶:yan2267246
Installshield軟件的腳本語言和制作安裝程序的步驟,并針對實例的特殊功能需求提出了解決,CAJV
標(biāo)簽: Installshield 軟件 腳本 安裝程序
上傳時間: 2013-12-02
上傳用戶:xiaohuanhuan
FPGA程序的top.v文件,主要實現(xiàn)DDS信號發(fā)生器功能,通過定時器,可簡單實現(xiàn)輸出幅值無極跳變
上傳時間: 2013-11-26
上傳用戶:曹云鵬
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1