代码搜索:efficiency
找到约 451 项符合「efficiency」的源代码
代码结果 451
www.eeworm.com/read/449679/7498674
n11 yag025.n11
OY/.5/.25 : Omni-directional "yagi" at wl/4 for Area-coverage receivers
3 3 parameters
9.15 [ 1] Max Gain dBi..:
11 [ 2] Antenna Type..: 91 values gain in elevation angle follows
www.eeworm.com/read/449679/7498677
n11 yag030.n11
OY/.5/.30 : Omni-directional "yagi" at 0.3 wl for Area-coverage receivers
3 3 parameters
9.88 [ 1] Max Gain dBi..:
11 [ 2] Antenna Type..: 91 values gain in elevation angle follows
www.eeworm.com/read/449679/7498681
n11 yag010.n11
OY/.5/.10 : Omni-directional "yagi" at 0.1 wl for Area-coverage receivers
3 3 parameters
1.62 [ 1] Max Gain dBi..:
11 [ 2] Antenna Type..: 91 values gain in elevation angle follows
www.eeworm.com/read/449679/7498684
n11 dip020.n11
OD/.5/.20 : Omni-directional "dipole" at 0.2 wl for Area-coverage receivers
3 3 parameters
5.84 [ 1] Max Gain dBi..:
11 [ 2] Antenna Type..: 91 values gain in elevation angle follows
www.eeworm.com/read/449679/7498686
n11 yag050.n11
OY/.5/.50 : Omni-directional "yagi" at wl/2 for Area-coverage receivers
3 3 parameters
9.83 [ 1] Max Gain dBi..:
11 [ 2] Antenna Type..: 91 values gain in elevation angle follows
www.eeworm.com/read/326321/13147255
bak bp.ini.bak
[init]
##样本个数
1=4
##输入层个数
2=2
##隐含层个数
3=3
##输出层个数
4=1
[efficiency]
##输入输出层到隐含层学习效率
1=0.01
##输入隐含层到输入层学习效率
2=0.01
[Pre_error]
1=0.001
[Pre_max_study_times]
1=100000
[input]
1
www.eeworm.com/read/480849/6662638
cpp multinh3.cpp
// Chapter 9 - Program 3 - MULTINH3.CPP
#include
class moving_van
{
protected:
float payload;
float weight;
float mpg;
public:
void i
www.eeworm.com/read/480849/6662642
h truck.h
// Chapter 7 - Program 6 - TRUCK.H
#ifndef TRUCK_H
#define TRUCK_H
#include "vehicle.h"
class truck : public vehicle
{
int passenger_load;
float pa
www.eeworm.com/read/480849/6662695
cpp multinh3.cpp
// Chapter 9 - Program 3 - MULTINH3.CPP
#include
class moving_van
{
protected:
float payload;
float weight;
float mpg;
public:
void i
www.eeworm.com/read/480849/6662700
h truck.h
// Chapter 7 - Program 6 - TRUCK.H
#ifndef TRUCK_H
#define TRUCK_H
#include "vehicle.h"
class truck : public vehicle
{
int passenger_load;
float pa