代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/175233/9554769
cpp test.cpp
#include "GuessNum.h"
#include
using namespace std;
int main(int argc, char *argv[])
{
GuessNum gn;
cout
www.eeworm.com/read/175203/9555639
v test.v
`timescale 1ns/1ns
`include "./xcv.v"
module xcv_Top;
reg clk,rst;
reg [23:0] data;
wire [2:0] state;
wire z,x;
assign x=data[23];
always #10 clk=~clk;
always @(posedge clk)
data={data[22:0]
www.eeworm.com/read/371298/9557081
px test.px
www.eeworm.com/read/371298/9557082
db test.db
www.eeworm.com/read/175135/9558672
cpp test.cpp
#include
using namespace std;
struct Data
{
double data[200];
};
struct Junk
{
int junk[100];
};
int main()
{
Data d = {2.5e33, 3.5e-19, 20.2e32};
char * pch =
www.eeworm.com/read/175117/9559842
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/371236/9560462
tas test.tas
(* This is a test program which can be compiled by the Taste-compiler.
It asks for a number and computes the sum of all integers up to this number.*)
PROGRAM Test;
VAR
i: INTEGER;
www.eeworm.com/read/371236/9560561
tas test.tas
(* This is a test program which can be compiled by the Taste-compiler.
It asks for a number and computes the sum of all integers up to this number.*)
PROGRAM Test;
VAR
i: INTEGER;
www.eeworm.com/read/175082/9560937
mat test.mat
www.eeworm.com/read/175082/9560960
txt test.txt
1 1 0 0
1 2 1 0
1 3 0 1
1 4 1 1
1 5 2 1
1 6 1 2
1 7 2 2
1 8 3 2
2 9 6 6
2 10 7 6
2 11 8 6
2 12 6 7
2 13 7 7
2 14 8 7
2 15 9 7
2 16 7 8
2 17 8 8
2 18 9 8
2 19 8 9
2 20 9 9