代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/440410/7689723
h sq_queue.h
const int maxqueue = 1000; // small value for testing
template
class Queue {
public:
Queue();
bool empty() const;
Error_code serve();
Error_code append(const Qu
www.eeworm.com/read/435688/7787772
lsp mozilla.lsp
#!/usr/bin/newlisp
#
# Testing GtkMozEmbed - PvE - april 22, 2008 GPL.
#
# A very minimal webbrowser! Use with GTK-server 2.2.4 or later.
# Change paths to configfile and/or GTK-server where necessary
www.eeworm.com/read/299709/7838139
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/199568/7844816
java mathtest.java
// Exercise 6.3: MathTest.java
// Testing the Math class methods.
public class MathTest
{
public static void main( String args[] )
{
System.out.printf( "Math.abs( 23.7 ) = %f\n",
www.eeworm.com/read/299228/7872769
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/299228/7872939
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/333254/12693378
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/144988/12757725
java testborderlayout.java
//例12-4 BorderLayout布局管理器
import java.awt.*;
public class TestBorderLayout{
private Frame f;
TestBorderLayout(){
f=new Frame("MyFrame for testing BorderLayout");
f.setLayou
www.eeworm.com/read/329507/12950363
c test_x509v3.c
/*
* Testing tool for X.509v3 routines
* Copyright (c) 2006, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener