虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

msp-TEST

  • 基于 xinlinx 写的DES加密算法

    基于 xinlinx 写的DES加密算法,内涵test bench,加密解密都有

    标签: xinlinx DES 加密算法

    上传时间: 2016-01-04

    上传用户:dreamboy36

  • radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo

    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.....

    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

    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, IN

    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 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 tot

    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时钟芯片驱动

    1305时钟芯片驱动,用于弹片机、dsp、msp开发时的计时。

    标签: 1305 时钟芯片 驱动

    上传时间: 2016-01-17

    上传用户:hakim

  • This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through

    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

    上传用户:极客