代码搜索结果

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

test.c

#include LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)//回调函数 { switch (message) { case WM_DESTROY: // 现在只处理结束消息 PostQuitMessage (0) ;//退出

test.m

%function lpr_loc() % license plate recognition - car plate location based on color model % modified by ZHAO Hui, April 30th,2005 I=imread('Car.jpg'); [y,x,z]=size(I); myI=double(I); %%%%%%%%%%%

test.tag

Var 1Var 2Var 3Var 4Var 5Var 6

test.dat

2.5972184e+000 6.5728282e-001 4.9495354e-001 7.5675678e-001 1.4984104e-002 9.5654951e-001 3.0712034e+000 9.5234475e-001 6.8411411e-001 8.1114819e-001 8.3783354e-001 7.2769071e-001 3.

test.sbs

## SCL Builder Setup File: Do not edit!! ## VERSION: 3.60.00.00 ## FORMAT: v2.00.01 ## DEVICE: dsPIC30F4011 ## PINREGACTIONS us 1 0 IFS0.T1IF IFS0.ADIF -- 7 1 -- & ## ADVPINREGA

test.c

#include #include #include #include #include #include extern int setdl (long); /* system call */ int delay(void) {

test.java

import java.lang.reflect.*; public class test { public static void main(String[] args) throws Exception { EmployeeRef a=new EmployeeRef("kevin","male",30); Class now=a.getClass(); Fi

test.java

public class test { public static void main(String[] args) { testobject a=new testobject(); testThreadone testone=new testThreadone(a); testThreadtwo testtwo=new testThreadtwo(a); tes