代码搜索结果
找到约 10,000 项符合
Test 的代码
test.asv
p=[-1 -1 2 2;0 5 0 5];
t=[-1 -1 1 1];
net=newff(minmax(p),[3,1],{'tansig','purelin'},'traingd');
net.trainParam.show=50;
net.trainParam.lr=0.1;
net.trainParam.epochs=300;
net.trainParam.goal=1e-
test.m
p=[-1 -1 2 2;0 5 0 5];
t=[-1 -1 1 1];
net=newff(minmax(p),[3,1],{'tansig','purelin'},'traingd');
net.trainParam.show=50;
net.trainParam.lr=0.05;
net.trainParam.epochs=300;
net.trainParam.goal=1e
test.java
import org.AbstactFactory.*;
import org.database.*;
public class test {
public static void main(String[] args) {
// TODO Auto-generated method stub
MySqlFactory md = new MySqlFactory();
test.asv
%阀值wthresh,软阀值或者硬阀值
%upcoef重构小波系数
%appcoef多分辩小波分解
%waverec多分辩小波重构
%detcoef小波细节系数
clear;
s=load('open2.txt');
%分解,用db1其它的需要进行信号延拓
[ca1,cd1]=dwt(s,'db1');
[ca2,cd2]=dwt(ca1,'db1');
[ca3,cd3]=d
test.m
%阀值wthresh,软阀值或者硬阀值
%upcoef重构小波系数
%appcoef多分辩小波分解
%waverec多分辩小波重构
%detcoef小波细节系数
clear;
s=load('open2.txt');
%分解,用db1其它的需要进行信号延拓
[ca1,cd1]=dwt(s,'db1');
[ca2,cd2]=dwt(ca1,'db1');
[ca3,cd3]=d
test.qpf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
test.done
Thu Jun 26 11:35:22 2008
test.v
module test(sw1,led1);
input [0:7] sw1;
output [0:7] led1;
wire [0:7] led1;
wire [0:7] sw1;
assign led1=sw1;
endmodule
test.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a