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

test-Driven

  • 视频捕捉示例程序

    视频捕捉示例程序,可以参考一下,呵呵。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

  • 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

    上传用户:极客

  • Java编写的一款FTP程序

    Java编写的一款FTP程序,主要功能有支持上传、下载、目录转换。需要加入其他命令的支持可以在Request类的sendEventMsg方法中的case语句里添加 FTP的用户名和密码默认是test test

    标签: Java FTP 编写 程序

    上传时间: 2016-01-31

    上传用户:colinal

  • CHAPT13AnsiWinTerm.cpp Class used in Win32 terminal emulation CHAPT13AnsiWinTerm.h Header file for

    CHAPT13\AnsiWinTerm.cpp Class used in Win32 terminal emulation CHAPT13\AnsiWinTerm.h Header file for the AnsiWinTerm class CHAPT13\Chapt13.cpp 32-bit test program of terminal emulation CHAPT13\Chapt13.dsp Visual C++ project file CHAPT13\Chapt13.dsw Visual C++ workspace file CHAPT13\Chapt13.rc The resource file used in the test program CHAPT13\resource.h IDs defined in the resource file CHAPT13\Win32Term.cpp The Win32 general purpose terminal class CHAPT13\Win32Term.h Definition of the class CHAPT13\Debug\Chapt13.exe 32-bit executable of the test program.

    标签: AnsiWinTerm CHAPT emulation terminal

    上传时间: 2016-02-03

    上传用户:秦莞尔w

  • CHAPT14MODEM.CPP Implementation of the Modem class CHAPT14MODEM.H Declarations of the Modem class

    CHAPT14\MODEM.CPP Implementation of the Modem class CHAPT14\MODEM.H Declarations of the Modem class CHAPT14\TSTMODEM.CPP 16-bit test program for the Modem class CHAPT14\TSTMODEM.EXE 16-bit executable of the test program CHAPT14\TSTMODEM.MAK Make file for use with Borland or Microsoft C

    标签: CHAPT MODEM Modem class

    上传时间: 2013-12-24

    上传用户:坏天使kk

  • 说明 //LCD12864.C //适用范围:128X64点阵黑白液晶屏

    说明 //LCD12864.C //适用范围:128X64点阵黑白液晶屏,如:KS0108等 //注意事项:对液晶屏操作时,应先操作左屏完成后,再对右屏操作, // 如需要再回过来写左屏应先清全屏,否则会花屏! //Design by Minstar@8.5 N.S. //Test by Minstar

    标签: 128X64 12864 LCD 点阵

    上传时间: 2016-02-04

    上传用户:qiaoyue