代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/156620/5611032
java jlabeltest.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class JLabelTest extends JFrame {
private JLabel label1;
public JLabelTest()
{
super( "Testing JLabel" );
Co
www.eeworm.com/read/474986/6798897
m hotellingt2.m
function [HotellingT2] = HotellingT2(X,alpha)
%Hotelling T-Squared testing procedures for multivariate samples.
%
% Syntax: function [HotellingT2] = HotellingT2(X,alpha)
%
% Inputs:
www.eeworm.com/read/472660/6873149
c hlr_auc_gw.c
/*
* HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
* Copyright (c) 2005-2006, Jouni Malinen
*
* This program is free software; you can redistribute it
www.eeworm.com/read/293056/8316363
c prime.c
/*
PRIME.C - primality-testing routines
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as f
www.eeworm.com/read/292797/8332299
defs
# -*- ksh -*-
# Defines for Automake testing environment.
# Tom Tromey
# Ensure $srcdir set correctly.
test -f $srcdir/defs || {
echo "defs: installation error" 1>&2
exit 1
www.eeworm.com/read/292796/8333086
at acstatus.at
# Generated by mktests.sh, do not edit by hand. -*- Autotest -*-
# Copyright 2000, 2001 Free Software Foundation, Inc.
AT_BANNER([Testing autoconf/status macros.])
# Modern macros.
# Obsolete macro
www.eeworm.com/read/367442/9748213
m testandr.m
function [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
% TESTANDR creates testing data for Generalized Anderson's task.
% [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
%
% TESTAN
www.eeworm.com/read/415313/11076773
m classify.m
% Classify: main classification module
%
% Parameters:
% classifier_str: classifier description string
% X_train: training examples
% Y_train: training labels
% X_test: testing examples
% Y_tes
www.eeworm.com/read/412268/11208298
java teststream.java
//: com:bruceeckel:simpletest:TestStream.java
// Simple utility for testing program output. Intercepts
// System.out to print both to the console and a buffer.
// From 'Thinking in Java, 3rd ed.' (
www.eeworm.com/read/334325/12611616
c demux_smjpeg.c
/*
SMJPEG file parser by Alex Beregszaszi
Only for testing some files.
Commited only for Nexus' request.
Based on text by Arpi (SMJPEG-format.txt) and later on
http://www.lokigames.com/develo