代码搜索结果

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

test.m

%% test 2009.4.15 im=imread('lena.tif'); % 转成灰度,转成double型 im=double(rgb2gray(im)); % 用快速的方法计算 hu1=M_GetImageHuJu_Fast(im); % 用一般的方法计算 hu2=M_GetImageHuJu(im);

test.txt

1 1.5 0.6 1.2 1.0 0.55 2.0 0.9 0.68 1.2 1.5 0.89 0.23 2.33 1.43

q_test

#!/bin/sh # # NOTE: all tests duplicated in q_test.bat set -v echo === errors if 'user_eg' and 'user_eg2' not found === echo === check user_eg ${d:-`date`} ===================== user_eg "QR1 p

test.java

package 闹钟; import javax.swing.*; public class Test { public static void main(String[] args){ MusicAlarm s = new MusicAlarm(); Thread t = new Thread(s); t.start(); s.setDefaultCloseOpe

test.asv

function flag=test(lenchrom,bound,code,fcode) % lenchrom input : 染色体长度 % fcode input : 编码方法 % bound input : 变量的取值范围 % code output: 染色体的编码值 x=Decode(lenchrom,bound,code,fcode)

test.m

function flag=test(lenchrom,bound,code,fcode) % lenchrom input : 染色体长度 % fcode input : 编码方法 % bound input : 变量的取值范围 % code output: 染色体的编码值 x=Decode(lenchrom,bound,code,fcode)

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__;

test.h

#if !defined(AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_) #define AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER