代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/450265/1671867
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
www.eeworm.com/read/449649/1675646
java teststream.java
//: com:bruceeckel:simpletest:TestStream.java
// Simple utility for testing program output. Intercepts
// System.out to print both to the console and a buffer.
// From 'Thinking in Java, 3rd ed.' (
www.eeworm.com/read/449039/1682997
m testandr.m
function [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
% TESTANDR creates testing data for Generalized Anderson's task.
% [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
%
% TESTAN
www.eeworm.com/read/449035/1683037
m testandr.m
function [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
% TESTANDR creates testing data for Generalized Anderson's task.
% [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
%
% TESTAN
www.eeworm.com/read/447738/1696411
s mips16-e.s
.set noreorder
.text
nop
l1: nop
1: nop
nop
# align section end to 16-byte boundary for easier testing on multiple targets
.p2align 4
.section "foo"
www.eeworm.com/read/447738/1696884
sh allinsn.sh
#/bin/sh
# Generate test result data for xstormy16 GAS testing.
# This script is machine generated.
# It is intended to be run in the testsuite source directory.
#
# Syntax: build.sh /path/to/build/ga
www.eeworm.com/read/445664/1719578
java manager.java
package org.appfuse.service;
import java.io.Serializable;
import java.util.List;
import org.appfuse.dao.DAO;
public interface Manager {
/**
* Expose the setDAO method for testing purp
www.eeworm.com/read/445086/1726602
java teststream.java
//: com:bruceeckel:simpletest:TestStream.java
// Simple utility for testing program output. Intercepts
// System.out to print both to the console and a buffer.
// From 'Thinking in Java, 3rd ed.' (