搜索结果

找到约 1,279 项符合 Two-input 的查询结果

人工智能/神经网络 The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB lan

The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB language ver. 4.2. The software trains a fuzzy architecture, inspired to Takagi-Sugeno approach, on the basis of a training set of N (single) output-(multi) input samples. The returned model has the fo ...
https://www.eeworm.com/dl/650/291387.html
下载: 196
查看: 1091

Jsp/Servlet an application that finds the smallest of several integers. Assume that the first value read specif

an application that finds the smallest of several integers. Assume that the first value read specifies the number of values to input from the user
https://www.eeworm.com/dl/696/292116.html
下载: 63
查看: 1062

VHDL/FPGA/Verilog vhdl编写

vhdl编写,8b—10b 编解码器设计 Encoder: 8b/10b Encoder (file: 8b10b_enc.vhd) Synchronous clocked inputs (latched on each clock rising edge) 8-bit parallel unencoded data input KI input selects data or control encoding Asynchronous active high reset initializes all logic Encoded data output ...
https://www.eeworm.com/dl/663/292193.html
下载: 156
查看: 1052

SQL Server v1.3.0 更新内容: + [调整] 安装文件的人性化!HOT! + [调整] 模板全面调整!HOT! + [修复] 发帖 editblog.php 的时间部分做了调整

v1.3.0 更新内容: + [调整] 安装文件的人性化!HOT! + [调整] 模板全面调整!HOT! + [修复] 发帖 editblog.php 的时间部分做了调整,增加了日历直接选定。 + [修复] 通过ID直接查找文章的 input框 原本回车进入空白页面,现解决 + [修复] 评论管理功能 + [修复] RSS2.0的修复 ...
https://www.eeworm.com/dl/689/293562.html
下载: 160
查看: 1033

DSP编程 This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces t

This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces the pulse waveform whose duty cycle is changing as the voltage applied to ADC input changes. The waveform period is kept constant.
https://www.eeworm.com/dl/516/297036.html
下载: 55
查看: 1050

matlab例程 pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster

pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster environment. These two documents summary the usage of pMatlab and running time measurements on three simple Monte Carlo simulation codes.
https://www.eeworm.com/dl/665/297266.html
下载: 199
查看: 1073

数学计算 算法实现题1-2 连续和问题 &laquo 问题描述: 给定一个正整数n

算法实现题1-2 连续和问题 &laquo 问题描述: 给定一个正整数n,计算有多少个不同的连续自然数段,其和恰为n。例如,当n=27 时,有4 个不同的连续自然数段的和恰为27:2+3+4+5+6+7;8+9+10;13+14;27。 &laquo 编程任务: 给定一个正整数n,试设计一个O(n)时间算法,计算有多少个不同的连续自然数段的 和恰为n。 &laquo 数 ...
https://www.eeworm.com/dl/641/301137.html
下载: 71
查看: 1052

数学计算 Ex3-23 亲兄弟问题 &laquo 问题描述: 给定n 个整数0 1 1 , , , n- a a &#61516 a 组成的序列。序列中元素i a 的亲兄弟元素k a 定义为: min{

Ex3-23 亲兄弟问题 &laquo 问题描述: 给定n 个整数0 1 1 , , , n- a a &#61516 a 组成的序列。序列中元素i a 的亲兄弟元素k a 定义为: min{ | } k i j n j j i a = a a &sup3 a < < 。 亲兄弟问题要求给定序列中每个元素的亲兄弟元素的位置。元素i a 的亲兄弟元素为k a 时,称k 为元素i a 的亲兄弟元素的位置。当元素i a ...
https://www.eeworm.com/dl/641/301138.html
下载: 95
查看: 1146

数学计算 Ex8-4 汇点问题 &laquo 问题描述: 采用邻接矩阵表示一个具有n 个顶点的图时

Ex8-4 汇点问题 &laquo 问题描述: 采用邻接矩阵表示一个具有n 个顶点的图时,大多数关于图的算法时间复杂性为 O(n2 ),但也有例外。例如,即使采用邻接矩阵表示一个有向图G,确定G 是否含有一个 汇(即入度为n-1,出度为0 的顶点),只需要O(n)计算时间。试写出其算法。 &laquo 编程任务: 对于给定的有n个顶点的图G 的邻 ...
https://www.eeworm.com/dl/641/301140.html
下载: 64
查看: 1138

数学计算 算法实现题1-5 最大间隙问题 &laquo 问题描述: 最大间隙问题:给定n 个实数x , , xn 1 2 &#61516

算法实现题1-5 最大间隙问题 &laquo 问题描述: 最大间隙问题:给定n 个实数x , , xn 1 2 &#61516 ,求这n 个数在实轴上相邻2 个数之间的最 大差值。假设对任何实数的下取整函数耗时O(1),设计解最大间隙问题的线性时间算法。 &laquo 编程任务: 对于给定的n 个实数n x , x , , x 1 2 &#61516 ,编程计算它们的最大间隙。 & ...
https://www.eeworm.com/dl/641/301141.html
下载: 105
查看: 1137