代码搜索:effect

找到约 4,591 项符合「effect」的源代码

代码结果 4,591
www.eeworm.com/read/313170/3645235

c add.c

/* add.c not copyrighted (n) 1993 by Mark Adler */ /* version 1.1 11 Jun 1993 */ /* This filter reverses the effect of the sub filter. It requires no arguments, since sub puts the information
www.eeworm.com/read/312989/3647159

txt op34b0f814000a.txt

* Allocates a new Thread object. This constructor has * the same effect as Thread(null, target, * gname), where gname is
www.eeworm.com/read/312989/3647163

txt op34b0f814000c.txt

* Allocates a new Thread object. This constructor has * the same effect as Thread(group, target, * gname), where gname is
www.eeworm.com/read/301403/3840427

tcl nearfar-scenario.tcl

# # A wireless lan scenario to study the capture effect # # # defaults Phy/WirelessPhy set CPThresh_ 10.0 set num_nodes 40 ;# number of mobilenodes in the scenario set pktsize 1500 ;# pktsize
www.eeworm.com/read/300187/3847815

js ricobase.js

//-------------------- rico.js var Rico = { Version: 'current_build-30', prototypeVersion: parseFloat(Prototype.Version.split(".")[0] + "." + Prototype.Version.split(".")[1]) } Rico.Effect = {}
www.eeworm.com/read/300187/3847826

svn-base ricobase.js.svn-base

//-------------------- rico.js var Rico = { Version: 'current_build-30', prototypeVersion: parseFloat(Prototype.Version.split(".")[0] + "." + Prototype.Version.split(".")[1]) } Rico.Effect = {}
www.eeworm.com/read/295465/3910499

c sp_flowbits.c

/* ** $Id$ ** ** sp_flowbits ** ** Purpose: ** ** Wouldn't it be nice if we could do some simple state tracking ** across multiple packets? Well, this allows you to do just that. ** ** Effect: ** *
www.eeworm.com/read/289126/3995643

c sp_flowbits.c

/* ** $Id$ ** ** sp_flowbits ** ** Purpose: ** ** Wouldn't it be nice if we could do some simple state tracking ** across multiple packets? Well, this allows you to do just that. ** ** Effect: ** *
www.eeworm.com/read/280913/4121959

lex yymore.lex

/* * yymore.lex: An example of using yymore() * to good effect. */ %{ #include void yyerror(char *message) { printf("Error: %s\n",message); } %} %x STRING %% \" BEGI
www.eeworm.com/read/280913/4121960

lex yymore2.lex

/* * yymore.lex: An example of using yymore() * to good effect. */ %{ #include void yyerror(char *message) { printf("Error: %s\n",message); } %} %x STRING %% \" BEGI