代码搜索:myfunction
找到约 720 项符合「myfunction」的源代码
代码结果 720
www.eeworm.com/read/458101/7311723
asp@filename=vbdemo_function tryit.asp@filename=vbdemo_function
Tryit Editor v1.4
function displayad()
{
document.getElementByI
www.eeworm.com/read/455033/7378727
edp funct.edp
// routine
func int fi(real a1)
{
int i=a1*a1/1;
return i;
};
func real myfunction(real a,real b)
{
real aa=a;
real z =fi(aa)+b;
return z;
};
// appele
cout
www.eeworm.com/read/455033/7379413
edp load.edp
// Example of dynamic function load
// --------------------------------
// $Id: load.edp,v 1.8 2008/11/24 19:10:16 hecht Exp $
load "myfunction"
// dumptable(cout);
mesh Th=square(5,5);
fespace Vh
www.eeworm.com/read/101053/6257586
java appliertest.java
/**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package test.net.sourceforge.pmd.util;
import junit.framework.TestCase;
import net.sourceforge.pmd.util.Applier;