packet DSCP tagger , can tag packets in differntial services , you can route packets from the router according to the DSCP 2 BYTE tag
標簽: packets differntial can services
上傳時間: 2016-11-16
上傳用戶:
AVP三元組協議包, RADIUS通信的基礎協議,包頭為20字節,每項數據采用屬性ID|長度|內容三元組形式. 可以根據HASHTABLE結構構造AVP的BYTE數組,也可以根據BYTE數組構建AVP包的HASHTABLE內容。
上傳時間: 2013-12-27
上傳用戶:蟲蟲蟲蟲蟲蟲
這個源代碼主要模仿了一個類似 深度操作系統安裝程序中的一個軟件自動安裝管理器AutoIt v3,具有如下功能: 一、支持INI讀取,支持 SECTION 的讀取,模塊modINIReader.bas支持讀取Sections及key 二、支持 /auto /uninstall /del命令行參數運行 三、支持軟件后臺靜默模式安裝、支持靜默卸載(當然視安裝軟件的參數支持) 四、支持自身刪除 五、模塊 modSys.bas 獲取文件大小,支持kb,MB,BYTE及auto 返回大小單位 六、支持高級shell調用及等待安裝程序結束并返回結果 七、支持倒計時進度計時器及餅圖顯示 八、支持XP風格,不需要使用.manifest格式文件 九、支持系統托盤氣泡提示各種安裝信息等 補充:要安裝的軟件請放在soft文件夾中,再修改Autoss.ini文件中的安裝路徑。
上傳時間: 2016-11-25
上傳用戶:liansi
selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin + CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control BYTE combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval. is restarted. The ACQMOD bit in the input control BYTE offer
標簽: configures the selects channel
上傳時間: 2013-12-09
上傳用戶:
selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin + CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control BYTE combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval. is restarted. The ACQMOD bit in the input control BYTE offer
標簽: configures the selects channel
上傳時間: 2016-12-24
上傳用戶:朗朗乾坤
selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin is restarted. The ACQMOD bit in the input control BYTE offer+ CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control BYTE combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval.
標簽: configures the selects channel
上傳時間: 2016-12-24
上傳用戶:yzhl1988
en_RUPT 編碼的字節操作,全部是BYTE操作,將u32 拆分成BYTE x[][4],實現en_RUPT 加解密算法
上傳時間: 2014-01-05
上傳用戶:685
程序描述:網絡遠端溫度感測器,這個范例中使用到 (1)8051 的Port 1連接到LCD顯示器,PORT 3的P3.3、P3.4和P3.5分別連接到LCD顯示器的控制線,程序執行時可以讓LCD顯示器顯示出時間和日期。 (2)溫度感測組件AD590經由ADC0804將感測到的溫度,轉換成數位數據,然后經由PORT 0輸入8051。 (3)igangcai 8051的第10和第11只腳RXD和TXD分別連線到MAX232,然后連接到PC的COM埠。 (4) 當PC端經由RS232傳送S時,接下來PC送出的下 個BYTE就用來設定PORT 3的輸出。 (5) 當PC端經由RS232傳送T時,接下來PC連續送出五個BYTEs,這五個BYTEs是 "年月日時分",這是 PC 用來設定實驗板的時間日期。 (6) 8051每 分鐘就讀入ADC0804轉換的數字溫度數據,然后通過RS232傳送給PC端,再由PC端通過網絡傳送到遠端的電腦。*/
上傳時間: 2014-01-09
上傳用戶:lili123
Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or BYTE stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.
標簽: characters character buffering efficient
上傳時間: 2017-02-20
上傳用戶:cjl42111
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of BYTEs as a stream of bits each BYTE contains 8 bits, so any n BYTEs hold n*8 bits. And the operation to manipulate this stream or bits array is so easy, jut read or change the bits state or make any Boolean operation on the whole bits array, like 鈥楢ND鈥? 鈥極R鈥? or 鈥榅OR鈥?
標簽: structure compacted Booleans provides
上傳時間: 2014-01-15
上傳用戶:壞天使kk