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

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

Wide-input

  • selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0,

    selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin + CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control byte combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval. is restarted. The ACQMOD bit in the input control byte offer

    標簽: configures the selects channel

    上傳時間: 2016-12-24

    上傳用戶:朗朗乾坤

  • selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0,

    selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin is restarted. The ACQMOD bit in the input control byte offer+ CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control byte combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval.

    標簽: configures the selects channel

    上傳時間: 2016-12-24

    上傳用戶:yzhl1988

  • % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p

    % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.

    標簽: Levenberg-Marquardt desired network neural

    上傳時間: 2016-12-27

    上傳用戶:jcljkh

  • 通過對于模2除法的研究 可以得到如下方法: 1. 把信息碼后面加上p-1位的0

    通過對于模2除法的研究 可以得到如下方法: 1. 把信息碼后面加上p-1位的0,這個試驗中p是6位,即在輸入的信息碼后面加上“00000”。把這個17位的被除數放入input中。 2. 在得到被除數input之后,設計一個在被除數上移動的數據滑塊變量d,把input中的最高位開始逐次復制給變量d。 3. 如果d的最高位為1,由變量d和變量p做異或運算;如果d的最高位為0則不運算或者做多余的異或‘0’的運算。 4. 把滑塊變量d往后滑動一位。 5. 循環步驟(3,4)11次。 6. 執行步驟3。 7. 得到余數c,把c轉成信號輸出。

    標簽: 法的研究

    上傳時間: 2013-12-28

    上傳用戶:鳳臨西北

  • Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create b

    Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create bar, line, area, and pie charts. It also includes server side classes to help generate the data file used as input. At the moment, there are classes for PHP, Perl, .NET, Java, Ruby (and Rails), and Python

    標簽: Flash creating display program

    上傳時間: 2014-01-15

    上傳用戶:fandeshun

  • Java is the first language to provide a cross-platform I/O library that is powerful enough to handle

    Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-world tasks than any other major language used today. Java I/O is the first and still the only book to fully expose the power and sophistication of this library.

    標簽: cross-platform language powerful provide

    上傳時間: 2014-01-07

    上傳用戶:pompey

  • verilog code 4-bit carry look-ahead adder output [3:0] s //summation output cout //carryout inpu

    verilog code 4-bit carry look-ahead adder output [3:0] s //summation output cout //carryout input [3:0] i1 //input1 input [3:0] i2 //input2 input c0 //前一級進位

    標簽: output look-ahead summation carryout

    上傳時間: 2017-01-07

    上傳用戶:yyq123456789

  • ThreadX Library for ARM RISC microprocessor. ThreadX is a high performance RTOS that is wildly used

    ThreadX Library for ARM RISC microprocessor. ThreadX is a high performance RTOS that is wildly used in industrail world-wide.

    標簽: ThreadX microprocessor performance Library

    上傳時間: 2014-10-26

    上傳用戶:1101055045

  • ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project

    ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image.

    標簽: Visual-to-Audio Electronic download project

    上傳時間: 2017-02-01

    上傳用戶:笨小孩

  • 編寫程序

    編寫程序,登錄幼兒園200個小朋友的數據:姓名、性別、年齡、身高、體重、出生日期,分別按年齡排序后輸出。 要求: (1)登錄數據用函數input() (2)按身高排序用函數sort() (3)輸出排序結果用函數output(),輸出格式為: 幼兒園小朋友一覽(依身高排序) =================================================== 姓名 性別 年齡 身高 出生日期 …… … …… ……

    標簽: 編寫 程序

    上傳時間: 2013-12-30

    上傳用戶:fhzm5658

主站蜘蛛池模板: 阿城市| 类乌齐县| 渝中区| 托里县| 九江县| 左贡县| 温州市| 精河县| 大宁县| 定边县| 宁陕县| 海南省| 东阿县| 剑川县| 明溪县| 泽库县| 德保县| 墨江| 内江市| 桦南县| 清远市| 米林县| 登封市| 大足县| 安宁市| 双鸭山市| 义马市| 集安市| 许昌县| 满城县| 榆社县| 乌兰县| 黑水县| 四子王旗| 富裕县| 绥芬河市| 元氏县| 德清县| 西昌市| 故城县| 容城县|