代码搜索结果
找到约 10,000 项符合
Test 的代码
test.vbp
Type=Exe
Form=Test.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX
Ic
test.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "通讯测试"
ClientHeight = 4890
ClientLeft = 60
C
test.asv
H=scm(scmparset,linkparset(100),antparset);
scmpar=scmparset;
linkpar=linkparset(10);
antpar=antparset;
scmpar.NumTimeSamples=10;
scmpar.ScmOptions='urban_ca'
test.m
H=scm(scmparset,linkparset(1),antparset);
scmpar=scmparset;
linkpar=linkparset(1);
antpar=antparset;
scmpar.NumTimeSamples=1000;
scmpar.NumBsElements=1;
scmpar.NumMsElements=1;
scmpar.R
test.java
package demo;
import java.io.File;
import java.util.*;
public class Test {
public static void main( String args[] ) {
String sep = File.separator;
String path = "." +
test.txt
5.462337628 10.33243395 6.693142784 0.563265352 1.840970121 5.357198021 15.61070005
5.476560301 10.44443551 6.506878733 0.921820803 2.410725807 5.98937138 16.29463628
5.363653691 9.594131744 7.94940
test.m
function numDist = test(x0,N)
x = GaussDist (x0,5,2,N);
mi = floor(min(x));
ma = ceil(max(x));
numDist = zeros(ma-mi,1);
for i=1:N
j = floor(x(i)) - mi;
numDist(j+1) = numDist(j+1) +
test.txt
#############################################################
# file: Makefile
# author: ideawu
#############################################################
CC = g++
OBJS = Lexer.o Parser.o Synt
test.txt
1 4 9 16 25
36 49 64 81 100