代码搜索:Script

找到约 10,000 项符合「Script」的源代码

代码结果 10,000
www.eeworm.com/read/243572/7136902

asp delbbsuser.asp

1 then response.write "您没有操作的权限" response.end else %>
www.eeworm.com/read/254791/7149752

asp user_booksave.asp

www.eeworm.com/read/254791/7150223

asp user_search.asp

www.eeworm.com/read/464279/7166947

lspath

#!/bin/sh # Chapter 14 - Functions # This script demonstrates a simple function called ls path # that lists the directories in $PATH. To use this functions # you need to "require" it into your environ
www.eeworm.com/read/464279/7166950

sh ex-08-03_arithsub.sh

#!/bin/ksh # Chapter 08 - Section Arithmetic Subsitution # This script demonstrates the arithmetic substitution # facilitiy in ksh/bash. To execute the script under # bash, change the first line. foo
www.eeworm.com/read/464279/7166959

sh ex-17-10_awk.sh

#!/bin/sh # Chapter 17 - Using awk # This script demonstrates the use of the for loop in awk awk '{ for (x=1;x
www.eeworm.com/read/463914/7173013

asp user_chklogin.asp

www.eeworm.com/read/463748/7175982

m ip_01_01.m

% MATLAB script for Illustrative Problem 1, Chapter 1. n=[-20:1:20]; x=abs(sinc(n/2)); stem(n,x);
www.eeworm.com/read/463748/7176009

m ip_04_04.m

% MATLAB script for Illustrative Problem 4.4. echo on ; a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); echo off ; end