代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/174714/9575978
hin dds.hin
Best Language Tool: Diomidis Spinellis
Diomidis Spinellis
Imperial College, University of London
Myrsinis 1
GR-145 62 Kifissia
Greece
Judges' comments:
Compile and run.
www.eeworm.com/read/366065/9834648
n trace.n
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\" Copyright (c) 2000 Ajuba Solutions.
'\"
'\" See the file "license.terms"
www.eeworm.com/read/366065/9834682
n scan.n
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\" Copyright (c) 2000 Scriptics Corporation.
'\"
'\" See the file "license.t
www.eeworm.com/read/366065/9834772
n set.n
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/366065/9834937
n namespace.n
'\"
'\" Copyright (c) 1993-1997 Bell Labs Innovations for Lucent Technologies
'\" Copyright (c) 1997 Sun Microsystems, Inc.
'\" Copyright (c) 2000 Scriptics Corporation.
'\"
'\" See the file "license.
www.eeworm.com/read/365797/9846487
c taskvarlib.c
/* taskVarLib.c - task variables support library */
/* Copyright 1984-2003 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02a,14jan03,pcm add in
www.eeworm.com/read/168534/9908172
1 runscript.1
.\" This file Copyright 1992,93,94 Miquel van Smoorenburg
.\" 1998-2002 Jukka Lahtinen
.\" It may be distributed under the GNU Public License, version 2, or
.\" any higher version. See section COPYIN
www.eeworm.com/read/363955/9928713
scr manual.scr
Manual for "runscript"
In this package, a simple script-interpreter is included. It can
be used to login to other systems and things like that.
Try running the demo:
runscript scriptdemo
for fun
www.eeworm.com/read/167987/9942652
do_increment
#!/bin/ksh
# Script name: increment
# Example 10.122
# Using the return Command)
function increment {
typeset sum # sum is a local variable.
(( sum = $1 + 1 ))
return $sum #
www.eeworm.com/read/166306/10024707
m dblquad.m
function result=dblquad(intfcn,inmin,inmax,outmin,outmax,tol,method)
%矩形区域二重积分.
%z=dblquad('Fun',a,b,c,d)
% 其中:Fun-表示被积函数f的M函数名.
% a,b-变量x的上﹑下限.
% c,d-变量y的上﹑下限.
%
%DBLQUAD Nu