基于 xinlinx 寫的DES加密算法,內涵test bench,加密解密都有
上傳時間: 2016-01-04
上傳用戶:dreamboy36
radius協議源碼÷The Radius Stack will connect to a Radius Server. This stack implementation is built upon the UdpStack which is available in the radius{version}/util directory. A minimal set of VSAs (Vendor Specific Attributes are supported by this stack). The Radius Stack should be used as a base class. In order to implement a larger set of VSAs, one will need to subclass from the Radius Stack and implement the functionality within the virtual function processVsa(). The Radius Stack supports mostly accounting messages. The authentcation messages will be supported in a future release. A test program has been provided in the radius directory. This program shows how to subclass from the RadiusStack and how to use the api.
標簽: Radius implementation connect radius
上傳時間: 2013-12-12
上傳用戶:壞天使kk
openfans 0.1 using: eclipse, maven, spring, hibernate, mysql,common-validator,sitemesh..... Introduction ============ 提供web2.0應用的基本模型,能夠方便的在各個領域使用 Getting Started =============== 需要下載maven,http://maven.apache.org/download.html,如果初次使用maven,配置好后,運行mvn install 如果使用eclipse,在項目根目錄,運行mvn eclipse:eclipse(如初次使用,會花較長時間到網上下載plugin和jar,建議去喝杯咖啡) 使用mvn test運行所有測試,mvn package打包 有任何問題請到http://groups.google.com/group/openfans
標簽: common-validator hibernate openfans sitemesh
上傳時間: 2013-12-19
上傳用戶:wuyuying
視頻捕捉示例程序,可以參考一下,呵呵。videocap test sample.
上傳時間: 2013-12-01
上傳用戶:蟲蟲蟲蟲蟲蟲
This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.
標簽: directory the contains firmware
上傳時間: 2013-12-16
上傳用戶:gdgzhym
The purpose of this example is to demonstrate that the functioning of External interrupts (INT0, INT1, INT4, INT5 and INT6) and how toset them up. This directory contains the frameworks fw.c, the test program extr_intr.c and the external interrupt service routines isr.c. This was compiled using micro vision2.
標簽: demonstrate functioning interrupts External
上傳時間: 2014-02-04
上傳用戶:Altman
Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 }
標簽: s3c2440 driver Linux dev-C
上傳時間: 2014-01-01
上傳用戶:qlpqlq
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
1305時鐘芯片驅動,用于彈片機、dsp、msp開發時的計時。
上傳時間: 2016-01-17
上傳用戶:hakim
This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through a TCP/IP network. The goal was to design a small footprint implementation to allow the code to be integrated into a monitor program stored in a ROM/FLASH, the footprint is about 7 KBytes for the test program. This code has not been yet tested in many environment. It should be seen at your starting point to integrate the network boot function to your board.
標簽: implementation bootstrap protocols TFTPBOOT
上傳時間: 2013-12-18
上傳用戶:極客