模仿cisco路由器,產(chǎn)生netflow,送到指定的收集器上,以相對(duì)低廉的軟件代價(jià)來實(shí)現(xiàn)昂貴的路由器的功能 fprobe -i eth0 -l 3 host:port
上傳時(shí)間: 2014-08-22
上傳用戶:小眼睛LSL
NET-DL 套件由日立SH7750處理 器、32M SDRAM 以及8M 的FLASH為用戶的軟件研發(fā)提供了足夠的空間。板上提供非常 豐富的外設(shè)接口:一個(gè)10M/100M 自適應(yīng)快速以太網(wǎng)接口、兩個(gè)RS-232 串口、一個(gè)JTAG調(diào) 試口以及若干個(gè)基于PIO的指示燈。系統(tǒng)具有體積小、耗電低、處理能力強(qiáng)、網(wǎng)絡(luò)功能強(qiáng)大 等特點(diǎn),能夠裝載和運(yùn)行嵌入式Linux 操作系統(tǒng)
標(biāo)簽: NET-DL FLASH SDRAM 7750
上傳時(shí)間: 2014-01-12
上傳用戶:黃華強(qiáng)
兩機(jī)串口通信 可以傳送各種文件,包括二進(jìn)制文件 可達(dá)RS-232最大速度
上傳時(shí)間: 2014-01-07
上傳用戶:qq1604324866
MIZI Research, Inc.發(fā)布的嵌入式Linux內(nèi)核源碼,現(xiàn)在的版本是是2.4.18-rmk7-pxa1-mz5。其中包含了很多常用硬件驅(qū)動(dòng),如CS8900、UDA1341等。 這是為一款用SAMSUNG公司S3C2410A芯片為處理器的系統(tǒng)配置的內(nèi)核,可支持 640*480 TFT、Audio、LAN、RS-232、USB等接口。
標(biāo)簽: Research Linux MIZI Inc
上傳時(shí)間: 2013-12-30
上傳用戶:wyc199288
CH375 是一個(gè)USB總線的通用接口芯片,支持USB-HOST主機(jī)方式和USB-DEVICE/SLAVE設(shè)備方式。在本地端,CH375具有8位數(shù)據(jù)總線和讀、寫、片選控制線以及中斷輸出,可以方便地掛接到單片機(jī)/DSP/MCU/MPU等控制器的系統(tǒng)總線上。在USB主機(jī)方式下CH375還提供了串行通訊方式,通過串行輸入、串行輸出和中斷輸出與單片機(jī)/DSP/MCU/MPU 等相連接。 CH375 的USB 設(shè)備方式與CH372 芯片完全兼容,CH375 包含了CH372 的全部功能。本手冊(cè)中沒有提供CH375 在USB 設(shè)備方式下的說明,相關(guān)資料可以參考CH372 手冊(cè)。 CH375的USB 主機(jī)方式支持常用的USB 全速設(shè)備,外部單片機(jī)可以通過CH375 按照相應(yīng)的USB 協(xié)議與USB 設(shè)備通訊。CH375 還內(nèi)置了處理Mass-Storage 海量存儲(chǔ)設(shè)備的專用通訊協(xié)議的固件,外部單片機(jī)可以直接以扇區(qū)為基本單位讀寫常用的USB 存儲(chǔ)設(shè)備(包括USB 硬盤/USB 閃存盤/U 盤)。
上傳時(shí)間: 2013-12-18
上傳用戶:fhzm5658
| Target | | 芯片固件程序 | keil C51 uVision2 | Windows98 | Loader | USB2.0接口 | loader.sys設(shè)備驅(qū)動(dòng)程序 | Visual C++、98DDK | Windows98 Chap18 | Driver | 頻譜分析儀 | bulktest.sys設(shè)備驅(qū)動(dòng)程序 | Visual C++、98DDK | Windows98 | Host | | Win32應(yīng)用程序 | Visual C++ | Windows98 | Inf | | 安裝文件 | -- | Windows98 ————————————————————————————————————————————————————————
標(biāo)簽: uVision2 Windows Target Loader
上傳時(shí)間: 2015-04-10
上傳用戶:whenfly
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
標(biāo)簽: Part connections example prolog
上傳時(shí)間: 2015-04-24
上傳用戶:ljt101007
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.
標(biāo)簽: firmware mouse translates translator
上傳時(shí)間: 2015-04-26
上傳用戶:cuiyashuo
The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic program without timers, (3) to write a periodic program using timer Hardware:Host computer PC Software: GNU GCC
標(biāo)簽: software periodic defects timers
上傳時(shí)間: 2014-08-13
上傳用戶:古谷仁美
大學(xué)vhdl語言實(shí)驗(yàn)大全,基于max-plus2平臺(tái),內(nèi)有8-3譯碼器,8位加法器,數(shù)字鐘,數(shù)碼顯示,74ls138,8,4位計(jì)數(shù)器,d,rs觸發(fā)器,加法器,交通燈等,此原碼基于長江大學(xué)可編程器件實(shí)驗(yàn)箱,如要運(yùn)行在其他平臺(tái)上需要重新定義管腳
標(biāo)簽: max-plus vhdl 大學(xué) 加法器
上傳時(shí)間: 2013-12-23
上傳用戶:qiaoyue
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1