代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/491360/1191672
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/490333/1200454
cs arrayreferencetest.cs
// Fig. 7.9: ArrayReferenceTest.cs
// Testing the effects of passing array references
// by value and by reference.
using System;
using System.Drawing;
using System.Collections;
using System.Com
www.eeworm.com/read/490333/1200563
cs staticcharmethods.cs
// Fig. 15.16: CharMethods.cs
// Demonstrates Shared character testing methods
// from Char structure
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel
www.eeworm.com/read/489559/1219112
mk config.mk
TEXT_BASE = 0x27F00000
## For testing: load at 0x20100000 and "go" at 0x201000A4
#TEXT_BASE = 0x20100000
www.eeworm.com/read/489559/1220535
mk config.mk
TEXT_BASE = 0x20F00000
## For testing: load at 0x20100000 and "go" at 0x201000A4
#TEXT_BASE = 0x20100000
www.eeworm.com/read/485361/1263254
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/485361/1263279
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/485361/1263323
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/485361/1263348
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/483207/1279542
java stringsorttest.java
//: StringSortTest.java
// Testing the generic sorting Vector
//实现比较大小用的接口
import java.util.*;
public class StringSortTest {
static class StringCompare implements Compare {
public bool