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

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

jftp-src-test

  • 一個比較好的44B0的啟動代碼. 工程目錄結構說明 --根目錄 -- bootloader.apj, ARM Project Manager工程文件 -- INC目錄, 頭文件 -

    一個比較好的44B0的啟動代碼. 工程目錄結構說明 --根目錄 -- bootloader.apj, ARM Project Manager工程文件 -- INC目錄, 頭文件 -- SRC目錄, 源文件 -- Debug目錄, debug版本的編譯和鏈接結果 -- Bin2C, 將Bin文件轉化為C代碼的數組的軟件 -- DOC, 相關文檔。

    標簽: bootloader Project Manager 44B0

    上傳時間: 2016-01-07

    上傳用戶:tedo811

  • 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

  • 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

    上傳用戶:極客

  • aDABOOST This package contains the following files: learner.jar - is a platform independent java

    aDABOOST This package contains the following files: learner.jar - is a platform independent java package. In order to run it on windows/linux open the command prompt/shell and type the command "java -jar learner.jar". Make sure the java installation path is set in the system enviroment. learner.exe - A windows executable version of the application. Doubleclick to run. learner.pdf - The digital version of the report. SRC\ - The source code of the program is in this directory

    標簽: independent following aDABOOST contains

    上傳時間: 2014-12-05

    上傳用戶:xsnjzljj

主站蜘蛛池模板: 永德县| 馆陶县| 牙克石市| 蓬安县| 乐至县| 三都| 师宗县| 余庆县| 平原县| 阿坝县| 白朗县| 伽师县| 专栏| 寿阳县| 柏乡县| 五家渠市| 陵川县| 荥经县| 克东县| 吴桥县| 阿克| 新丰县| 津市市| 东乌| 嘉峪关市| 辉县市| 繁峙县| 崇义县| 吴忠市| 朔州市| 哈尔滨市| 舟曲县| 宝鸡市| 新闻| 沙河市| 乌拉特中旗| 阳朔县| 江北区| 隆回县| 吉林市| 张掖市|