代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/278507/10531946
4 script.4
kohala % ./udpcli01 192.3.4.5 echo
hi there
socket timeout
and hello
socket timeout
kohala % ./udpcli01 gemini.tuc.noao.edu echo
hello, world
ICMP error: dest = 140.252.4.54.7, Connection refused, ty
www.eeworm.com/read/278507/10532480
2 script.2
Script started on Sat Jul 12 15:51:28 1997
kohala % ./mysdr
From 140.247.157.193.1047
v=0
o=karp 3077576976 3077577964 IN IP4 140.247.157.193
s=Harvard's Aiken Computation Lab DEMOLITION
i=Live b
www.eeworm.com/read/278507/10532507
1 script.1
kohala % ./sdr
From 128.102.84.134/2840
v=0
o=shuttle 3050400397 3051818822 IN IP4 128.102.84.134
s=NASA - Shuttle STS-79 Mission Coverage
i=Pre-launch and mission coverage of Shuttle Mission STS-7
www.eeworm.com/read/278507/10532527
2 script.2
#!/bin/sh
./udpcli01 140.252.13.37 < /usr/share/lib/termcap > /home/rstevens/temp.1 &
./udpcli01 140.252.13.37 < /usr/share/lib/termcap > /home/rstevens/temp.2 &
./udpcli01 140.252.13.37 < /usr/share
www.eeworm.com/read/278507/10532554
1 script.1
#!/bin/sh
./udpcli01 140.252.13.35 < /usr/share/misc/termcap > /home/rstevens/temp.1 &
./udpcli01 140.252.13.35 < /usr/share/misc/termcap > /home/rstevens/temp.2 &
./udpcli01 140.252.13.35 < /usr/sha
www.eeworm.com/read/423705/10536844
script out.script
Script started on Thu Oct 21 16:26:03 1999
/tmp/apriori> javac -O DemoApriori.java
/tmp/apriori> java DemoApriori auto.txt 6 1[K0.6
auto.txt 6 0.6
Generating L2
Generating L3
Generating L4
G
www.eeworm.com/read/423400/10561910
js script.js
function submitonce(theform){
//if IE 4+ or NS 6+
if (document.all||document.getElementById){
//screen thru every element in the form, and hunt down "submit" and "reset"
for (i=0;i
www.eeworm.com/read/422941/10599983
m script.m
%This script averages the iterations for the Jacobi algorithm with sorting
%and without sorting for 100 matrices and also averages the difference
%between the two methods.
SortTotal = 0;
NoSort
www.eeworm.com/read/422927/10602052
js script.js
function syn()
{
alert();
if(top.location.search!="?url="+top.fraRightFrame.location.pathname){
top.location = "/data/?url=" + top.fraRightFrame.location.pathname;// + top.fraRightFrame.locat
www.eeworm.com/read/422927/10602149
js script.js
function Trim(strValue){return strValue.replace(/^\s*|\s*$/g,"");}
function GetCookie(sName){
var aCookie = document.cookie.split(";");
for (var i=0; i < aCookie.length; i++){
var aCrumb = aCo