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

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

ISCSI-target

  • 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

  • Index NAME 總覽 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 選項 (OPTIONS) 總體選項 (Overall Option

    Index NAME 總覽 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 選項 (OPTIONS) 總體選項 (Overall Option) 語言選項 (LANGUAGE OPTIONS) 預處理器選項 (Preprocessor Option) 匯編器選項 (ASSEMBLER OPTION) 連接器選項 (LINKER OPTION) 目錄選項 (DIRECTORY OPTION) 警告選項 (WARNING OPTION) 調試選項 (DEBUGGING OPTION) 優化選項 (OPTIMIZATION OPTION) 目標機選項 (TARGET OPTION) 機器相關選項 (MACHINE DEPENDENT OPTION) 代碼生成選項 (CODE GENERATION OPTION) PRAGMAS 文件 (FILE) 另見 (SEE ALSO) BUGS 版權 (COPYING) 作者 (AUTHORS) [中文版維護人] [中文版最新更新] 《中國Linux論壇man手冊頁翻譯計劃》 NAME gcc,g++-GNU 工程的 C和 C++編譯器(egcs-1.1.2

    標簽: DESCRIPTION SYNOPSIS OPTIONS Overall

    上傳時間: 2014-01-03

    上傳用戶:evil

  • A certification path is an ordered list of certificates starting with a certificate issued by the re

    A certification path is an ordered list of certificates starting with a certificate issued by the relying party s trust root, and ending with the target certificate that needs to be validated. Certification path validation procedures are based on the algorithm supplied in ITU-T Recommendation X.509 and further defined in Internet Engineering Task Force (IETF) Request for Comments (RFC) 3280. Certification path processing verifies the binding between the subject distinguished name and/or subject alternative name and the subject public key defined in the target certificate. The binding is limited by constraints, which are specified in the certificates that comprise the path, and inputs that are specified by the relying party. To ensure secure interoperation of PKI-enabled applications, the path validation must be done in accordance with the X.509 and RFC 3280 specifications. This document provides the test assertions and the test cases for testing path validation software against these specifications.

    標簽: certification certificates certificate starting

    上傳時間: 2017-07-31

    上傳用戶:清風冷雨

  • Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state

    Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP

    標簽: state algorithme Program problem

    上傳時間: 2017-08-12

    上傳用戶:jjj0202

  • Synchronous Serial Communications (SSC) is a synchronous serial communications protocol between

    Synchronous Serial Communications (SSC) is a synchronous serial communications protocol between a target PICmicro microcontroller unit and the PICkit 1 or 2.

    標簽: Communications communications Synchronous synchronous

    上傳時間: 2013-12-18

    上傳用戶:

  • Program helping you to remember the route. It cab be route from conference room to coffee-room, it

    Program helping you to remember the route. It cab be route from conference room to coffee-room, it can be tourist trip, it can be pathway in labyrinth. during first traversal you make notes in you phone, specifying direction of movement and target of each step. Phone remembers how much time each steps takes. Then you can just inspect information about this trip and check duration of each stage and the whole trip. You can also replay it in forward and backward direction. So if somebody show you the shortest way to coffee machine, you can easily find the way back and can repeat this trip in future.

    標簽: route coffee-room conference remember

    上傳時間: 2014-01-05

    上傳用戶:1159797854

  • The OpenMAX DL (Development Layer) APIs contain a comprehensive set of audio, video, signal processi

    The OpenMAX DL (Development Layer) APIs contain a comprehensive set of audio, video, signal processing function primitives which can be implemented and optimized on various CPUs and hardware engines and then used for accelerated codec functionality. API functions target key algorithms in such codecs as H.264, MPEG-4, AAC, MP3, and JPEG.

    標簽: comprehensive Development processi OpenMAX

    上傳時間: 2017-09-20

    上傳用戶:dancnc

主站蜘蛛池模板: 景泰县| 阿拉善盟| 乌苏市| 东至县| 定远县| 呼和浩特市| 清河县| 内黄县| 大化| 桂平市| 广宗县| 罗定市| 通州区| 哈密市| 锦州市| 鲜城| 陆河县| 河北省| 德庆县| 西昌市| 沈丘县| 旺苍县| 夏邑县| 乐亭县| 安国市| 任丘市| 襄樊市| 湘潭市| 潮州市| 大港区| 阳信县| 黑龙江省| 盐源县| 周至县| 翁源县| 沈丘县| 阳新县| 五家渠市| 基隆市| 黄陵县| 乌鲁木齐县|