代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/236970/13987424
gif pe_path.gif
www.eeworm.com/read/235440/14071834
plt path_length.plt
set xrange [4:20]
set yrange [0:10]
set xlabel "Omnidirectional Node Density"
set ylabel "Average Path Length"
set xtics (4, 6, 8, 10, 12, 14, 16, 18, 20)
set ytics (0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
www.eeworm.com/read/235440/14071838
c path_length.c
#include
#include
#include
#include
#define PROTOCOL 1 /* 0 denotes verified protocol, 1 denotes strict protocol */
#define X_RANGE 500 /* The X Range
www.eeworm.com/read/204479/15337759
c knight_path.c
/* 用回溯法解决骑士周游问题的算法*/
#include
#include
#define NUM 6 /*方阵为n*n的*/
#define MAXNUM NUM * NUM /* 栈中最大元素个数 */
struct Node {
int x, y, d;
};
typedef struc
www.eeworm.com/read/203367/15360446
m path1.m
% 1. 该程序进行了简单的LMS信道估计,没有加入与MMSE等其他信道估计算法的比较;
% 2. 仿真条件为系统处于理想同步情况下。
%clear all;
close all;
%fprintf( '\n OFDM仿真\n \n') ;
% --------------------------------------------- %
% 参数定
www.eeworm.com/read/203367/15360447
m path2.m
% 1. 该程序进行了简单的LMS信道估计,没有加入与MMSE等其他信道估计算法的比较;
% 2. 仿真条件为系统处于理想同步情况下。
%clear all;
close all;
%fprintf( '\n OFDM仿真\n \n') ;
% --------------------------------------------- %
% 参数定
www.eeworm.com/read/203367/15360448
m path4.m
% 1. 该程序进行了简单的LMS信道估计,没有加入与MMSE等其他信道估计算法的比较;
% 2. 仿真条件为系统处于理想同步情况下。
%clear all;
close all;
%fprintf( '\n OFDM仿真\n \n') ;
% --------------------------------------------- %
% 参数定
www.eeworm.com/read/203367/15360449
m path3.m
% 1. 该程序进行了简单的LMS信道估计,没有加入与MMSE等其他信道估计算法的比较;
% 2. 仿真条件为系统处于理想同步情况下。
%clear all;
close all;
%fprintf( '\n OFDM仿真\n \n') ;
% --------------------------------------------- %
% 参数定
www.eeworm.com/read/203308/15362017
c path_tools.c
/*------------------------------------------------------------------- DISPLAY_PATH */
void display_path(struct path path)
{
int j;
printf("\n");
/*printf("\n length %i",path.length);*/
f