亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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

主站蜘蛛池模板: 石屏县| 渝北区| 巴彦县| 玛多县| 邵武市| 南宫市| 万源市| 祥云县| 靖宇县| 昌邑市| 布拖县| 永登县| 宜川县| 新郑市| 慈利县| 安多县| 肥西县| 纳雍县| 当涂县| 龙江县| 渭南市| 青田县| 延津县| 静安区| 吴堡县| 长宁县| 广南县| 阜康市| 视频| 昆山市| 定兴县| 通辽市| 朝阳区| 巢湖市| 酉阳| 政和县| 马尔康县| 海伦市| 自治县| 长兴县| 桂林市|