代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/101771/15819026
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/101658/15822670
atg topsy0.atg
COMPILER Topsy
(* Topsy++ level 1 grammar - no procedures, functions, parameters
Grammar only - no code generation or constraint analysis
See "Compilers and Compiler generators - an introduct
www.eeworm.com/read/101657/15822749
atg topsy0.atg
COMPILER Topsy
(* Topsy++ level 1 grammar - no procedures, functions, parameters
Grammar only - no code generation or constraint analysis
See "Compilers and Compiler generators - an introduct
www.eeworm.com/read/101577/15824386
h unstack.h
/*=============================================================================
UnStack.h: UnrealScript execution stack definition.
Copyright 1997-1999 Epic Games, Inc. All Rights Reserved.
Re
www.eeworm.com/read/101557/15826357
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables w
www.eeworm.com/read/101557/15826913
m elimone.m
function [x, xmask] = elimone(x, xmask, h, w, n, maxbin)
%ELIMONE Eliminates a variable.(Utility function used by DFILDEMO).
% Eliminates a variable and places it in the discrete set of
% variable
www.eeworm.com/read/101100/15852552
java vardemo.java
//==============================================================
// VarDemo.java - Demonstrates variable declarations
//
// Java学习源代码检索系统 Ver 1.0 20031015 免费正式版
// 版权所有: 中国IT认证实验室(www.ChinaITLab.
www.eeworm.com/read/100686/15867034
s macros.s
;********************************************************************************************************
; NIOS Macros
;
;
www.eeworm.com/read/100612/15868950
h poly.h
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field mod p
*
* WARNING: This class has been cobbled together for