代码搜索:Ls 开发教程

找到约 10,000 项符合「Ls 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/105300/6199273

ls_subdirs

#! /usr/bin/env python ## ## vi:ts=4:et ## ##---------------------------------------------------------------------------## ## Author: ## Markus F.X.J. Oberhumer ## Copyri
www.eeworm.com/read/101135/6238266

1 ls.1

.TH LS 1 .SH NAME ls \- list the contents of a directory .SH SYNOPSIS \fBls\fP [\fB\-acdfgilqrstu1ACFLMRTX\fP] [\fIname\fP...] .SH DESCRIPTION For each file argument, list it. For each directory argu
www.eeworm.com/read/101135/6238519

1 ls.1

%!PS-Adobe-1.0 %%Creator: devps (Pipeline Associates, Inc.) %%CreationDate: Fri Sep 13 13:04:00 1996 %%Pages: (atend) %%DocumentFonts: (atend) /devps 180 dict def devps begin /res 10.000000 def /y_of
www.eeworm.com/read/101135/6238703

1 ls.1

LS(1) Minix Programmer's Manual LS(1) NAME ls - list the contents of a directory SYNOPSIS ls [-acdfgilqrstu1ACFLMRTX] [name...] DESC
www.eeworm.com/read/101082/6244891

1 ls.1

.TH ls 1 .SH Name ls \- list and generate statistics for files .SH Syntax .B ls [ .I options ] .I name ... .SH Description .NXR "ls command (general)" .NXR "directory" "listing" .NXR "file" "listing
www.eeworm.com/read/101082/6246761

1 ls.1

.TH ls 1 .SH Name ls \- list and generate statistics for files .SH Syntax .B ls [ .I options ] .I name ... .SH Description .NXR "ls command (general)" .NXR "directory" "listing" .NXR "file" "listing
www.eeworm.com/read/171080/6302775

m ls.m

function [x,y,zx,zy,XE,YE,XERB,YERB,XSTD,YSTD]=LS(T,M,d) %输入参数:观测噪声方差d,采样间隔T,蒙特卡洛次数M totalTime=800; %真实航迹产生 [x,y]=realTrack(T,totalTime); %随机初始化 randn('state',sum(100*clock)); D=d*d; N=ceil(
www.eeworm.com/read/226955/6336611

h ls.h

www.eeworm.com/read/359185/6352469

m ls.m

function [D, w] = LS(train_features, train_targets, weights, region) % Classify using the least-squares algorithm % Inputs: % features- Train features % targets - Train targets % Weights - Wei
www.eeworm.com/read/493734/6389712

m ls.m

%最小二乘法ls——系统辨识 %产生M序列 clc clear close all J=16; y1=1;y2=1;y3=1;y4=0; for i=1:J; x1=xor(y3,y4); x2=y1; x3=y2; x4=y3; y(i)=y4; if y(i)>0.5,u(i)=-1; else u(i)=1;