代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/427148/8972786
c img_dist_ms_ssim.c
/*!
*************************************************************************************
* \file img_dist_ms_ssim.c
*
* \brief
* Compute structural similarity (SSIM) index using the en
www.eeworm.com/read/178278/9410781
m decode_ldpc_log.m
function [vhat,iteration]=decode_ldpc(rx_waveform,No,amp,h,scale)
%[vhat]=decode_ldpc(rx_waveform,No,amp,h,scale)
%For examples and more details, please refer to the LDPC toolkit tutorial at
%http:
www.eeworm.com/read/162176/10329301
cpp gcoptimization.cpp
// GCoptimization.cpp: implementation of the GCoptimization class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "GraphCut.h"
#include "
www.eeworm.com/read/397490/8042131
sql gwqdb.sql
/*
SQLyog Enterprise - MySQL GUI v6.06
Host - 5.1.12-beta-community-nt : Database - gwb
*********************************************************************
Server version : 5.1.12-beta-community
www.eeworm.com/read/397490/8042136
sql spkcb.sql
/*
SQLyog Enterprise - MySQL GUI v6.06
Host - 5.1.12-beta-community-nt : Database - gwb
*********************************************************************
Server version : 5.1.12-beta-community
www.eeworm.com/read/397106/8067617
m ada_boost.m
function D = ada_boost(train_features, train_targets, params, region);
% Classify using the AdaBoost algorithm
% Inputs:
% features - Train features
% targets - Train targets
% Params:
% 1. Number
www.eeworm.com/read/396812/8089112
m trellis_uncoded.m
function [decoder_output,apP_out_code,apP_out_mod]=trellis_Uncoded(decoder_input,apP_in,k,n,M ,x)
xxx=x;
% 网格译码,目前结构为 4-8-8 型:输入等效为4进制,输出等效为8进制,网格一共有8个状态
% 初状态为0,暂时为8状态网格图,码率为k/n
% input
www.eeworm.com/read/149476/5698845
hpp version.hpp
#define RARVER_MAJOR 3
#define RARVER_MINOR 50
#define RARVER_BETA 0
#define RARVER_DAY 3
#define RARVER_MONTH 8
#define RARVER_YEAR 2005
www.eeworm.com/read/130382/5958586
h required.h
//////////////////////////////////////////////////////////////////////////////
// Required.h
//
// Includes for every source file in the project.
//////////////////////////////////////////////////
www.eeworm.com/read/398163/6291470
c generate_fogm_cov.c
#include "timeseries.h"
void generate_FOGM_cov(double *time, int n_pts, double Delta_t, double FOGM, double beta, double *C)
{
int j, k;
double sec_per_year, fs, alpha, gamma, a, b, t_prev;
doub