代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/449504/7502372
m gini.m
function [f,F,g,G,GINI]=gini(variable)
% PURPOSE: This function computes the Gini index and other related parameters for the Lorentz Curve
%----------------------------------------------------------
www.eeworm.com/read/448350/7534434
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/445781/7590377
m mutualinfo.m
function MI = mutualinfo(objMat,pVect,varargin)
%MUTUALINFO Multiple mutual information (interaction information).
% MUTUALINFO(X,P,idx) returns the multiple mutual information (interaction
% i
www.eeworm.com/read/440750/7682193
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/440253/7691545
html asm_tutorial_03.html
8086 Assembler Tutorial for Beginners (Part 3)
www.eeworm.com/read/437118/7754825
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/436799/7762482
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/436096/7776845
map ctc.map
RAM Allocation
Variable Address Size
--------------------------------------------------------------------------------
EEPROM Allocation
www.eeworm.com/read/399920/7822417
h videotype.h
#ifndef H_videoType
#define H_videoType
#include
#include
using namespace std;
class videoType
{
friend ostream& operator
www.eeworm.com/read/399312/7870822
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