代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/358003/10197524
cpp bktest.cpp
#include
#include
#include "bkneuro.h"
//void main()
main()
{
int i,key;
char filename[128];
float err;
cout
www.eeworm.com/read/355288/10280889
h test.h
/* Unit testing declarations.
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Wget.
GNU Wget is free software; you can redistribute it and/or modify
i
www.eeworm.com/read/355288/10280991
c test.c
/* Unit testing.
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Wget.
GNU Wget is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/278058/10578072
cpp usebrass1.cpp
// usebrass1.cpp -- testing bank account classes
// compile with brass.cpp
#include
#include "brass.h"
int main()
{
using std::cout;
using std::endl;
Brass Piggy("Po
www.eeworm.com/read/159921/10588495
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/421949/10677187
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/470800/6908715
cpp usebrass1.cpp
// usebrass1.cpp -- testing bank account classes
// compile with brass.cpp
#include
#include "brass.h"
int main()
{
using std::cout;
using std::endl;
Brass Piggy("Po
www.eeworm.com/read/470800/6909003
cpp usebrass1.cpp
// usebrass1.cpp -- testing bank account classes
// compile with brass.cpp
#include
#include "brass.h"
int main()
{
using std::cout;
using std::endl;
Brass Piggy("Po
www.eeworm.com/read/469590/6931819
readme
tftp testing code.
The program tftptest acts as a tftp client and does the following:
1. sends a request with a nonsense opcode.
2. sends a RRQ with a filename that does not contain a null
3. sta
www.eeworm.com/read/295750/6964889
cpp t_pcre.cpp
/*
* (c) John Berthels 2005 . See COPYING for license.
*/
#include
#include "Pcre.hpp"
/// Not testing the underlying pcre engine, just our wrapping
class PcreTest