代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/189512/8466742
genpatch
#!/bin/sh
# $Id: genpatch,v 1.1 1999/11/03 20:36:24 golda Exp $
PATH=/bin:/usr/bin:/usr/local/bin ; export PATH
ROOT=${1-.}
RLOGFLAGS="-L -R"
tmpfile="/tmp/findco$$"
for rcsdir in `find ${ROOT} -na
www.eeworm.com/read/390406/8466875
m step2.m
ntrS = 30000;
s = randn(1,ntrS);
dS = filter(H,1,s) + 0.01*randn(1,ntrS);
%% Designing the Secondary Propagation Path Estimate
% Typically, the length of the secondary path filter estimate is no
www.eeworm.com/read/290607/8472178
m ctraj.m
%CTRAJ Compute a Cartesian trajectory between two points
%
% TC = CTRAJ(T0, T1, N)
% TC = CTRAJ(T0, T1, R)
%
% Returns a Cartesian trajectory TC from point T0 to T1. The number
% of points is N or t
www.eeworm.com/read/390210/8476315
cpp 校园导航系统.cpp
// 校园导航系统.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#define INT_MAX 10000
#define n 10
int cost[n][n];
in
www.eeworm.com/read/189239/8482974
txt readme-chap2.txt
%
% README Chapter 2
%
% by Hiroshi Harada
%
% If you have any bugs and questions in our simulation programes, please e-mail
% to harada@ieee.org . We try to do our best to answer your questions
www.eeworm.com/read/189239/8482977
m bpskev.m
% Program 2-8
% bpskev.m
%
% Evaluation program of fading counter based BPSK transmission scheme
% This program is one of example simulations that include fading
% As for the explanation, you can
www.eeworm.com/read/189045/8495301
java compileservletdata.java
package com.hhkj.jasper;
/**
* @author wzj
*
* TODO To change the template for this generated type comment go to Window -
* Preferences - Java - Code Style - Code Templates
*/
import
www.eeworm.com/read/188962/8498931
c dirtraverse.c
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include
#include
#include
#include
#include
#include
#in
www.eeworm.com/read/389718/8506635
cpp inherit.cpp
#include
#include
#include
#include
#include
#include
using namespace std;
const int N=500;
double pc=1.0;
www.eeworm.com/read/389682/8508735
sas getpath.sas
%macro getpath; /* macro to get the path name */
%if (%bquote(&name) eq ) %then %let name = temp; /* no name */
%else %do; /* name specified */
%if (%qsubstr(&name, 1, 1) eq %str(%")