通過8x16鍵盤掃描模擬Ps2鍵盤通過測試成功 硬件:P1P2接16跟列掃描線 P0接8跟行線 P3.6=PS2_data P3.7=CLK INT0接DATA 修改掃描碼就可用 絕對好用~~~ 不能用告我
上傳時間: 2017-07-10
上傳用戶:啊颯颯大師的
這是個prolog程式,能解決4x4的數獨問題 例: ?- sudoku ([4,2,0,0]/[0,1,0,2]/[0,0,1,0]/[1,0,0,4], Solution). Solution = [[4,2,3,1]/[3,1,4,2]/[2,4,1,3]/[1,3,2,4]]
上傳時間: 2017-07-21
上傳用戶:rocwangdp
This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It shows how to implement Hartley and Zisserman s "DLT" algorithm for estimating a homography from point correspondences
標簽: function computer tutorial another
上傳時間: 2013-12-21
上傳用戶:ruixue198909
Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem. To use this program you should change in *.bat / *.sh files the java path according in your computer
標簽: application resolve written Client
上傳時間: 2013-12-03
上傳用戶:hxy200501
Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.
標簽: representation included combines scripts
上傳時間: 2017-07-25
上傳用戶:semi1981
This project solves the purpose of creating vb6 application using oracle database in back end. It shows how to handle the record with the oracle. my other source codes are at: http://www.developerssourcecode.com Shyam Singh Chandel
標簽: application creating database project
上傳時間: 2013-12-18
上傳用戶:清風冷雨
linux下快速進入目錄的工具 qdir 解壓后運行install即可,最好將qd.sh文件的倒數第而行改為rm -rf "$QD"。比如在工作目錄下 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG,運行qd –s . 即可,用qd –e可以看到: 1 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG 我們又到一個目錄,\home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG, 運行qd –s . 2,可以將這個目錄設置在第二個位置,用qd –e可以看到: 1 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG 2 \home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG 這樣我們在任何目錄下,鍵入qd –e 1就立刻進入\home\AAA\BBB\CCC\DDD\EEE\FFF\GGG目錄,鍵入qd –e 2就立刻進入\home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG ,可以做到工作目錄瞬間轉換。
上傳時間: 2014-01-20
上傳用戶:520
hurst parameter: 給入一序列的資類,程式會畫出husrt 參數的figure和估計值 例 hurst_expo(sin(0:0.01:5*pi))
上傳時間: 2014-12-03
上傳用戶:moerwang
從 Mentor Graphics 的自動測試圖形生成(ATPG)工具 FastScan的 測試文檔中提取出測試電路(CUT)的測試模式,生成便于對應壓縮算法的文件 格式。 本文中, 給出了 2 種壓縮測試模式的方法, 一種是基于統計的哈夫曼編碼, 一種是基于差分運算的Golomb 編碼。本次畢業設計中,在熟悉Mentor Graphics ATPG工具 FastScan的基本功能和其主要的測試模式輸出文件的格式的基礎上, 實現其中測試結構和測試模式數據的分析提取, 并且在掌握典型的測試模式壓縮 算法的思想以及 C/C++開發環境的前提下,選擇或綜合相關的優化壓縮算法,針 對測試結構信息,實現測試模式數據的壓縮,及軟件的基本圖形化操作和結果報 告界面。
標簽: Graphics FastScan Mentor ATPG
上傳時間: 2017-08-17
上傳用戶:bcjtao
log4cxx 0.10 unix下編譯包,已經集成unix下所有需要的依賴包,直接執行編譯角本compile.sh就可以得到你所需要的一編譯包
上傳時間: 2013-12-14
上傳用戶:我干你啊