代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/161148/10443563
java test.java
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
class test extends Thread implements ActionListener
{
//定义组件
int i,j1,j2,j3,j4,j5,j6,j7,j8;
boolean rad=true;
Frame f;
P
www.eeworm.com/read/353475/10444177
asv test.asv
function main()
clear;
global X y a o w N k p1
N=10;
n =N/2;
%randn('state',6);
%x1 = randn(2,n);
x1=[1 1;2 2;1 3;3 2;3.5 4]';
x2=[4 3;2 5;3.5 5;5 6;6 6]';
y1 = ones(1,n);
%x2 = 5+randn(2,n)
www.eeworm.com/read/353475/10444182
m test.m
function main()
clear;
global X y a o w N k p1
N=10;
n =N/2;
%randn('state',6);
%x1 = randn(2,n);
x1=[1 1;2 2;1 3;3 2;3.5 4]';
x2=[4 3;2 5;3.5 5;5 6;6 6]';
y1 = ones(1,n);
%x2 = 5+randn(2,n)
www.eeworm.com/read/353413/10449295
cpp test.cpp
#include "String.h"
void InPut(char *p);
void InputChar(char *p);
void ShowMenu();
int main()
{
String str;
ShowMenu(); //显示菜单
int choice;
while(true)
{
co
www.eeworm.com/read/279234/10452633
png test.png
www.eeworm.com/read/353356/10453067
c !_test.c
void main()
{
int a, b;
a = b = 1;
if( !(a == b) ) printf( "not equal\n" );
else printf( "equal\n" );
}