代码搜索:Test

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

代码结果 10,000
www.eeworm.com/read/176315/9504923

dat test.dat

0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 1 1 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 1 1 1 0
www.eeworm.com/read/372508/9507029

htm test.htm

单片机期中测验
www.eeworm.com/read/372505/9507540

v test.v

`timescale 1ns/1ns module test; reg A,B,C; initial begin A = 0; B = 1; C = 0; #50 A = 1; B = 0; #50 A = 0; C = 1; #50 B = 1; #50 B = 0; C = 0; #50 $finish ;
www.eeworm.com/read/372485/9508498

txt test.txt

0.273130 0.548314 1 0.450535 0.524301 0 0.239932 0.528447 1 0.500670 0.334413 0 0.373282 0.602284 1 0.648659 0.189869 0 0.419698 0.552420 0 0.331010 0.579403 1 0.513966 0.294234 0 0.751756 0.
www.eeworm.com/read/372483/9508510

java test.java

import java.io.*; class Namer { String frName,lsName; String getFrname(){ return frName; } String getLsname(){ return lsName; } }; class FirstFirst extends Namer { FirstFirs
www.eeworm.com/read/372465/9509649

c test_a.c

#include #include void main(void) { char buffer[8192]; // Try reading head 1, track 1, sector 1 if (biosdisk(2, 0, 1, 1, 1, 1, buffer)) printf("Error acces
www.eeworm.com/read/176251/9510627

bas test.bas

#!/usr/local/bin/sbrun -g const c = 300 ? c gosub sub1 gosub sub2 gosub sub1 end label sub1 ? "Sub #1" return label sub2 ? "Sub #2" return
www.eeworm.com/read/372448/9510670

c test.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/176251/9510854

dat test.dat

Hello, world! One more text line
www.eeworm.com/read/176237/9511040

cpp test.cpp

// Test.cpp : implementation file // #include "stdafx.h" #include "attendance.h" #include "Test.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;