代码搜索结果
找到约 10,000 项符合
Test 的代码
test.dat
14.5639400,24.5990200
-11.6423900,29.6107200
-29.9281600,1.5742370
-21.7720600,-19.4126000
6.3207260,-23.0889800
25.1343500,-16.1708900
25.7513300,14.2197600
3.5553270,27.833940
test.m
function varargout = test(varargin)
%TEST M-file for test.fig
% TEST, by itself, creates a new TEST or raises the existing
% singleton*.
%
% H = TEST returns the handle to a new TEST or
test.txt
1999年的春天_1.mid 7
0.5086 0.135135 0.257985 0.044226 0 0.029484 0 0.00737101 0.014742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9
0.028135 0.0418006 0.0594855 0.105305 0.085
test.mdb
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|23 Sep 2001 14:08:32 -0000
vti_extenderversion:SR|4.0.2.2717
test.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|26 Sep 2001 01:33:19 -0000
vti_extenderversion:SR|4.0.2.2717
vti_filesize:IR|1207
vti_title:SR|考试科目 --
vti_backlinkinfo:VX|
vti_nexttolasttimemodi
test.txt
1 000000001 zhou male gis-0601 20
2 000000002 wang male gis-0601 10
3 000000003 yang female gis-0601 50
4 000000004 zhao male gis-0601 30
5 000000005 huang male gis-0601 60
6 000000006 li female
test.m
clc;
clear all;
global pop;
Fun_Select=8;
popsize=30;
D=2;
x_max=50;
x_min=-50;
x=1:popsize;
%pop(2*popsize,3*D+2)=0;
pop=inf*ones(2*popsize,3*D+2);
for j=1:D
pop(1,j)=rand;