代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/207991/4999579
mal tst270.mal
#Same as tst200, but includes testing of the profiler
#profiler.setAll();
profiler.activate("ticks");
profiler.activate("pc");
profiler.activate("statement");
#profiler.setFilter("*","*");
profiler.s
www.eeworm.com/read/207991/5000060
mal tst601.mal
# Testing the box interfaces
# open de const box and store a constant
# This operation should actually be limited to the system administrator
# who can open any box.
const.open();
pi := 3.147:flt;
c
www.eeworm.com/read/204986/5026766
java fakemapsource.java
/*
* Created on Aug 20, 2004
*
*/
package org.placelab.mapper.loader;
import java.util.Enumeration;
import java.util.Vector;
import org.placelab.core.Coordinate;
/**
* For testing purposes
*
www.eeworm.com/read/201007/5061590
svn-base videogen.c.svn-base
/*
* Generates a synthetic YUV video sequence suitable for codec testing.
* NOTE: no floats are used to guaranty a bit exact output.
*/
#include
#include
#define SCALEBITS 8
#
www.eeworm.com/read/200288/5068815
mk config.mk
TEXT_BASE = 0x27F00000
## For testing: load at 0x20100000 and "go" at 0x201000A4
#TEXT_BASE = 0x20100000
www.eeworm.com/read/200288/5070230
mk config.mk
TEXT_BASE = 0x20F00000
## For testing: load at 0x20100000 and "go" at 0x201000A4
#TEXT_BASE = 0x20100000
www.eeworm.com/read/198657/5083369
c random2.c
/* mpn_random2 -- Generate random numbers with relatively long strings
of ones and zeroes. Suitable for border testing.
Copyright 1992, 1993, 1994, 1996, 2000, 2001, 2002 Free Software Foundation
www.eeworm.com/read/198237/5089205
java stringsorttest.java
//: StringSortTest.java
// Testing the generic sorting Vector
//实现比较大小用的接口
import java.util.*;
public class StringSortTest {
static class StringCompare implements Compare {
public bool
www.eeworm.com/read/197684/5092934
java testpso.java
/*
* TestPSO.java
*
* Created on March 10, 2003, 2:35 PM
*/
package com.adaptiveview.ospso.test;
import com.adaptiveview.ospso.*;
/**This Class contains a main method for testing the PSO implem
www.eeworm.com/read/193974/5138269
py test_trace.py
# Testing the line trace facility.
import test_support
import unittest
import sys
import difflib
if not __debug__:
raise test_support.TestSkipped, "tracing not supported under -O"
# A very basi