搜索结果

找到约 4,441 项符合 S-Function 的查询结果

matlab例程 By building a nonlinear function relationship between an d the error signal

By building a nonlinear function relationship between an d the error signal,this paper presents a no— vel variable step size LMS(Least Mean Square)adaptive filtering algorithm.
https://www.eeworm.com/dl/665/212275.html
下载: 129
查看: 1050

其他 对于给定的由n个自然数组成的多重集S

对于给定的由n个自然数组成的多重集S,编程计算S的众数及其重数。
https://www.eeworm.com/dl/534/212521.html
下载: 131
查看: 1412

人工智能/神经网络 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(

代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系 ...
https://www.eeworm.com/dl/650/213112.html
下载: 181
查看: 1062

其他 Given signal-to-noise ratio and bit error rate performance curve is a good beginner s reference prog

Given signal-to-noise ratio and bit error rate performance curve is a good beginner s reference program.
https://www.eeworm.com/dl/534/213319.html
下载: 160
查看: 1106

matlab例程 %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma

%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by ...
https://www.eeworm.com/dl/665/214092.html
下载: 34
查看: 1088

matlab例程 % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST.

% COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direction. % If the steepest descent direction is small it computes ...
https://www.eeworm.com/dl/665/214094.html
下载: 117
查看: 1059

软件设计/软件工程 the use of the matlab in newton function.

the use of the matlab in newton function.
https://www.eeworm.com/dl/684/215106.html
下载: 158
查看: 1059

Java编程 这是一个简单的用B/S写的留言板小程序,用jsp和javaBean实现的

这是一个简单的用B/S写的留言板小程序,用jsp和javaBean实现的
https://www.eeworm.com/dl/633/215369.html
下载: 93
查看: 1085

数据结构 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n

计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x, ...
https://www.eeworm.com/dl/654/215399.html
下载: 183
查看: 1134

Java编程 基于 C/S 模式的网上购物系统

基于 C/S 模式的网上购物系统,数据库为SQLServer,功能蛮全的。希望对大家学习java与数据库有帮助。
https://www.eeworm.com/dl/633/215495.html
下载: 121
查看: 1077