代码搜索:NREF
找到约 82 项符合「NREF」的源代码
代码结果 82
www.eeworm.com/read/296068/8125256
c mutex_unix.c
/*
** 2007 August 28
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/245849/12778013
m max_corr.m
function [lag,cc]=max_corr(ref,b,min_shift,max_shift)
% Function finds best match between vectors "ref" and "b" within the range
% min_shift" and "max_shift"
% [lag,cc]=max_corr(ref,b,min_s
www.eeworm.com/read/259565/11782698
m max_corr.m
function [lag,cc]=max_corr(ref,b,min_shift,max_shift)
% Function finds best match between vectors "ref" and "b" within the range
% min_shift" and "max_shift"
% [lag,cc]=max_corr(ref,b,min_s
www.eeworm.com/read/151143/12233092
m max_corr.m
function [lag,cc]=max_corr(ref,b,min_shift,max_shift)
% Function finds best match between vectors "ref" and "b" within the range
% min_shift" and "max_shift"
% [lag,cc]=max_corr(ref,b,min_s
www.eeworm.com/read/189479/8467623
h hippack.h
/*****************************************************************************
HipPack
-------
This is the root class for the implementation of my hybrid compression
algorithm which co
www.eeworm.com/read/140704/5783595
cc dec_wer_0.cc
// file: dec_wer_0.cc
//
// isip include files
//
#include "decoder.h"
#include "decoder_constants.h"
// method: lattice_wer_cc
//
// arguments:
// FILE* flat: (input) file with list of lattice fi
www.eeworm.com/read/274660/6288500
c mutex_unix.c
/*
** 2007 August 28
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/184354/9108391
cpp ado.cpp
#include "stdafx.h"
#include "Ado.h"
int AdoDB::m_nRef=0;
AdoDB::AdoDB()
{
HRESULT hr;
if(m_nRef == 0)
CoInitializeEx(NULL,COINIT_MULTITHREADED);
m_nRef++;
hr=m_pConn.CoCreate
www.eeworm.com/read/204174/15343624
asv femte.asv
function[V,d,neff] =femte(nref,delta,lamda,npml)
% define constants
nsize=size(nref) ;
kmag=2*pi/lamda ;
permitivity=nref.^2 ;
jone=complex(0,1) ;
le=delta(1);
% define PML
s=ones(nsize(
www.eeworm.com/read/251740/12322565
cpp ado.cpp
#include "stdafx.h"
#include "Ado.h"
int AdoDB::m_nRef=0;
//类的构造函数{初始化连接}
AdoDB::AdoDB()
{
HRESULT hr;
if(m_nRef == 0)
CoInitializeEx(NULL,COINIT_MULTITHREADED);
m_nRef++;
/