代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/291169/8438509
txt ofdm_text_out.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 OFD] speads the data across a broad frequency band so
each frequency
www.eeworm.com/read/291169/8438568
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/188512/8532501
cpp fig12_16.cpp
// Fig. 12.16: fig12_16.cpp
// Testing class BasePlusCommissionEmployee.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
www.eeworm.com/read/188512/8532515
cpp fig12_09.cpp
// Fig. 12.9: fig12_09.cpp
// Testing class BasePlusCommissionEmployee.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
www.eeworm.com/read/188512/8532549
cpp fig12_21.cpp
// Fig. 12.21: fig12_21.cpp
// Testing class BasePlusCommissionEmployee.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
www.eeworm.com/read/387891/8648066
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/431190/8704535
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/387005/8713733
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
www.eeworm.com/read/429795/8788485
py test_urwid.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Urwid unit testing .. ok, ok, ok
# Copyright (C) 2004-2007 Ian Ward
#
# This library is free software; you can redistribute it and/or
# modify i