代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/160085/10573586
rar test.rar
www.eeworm.com/read/160056/10575678
c test.c
#include "config.h"
main()
{uchar i;
EA=1;
while(1)
{
KeyInit();
i=WaitKey();
nop;
}
}
www.eeworm.com/read/160056/10575691
lst test.lst
C51 COMPILER V7.00 TEST 04/13/2006 09:51:47 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN TE
www.eeworm.com/read/160056/10575733
obj test.obj
www.eeworm.com/read/160053/10575767
gph test.gph
# Graph example from book for connected components
6 # Number of vertices
U # Undirected graph
# List of edges
1 2
2 3
3 4
1 4
2 4
1 5
2 5
3 5
4 5
0 5
www.eeworm.com/read/160034/10577399
cpp test.cpp
#include
#include "pl0.h"
void main()
{
CPlCompiler pl0("test.pl");
pl0.DisplaySrcfile();
pl0.Compile();
pl0.DisplayErrors();
pl0.ListCode();
pl0.Interpret();
}
/*
void
www.eeworm.com/read/278058/10577969
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/160031/10578170
v test.v
module vdestest;
reg dec;
reg clk;
wire [63:0] desOut;
wire [63:0] desIn;
wire [55:0] vkey;
assign #1 vkey =56'b01010101011100011111010101101;
assign #1 desIn =64'00101111100011001001