代码搜索:Call

找到约 10,000 项符合「Call」的源代码

代码结果 10,000
www.eeworm.com/read/346780/11722419

dpr call.dpr

program call; uses Forms, calldll in '..\..\..\Delphi7\Projects\hdsndll\calldll.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Ap
www.eeworm.com/read/259291/11809493

c call.c

#include #include #include #include #include"tty.h" #include"gprs.h" void gprs_init() { tty_writecmd("at",strlen("at")); tty_writecmd("ate0",strlen("ate0"))
www.eeworm.com/read/345247/11824270

c a_call.c

#pragma src(A_call.a51) small extern long cfunc(int v_a,char v_b,bit v_c,long v_d,bit v_e); void A_call(){ int v_a;char v_b;bit v_c;long v_d;bit v_e; long A_ret; A_ret=cfunc(v_a, v_b, v_c,
www.eeworm.com/read/344687/11866993

aspx call.aspx

www.eeworm.com/read/344687/11867187

gif call.gif

www.eeworm.com/read/255863/12051522

html call.html

www.eeworm.com/read/151450/12209910

java call.java

/* #pragma ident "@(#)Call.java 1.2 96/11/02 SMI" * Copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software * and
www.eeworm.com/read/253405/12226053

h call.h

#include "apue.h" #include #include #define CS_CALL "/home/sar/calld" /* well-known server name */ #define CL_CALL "call" /* command for server */ extern char escapec; /*
www.eeworm.com/read/253405/12226055

c call.c

#include "call.h" #include /* struct iovec */ /* * Place the call by sending the "args" to the calling server, * and reading a file descriptor back. */ int call(const char *args) { i
www.eeworm.com/read/339325/12242465

h call.h

/**************************************************************************** ** Form interface generated from reading ui file 'call.ui' ** ** Created: Mon Jun 16 11:21:55 2008 ** by: The User I