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

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

iscsi-target

  • This document constitutes the user manual for the YAMON™ ROM monitor. YAMON (“Yet Another MONi

    This document constitutes the user manual for the YAMON™ ROM monitor. YAMON (“Yet Another MONitor”) is the ROM monitor used on MIPS Technologies evaluation and reference boards. The target audience for this document is users of those boards. This would typically be engineers developing hardware or software including compilers, RTOS and other tools. Currently, the following boards/CPUs are supported by YAMON : • Atlas™ with MIPS32 4K™ or MIPS64 5K™ class of CPUs. • Atlas with QED RM5261® . • Malta™ with MIPS32 4K or MIPS64 5K class of CPUs. • Malta with QED RM5261® . • SEAD™ with MIPS32 4K or MIPS64 5K class of CPUs. • SEAD-2™ with MIPS32 4K or MIPS64 5K class of CPUs.

    標簽: YAMON constitutes the document

    上傳時間: 2017-02-19

    上傳用戶:水中浮云

  • 調試通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc

    調試通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc. DCC is accessed by the target via coprocessor 14 using the ARM instructions MCR and MRC. The two assembler source files provided are: outchan.s for Target to debugger communication inchan.s for Debugger to target communication

    標簽: ARM e.g. TDMI EmbeddedICE

    上傳時間: 2013-12-21

    上傳用戶:liuchee

  • This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogi

    This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0. project : RFID Reader V2.0 Target : MEGA8-16AU Crystal: 16.000 Mhz Input : TRH031M RFID 13.56MHz Output : RS232C 115200,N,8,1 Compiler : ICC-AVR V6.26C // Pin configuration for ATMEGA8-16AU TQFP32 // #30 RXD <--- RXD (SP3232) // #31 TXD ---> TXD (SP3232) // #32 PD2/INT0 <--- INTR (TRH031M) // # 1 PD3/INT1 ---> RST (TRH031M) // # 2 PD4 ---> D4 (TRH031M) // # 9 PD5 ---> D5 (TRH031M) // #10 PD6 ---> D6 (TRH031M) // #11 PD7 ---> D7 (TRH031M) // #12 PB0 ---> D0 (TRH031M) // #13 PB1 ---> D1 (TRH031M) // #14 PB2 ---> D2 (TRH031M) // #15 PB3 ---> D3 (TRH031M) // #16 PB4 ---> CSB (TRH031M) // #17 PB5 ---> LED // #23 PC0 ---> A0 (TRH031M) // #24 PC1 ---> A1 (TRH031M) // #25 PC2 ---> A2 (TRH031M) // #26 PC3 ---> ALE (TRH031M) // #27 PC4 ---> /RD (TRH031M) // #28 PC5 ---> /WR (TRH031M)

    標簽: 13.560 ATMEGA 3Alogi source

    上傳時間: 2017-03-31

    上傳用戶:s363994250

  • In computer vision, sets of data acquired by sampling the same scene or object at different times, o

    In computer vision, sets of data acquired by sampling the same scene or object at different times, or from different perspectives, will be in different coordinate systems. Image registration is the process of transforming the different sets of data into one coordinate system. Registration is necessary in order to be able to compare or integrate the data obtained from different measurements. Image registration is the process of transforming the different sets of data into one coordinate system. To be precise it involves finding transformations that relate spatial information conveyed in one image to that in another or in physical space. Image registration is performed on a series of at least two images, where one of these images is the reference image to which all the others will be registered. The other images are referred to as target images.

    標簽: different computer acquired sampling

    上傳時間: 2013-12-28

    上傳用戶:來茴

  • The program computes the checksum and displays the result in an output port. The program is written

    The program computes the checksum and displays the result in an output port. The program is written for Microchip PIC16F877A target device

    標簽: program The the computes

    上傳時間: 2014-10-28

    上傳用戶:hoperingcong

  • 這是全套的PPP協議的源碼

    這是全套的PPP協議的源碼,運行在vxworks5.5.1上的。絕對權威,因為它是安裝vxworks PNE2.2后的源代碼,只要拷貝到$WIND_BASE\target\src下直接MAKE就行。

    標簽: PPP 協議 源碼

    上傳時間: 2013-12-13

    上傳用戶:weiwolkt

  • vxworks源代碼

    vxworks源代碼,比較老的一個版本,里邊包含target、source、include

    標簽: vxworks 源代碼

    上傳時間: 2013-12-27

    上傳用戶:電子世界

  • 2007年全國大學生電子設計大賽

    2007年全國大學生電子設計大賽,A題音頻信號分析儀的全部源程序。 單片機為c8051f120,系統時鐘倍頻至96MHZ。 main.c是一個包含五級菜單的主函數。 FFT.C是進行fft變換,將時域信號變換成頻域信號。 flash.c是讀寫片外flash存儲器的程序,可以將分析結果保存,以備調用. z7290.c是周立功7290鍵盤芯片的驅動程序. FFT_xgjis.c是對變換后的頻譜進行分析和運算. FFT_CodeTable.c是一個正弦表,在FFT的時候調用. LCD320240.c是320*240的液晶驅動程序,液晶的控制器是SED1335. 所有的.h文件提供了子函數的定義. 本程序用KEIL3 802版本編譯通過,將所有的.C文件添加到工程中,并編譯main.c 注意兩點:1.器件選擇c8051f120. 2.在target中將時鐘設為96M.同時必須將Memory Model 改成large--XDATA.默認的是small. 因為本設計占用的資源是非常大的. Program Size: data=81.3 xdata=6811 code=43056

    標簽: 2007 大學生電子 設計大賽

    上傳時間: 2014-01-05

    上傳用戶:manlian

  • A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness functio

    A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness function as target string.

    標簽: Algorithm Genetic finding Strings

    上傳時間: 2017-05-06

    上傳用戶:qlpqlq

  • interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o in

    interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * $cp interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #insmod eintdrv.o * #mknod eint c 98 0 * #./interrupt

    標簽: arm-linux-gcc application interrupt compile

    上傳時間: 2017-05-07

    上傳用戶:sunjet

主站蜘蛛池模板: 邵阳市| 镇沅| 墨脱县| 土默特左旗| 南昌县| 合阳县| 镶黄旗| 娱乐| 罗山县| 广汉市| 甘孜| 浑源县| 隆德县| 凯里市| 额济纳旗| 玉田县| 桑日县| 原平市| 湘潭市| 梅河口市| 那曲县| 全椒县| 甘德县| 义马市| 仁化县| 安龙县| 依兰县| 钦州市| 湟源县| 金坛市| 日照市| 柞水县| 平南县| 青阳县| 伊宁市| 罗城| 万盛区| 瓦房店市| 益阳市| 清涧县| 河北省|