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

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

brief

  • 具體功能: The documentation of Windows system service dependence, it also introduce a service software a

    具體功能: The documentation of Windows system service dependence, it also introduce a service software and brief implementation of service dependency

    標簽: service documentation dependence introduce

    上傳時間: 2015-08-27

    上傳用戶:yulg

  • Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. J

    Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.

    標簽: Java Expressions Regular version

    上傳時間: 2013-12-18

    上傳用戶:lanhuaying

  • SDRAM 參考設計:主要包括The following figure shows a high-level block diagram for this reference design follo

    SDRAM 參考設計:主要包括The following figure shows a high-level block diagram for this reference design followed by a brief description of each sub-section. The design consists of: · PowerPC processor · PLB-OPB bridge · BlockRAM Memory Controller · SDRAM Controller · Two GPIO ports · A UART Port · External SDRAM

    標簽: high-level following reference diagram

    上傳時間: 2013-12-15

    上傳用戶:Miyuki

  • ALI-5661芯片MP3方案3100版本詳細資料。 包含 M5661 Flash Support List_SDK_070122 M5661 User Manual_v1.2_051023

    ALI-5661芯片MP3方案3100版本詳細資料。 包含 M5661 Flash Support List_SDK_070122 M5661 User Manual_v1.2_051023 M5661_HiColor_UserManual_051022 M5661FwProgGuide_v1.3_051028 M5661UserManual_v1.12_050304 New IC SAR ADC(brief) SDK Memroy Size VideoFormatSupportListRelease 有需要的朋友可以下載。

    標簽: M5661 List_SDK Manual_v Support

    上傳時間: 2016-04-20

    上傳用戶:hj_18

  • linux 下串口編程 #include <stdio.h> /*標準輸入輸出定義*/ #include <stdlib.h> /*標準函數庫定義*/ #include

    linux 下串口編程 #include <stdio.h> /*標準輸入輸出定義*/ #include <stdlib.h> /*標準函數庫定義*/ #include <unistd.h> /*Unix標準函數定義*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定義*/ #include <termios.h> /*PPSIX終端控制定義*/ #include <errno.h> /*錯誤號定義*/ /***@brief 設置串口通信速率 *@param fd 類型 int 打開串口的文件句柄 *@param speed 類型 int 串口速度 *@return void*/

    標簽: include stdlib linux stdio

    上傳時間: 2014-01-18

    上傳用戶:xjz632

  • 不錯的 PERL 教程 Find a Perl programmer, and you ll find a copy of Perl Cookbook nearby. Perl Cookbook

    不錯的 PERL 教程 Find a Perl programmer, and you ll find a copy of Perl Cookbook nearby. Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examples ranging from brief one-liners to complete applications. The second edition of Perl Cookbook has been fully updated for Perl 5.8, with extensive changes for Unicode support, I/O layers, mod_perl, and new technologies that have emerged since the previous edition of the book. Recipes have been updated to include the latest modules. New recipes have been added to every chapter of the book, and some chapters have almost doubled in size.

    標簽: Cookbook Perl programmer nearby

    上傳時間: 2016-11-23

    上傳用戶:chenbhdt

  • ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project

    ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image.

    標簽: Visual-to-Audio Electronic download project

    上傳時間: 2017-02-01

    上傳用戶:笨小孩

  • include <stdio.h> /*標準輸入輸出定義*/ #include <stdlib.h> /*標準函數庫定義*/ #inclu

    include <stdio.h> /*標準輸入輸出定義*/ #include <stdlib.h> /*標準函數庫定義*/ #include <unistd.h> /*Unix標準函數定義*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定義*/ #include <termios.h> /*PPSIX終端控制定義*/ #include <errno.h> /*錯誤號定義*/ #define TRUE 1 #define FALSE 0 /***@brief 設置串口通信速率 *@

    標簽: include stdlib inclu stdio

    上傳時間: 2017-05-07

    上傳用戶:ljt101007

  • QuickSteps books are recipe books for computer users. They answer the question 揌ow do I...??by prov

    QuickSteps books are recipe books for computer users. They answer the question 揌ow do I...??by providing a quick set of steps to accomplish the most common tasks with a particular program. The sets of steps are the central focus of the book. Sidebar QuickSteps provide information on how to do quickly many small functions or tasks that are in support of the primary functions. Sidebar QuickFacts supply information that you need to know about a subject. Notes, Tips, and Cautions augment the steps, but they are presented in a separate column to not interrupt the fl ow. brief introductions are present, but there is minimal narrative otherwise. Many illustrations and fi gures, a number with callouts, are also included where they support the steps.

    標簽: books QuickSteps computer question

    上傳時間: 2013-12-11

    上傳用戶:ljt101007

  • j2ee全面簡介

    j2ee全面簡介,j2ee全面簡介,j2ee brief introduction

    標簽: j2ee

    上傳時間: 2014-01-24

    上傳用戶:xaijhqx

主站蜘蛛池模板: 禄丰县| 新郑市| 唐山市| 绵阳市| 理塘县| 东台市| 屏南县| 沙河市| 五指山市| 砀山县| 滦平县| 南召县| 勐海县| 凤阳县| 上高县| 阿巴嘎旗| 从化市| 江北区| 蒲江县| 阆中市| 洪洞县| 博爱县| 海盐县| 调兵山市| 体育| 洮南市| 叙永县| 渝中区| 梨树县| 通河县| 哈密市| 拉孜县| 民和| 横峰县| 公安县| 苏尼特右旗| 安福县| 西乡县| 保靖县| 房山区| 津南区|