搜索结果

找到约 353 项符合 THEN 的查询结果

人工智能/神经网络 This applet illustrates the prediction capabilities of the multi-layer perceptrons. It allows to def

This applet illustrates the prediction capabilities of the multi-layer perceptrons. It allows to define an input signal on which prediction will be performed. The user can choose the number of input units, hidden units and output units, as well as the delay between the input series and the predicted ...
https://www.eeworm.com/dl/650/165304.html
下载: 169
查看: 1076

人工智能/神经网络 This program demonstrates some function approximation capabilities of a Radial Basis Function Networ

This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for ...
https://www.eeworm.com/dl/650/165307.html
下载: 191
查看: 1056

其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of

A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
https://www.eeworm.com/dl/534/167785.html
下载: 195
查看: 1056

matlab例程 This demo develops the steady-state characteristics of an induction motor First start the simulation

This demo develops the steady-state characteristics of an induction motor First start the simulation, then Double click the <PLOTS> block to view torque-speed and current-speed curves and the current circle diagram
https://www.eeworm.com/dl/665/168213.html
下载: 53
查看: 1045

数据结构 Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP

Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. ...
https://www.eeworm.com/dl/654/168230.html
下载: 51
查看: 1060

医药行业 中国山药网源码 演示地址:http://www.shanyaowang.com/business 后台地址:admin/admin.asp 密码:369369 密码修改地址:admin/adse

中国山药网源码 演示地址:http://www.shanyaowang.com/business 后台地址:admin/admin.asp 密码:369369 密码修改地址:admin/adsel.asp将if request("pass")="369369" then中的369369修改成你的密码便可
https://www.eeworm.com/dl/679/170830.html
下载: 45
查看: 1610

数值算法/人工智能 A program to demonstrate the optimization process of ant colony optimization for the traveling salem

A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the ...
https://www.eeworm.com/dl/518/174382.html
下载: 106
查看: 1077

其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d

Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
https://www.eeworm.com/dl/534/174577.html
下载: 96
查看: 1104

VC书籍 county, random population coordinates were generated using the complete spatial randomness (CSR) fun

county, random population coordinates were generated using the complete spatial randomness (CSR) function in S-PLUS. Then, the background information was attached to each individual county based on the county?s distribution for the class of interest. Finally, all counties were merged into a single d ...
https://www.eeworm.com/dl/686/174874.html
下载: 139
查看: 1049

系统设计方案 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言

1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法 ...
https://www.eeworm.com/dl/678/176083.html
下载: 166
查看: 1107