代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/299064/7894077

1 runscript.1

.\" This file Copyright 1992,93,94 Miquel van Smoorenburg .\" 1998-2002 Jukka Lahtinen .\" It may be distributed under the GNU Public License, version 2, or .\" any higher version. See section COPYIN
www.eeworm.com/read/433881/7905206

me compile.me

O.k. if you have TC 2.0 you are in good shape (otherwise you are on your own) and compilation will be simple: 1. Goto to the makefiles in .\lib and .\util and change the variable CC_LIBS to th
www.eeworm.com/read/398552/7940006

txt readme.txt

README FOR THE BNBGUI INSTALLATION To function BNB needs: Matlab 5.3 or newer Optimization Toolbox 2.0 the Courier-LD font (8 points, regular) Unzip BNB.zip to an empty directory that's i
www.eeworm.com/read/298739/7941196

txt aes.txt

An AES (Rijndael) Implementation in C/C++ (as specified in FIPS-197) -------------------------------------------------------------------- The source code files are as follows: 1. aes.h:
www.eeworm.com/read/197958/7960999

m dblquad.m

function result=dblquad(intfcn,inmin,inmax,outmin,outmax,tol,method) %矩形区域二重积分. %z=dblquad('Fun',a,b,c,d) % 其中:Fun-表示被积函数f的M函数名. % a,b-变量x的上﹑下限. % c,d-变量y的上﹑下限. % %DBLQUAD Nu
www.eeworm.com/read/197373/8001856

txt aes.txt

An AES (Rijndael) Implementation in C/C++ (as specified in FIPS-197) -------------------------------------------------------------------- The source code files are as follows: 1. aes.h:
www.eeworm.com/read/197224/8010984

scr manual.scr

Manual for "runscript" In this package, a simple script-interpreter is included. It can be used to login to other systems and things like that. Try running the demo: runscript scriptdemo for fun
www.eeworm.com/read/196814/8058956

m dblquad.m

function result=dblquad(intfcn,inmin,inmax,outmin,outmax,tol,method) %矩形区域二重积分. %z=dblquad('Fun',a,b,c,d) % 其中:Fun-表示被积函数f的M函数名. % a,b-变量x的上﹑下限. % c,d-变量y的上﹑下限. % %DBLQUAD Nu
www.eeworm.com/read/397204/8062375

m c.m

function y=c(x) %Function of the lower variable boundary double integral y=0;
www.eeworm.com/read/397204/8062377

m d.m

function y=d(x) %Function of the upper variable boundary double integral. y=(x-2).^2;