代码搜索:Call
找到约 10,000 项符合「Call」的源代码
代码结果 10,000
www.eeworm.com/read/476738/6749240
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/476848/6751945
h call.h
#include
#include
#include
#include
#include "ourhdr.h"
#define CS_CALL "/home/stevens/calld" /* well-known server name */
#define CL_CALL "call"
www.eeworm.com/read/476848/6751947
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)
{
int
www.eeworm.com/read/410561/11277175
java call.java
File_Single tempBF = new File_Single(this, "file:///" + formatFileAdd(tempP.address), Connector.READ);
bigImageData = tempBF.readFile();
tempBF.close();
tempBF = null; //获得文件数据
JPGencode = new F
www.eeworm.com/read/264377/11317710
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/264377/11317712
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/264066/11331037
m call.m
function []=call(h,z)
axes(h);
hold off
w=-5:0.1:5;
for i=1:length(w)
if (w(i)==0 | z==0)
y(i)=1;
else
y(i)=sin(w(i)*z)./(w(i)*z);
www.eeworm.com/read/263248/11370070
m call.m
% 《数字信号处理教程——MATLAB释义与实现》第四章截断效应演示程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
function []=call(h,z)
axes(h);
hold off
w=-5:0.1:5;
for i=1:length(w)
if (w(i)==0 | z==0)
y(i)=1;
else
www.eeworm.com/read/406832/11434907
cs call.cs
using System;
using System.Data.SqlClient;
using System.Windows.Forms;
namespace GEROSYS
{
///
/// Call 的摘要说明。
///
public class Call
{
public Call()
{
//
www.eeworm.com/read/405299/11466576