代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/125476/14491892
cc tst_term_structure.cc
// file tst_term_structure.cc
void test_transforms() {
cout
www.eeworm.com/read/223989/14608748
readme
This directory contains the source code for a simple game called Xinu
worm. The game started as a lab assignment for CS503, our operating
systems class, and was ported to Sun3 Xinu to use for testing
www.eeworm.com/read/221263/14751729
m nf_test1.m
%***Novelty Detection
%***Testing nf trained by 'nf_train'
%***Iput File: 1.prepared data file
% or 2.Abaqus Data file '*.dat'
clear;clc;
%=====below can be changed by user====
sampl
www.eeworm.com/read/220690/14791830
c 实例8-4.c
#include
main()
{
char *envp[]={"PATH=/tmp",
"USER=lei",
"STATUS=testing",
NULL};
char *argv_execv[]={"echo", "excuted by execv", NULL};
char *argv_execvp[]={"echo", "ex
www.eeworm.com/read/119233/14836702
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/119112/14838960
c debug_ibe.c
/* for testing; extracts a key share given a server's master share
* (users should never have access to any master share)
* also constructs any private key given
* the share files (which in real li
www.eeworm.com/read/219755/14865086
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/218832/14905115
c dynamicprogrammingtest.c
/**
* File : DynamicProgrammingTest.c
* Author : Wind
* Email : zealotwjr@163.com
* Date : 2005-9-29
* Purpose : Unit testing
* */
#include
#include "../head/Global.h
www.eeworm.com/read/116193/14983409
cpp basetest.cpp
#include
#include "ap.h"
// Program for testing the "baseint" functions
// Won't work with the floating-point versions for now
int main (void)
{
size_t n = 4, t;
rawtyp
www.eeworm.com/read/115588/15007814
txt nehe's readme.txt
OpenGL Tutorial #32.
Project Name: Picking, Alpha Blending, Sorting, Alpha Testing.
Project Description: A tiny game that teaches you about the above topics.
Authors Name: Jeff Molofee
Ne