代码搜索:specifying
找到约 740 项符合「specifying」的源代码
代码结果 740
www.eeworm.com/read/341877/12057436
c do.c
/*
** DO.C - a simple facility for specifying multiple commands
*/
#include
#include
void main(int argc, char *argv[])
{
if (2 > argc)
{
puts
www.eeworm.com/read/255577/12072405
asv f_clip.asv
fdsfunction y = f_clip (x,a,b,k,s)
% F_CLIP: Clip a value or a calling argument to an interval
%
% Usage: y = f_clip (x,a,b,k,s)
%
% Entry: x = input to be clipped
% a = lower limit of cl
www.eeworm.com/read/255577/12072768
m f_clip.m
function y = f_clip (x,a,b,k,s)
% F_CLIP: Clip a value, or a calling argument, to an interval
%
% Usage: y = f_clip (x,a,b,k,s)
%
% Inputs:
% x = input to be clipped
% a = lo
www.eeworm.com/read/130553/14186992
c do.c
/*
** DO.C - a simple facility for specifying multiple commands
*/
#include
#include
void main(int argc, char *argv[])
{
if (2 > argc)
{
puts
www.eeworm.com/read/230384/14291195
asv f_clip.asv
fdsfunction y = f_clip (x,a,b,k,s)
% F_CLIP: Clip a value or a calling argument to an interval
%
% Usage: y = f_clip (x,a,b,k,s)
%
% Entry: x = input to be clipped
% a = lower limit of cl
www.eeworm.com/read/230384/14291326
m f_clip.m
function y = f_clip (x,a,b,k,s)
% F_CLIP: Clip a value, or a calling argument, to an interval
%
% Usage: y = f_clip (x,a,b,k,s)
%
% Inputs:
% x = input to be clipped
% a = lo
www.eeworm.com/read/160303/5575494
txt description.txt
This simple test verifies that using AH+ESP (ie, by specifying
auth=ah in a conn) doesn't impede secure packet flow.
www.eeworm.com/read/173823/9634265
java sendeventdemo.java
import javax.mail.*;
import javax.mail.event.*;
import javax.mail.internet.*;
import java.util.Properties;
// Chapter 13, Listing 4
public class SendEventDemo
{
public static void main(Strin
www.eeworm.com/read/173823/9634268
java sendmaildemo.java
import javax.mail.*;
import javax.mail.internet.*;
import java.util.Properties;
// Chapter 13, Listing 2
public class SendMailDemo
{
public static void main(String args[])
{
int argc =