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

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

Ma

  • jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hun

    jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hunt Lin This program is free software you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation either version 2 of the License, or(at your option) any later version. This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details. You should have received a copy of the GNU General Public Licensealong with this program if not, write to the Free SoftwareFoundation, Inc., 675 Mass Ave, Cambridge, Ma 02139, USA. Also add inforMation on how to contact you by electronic and paper Mail.

    標簽: Programming Copyright jSearch Engines

    上傳時間: 2017-02-10

    上傳用戶:qoovoop

  • hibernate一對多雙向關聯映射 一對多雙向關聯映射的方法 在"一"一端的集合中使用<key>標簽,在對方表中加入一個外鍵指向"一"端 在"多"的一端采用<Ma

    hibernate一對多雙向關聯映射 一對多雙向關聯映射的方法 在"一"一端的集合中使用<key>標簽,在對方表中加入一個外鍵指向"一"端 在"多"的一端采用<Many-to-one> 注意:<key>標簽指定的外鍵字段必須和<Many-to-one>指定的外鍵一至,否則引用字段的錯誤 inverse和cascade inverse是關聯關系的控制方向; cascade操作上的連鎖反應

    標簽: hibernate lt key 映射

    上傳時間: 2014-01-19

    上傳用戶:gdgzhym

  • 3G Mobile Open Wide Door For E-commerce The 3G mobile Internet business in 3G era will obtain rapid

    3G Mobile Open Wide Door For E-commerce The 3G mobile Internet business in 3G era will obtain rapid development, but it still cannot become the Ma in 3G era. In the age of 3G speech business, but is still a subject of value-added business will have great development, the 3G mobile Internet business.

    標簽: E-commerce 3G Internet business

    上傳時間: 2017-03-23

    上傳用戶:zjf3110

  • 含有《數字信號處理-理論、算法與實現》一書中所涉及到的絕大部分算法,DSP_FORTRAN, DSP_C和DSP_MaTLAB。DSP_FORTRAN和DSP_C各含有約40個信號處理的子程序

    含有《數字信號處理-理論、算法與實現》一書中所涉及到的絕大部分算法,DSP_FORTRAN, DSP_C和DSP_MaTLAB。DSP_FORTRAN和DSP_C各含有約40個信號處理的子程序。 用C語言編寫的Ma模型、ARMa模型及最小方差譜估計三個算法程序.

    標簽: DSP_FORTRAN DSP_C DSP_MaTLAB 算法

    上傳時間: 2014-01-23

    上傳用戶:watch100

  • Search Engine Optimization for Flash by Todd Perkins Publisher: O Reilly Media, Inc. Pub Date: Ma

    Search Engine Optimization for Flash by Todd Perkins Publisher: O Reilly Media, Inc. Pub Date: March 26, 2009 Print ISBN-13: 978-0-596-52252-0 Pages: 288

    標簽: Optimization Publisher Perkins Search

    上傳時間: 2014-07-22

    上傳用戶:jhksyghr

  • MaX7044是基于晶振PLL 的VHF/UHF發(fā)射器芯片

    MaX7044是基于晶振PLL 的VHF/UHF發(fā)射器芯片,在300 MHz~450 MHz頻率范圍內發(fā)射OOK/ASK數據,數據速率達到100 kbps,輸出功率+13 dBm(50Ω負載),電源電壓+2.1~+3.6 V,電流消耗在2.7 V時僅7.7 Ma。工作溫度范圍一40℃~+125℃,采用3 mm×3 mm SOT23 - 8封裝。 MaX7033是一個完全集成的低功耗CMOS超外差接收器芯片,接收頻率范圍在300 MHz~450 MHz的ASK信號。接收器射頻輸入信號范圍從一114 dBm-0dBm。MaX7033芯片內部包含有LNA、差分鏡像抑制混頻器、PLL、VCO、10.7 MHz IF限幅放大器、AGC、RSSI、模擬基帶數據信號恢復等電路。工作電壓+3.3 V或+5.0V,250μs啟動時間,低功耗模式電流消耗<3.5μA,工作溫度-40℃~+105℃,采用TSSOP-28和薄形QFN-EP* *-32封裝。 MaXT044發(fā)射器芯片與接收器芯片MaX7033配套,適合汽車遙控、無鍵進入系統(tǒng)、安防系統(tǒng)、車庫門控制、家庭自動化、無線傳感器等應用。

    標簽: 7044 MaX PLL VHF

    上傳時間: 2017-05-06

    上傳用戶:cuiyashuo

  • BP神經網絡程序,C語言源代碼 如下: #include "iostream.h" #include "ioManip.h" #include "stdlib.h" #include "Ma

    BP神經網絡程序,C語言源代碼 如下: #include "iostream.h" #include "ioManip.h" #include "stdlib.h" #include "Math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //學習樣本個數 #define IN 3 //輸入層神經元數目 #define HN 2 //隱層神經元數目 #define ON 2 //輸出層神經元數目 #define Z 20000 //舊權值保存-》每次study的權值都保存下來 double P[IN] //單個樣本輸入數據 double T[ON] //單個樣本教師數據 double U11[IN][HN] //輸入層至第一隱層權值 double V[HN][ON] //隱層至輸出層權值 double X1[HN] //第一隱層的輸入 double Y[ON] //輸出層的輸入 double H1[HN] //第一隱層的輸出 double O[ON] //輸出層的輸出 double YU_HN1[HN] //第一隱層的閾值 double YU_ON[ON] //輸出層的閾值 double err_m[N] //第m個樣本的總誤差 double a //學習效率 double alpha //動量因子

    標簽: include iostream ioManip stdlib

    上傳時間: 2017-06-15

    上傳用戶:xinzhch

  • This functions computes SARMa or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qv

    This functions computes SARMa or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qvec x Pvec x Qvec) it returns the best according to AIC where AIC has been modified to account for fixed parameters x = input data pvec = vector of p s set pvec=[0] for no AR qvec = vector of q s set qvec=0[] for no Ma Pvec = vector of P s Qvec = vector of Q s T period for multiplicative model

    標簽: multiplicative functions computes models

    上傳時間: 2017-06-30

    上傳用戶:Breathe0125

  • 一個橫好的譜估計算法

    一個橫好的譜估計算法,AM Ma 和arMa模型,可以自動的選取。

    標簽: 譜估計 算法

    上傳時間: 2013-12-11

    上傳用戶:王者A

  • This book’s priMary goal is to help you prepare to take and pass Microsoft’s exam number 70-290, Ma

    This book’s priMary goal is to help you prepare to take and pass Microsoft’s exam number 70-290, Managing and Maintaining a Microsoft Windows Server 2003 Environment. Our secondary purpose in writing this book is to provide exam candidates with knowledge and skills that go beyond the minimum requirements for passing the exam, and help to prepare them to work in the real world of Microsoft computer networking.

    標簽: Microsoft priMary prepare number

    上傳時間: 2014-03-11

    上傳用戶:D&L37

主站蜘蛛池模板: 土默特右旗| 襄城县| 莱西市| 晴隆县| 高阳县| 墨竹工卡县| 木兰县| 泌阳县| 蓬溪县| 吴川市| 广元市| 栾城县| 河间市| 同江市| 尉犁县| 兴国县| 虹口区| 德令哈市| 双柏县| 琼海市| 建德市| 额济纳旗| 大宁县| 凤山县| 大同市| 垫江县| 江陵县| 视频| 宁陕县| 周口市| 定结县| 云阳县| 漠河县| 新蔡县| 石台县| 盈江县| 广水市| 调兵山市| 九江市| 扎赉特旗| 搜索|