代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6250817
mk makelocal.mk
# @(#)Makelocal.mk 2.4 ULTRIX 7/31/89
# @(#)Makefile 2.1 (Berkeley) 12/10/85
# optional flags are: MEASURE TESTING DEBUG
include $(GMAKEVARS)
SUBDIRS=_$(MACHINE).d
$CFLAGS=-g
AOUTS= crash
OBJ
www.eeworm.com/read/100133/6273774
java main.java
/*
Simple class for testing antlr-generated HTML parser/lexer.
Alexander Hinds, Magelang Institute
ahinds@magelang.com
*/
import java.io.*;
import antlr.*;
import HTMLLexer;
import HT
www.eeworm.com/read/100133/6273859
cpp main.cpp
/*
Simple class for testing antlr-generated HTML parser/lexer.
Alexander Hinds, Magelang Institute
ahinds@magelang.com
*/
#include
#include "HTMLLexer.hpp"
#include "HTMLParser.hpp"
#i
www.eeworm.com/read/291067/6303074
m dbtex4.m
%DBTEX4 An example testing PTMF with an ULA.
%
% * DBT, A Matlab Toolbox for Radar Signal Processing *
% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.
% Start : 951221
www.eeworm.com/read/493294/6399880
m gendat.m
%GENDAT Random generation of datasets for training and testing
%
% [A,B,IA,IB] = GENDAT(X,N)
% [A,B,IA,IB] = GENDAT(X)
% [A,B,IA,IB] = GENDAT(X,ALF)
%
% INPUT
% X Dataset
% N,ALF Number
www.eeworm.com/read/479166/6699987
cpp fig12_06.cpp
// Fig. 12.6: fig12_06.cpp
// Testing class CommissionEmployee.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
#include
www.eeworm.com/read/479166/6700260
cpp fig15_11.cpp
// Fig. 15.11: Fig15_11.cpp
// Creating and testing user-defined, nonparameterized
// stream manipulators.
#include
using std::ostream;
using std::cout;
using std::flush;
// bell
www.eeworm.com/read/478173/6720932
v v_hier_top2.v
// DESCRIPTION: Verilog-Perl: Example Verilog for testing package
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2000-2009 by Wilson Snyder.
module v_hier_top2
www.eeworm.com/read/409089/11358561
txt readme.txt
The contents of these directories depend upon
avr-gcc 2.97 or greater from Gunnar Henne website.
http://www.combio.de/avr/index.html
Follow his instructions for installing and testing the
co