代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/106368/15638693
authors
豶n E. Hansen
Cass Surek
Special thanks go to:
UDP testing and suggestions by: Visontai Mark Peter
STL Suggestions by:
www.eeworm.com/read/103330/15736973
ok tt.alu.bare.ok
SPIM Version 5.4 of Jan. 17, 1994
Copyright 1990-1994 by James R. Larus (larus@cs.wisc.edu).
All Rights Reserved.
See the file README a full copyright notice.
Testing ADD
Testing ADDI
Testing ADDIU
Te
www.eeworm.com/read/101715/15821900
out mainf.out
TESTING FIXPQF
LAMBDA = 1.00000000 FLAG = 1 6 JACOBIAN EVALUATIONS
EXECUTION TIME(SECS) = 0.117 ARCLEN = 2.693
1.00000000E+00 1.00000000E+00 1.00000000E+00 1.000000
www.eeworm.com/read/429767/8790181
c~ analysis.c~
#include
#include
#include
#include
#include "analysis.h"
void analysis_packets()
{
/*
just a testing
while(1)
printf("analysis packets\n") ;;//
www.eeworm.com/read/429767/8790202
c analysis.c
#include
#include
#include
#include
#include "analysis.h"
void analysis_packets()
{
/*
just a testing
while(1)
printf("analysis packets\n") ;;//
www.eeworm.com/read/285976/8796388
pm dummydbi.pm
package DBI;
# Dummy DBI for testing Adaptors
$err = 0;
$errstr = "";
sub connect {
bless {}, 'DBI';
}
sub do {
my ($obj, $query) = @_;
my ($rl_rows) = [];
print STDERR
www.eeworm.com/read/183530/9155550
txt info.txt
[API]
Name=WinSock2
Version=2.2.x (corresponds to specification in MSDN Jan 2000)
Date=05-Jan-2000
Originated=Windows Sockets Version 2
URL=mdsn.microsoft.com
Description=Version 2 of Winsock AP
www.eeworm.com/read/379672/9189910
h dynamicprogrammingtest.h
/**
* File : DynamicProgrammingTest.h
* Author : Wind
* Email : zealotwjr@163.com
* Date : 2005-9-29
* Purpose : Unit testing head.
* */
#ifndef DYNAMICPROGRAMMINGTEST_H_
#define
www.eeworm.com/read/181725/9240077
cpp maincontrol.cpp
#include
using namespace std;
#include "Stack.h"
#include "Infix.h"
#include "Postfix.h"
#include
void main()
{
string formula;
string formula2;
Infix Testing;
c