代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/348807/10866385
m testing.m
function main()
clc; clear all;
Method='class';
load UAIC01-10-1 %读入第一个样区的聚类中心
CENTER1=center;
load UAIC01-10-2 %读入第二个样区的聚类中心
www.eeworm.com/read/273027/10931016
h testing.h
#ifndef _TESTING_H
#define _TESTING_H
/* Testing code. */
#ifdef JUST_TESTING
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/461062/7235105
m testing.m
%=============================================================================%
%= TOA UWB ALGORITHM =%
%=
www.eeworm.com/read/461062/7235130
asv testing.asv
%=============================================================================%
%= TOA UWB ALGORITHM =%
%=
www.eeworm.com/read/451140/7470734
c testing.c
#include "util.h"
#include "vpr_types.h"
#include "globals_declare.h"
#include "read_arch.h"
#include "rr_graph.h"
#include "draw.h"
#include "graphics.h"
#include
int
main()
{
char ms
www.eeworm.com/read/450547/7482112
html testing.html
How SQLite Is Tested
body {
margin: auto;
font-fa
www.eeworm.com/read/449324/7508800
m testing.m
%Bob Gess, June 2008, for EE473
%Module name: testing
%Simulates generation and transmission of a direct sequence spread spectrum
%modulation of a QPSK signal, injects random and/or jamming noise
www.eeworm.com/read/440660/7684335
m testing.m
%
% 测试,计算FRR和FAR
% function [out_d,out_dt]=testing()
% 计算类内距离
%
MM=3;
Dist=[];
for i=0:99
for j=1:MM
eval(['load Log_orth\im_' num2str(i) '_',num2str(j) ]);
temp
www.eeworm.com/read/297260/8034577
mak testing.mak
# $Id: testing.mak,v 1.15 2006/05/29 01:29:00 darren Exp $
#
# Copyright (c) 1996-2002, Darren Hiebert
#
# Development makefile for Exuberant Ctags, used to build releases.
# Requires GNU make.
CTAGS
www.eeworm.com/read/396865/8087036
m testing.m
function d = testing(a,d)
ker=kernel('rbf',sqrt(1/(2*a.gamma)));
K=calc(ker,data(a.centers),d);
Yest=K*a.alpha;
if(a.algorithm.use_signed_output==1)
Yest=sign(Yest);
end
d=set_x(d,Yest);