代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/366616/9806483
c test_md5.c
/*
** SQLite uses this code for testing only. It is not a part of
** the SQLite library. This file implements two new TCL commands
** "md5" and "md5file" that compute md5 checksums on arbitrary text
www.eeworm.com/read/365842/9844907
h yportenv.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
* yportenv.h: Portable services used by yaffs. This is done to allow
* simple migration from kernel space into app space for testing
www.eeworm.com/read/365809/9845710
readme
This is a set of shell scripts for testing Ethernet bridging.
mkbr makes a simple bridge and clones the ip address.
rmbr removes bridge
The functional test needs two ethernets (eth0, eth1,
and the d
www.eeworm.com/read/365739/9849753
txt readme.txt
This toolbox contains programs for BP-MLL [1] algorithm. First use "BPMLL_train" function to train a multi-lable neural network, and then pass it to "BPMLL_test" function to perform testing.
Pleas
www.eeworm.com/read/365624/9852901
cpp app.cpp
/*
Module : APP.CPP
Purpose: Provides the WinMain function for testing the serial port class
Created: PJN / 23-05-1999
History: None
Copyright (c) 1999 by PJ Naughter.
All rights reserved.
www.eeworm.com/read/363352/9957678
java test.java
import java.awt.*;
import java.io.*;
public class Test
{
private Frame f;
Test()
{
f=new Frame("MyFrame for testing Broedwelayout");
f.setLayout(new BorderLayout(10,20));
f
www.eeworm.com/read/363352/9957779
java testgridlayout.java
import java.awt.*;
public class TestGridLayout
{
public static void main(String args[])
{ Frame f=new Frame("GridLayout testing");
f.setLayout(new GridLayout(3,1,10,20));
String
www.eeworm.com/read/167404/9969415
h yportenv.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
* yportenv.h: Portable services used by yaffs. This is done to allow
* simple migration from kernel space into app space for testing
www.eeworm.com/read/165417/10063448
c prime.c
/* PRIME.C - primality-testing routines
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#include "global.h"
#include "rsaref
www.eeworm.com/read/361011/10069408
h yportenv.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
* yportenv.h: Portable services used by yaffs. This is done to allow
* simple migration from kernel space into app space for testing