Title:數(shù)據(jù)庫(kù)連接池 Description: 通用的數(shù)據(jù)庫(kù)連接池 通用的數(shù)據(jù)庫(kù)連接池 可以設(shè)置: 加載的驅(qū)動(dòng) 連接的URL 數(shù)據(jù)庫(kù)的用戶(hù)名 數(shù)據(jù)庫(kù)的名字 最大連接數(shù) 默認(rèn)創(chuàng)建數(shù)量 Copyright: Copyright
標(biāo)簽: Description 數(shù)據(jù)庫(kù) 連接 Copyrig
上傳時(shí)間: 2017-04-05
上傳用戶(hù):二驅(qū)蚊器
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
標(biāo)簽: implementation Created sokoban sample
上傳時(shí)間: 2017-07-16
上傳用戶(hù):whenfly
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.
標(biāo)簽: available sometime OReilly quarter
上傳時(shí)間: 2014-01-22
上傳用戶(hù):familiarsmile
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.
標(biāo)簽: Implementation demodulation implementing modulation
上傳時(shí)間: 2013-12-09
上傳用戶(hù):蠢蠢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.
標(biāo)簽: 信號(hào)源 調(diào)節(jié)器 電源 電路分析
上傳時(shí)間: 2013-11-12
上傳用戶(hù):012345
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.
標(biāo)簽: Regulators Switching Poets for
上傳時(shí)間: 2013-12-19
上傳用戶(hù):奇奇奔奔
1、程序的基本格式先介紹二條偽指令:EQU ——標(biāo)號(hào)賦值偽指令ORG ——地址定義偽指令PIC16C5X在RESET后指令計(jì)算器PC被置為全“1”,所以PIC16C5X幾種型號(hào)芯片的復(fù)位地址為:PIC16C54/55:1FFHPIC16C56:3FFHPIC16C57/58:7FFH一般來(lái)說(shuō),PIC的源程序并沒(méi)有要求統(tǒng)一的格式,大家可以根據(jù)自己的風(fēng)格來(lái)編寫(xiě)。但這里我們推薦一種清晰明了的格式Title This is ⋯⋯ ;程序標(biāo)題;--------------------------------------;名稱(chēng)定義和變量定義;--------------------------------------F0 EQU 0RTCC EQU 1PC EQU 2STATUS EQU 3FSR EQU 4RA EQU 5RB EQU 6RC EQU 7┋PIC16C54 EQU 1FFH ;芯片復(fù)位地址PIC16C56 EQU 3FFHPIC16C57 EQU 7FFH;-----------------------------------------ORG PIC16C54 GOTO MAIN ;在復(fù)位地址處轉(zhuǎn)入主程序ORG 0 ;在0000H開(kāi)始存放程序;-----------------------------------------;子程序區(qū);-----------------------------------------DELAY MOVLW 255┋RETLW 0;------------------------------------------;主程序區(qū);------------------------------------------MAINMOVLW B‘00000000’TRIS RB ;RB已由偽指令定義為6,即B口┋LOOPBSF RB,7 CALL DELAYBCF RB,7 CALL DELAY┋GOTO LOOP;-------------------------------------------END ;程序結(jié)束注:MAIN標(biāo)號(hào)一定要處在0頁(yè)面內(nèi)。2、程序設(shè)計(jì)基礎(chǔ)
標(biāo)簽: PIC 單片機(jī)程序設(shè)計(jì)
上傳時(shí)間: 2013-11-14
上傳用戶(hù):cjf0304
這是我寫(xiě)的踩地雷,是java swing的API,有的人或許Title是一樣的,但或內(nèi)容絕對(duì)不一樣。
標(biāo)簽:
上傳時(shí)間: 2013-12-26
上傳用戶(hù):xauthu
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
標(biāo)簽: tentative software textbook written
上傳時(shí)間: 2015-03-30
上傳用戶(hù):cxl274287265
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.
標(biāo)簽: introduction important you to
上傳時(shí)間: 2013-12-22
上傳用戶(hù):youmo81
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1