代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392018/8367199
jpg image002.jpg
www.eeworm.com/read/392018/8367200
db thumbs.db
www.eeworm.com/read/392018/8367201
jpg image008.jpg
www.eeworm.com/read/392018/8367202
m antismear.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Anti-smearing function %
% code by Fabrizio Conso, university of pavia, student
www.eeworm.com/read/192668/8367203
dat cl0720_alpha1_beta1_603.dat
-0.01000 -0.00620 -0.00540 0.02600 0.02910 0.04100 0.06380 0.08200 0.10900 0.09300 0.08200 0.06400 0.05840 0.08250 0.05360 0.05800 0.06000 0.06560 0.06800 0.06600 0.00570 0.00640 0.00580 0.03160 0.032
www.eeworm.com/read/292212/8367204
chm pe.chm
www.eeworm.com/read/192668/8367205
dat cz1420_alpha2_305.dat
15.10000 15.10000 15.10000 3.70000 0.60000 -1.30000 0.30000 -3.80000 -4.60000 -0.20000 -2.70000 -3.50000 -1.30000 -0.65000
www.eeworm.com/read/392018/8367206
m scramble.m
function[o]=scramble(a)
n=length(a);
o=a(randperm(n));
www.eeworm.com/read/192668/8367207
dat cn0820_alpha2_beta1_502.dat
-0.05370 -0.06830 -0.07870 -0.08820 -0.10610 -0.10510 -0.09260 -0.06320 -0.03870 -0.03260 -0.02400 0.00680 0.00980 -0.00680 -0.05590 -0.07330 -0.07800 -0.08520 -0.09300 -0.08770 -0.07970 -0.06700 -0.0
www.eeworm.com/read/292211/8367208
txt 搜索指定点的最近图元.txt
搜索指定点的最近图元
// 这里默认搜索离地图中心点最近的图元
Dim map As Map = MapInfo.Engine.Session.Current.MapFactory(MapControl1.MapAlias)
Dim ppt As DPoint = Map.Center
Dim ses