代码搜索结果

找到约 10,000 项符合 Test 的代码

test.c

#include #include static void print_time (clock_t); int main (void) { unsigned hh, mm, ss, tt; long x; hh = 15; mm = 59; ss

test.m

t0=.15; % signal duration ts=0.001; % sampling interval % the message vector m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)]; m_hat=imag(hil

test.v

module test (); wire [7:0] A,B; wire [8:0] P; wire [7:0] reg_A; wire reset; wire start; wire ready; wire ck; div_TB TB (.A(A), .B(B), .ck(ck),

test.v

module test(); parameter width=8; wire [7:0] a,b; wire ld,ck,reset,tercnt; wire [15:0] produs; multiply DUT(.ck(ck), .reset(reset), .ld(ld), .a(a),

test.v

module test(); parameter width=4; reg in1,in2,in3,in4; wire o1,o2,o3,o4; wire tercnt; reg reset,ck,ld; wire [width-1:0] count; reg [width-1:0] data,count_to; counterPart2 counterP

test.sql

# HeidiSQL Dump # # -------------------------------------------------------- # Host: 127.0.0.1 # Database: test # Server version: 5.0.51b-community-nt # Server

test.c

/*------------------------------------------------------------------------------ TEST.C: ISD51 Demo for classic 8051 devices like Philips 89C51RD2/89C66x Copyright 2002 - 2003 Keil Software, Inc.

test.java

package 拼写检查器; import java.awt.Color; import java.awt.Frame; import java.awt.Label; import java.awt.Panel; public class Test { static Frame frm=new Frame();; static Label lab=new Labe