代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5537290
java perc.java
// This generates code that `gcj -C' doesn't like.
public class perc
{
public static void main (String[] args)
{
System.out.println (27.0 % 10.0);
}
}
www.eeworm.com/read/162614/5540488
c hook2-allocstuff.c
/* Generates recursive malloc call on i386-freebsd4.10 with -fmudflap. */
#include
int
main (void)
{
char *p = malloc (1
www.eeworm.com/read/162519/5546822
java perc.java
// This generates code that `gcj -C' doesn't like.
public class perc
{
public static void main (String[] args)
{
System.out.println (27.0 % 10.0);
}
}
www.eeworm.com/read/155374/5625831
sh meltobjs.sh
#! /bin/sh
#
# This script generates a single object file from a set of libraries (*.a files)
# Usage: meltobjs.sh target.o library1.a library2.a ...
#
# (C) SciTech Software, Inc. 1998
#
TMPDIR=/tmp
www.eeworm.com/read/476081/6773429
m cm_f34.m
% script that generates the figure 3.4 of Carrier modulation chapter
snrindB=0:0.25:18;
for i=1:length(snrindB),
snr=10^(0.1*snrindB(i));
P2(i)=Qfunct(sqrt(2*snr));
P4(i)=2*Qfunct(sqrt(4*sn
www.eeworm.com/read/473927/6822324
txt 427.txt
Rule:
--
Sid:
427
--
Summary:
This event is generated when a router generates and ICMP Parameter Problem Unspecified Error datagram.
--
Impact:
This could be an indication of a protocol error by
www.eeworm.com/read/473927/6822821
txt 478.txt
Rule:
--
Sid:
478
--
Summary:
This event is generated when Broadscan Smurf Scanner generates an ICMP echo
request message.
--
Impact:
ICMP echo requests are used to determine if a host is runnin
www.eeworm.com/read/473927/6824711
txt 428.txt
Rule:
--
Sid:
428
--
Summary:
This event is generated when a host generates and ICMP Parameter Problem datagram with an undefined ICMP Code.
--
Impact:
ICMP datagrams should never contain undefi
www.eeworm.com/read/473219/6849144
m rank.m
function varargout=rank(varargin)
%RANK (overloaded)
% Author Johan L鰂berg
% $Id: rank.m,v 1.5 2005/07/18 15:01:30 joloef Exp $
% ***************************************************
% Th
www.eeworm.com/read/292945/8321554
m gngauss.m
function [n1,n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(sgma)
% [n1 n2]=gngauss
% GNGAUSS generates two independent gaussian variables with
% mean m & S.D sgma
% if one of