代码搜索:Call
找到约 10,000 项符合「Call」的源代码
代码结果 10,000
www.eeworm.com/read/474959/1387152
py call.py
# -*- python -*-
# Package : omniidl
# call.py Created on: 2000/08/03
# Author : David Scott (djs)
#
# Copyright (C) 2000 AT&T Laboratories Ca
www.eeworm.com/read/473346/1400141
js call.js
Buffalo.Call = Class.create();
Buffalo.Call.prototype = {
initialize: function(methodname){
this.method = methodname;
this.params = [];
this._objects = [];
},
addParameter: fun
www.eeworm.com/read/472568/1408527
s call.s
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/472568/1408575
s call.s
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/472568/1408585
h call.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/470720/1451092
c call.c
int foo () {}
main (a, b)
{
foo (foo (a, b), foo (b, a));
return 0;
}
www.eeworm.com/read/470693/1463038
c call.c
int foo () {}
main (a, b)
{
foo (foo (a, b), foo (b, a));
return 0;
}
www.eeworm.com/read/462670/1543746
as call-arguments.as
// makeswf -v 7 -s 200x150 -r 1 -o call-arguments.swf call-arguents.as
trace ("Check arguments handling in Function.call");
#include "values.as"
function foo (a) {
trace (this);
trace (a);
th
www.eeworm.com/read/461028/1555566
java call.java
/*
* Copyright 2005 Joe Walker
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy
www.eeworm.com/read/457708/1595143
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