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

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

TITLE

  • TITLE:數據庫連接池 Description: 通用的數據庫連接池 通用的數據庫連接池 可以設置: 加載的驅動 連接的URL 數據庫的用戶名 數據庫的名字 最大連接數 默認創建數量 Copyrig

    TITLE:數據庫連接池 Description: 通用的數據庫連接池 通用的數據庫連接池 可以設置: 加載的驅動 連接的URL 數據庫的用戶名 數據庫的名字 最大連接數 默認創建數量 Copyright: Copyright

    標簽: Description 數據庫 連接 Copyrig

    上傳時間: 2017-04-05

    上傳用戶:二驅蚊器

  • TITLE: A sample sokoban implementation using CLX Created: Tue Feb 27 15:43:28 1996

    TITLE: A sample sokoban implementation using CLX Created: Tue Feb 27 15:43:28 1996 Author: Gilbert Baumann <unk6@rz.uni-karlsruhe.de> Copyright: (c) copyright 1996 by Gilbert Baumann, distributed under GPL. some hacking by Sam Steingold 2002-2008

    標簽: implementation Created sokoban sample

    上傳時間: 2017-07-16

    上傳用戶:whenfly

  • The OReilly Struts book (TITLE not set yet) will be available sometime in the 3rd quarter of 2002.

    The OReilly Struts book (TITLE not set yet) will be available sometime in the 3rd quarter of 2002. Published by OReilly, this book covers both Struts 1.0 and 1.1. The beta or draft chapters are being made available for download to facilitate an early public review process for the material.

    標簽: available sometime OReilly quarter

    上傳時間: 2014-01-22

    上傳用戶:familiarsmile

  • TITLE : Implementation of quadrature modulation and demodulation Design Object : By implementing qu

    TITLE : Implementation of quadrature modulation and demodulation Design Object : By implementing quadrature modulation and demodulation of analog signals in digital signal processing, students will have better understanding of sampling and frequency analysis of discrete-time signals. Design Content : Make a MATLAB function which performs quadrature modulation and demodulation for a input signal with anti-aliasing filtering.

    標簽: Implementation demodulation implementing modulation

    上傳時間: 2013-12-09

    上傳用戶:蠢蠢66

  • 信號源,調節器和電源電路分析

      Occasionally, we are tasked with designing circuitry for aspecific purpose. The request may have customer originsor it may be an in-house requirement. Alternately, a circuitmay be developed because its possibility is simply tooattractive to ignore1. Over time, these circuits accumulate,encompassing a wide and useful body of proven capabilities.They also represent substantial effort. These considerationsmake publication an almost obligatory propositionand, as such, a group of circuits is presented here. This isnot the first time we have displayed such wares and, giventhe encouraging reader response, it will not be the last2.Eighteen circuits are included in this latest effort, roughlyarranged in the categories given in this publication’s TITLE.They appear at the next paragraph.

    標簽: 信號源 調節器 電源 電路分析

    上傳時間: 2013-11-12

    上傳用戶:012345

  • Switching Regulators for Poets

      The above TITLE is not happenstance and was arrived at afterconsiderable deliberation. As a linear IC manufacturer, it isour goal to encourage users to design and build switchingregulators. A problem is that while everyone agrees thatworking switching regulators are a good thing, everyonealso agrees that they are difficult to get working. Switchingregulators, with their high efficiency and small size, areincreasingly desirable as overall package sizes shrink.Unfortunately, switching regulators are also one of themost difficult linear circuits to design. Mysterious modes,sudden, seemingly inexplicable failures, peculiar regulationcharacteristics and just plain explosions are commonoccurrences. Diodes conduct the wrong way. Things gethot that shouldn’t. Capacitors act like resistors, fusesdon’t blow and transistors do. The output is at ground, andthe ground terminal shows volts of noise.

    標簽: Regulators Switching Poets for

    上傳時間: 2013-12-19

    上傳用戶:奇奇奔奔

  • PIC單片機程序設計基礎

    1、程序的基本格式先介紹二條偽指令:EQU ——標號賦值偽指令ORG ——地址定義偽指令PIC16C5X在RESET后指令計算器PC被置為全“1”,所以PIC16C5X幾種型號芯片的復位地址為:PIC16C54/55:1FFHPIC16C56:3FFHPIC16C57/58:7FFH一般來說,PIC的源程序并沒有要求統一的格式,大家可以根據自己的風格來編寫。但這里我們推薦一種清晰明了的格式TITLE This is ⋯⋯ ;程序標題;--------------------------------------;名稱定義和變量定義;--------------------------------------F0 EQU 0RTCC EQU 1PC EQU 2STATUS EQU 3FSR EQU 4RA EQU 5RB EQU 6RC EQU 7┋PIC16C54 EQU 1FFH ;芯片復位地址PIC16C56 EQU 3FFHPIC16C57 EQU 7FFH;-----------------------------------------ORG PIC16C54 GOTO MAIN ;在復位地址處轉入主程序ORG 0 ;在0000H開始存放程序;-----------------------------------------;子程序區;-----------------------------------------DELAY MOVLW 255┋RETLW 0;------------------------------------------;主程序區;------------------------------------------MAINMOVLW B‘00000000’TRIS RB ;RB已由偽指令定義為6,即B口┋LOOPBSF RB,7 CALL DELAYBCF RB,7 CALL DELAY┋GOTO LOOP;-------------------------------------------END ;程序結束注:MAIN標號一定要處在0頁面內。2、程序設計基礎

    標簽: PIC 單片機程序設計

    上傳時間: 2013-11-14

    上傳用戶:cjf0304

  • 這是我寫的踩地雷

    這是我寫的踩地雷,是java swing的API,有的人或許TITLE是一樣的,但或內容絕對不一樣。

    標簽:

    上傳時間: 2013-12-26

    上傳用戶:xauthu

  • This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative

    This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative TITLE, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html

    標簽: tentative software textbook written

    上傳時間: 2015-03-30

    上傳用戶:cxl274287265

  • In this book, we aim to give you an introduction to a wide variety of topics important to you as a d

    In this book, we aim to give you an introduction to a wide variety of topics important to you as a developer using UNIX. The word Beginning in the TITLE refers more to the content than to your skill level. We ve structured the book to help you learn more about what UNIX has to offer, however much experience you have already. UNIX programming is a large field and we aim to cover enough about a wide range of topics to give you a good beginning in each subject.

    標簽: introduction important you to

    上傳時間: 2013-12-22

    上傳用戶:youmo81

主站蜘蛛池模板: 襄城县| 罗田县| 碌曲县| 太保市| 多伦县| 沅江市| 永年县| 林口县| 万盛区| 洛浦县| 塔城市| 定结县| 尉氏县| 奉化市| 崇明县| 翁源县| 伊通| 上饶县| 昂仁县| 台湾省| 城步| 彭阳县| 化德县| 于都县| 永丰县| 德庆县| 佳木斯市| 古丈县| 桐柏县| 桦甸市| 苍南县| 九寨沟县| 威宁| 漳州市| 葫芦岛市| 子长县| 柳河县| 禹州市| 山丹县| 石景山区| 松潘县|