代码搜索:Testing

找到约 10,000 项符合「Testing」的源代码

代码结果 10,000
www.eeworm.com/read/462270/1546829

readme

This directory includes example code of how to use the uIP TCP/IP stack. The code is used for testing uIP as a user process under FreeBSD. Follow these steps to test uIP under FreeBSD: 1) Comp
www.eeworm.com/read/457704/1595310

tst

#!/bin/sh # This is a short-cut to execute tests on the parser. # ./conf/torture_msgs{,2} contain various kind of messages. #echo "==" #echo "== Testing the parser contained in libosip." #echo "== Y
www.eeworm.com/read/455639/1610089

java intlist.java

// IntList class // Main purpose of this class is to assemble lists of integers for // testing // import java.awt.*; import java.io.*; import java.net.*; import java.util.*; public class IntLis
www.eeworm.com/read/452691/1651217

mk config.mk

TEXT_BASE = 0x27F00000 ## For testing: load at 0x20100000 and "go" at 0x201000A4 #TEXT_BASE = 0x20100000
www.eeworm.com/read/452691/1652310

mk config.mk

TEXT_BASE = 0x20F00000 ## For testing: load at 0x20100000 and "go" at 0x201000A4 #TEXT_BASE = 0x20100000
www.eeworm.com/read/249812/4445992

java main.java

public class Main { public static void main(String[] args) { System.out.println("Testing EaterThread, hit CTRL+C to exit."); Tool spoon = new Tool("Spoon"); Tool fork =
www.eeworm.com/read/249812/4446009

java main.java

public class Main { public static void main(String[] args) { System.out.println("Testing EaterThread, hit CTRL+C to exit."); Tool spoon = new Tool("Spoon"); Tool fork =
www.eeworm.com/read/249812/4446016

java main.java

public class Main { public static void main(String[] args) { System.out.println("Testing EaterThread, hit CTRL+C to exit."); Tool spoon = new Tool("Spoon"); Tool fork =
www.eeworm.com/read/247171/4486831

vb inheritanceg.vb

Imports System 'Testing a class that inherits from an inner class of another class Class C2 Class C3 Public Function F() As Integer Return 1 End Function End Clas
www.eeworm.com/read/240162/4590099

c c94-pedantic.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=iso9899:199409 -pedantic" } */ /* This file is for testing the preprocessor in -std=iso9899: