代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/336601/12434795
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
if nargin == 0,
m=0; sgma=1;
elseif nargin == 1,
sgma=m; m=0;
end;
u=rand; % a uniform random variable in (0,1)
z=sg
www.eeworm.com/read/250058/12438574
js scope5.js
function parentFunction()
{
var scopedVar = "available";
var nestedFunction = function()
{
return scopedVar;
}
return nestedFunction();
}
var isAvailable = parentFunction();
www.eeworm.com/read/148696/12440125
cpp stat_fun.cpp
#include
class shared
{
static int a;
int b;
public:
void set(int i, int j)
{
a=i;
b=j;
}
static void show();
};
int shared::a;
www.eeworm.com/read/148696/12440588
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/234874/14095106
plg grabber.plg
Build Log
--------------------Configuration: Grabber - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\as\LO
www.eeworm.com/read/234758/14098223
h dlog4ch.h
/* ============================================================================
File name: DLOG4CH.H
Originator : Advanced Embeeded Control (AEC)
www.eeworm.com/read/234729/14098644
plg wintest.plg
Build Log
--------------------Configuration: wintest - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\李强\
www.eeworm.com/read/132225/14103685
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/132224/14103811
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**