代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/246537/4494016
c funcs.c
#include "test.h"
/*
* Fill in the global servaddr{} as a side effect.
*/
int
TcpSockByAddr(char *ipaddr, int port /* host byte order */ )
{
int sockfd;
sockfd = Socket(AF_INET, SOCK_STREAM
www.eeworm.com/read/229812/4739354
c ctor10.c
// 94/06/14 -- J.W.Welch -- changed CDO copy ctor to remove side effect
#include "fail.h"
struct CDO;
struct SIGS {
struct ITEM {
ITEM *next;
CDO *addr;
I
www.eeworm.com/read/193974/5138202
py test_imageop.py
#! /usr/bin/env python
"""Test script for the imageop module. This has the side
effect of partially testing the imgfile module as well.
Roger E. Masse
"""
from test_support import verbose, un
www.eeworm.com/read/191759/5162539
js dragdrop.js
if (typeof Effect == "undefined") {throw ("dragdrop.js requires including script.aculo.us' effects.js library");}var Droppables = {drops:[], remove:function (element) {this.drops = this.drops.reject(f
www.eeworm.com/read/191759/5162546
js dragdrop.js
if (typeof Effect == "undefined") {throw ("dragdrop.js requires including script.aculo.us' effects.js library");}var Droppables = {drops:[], remove:function (element) {this.drops = this.drops.reject(f
www.eeworm.com/read/322590/3523240
c bindtest2.c
#include
//bind twice the same field.
//the later should have the effect
int main()
{
Connection conn;
DbRetVal rv = conn.open("root", "manager");
if (rv != OK) return 1;
Data
www.eeworm.com/read/290808/3971286
c funcs.c
#include "test.h"
/*
* Fill in the global servaddr{} as a side effect.
*/
int
TcpSockByAddr(char *ipaddr, int port /* host byte order */ )
{
int sockfd;
sockfd = Socket(AF_INET, SOCK_STREAM
www.eeworm.com/read/273525/4208093
hlp j_mfxscale.hlp
{smcl}
{* 03mar2005}{...}
{title:Rescaling warning message}
{pstd}
A marginal effect is a derivative. To find a derivative numerically,
{cmd:mfx} uses the approximation (f(x+h)-f(x))/h.
{
www.eeworm.com/read/438718/1822886
py test_imageop.py
#! /usr/bin/env python
"""Test script for the imageop module. This has the side
effect of partially testing the imgfile module as well.
Roger E. Masse
"""
from test_support import verbose, un