代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/239324/13287451
h chmxx.h
#ifndef __chm_h__
#define __chm_h__
#include
#include
#include
#include
#include
#include
/**
* @mainpage
* This is a c++ library for accessing
www.eeworm.com/read/137854/13293480
c to.c
/*$TITLE=Command to jump 'TO' a specified project*/
/*
*********************************************************************************************************
*
www.eeworm.com/read/137506/13318593
prj project.prj
path=D:\svmdata1
num=15
matrix=matrix.txt
catalog=class.txt
train=train
www.eeworm.com/read/137200/13340501
asv tempsetup.asv
disp('请输入用户名:');
user=input('','s');
path=['D:\xlj\',user,'\'];
tempname=['temp',user];
mch='pbf';
no=0:length(mch)-1;
[str,ele]=scanfolder(path,mch,no);
temptrain(str,tempname,path,ele,0);
www.eeworm.com/read/137200/13340535
m tempread.m
function out=tempread(user,mch,no)
path=['D:\xlj\',user,'\'];
tempname=['temp',user];
s=load([path,tempname]);
temp=s.temp;
p=size(temp);
r=p(1);
c=p(2);
for i=1:c
for m=1:length(no)
www.eeworm.com/read/137200/13340539
m tempsetup.m
disp('请输入用户名:');
user=input('','s');
path=['D:\xlj\',user,'\'];
tempname=['temp',user];
mch='pbfgj';
no=0:length(mch)-1;
[str,ele]=scanfolder(path,mch,no);
temptrain(str,tempname,path,ele,0);
www.eeworm.com/read/137132/13344619
c tagger.c
/*
* madplay - MPEG audio decoder and player
* Copyright (C) 2000-2004 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/136971/13350736
in zless.in
:
#!/bin/sh
: ${PAGER=less}
export PAGER
PATH="BINDIR:$PATH"
export PATH
exec zmore ${1+"$@"}