代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/138890/5813258

readme

This directory contains a number of sample certificates for use by the rlm_eap_tls module. These certificates should be used ONLY for testing purposes. If you're not using EAP-TLS, EAP-TTLS, or EAP-
www.eeworm.com/read/131315/5931655

makefile

# # Makefile for testing dbx. # .SUFFIXES: .SUFFIXES: .p .i .s .o .x .t .in .tst .out # # Suffix conventions: # # .p Pascal source # .i Pascal definitions file # .s assembly code file # .o object f
www.eeworm.com/read/125279/6031608

ifconfigs

#!/bin/sh # Set up or tear down virtual interfaces needed for testing. # Only "check" can work without superuser privileges. . CONFIG for i do case "$i" in up) /sbin/ifconfig $EASTIF $EASTIP net
www.eeworm.com/read/124745/6041310

readme

This directory contains a number of sample certificates for use by the rlm_eap_tls module. These certificates should be used ONLY for testing purposes. If you're not using EAP-TLS, EAP-TTLS, or EAP-
www.eeworm.com/read/122504/6065425

java dummytool.java

package uk.ac.leeds.ccg.geotools; import uk.ac.leeds.ccg.geotools.*; import java.awt.*; /** * this class is for testing only * I want to plot a circle as a tool */ public class DummyTool e
www.eeworm.com/read/120487/6073589

sql bit.sql

-- -- BIT types -- -- -- Build tables for testing -- CREATE TABLE BIT_TABLE(b BIT(11)); INSERT INTO BIT_TABLE VALUES (B'10'); -- too short INSERT INTO BIT_TABLE VALUES (B'00000000000'); INSERT INTO
www.eeworm.com/read/115070/6120318

class error.class

www.eeworm.com/read/485012/6570605

m t_auction_case.m

function [baseMVA, bus, gen, branch, areas, gencost] = auction_test_case %AUCTION_TEST_CASE Power flow data for testing auction code. % Please see 'help caseformat' for details on the case file f
www.eeworm.com/read/479375/6692947

c hlr_auc_gw.c

/* * HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator * Copyright (c) 2005-2007, Jouni Malinen * * This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/479166/6700005

cpp fig20_19.cpp

// Fig. 20.19: fig20_19.cpp // Testing Standard Library class multiset #include using std::cout; using std::endl; #include // multiset class-template definition // define sh