代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/257015/4366760
m test3.m
% DEMONSTRATION PROGRAM FOR TESTING NNARMAX2
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Aug 21, 1995
close all
StopDemo=0;
figure
guihand=gcf;
www.eeworm.com/read/162614/5534726
java serverdatagram.java
/* Server Datagram Socket for testing */
import java.io.*;
import java.net.*;
public class ServerDatagram implements Runnable
{
private DatagramSocket s;
public static void
main(String[] argv) thr
www.eeworm.com/read/162519/5544258
java serverdatagram.java
/* Server Datagram Socket for testing */
import java.io.*;
import java.net.*;
public class ServerDatagram implements Runnable
{
private DatagramSocket s;
public static void
main(String[] argv) thr
www.eeworm.com/read/160303/5573935
east
# note: forward key does not match reverse key (tricky, but helps testing)
#east:
127.95.7.2: rsa {
# RSA 1024 bits
# for signatures only, UNSAFE FOR ENCRYPTION
#pubkey=0sAQOeSJscIy2XZHfs+PODDqdgJ
www.eeworm.com/read/160303/5574646
doauto
#!/bin/sh
# start of an automatic testing script
#
# Note: the name of a test affects processing.
# *-rsa|*-rsa-*: keys get loaded
# *-pl|*-pl-*: extracts of Pluto Logs are added to the whack log
#
www.eeworm.com/read/158872/5590334
in makefile.in
# Makefile for regression testing the GNU debugger.
# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
# This file is part of GDB.
# GDB is free software; you can redistribute it
www.eeworm.com/read/158872/5590377
in makefile.in
# Makefile for regression testing the GNU debugger.
# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
# This file is part of GDB.
# GDB is free software; you can redistribute it
www.eeworm.com/read/158872/5590449
in makefile.in
# Makefile for regression testing the GNU debugger.
# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
# This file is part of GDB.
# GDB is free software; you can redistribute it
www.eeworm.com/read/158872/5590908
in makefile.in
# Makefile for regression testing the fr30 simulator.
# Copyright (C) 1998 Free Software Foundation, Inc.
# This file is part of GDB.
# GDB is free software; you can redistribute it and/or modify
#
www.eeworm.com/read/158865/5594558
c random.c
/*
* random-number generator for testing
*/
static unsigned long next = 1;
/*
- range - generate a random number within an inclusive range
*
* Algorithm from ANSI C standard. Limitation: max-m