代码搜索:CLARIFICATION
找到约 55 项符合「CLARIFICATION」的源代码
代码结果 55
www.eeworm.com/read/185622/9005049
txt rfc228.txt
Network Working Group Dave Walden
Request for Comments #228 BBN
NIC #7645 22 September 1971
Categories: B.2, C.2
Upd
www.eeworm.com/read/465477/6936859
txt rfc228.txt
Network Working Group Dave Walden
Request for Comments #228 BBN
NIC #7645 22 September 1971
Categories: B.2, C.2
Upd
www.eeworm.com/read/112400/15486934
txt rfc228.txt
Network Working Group Dave Walden
Request for Comments #228 BBN
NIC #7645 22 September 1971
Categories: B.2, C.2
Upd
www.eeworm.com/read/110293/15537039
txt rfc228.txt
Network Working Group Dave Walden
Request for Comments #228 BBN
NIC #7645 22 September 1971
Categories: B.2, C.2
Upd
www.eeworm.com/read/106679/15627982
txt rfc228.txt
Network Working Group Dave Walden
Request for Comments #228 BBN
NIC #7645 22 September 1971
Categories: B.2
www.eeworm.com/read/458682/7291364
sh ex22a.sh
#!/bin/bash
# Planets revisited.
# Associate the name of each planet with its distance from the sun.
for planet in "Mercury 36" "Venus 67" "Earth 93" "Mars 142" "Jupiter 483"
do
set -- $planet #
www.eeworm.com/read/339483/12230483
sh ex22a.sh
#!/bin/bash
# Planets revisited.
# Associate the name of each planet with its distance from the sun.
for planet in "Mercury 36" "Venus 67" "Earth 93" "Mars 142" "Jupiter 483"
do
set -- $planet #
www.eeworm.com/read/290607/8472115
m plotbotopt.m
%PLOTBOTOPT Define options for robot plotting
%
% Default options for robot/plot function.
% $Log: plotbotopt.m,v $
% Revision 1.1 2002/04/01 11:47:15 pic
% General cleanup of code: help comments,
www.eeworm.com/read/290607/8472199
m ishomog.m
%ISHOMOG Test if argument is a homogeneous transformation
%
% H = ISHOMOG(TR)
%
% Returns true (1) if the argument tr is of dimension 4x4.
% $Log: ishomog.m,v $
% Revision 1.2 2002/04/01 11:47:14