代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/448922/7522200
txt text.txt
This is a text file for testing OFDM. You will see that OFDM can
handle multipath channels much better than QAM. The reason is
that OFDM speads the data across a broad frequency band so
each freque
www.eeworm.com/read/435150/7796284
cpp main.cpp
// Exercise 13.4 Creating and Testing the MyString class - main.cpp
#include "MyString.h"
#include
using std::cout;
using std::endl;
int main() {
mySpace::MyString proverb("Too ma
www.eeworm.com/read/197825/7968966
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/196637/8070492
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/144361/12800675
sh tst-printf.sh
#! /bin/sh
# Testing of printf.
# Copyright (C) 2000, 2002 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and
www.eeworm.com/read/331812/12806652
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/143769/12845799
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/244097/12888142
c videogen.c
/*
* Generates a synthetic YUV video sequence suitable for codec testing.
* NOTE: no floats are used to guaranty a bit exact output.
*/
#include
#include
#define SCALEBITS 8
#
www.eeworm.com/read/327324/13086441
h smi_mq.h
#ifndef _SMI_MQ_H_
#define _SMI_MQ_H_
/* simplified test to avoid testing _POSIX_VERSION */
/* fails to handle undefined case properly, but version independent */
/* However, Linux (and probably othe