代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/302667/13829424
m multi_path channel.m
% Two_path Rayleigh Channel
function [b1, b2] = maltipath_channel
global sim_consts;
N = 1000;
% The IIR filter is described by the vectors A and B
A = [1 -2*p p^2];
B = (1-p)^2;
if ~i
www.eeworm.com/read/146056/5740737
patch 00-ssh_scp_path.patch
--- heartbeat-1.2.3.debian/configure.in 2004-09-18 15:24:22.000000000 +0900
+++ heartbeat-1.2.2.debian/configure.in 2004-08-29 17:13:23.000000000 +0900
@@ -1173,6 +1134,40 @@
AC_DEFINE_UNQUOTED(UCDSN
www.eeworm.com/read/140704/5783155
cc tr_tr_path_2.cc
// file: tr_tr_path_4.cc
//
// isip include files
//
#include "train_trace.h"
#include "train_trace_constants.h"
// method: compare_cc
//
// arguments:
// Train_Trace* trace : (input) the other tra
www.eeworm.com/read/140704/5783161
cc tr_tr_path_0.cc
// file: tr_tr_path_0.cc
//
// isip include files
//
#include "train_trace.h"
#include "train_trace_constants.h"
// method: project_trace_cc
//
// arguments:
// Train_Trace* trace : (input) the tra
www.eeworm.com/read/140704/5783182
cc tr_tr_path_1.cc
// file: tr_tr_path_1.cc
//
// isip include files
//
#include "train_trace.h"
#include "train_trace_constants.h"
// method: project_trace_cc
//
// arguments:
// Train_Trace* trace : (input) the tra
www.eeworm.com/read/135153/5887664
c get_last_path_component.c
/* vi: set sw=4 ts=4: */
/*
* get_last_path_component implementation for busybox
*
* Copyright (C) 2001 Manuel Novoa III
*
* This program is free software; you can r