代码搜索:Distance

找到约 8,736 项符合「Distance」的源代码

代码结果 8,736
www.eeworm.com/read/367349/9755242

cpp pr_unit.cpp

#include"PR_unit.h" #include double distance(PR_unit unit1,PR_unit unit2,Distance_type type) { double sum(0); if(unit1.unit.size() != unit2.unit.size() || unit1.unit.size() ==0) {
www.eeworm.com/read/464310/7166298

m some bad m-distance have been changed.m

a=[0 5.1004 5.1772 5.1330 5.0417 4.1200 4.9584 4.9854; 0 0 5.0240 5.2069 5.1422 5.1509 5.0442 5.0221; 0 0 0 4.9669 5.1927 5.2274 5.1920 5.2; 0 0 0 0 5.1064 5.
www.eeworm.com/read/27562/866060

hex pc long-distance contol pic through 485.hex

:060000000A128A11122809 :10000800FF00030883120313A5000408A6000A08CA :10001800A7007E08A8000A128A1115280A128A1158 :100028002429831603138C1E442883128C1E44280B :100038001A08A90030302902031C44283A30290
www.eeworm.com/read/27562/866062

mcp pc long-distance contol pic through 485.mcp

[HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 device=PIC16F877A [PATH_INFO] BuildDirPolicy=BuildDirIsProjectDir dir_src= dir_bin= dir_tmp= dir_sin= dir_inc=
www.eeworm.com/read/27607/985348

hex pc long-distance contol pic through 485.hex

:060000000A128A11122809 :10000800FF00030883120313A5000408A6000A08CA :10001800A7007E08A8000A128A1115280A128A1158 :100028002429831603138C1E442883128C1E44280B :100038001A08A90030302902031C44283A30290
www.eeworm.com/read/27607/985350

mcp pc long-distance contol pic through 485.mcp

[HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 device=PIC16F877A [PATH_INFO] BuildDirPolicy=BuildDirIsProjectDir dir_src= dir_bin= dir_tmp= dir_sin= dir_inc=
www.eeworm.com/read/189298/8477389

h phone1.h

/* ** Structure for long distance telephone billing record. */ struct PHONE_NUMBER { short area; short exchange; short station; }; struct LONG_DISTANCE_BILL { short month; short day;
www.eeworm.com/read/424371/10456689

m recognition.m

function Accuracy=Recognition(TrainFeature,TestFeature); %使用最近邻法进行识别 %输入TrainFeature为训练样本特征集;Test为Feature测试样本特征集 %返回值:Accuracy为正确识别率 [dim,TN_per,C]=size(TrainFeature); SN_per=size(TestFeature
www.eeworm.com/read/461352/7228674

m simulatedannealing.m

function s = simulatedannealing(initial_temperature,cooling_rate,threshold,numberofcitiestoswap) inputcities=load('cities'); % SIMULATEDANNEALING % S = SIMULATEDANNEALING(inputcities,initial_te
www.eeworm.com/read/449363/7508262

h gene.h

// gene.h // Declaration of class Gene // Thomas Pederson, 950505 #ifndef GENE #define GENE #include "global.h" #include class Gene { public: Gene(char *_name, coord_t _x, coord_