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

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

Step-by-<b>Step</b>

  • Hi guys, I have a B-spline curve algorithm by using Genetic algorithm. Any interested?

    Hi guys, I have a B-spline curve algorithm by using Genetic algorithm. Any interested?

    標簽: algorithm interested B-spline Genetic

    上傳時間: 2017-04-13

    上傳用戶:shawvi

  • This program is to one-step EEG prediction. it is done by a fuzzy neural network based on a chaotic

    This program is to one-step EEG prediction. it is done by a fuzzy neural network based on a chaotic back propagation training method.

    標簽: prediction one-step program chaotic

    上傳時間: 2017-07-15

    上傳用戶:風之驕子

  • This document is astep by step guide to design digital filters using matlab

    This document is astep by step guide to design digital filters using matlab

    標簽: document digital filters design

    上傳時間: 2014-01-25

    上傳用戶:yulg

  • C++ Primer, Fourth Edition By Stanley B. Lippman, Josée Lajoie, Barbara E. Moo .................

    C++ Primer, Fourth Edition By Stanley B. Lippman, Josée Lajoie, Barbara E. Moo ............................................... Publisher: Addison Wesley Professional Pub Date: February 14, 2005 Print ISBN: 0-201-72148-1 Pages: 912

    標簽: B. E. Edition Barbara

    上傳時間: 2017-08-02

    上傳用戶:yxgi5

  • By using a MATLAB program, design a Delta Modulation (DM) system with one step-size and a modified D

    By using a MATLAB program, design a Delta Modulation (DM) system with one step-size and a modified DM system with two step-sizes.

    標簽: Modulation step-size modified program

    上傳時間: 2017-08-15

    上傳用戶:LIKE

  • 基于單片機的數字化B超鍵盤設計

    針對目前使用的RS232接口數字化B超鍵盤存在PC主機啟動時不能設置BIOS,提出一種PS2鍵盤的設計方法?;赪78E052D單片機,采用8通道串行A/D轉換器設計了8個TGC電位器信息采集電路,電位器位置信息以鍵盤掃描碼序列形式發送,正交編碼器信號通過XC9536XL轉換為單片機可接收的中斷信號,軟件接收到中斷信息后等效處理成按鍵。結果表明,在滿足開機可設置BIOS同時,又可實現超聲特有功能,不需要專門設計驅動程序,接口簡單,成本低。 Abstract:  Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received interrupt information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.    

    標簽: 單片機 B超 數字化 鍵盤設計

    上傳時間: 2013-10-10

    上傳用戶:asdfasdfd

  • Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines t

    Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link

    標簽: Bing point-to-point measurement determines

    上傳時間: 2015-09-15

    上傳用戶:lgnf

  • Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c

    Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.

    標簽: representation Magnitude the magnitude

    上傳時間: 2013-12-24

    上傳用戶:金宜

  • In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r

    In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar -xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets.

    標簽: Rauch-Tung-Striebel algorithm smoother which

    上傳時間: 2016-04-15

    上傳用戶:zhenyushaw

  • 采用3D Bresenham算法在兩點間劃一直線 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bres

    采用3D Bresenham算法在兩點間劃一直線 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bresenham s (a 3D line drawing algorithm) % ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992 % % Which is referenced by: % Fischer, J., A. del Rio (2004). A Fast Method for Applying Rigid % Transformations to Volume Data, WSCG2004 Conference. % http://wscg.zcu.cz/wscg2004/Papers_2004_Short/M19.pdf

    標簽: Bresenham Pendleton program MATLAB

    上傳時間: 2013-12-10

    上傳用戶:sz_hjbf

主站蜘蛛池模板: 德惠市| 拉萨市| 连州市| 兴山县| 平原县| 北流市| 山丹县| 舟山市| 岫岩| 南和县| 商南县| 彭水| 本溪| 襄汾县| 成都市| 珠海市| 临洮县| 盐亭县| 泰安市| 汝城县| 鱼台县| 榆林市| 宜州市| 尉犁县| 漳平市| 福海县| 桃园县| 顺昌县| 平陆县| 昌乐县| 调兵山市| 繁峙县| 休宁县| 仙游县| 平潭县| 宣武区| 新和县| 江西省| 永平县| 新安县| 修文县|