集合式直流電能表(小功率的) 特點: 精確度0.05%滿刻度±1位數 可同時量測與顯示/直流電壓/電流/瓦特(千瓦)/瓦特小時(千瓦小時) 電壓輸入(DC0-99.99V/0-600.0V)自動變檔功能 顯示范圍0-9999(電流/瓦特/千瓦),0至99999999(八位數瓦特小時)可任意規劃 數位RS-485 界面 (Optional) 主要規格: 輔助電源消耗功率:<0.35VA(DC12V/DC24V) <0.5VA(DC48V) <1.5VA(AC90-240V(50/60Hz)) 精確度: 0.05% F.S. ±1 Digit (23 ±5℃) 輸入范圍:Auto range(DC0-99.99V/0-600.0V(DC voltage)) 輸入抗阻:>5MΩ(DC voltage) 取樣時間:10 cycles/second(total) 過載顯示: " doFL " 顯示值范圍: 0-9999 Digit(DCA/W(KW)) 0-9999999.999 Digit(WH/(KWH)) RS-485傳輸速度: 19200/9600/4800/2400 selective RS-485通訊位址: "01"-"FF"(0-255) RS-485通信協議: Modbus RTU mode 溫度系數: 50ppm/℃ (0-50℃) 顯示幕:Bight Red LEDs high 10.16 mm(0.4") 參數設定方式: Touch switches 記憶方式: Non-volatile E²PROM memory 絕緣耐壓能力:2KVac/1min.(input/output)(RS-485(Isolating)) 1600 Vdc (input/output) (RS-485(Isolating)) 使用環境條件: 0-50℃(20 to 90% RH non-condensed) 存放環境條件: 0-70℃(20 to 90% RH non-condensed) CE認證: EN 55022:1998/A1:2000 Class A EN 61000-3-2:2000 EN 61000-3-3:1995/A1:2001 EN 55024:1998/A1:2001
上傳時間: 2013-11-20
上傳用戶:s363994250
使用說明: 1.打開電子表格文檔--全選--復制 2.切換到本程序--全選--粘貼 3.選擇匹配項:匹配條件 4.選擇輸出項:將要產生合并的項 5.點擊保存按鈕--結束。 歡迎訪問:www.Digital_thought.go.nease.net
上傳時間: 2015-03-29
上傳用戶:xaijhqx
物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Shortest path, min cost network flow, minimum spanning tree problems Geocoding: U.S. city or ZIP code to longitude and latitude, longitude and latitude to nearest city, Mercator projection plotting Layout: Steepest descent pairwise interchange (SDPI) heuristic for QAP Material handling: Equipment selection General purpose: Linear programming using the revised simplex method, mixed-integer linear programming (MILP) branch and bound procedure Data: U.S. cities with populations of at least 10,000, U.S. highway network (Oak Ridge National Highway Network), U.S. 3- and 5-Digit ZIP codes
標簽: location location-allocation Continuous alternate
上傳時間: 2015-05-17
上傳用戶:kikye
程序用JAVA語言編寫, 綜合利用圖結構和堆棧結構進行數據組織和處理. 可以進行正則表達式到NFA的轉化, 并能用圖形直觀的表示. 對正則表達式有一些約定, 就是可以用單個字符表示輸入, 也可以用 ‘ ‘ 連接起來的一串字符進行輸入. 有基本的表達式以及由基本表達式構成的并置, 選擇和重復的操作. 例: A|b*c ‘letter’*’Digit’ 等都是合法輸入. 還帶有括號功能, 優先級
上傳時間: 2015-05-26
上傳用戶:金宜
Application Note Abstract This Application Note introduces a complete and detailed PSoC® project. Telephone Call Logger keeps the detailed record of approximately 945 phone calls (7-Digit number is assumed to be one phone call) including date, start time and the duration of the phone call in the PSoC device. Users can get this detailed report into the PC environment by using free software, which is included in the project file. When records reach near full capacity of the Flash memory, an LED will turn on to show that it is necessary to backup the data. Software gets the data from PSoC, organizes it and prepares a printable version. Additionally, it sends the date and time information to the PSoC. The external parts in this project can be obtained easily in the market.
標簽: Application Note introduces Abstract
上傳時間: 2014-01-01
上傳用戶:集美慧
程序接受用戶鍵入的一行字符(字符數不超過80個,該字符串用回車符結束),并按字母、 數字以及其他字符分類統計,然后將結果存入以letter,Digit和other為名的存儲單元。
上傳時間: 2014-01-21
上傳用戶:電子世界
、該個詞法分析器要求至少能夠識別以下幾類單詞: a. 關鍵字:else if int return void while共6個,所有的關鍵字都是保留字,并且必須是小寫; b. 標識符:識別與C語言詞法規定相一致的標識符,通過下列正則表達式定義:ID = letter (letter | Digit)*; c. 常數:NUM=(+ | - |ε)Digit Digit*(.Digit Digit* |ε)(e(+ | - |ε) Digit Digit* |ε),letter = a|..|z|A|..|Z|,Digit = 0|..|9,包括整數,如123, -123, +123等;小數,如123.45, +123.45, -123.45;科學計數法表示的常數,如+1.23e3,-2.3e-9; d. 專用符號:+ - * / < <= > >= == != = , ( ) [ ] { } /* */;
上傳時間: 2013-12-08
上傳用戶:gtf1207
詞法分析 1 試驗目的 設計,編制并調試一個此法分析程序,加深對此法分原理的理解. 2 試驗要求 1)待分析的簡單語言的詞法 * 關鍵字: begin if then while do end 所有關鍵字都是小寫. 2)運算符和界符: : = + * - / < <= <> > >= = ( ) # 3)其他單詞是標識符(ID)和整數型常數(NUM),通過一下正規式定義: ID=letter (letter|Digit)* NUM=Digit Digit* 4)空格由空白,制表符和換行符組成,空格一般用來分隔ID,NUM,運算符,界符和關鍵字,此法分析階段通常被忽略. 3 各種單詞符號對應的種別碼如表所示
上傳時間: 2017-01-08
上傳用戶:dongqiangqiang
Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal Digit.
標簽: Implementation encryption key ELGAMAL
上傳時間: 2013-12-14
上傳用戶:cylnpy
程序接收用戶鍵入的一行字符(字符長度不大于80個,以回車結束),并把字符,數字,其它字符分類計數,然后將結果存入以Letter,Digit,Other為名的存儲單元中。
上傳時間: 2013-12-20
上傳用戶:yy541071797