RSM是廣州致遠電子有限公司全新系列的基于RS-485接口的數據采集模塊。RSM數據采集模塊在單個設備中集成了I/O、數據采集和隔離的RS-485總線接口。支持標準的Modbus協議和自定義ASCII協議。RSM-7404是計數/測頻模塊,具有4路32位計數/測頻通道,其中包括2路隔離通道和2路非隔離通道,以滿足不同場合需求;模塊還具有4路的DO通道和4路DI通道;模塊還支持編碼器輸入功能,可直接連接編碼器信號進行角度和轉速計算。RSM-7404采用帶隔離的RS-485總線接口及看門狗技術,有效保障設備安全可靠運行。
上傳時間: 2013-11-07
上傳用戶:魚哥哥你好
我近期計劃陸續整理出以下幾個方面的學習筆記:初學 ModelSimSE 時被迷糊了幾天的若干概念;在 ModelSimSE 中添加 ALTERA 仿真庫的詳細步驟;用 ModelSimSE 進行功能仿真和時序仿真的方法(ALTERA 篇);ModelSimSE 中常用到的幾個命令及 DO文件的學習筆記;近來學到的幾招 TestBench 的技巧
上傳時間: 2013-10-13
上傳用戶:18602424091
eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. Currently available modules include: email, addressbook, calendar, infolog (notes, to-do s, phone calls), content management, forum, bookmarks, wiki
標簽: eGroupWare multi-user developed PHP-based
上傳時間: 2015-02-20
上傳用戶:hphh
軟件測試:一個編譯器測試軟件,支持下列C語言運算符:+ - * / % ^(乘方) 負 (int) (double) "字符串" [](數組) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列關鍵字:void int double string if else for while do goto break continue return,支持下列數據類型:int double string int[] double[] string[],支持下列系統函數:int max(int,int),double max(double,double),int[] newint(int),double[] newdouble(int),string[] newstring(int),void delete(int[]),void delete(double[]),void delete(string[]),支持任意用戶定義函數,支持函數重載。不支持全局變量。如果發現錯誤,請告訴我
上傳時間: 2013-12-15
上傳用戶:sy_jiadeyi
最新的支持向量機工具箱,有了它會很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, 1995. [2] J. C. Platt, "Fast training of support vector machines using sequential minimal optimization", in Advances in Kernel Methods - Support Vector Learning, (Eds) B. Scholkopf, C. Burges, and A. J. Smola, MIT Press, Cambridge, Massachusetts, chapter 12, pp 185-208, 1999. [3] T. Joachims, "Estimating the Generalization Performance of a SVM Efficiently", LS-8 Report 25, Universitat Dortmund, Fachbereich Informatik, 1999.
上傳時間: 2013-12-16
上傳用戶:亞亞娟娟123
系統下,地球坐標轉換的源代碼,在WGS-84坐標和北京54坐標之間的一套轉換參數,可以全國通用的,在每個地方會不一樣,因為它們是兩個不同的橢球基準。 // WGS2GK.CPP : C++ version of Ottmar Labonde s WGSDHDN3.PAS with CPU time measurement // compile with MS Visual C++ version 6.0 or do the necessary modifications for your compiler // // Conversion of
上傳時間: 2014-01-09
上傳用戶:hxy200501
這是個編譯原理的課程設計,是一個DO-WHILE循環語句的翻譯程序設計,包括詞法分析,語法分析,生成中間代碼四元式。
標簽: 編譯原理
上傳時間: 2015-03-29
上傳用戶:yuzsu
此為編譯原理實驗報告 學習消除文法左遞規算法,了解消除文法左遞規在語法分析中的作用 內含 設計算法 目的 源碼 等等.... 算法:消除左遞歸算法為: (1)把文法G的所有非終結符按任一種順序排列成P1,P2,…Pn 按此順序執行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的規則改寫成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是關于Pj的所有規則; 消除關于Pi規則的直接左遞歸性 END (3)化簡由(2)所得的文法。即去除那些從開始符號出發永遠無法到達的非終結符的 產生規則。
上傳時間: 2015-03-29
上傳用戶:極客
設計目的 加深對語法分析程序的任務及其工作原理的理解;掌握語法分析程序的實現方法;掌握簡單語言的狀態轉換圖表示形式極其識別程序的構造。 設計任務 編寫對簡單語言進行語法分析的詞法分析程序。并對輸入串for I=1to 20 do {x:=x+2 y:=y*(2+c) }} 進行語法分析,要求如下: 1。識別其中的關鍵字,標識符,常數,運算符和界符。2,對其中的數字注明其值和類型 3。將識別的結果填入表中并輸出。
上傳時間: 2015-03-30
上傳用戶:lili123
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and Alpha platforms. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.
標簽: command-line application Addfilter drivers
上傳時間: 2013-12-30
上傳用戶:天誠24