代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/263879/11338295
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/347709/11646948
c fet410_lcd_03.c
//*****************************************************************************
// MSP-FET430P410 Demo - LCD, Display Numbers on a 4-Mux LCD
//
// Description: This program displays digits stored
www.eeworm.com/read/346512/11740201
tig test11.tig
/* error hi expr is not int, and index variable erroneously assigned to. */
for i:=10 to " " do
i := i - 1
www.eeworm.com/read/259531/11784559
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/258259/11874242
des modes.des
Modes of DES
Quite a bit of the following information has been taken from
AS 2805.5.2
Australian Standard
Electronic funds transfer - Requirements for interfaces,
Part 5.2: Modes of operation for
www.eeworm.com/read/154843/11923600
m winenvar.m
function d=winenvar(n)
%WINENVAR get windows environment variable [D]=(N)
%
% Inputs: N name of environment variable (e.g. 'temp')
%
% Outputs: D value of variable or [] is non-existant
%
% N
www.eeworm.com/read/256102/12028333
cpp fig07_07.cpp
// Fig. 7.7: fig07_07.cpp
// A const variable must be initialized.
int main()
{
const int x; // Error: x must be initialized
x = 7; // Error: cannot modify a const variable
return
www.eeworm.com/read/256101/12028785
cpp fig05_01.cpp
// Fig. 5.1: fig05_01.cpp
// Counter-controlled repetition.
#include
using std::cout;
using std::endl;
int main()
{
int counter = 1; // declare and initialize control variable
www.eeworm.com/read/341376/12088201
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: