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

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

TEST-spra

  • 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

  • 本實例采用輸入參數的方式

    本實例采用輸入參數的方式,并且演示了如何使用Checksum類來計算和校驗文件的“校驗和”。在dos窗口中輸入:java myZip test 1.txt 2.txt 這條命令把1.txt和2.txt文件壓縮到test.zip文件中

    標簽: 輸入 參數 方式

    上傳時間: 2013-12-09

    上傳用戶:lmeeworm

  • === === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS =

    === === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS ================================================================ Sources: PORTS.A of Ralf Brown s interrupt list collection repairfaq.org keyboard FAQ(doesn t appear to exsist) Linux source code Test hardware: New Samsung KB3T001SAXAA 104-key keyboard Old Maxi 2186035-00-21 101-key keyboard NO WARRANTY. NO GUARANTEE. I have tried to make this information accurate. I don t know if I succeeded. Corrections or additional information would be welcome. This is a plain-text document. If you use a word-processor to view it, use a fixed-pitch font (like Courier) so columnar data and ASCII art lines up properly.

    標簽: INFORMATION DEVELOPERS KEYBOARD SOFTWARE

    上傳時間: 2014-08-18

    上傳用戶:ecooo

主站蜘蛛池模板: 岫岩| 乌拉特前旗| 朝阳市| 勃利县| 美姑县| 宁夏| 元氏县| 高安市| 阿城市| 宜宾市| 藁城市| 宁明县| 崇州市| 常州市| 绥中县| 墨竹工卡县| 灵丘县| 色达县| 兴宁市| 汝城县| 黑山县| 固阳县| 教育| 开化县| 正定县| 南华县| 万载县| 墨玉县| 镇江市| 蕉岭县| 望谟县| 蓝田县| 甘泉县| 三亚市| 龙陵县| 慈利县| 湘乡市| 海城市| 抚宁县| 泰和县| 吉安市|