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

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

Display<b>IN</b>g

  • 本人編寫的incremental 隨機(jī)神經(jīng)元網(wǎng)絡(luò)算法

    本人編寫的incremental 隨機(jī)神經(jīng)元網(wǎng)絡(luò)算法,該算法最大的特點是可以保證approximation特性,而且速度快效果不錯,可以作為學(xué)術(shù)上的比較和分析。目前只適合benchmark的regression問題。 具體效果可參考 G.-B. Huang, L. Chen and C.-K. Siew, “Universal Approximation Using Incremental Constructive Feedforward Networks with Random Hidden Nodes”, IEEE Transactions on Neural Networks, vol. 17, no. 4, pp. 879-892, 2006.

    標(biāo)簽: incremental 編寫 神經(jīng)元網(wǎng)絡(luò) 算法

    上傳時間: 2016-09-18

    上傳用戶:litianchu

  • The Ralink 802.11n Chipset family provides solutions for PCI, PCIe and USB interfaces with both 2.4

    The Ralink 802.11n Chipset family provides solutions for PCI, PCIe and USB interfaces with both 2.4 and 2.4/5GHz suppport. Each chipset consists of two highly integrated ICs (RFIC and BB/MAC IC) that fully comply with current draft IEEE 802.11n and IEEE 802.11a/b/g standards.

    標(biāo)簽: interfaces solutions provides Chipset

    上傳時間: 2014-01-13

    上傳用戶:Thuan

  • 7段數(shù)碼顯示譯碼器設(shè)計7段數(shù)碼是純組合電路

    7段數(shù)碼顯示譯碼器設(shè)計7段數(shù)碼是純組合電路,通常的小規(guī)模專用IC,如74或4000系列的器件只能作十進(jìn)制BCD碼譯碼,然而數(shù)字系統(tǒng)中的數(shù)據(jù)處理和運(yùn)算都是二進(jìn)制的,所以輸出表達(dá)都是十六進(jìn)制的,為了滿足十六進(jìn)制數(shù)的譯碼顯示,最方便的方法就是利用譯碼程序在FPGA/CPLD中來實現(xiàn)。例子作為七段譯碼器,輸出信號LED7S的7位分別接數(shù)碼管的7個段,高位在左,低位在右。例如當(dāng)LED7S輸出為“1101101”時,數(shù)碼管的7個段g、f、e、d、c、b、a分別接1、1、0、1、1、0、1;接有高電平的段發(fā)亮,于是數(shù)碼管顯示“5”。

    標(biāo)簽: 數(shù)碼顯示 數(shù)碼 譯碼器 組合電路

    上傳時間: 2014-01-26

    上傳用戶:1427796291

  • Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on

    Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.

    標(biāo)簽: Communications installation Atheros Driver

    上傳時間: 2016-10-27

    上傳用戶:hebmuljb

  • 計算這個智力題: 在這個乘法算式里

    計算這個智力題: 在這個乘法算式里,每一個字母代表著0-9中的一個數(shù),不同字母代表不同數(shù)。 A B C D E F G H * A J --------------------- E J A H F D G K C B D F H A J E C --------------------- C C C C C C C C C 請問,C 代表哪個數(shù)字?

    標(biāo)簽: 計算 乘法

    上傳時間: 2013-12-30

    上傳用戶:stampede

  • 1、編制程序顯示印章圖像(24位真彩色位圖); 2、讀出位圖中每一像素點的(R

    1、編制程序顯示印章圖像(24位真彩色位圖); 2、讀出位圖中每一像素點的(R,G,B)樣本值; 3、以RGB其中某兩個(或三個)為坐標(biāo),取一定數(shù)量的圖像點為分析樣本,分析其坐標(biāo)系中的分布; 4、采用本章學(xué)習(xí)的方法找到分類判別函數(shù),對這些樣本進(jìn)行分類;(要求首先將印章與底紋區(qū)分,如有可能將印章、底紋、簽字區(qū)分) 5、將分類后的結(jié)果標(biāo)記到原始圖像上,檢查其效果。

    標(biāo)簽: 位圖 編制 程序 圖像

    上傳時間: 2016-11-03

    上傳用戶:zhangjinzj

  • a Java program that reads in the following values from the standard input device (i.e. Keyboard) an

    a Java program that reads in the following values from the standard input device (i.e. Keyboard) and writes its result on the standard output device (i.e. Console/Monitor): Inputs: A: the loan amount in dollars and cents (e.g. 150000.00). r: the net annual interest rate, expressed as an integer (e.g. 10 which means 10%) Y: the number of whole remaining years (for repayment) M: the number of remaining months Output: The program should calculate and output the amount of monthly repayments in dollars and cents as single value (e.g. $840.55)

    標(biāo)簽: i.e. following the Keyboard

    上傳時間: 2013-12-15

    上傳用戶:米卡

  • The files in this directory comprise ANSI-C language reference implementations of the CCITT (Intern

    The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. They have been tested on Sun SPARCstations and passed 82 out of 84 test vectors published by CCITT (Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectors, which the G.721 decoder implementation for u-law samples did not pass, may be in error because they are identical to two other vectors for G.723_40.]

    標(biāo)簽: implementations directory reference comprise

    上傳時間: 2014-01-22

    上傳用戶:Breathe0125

  • Produce Java classes to calculate and display the Poisson probability when input the value of the av

    Produce Java classes to calculate and display the Poisson probability when input the value of the average (A) arrival rate of customers at some business in the range of 1 to 10. The error message will output when A is out of the range。

    標(biāo)簽: the probability calculate Produce

    上傳時間: 2014-01-10

    上傳用戶:moerwang

  • This a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (

    This a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (plotps.m and spect.m) are included for starters. You may write your own functions and integrate that into the GUI without much hassle (see instructions in the accompanying readme.txt file). Additional features like the snipper lets you trim the time series and save it as a separate wav-file. The GUI is a great tool for instructors in a DSP course and DSP researchers alike!

    標(biāo)簽: functions wav-files analysis manages

    上傳時間: 2016-11-09

    上傳用戶:從此走出陰霾

主站蜘蛛池模板: 海门市| 孟津县| 阿拉善左旗| 金溪县| 新化县| 易门县| 崇信县| 连云港市| 河源市| 天台县| 肥城市| 阳新县| 镇宁| 河南省| 灵丘县| 安陆市| 山阳县| 永胜县| 望城县| 山丹县| 宜川县| 贵定县| 龙山县| 东乡族自治县| 通江县| 夹江县| 万荣县| 华阴市| 舞阳县| 凤冈县| 乳源| 项城市| 新民市| 厦门市| 湟中县| 城口县| 合作市| 深州市| 柘城县| 南康市| 留坝县|