代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/243866/4518822
java variable.java
package com.javapatterns.interpreter;
public class Variable extends Expression
{
private String name;
public Variable(String name)
{
this.name = name;
}
public bool
www.eeworm.com/read/240529/4573010
java variable.java
package com.javapatterns.interpreter;
public class Variable extends Expression
{
private String name;
public Variable(String name)
{
this.name = name;
}
public bool
www.eeworm.com/read/237048/4634613
java variable.java
/*
* $Id: Variable.java,v 1.10 2004/02/16 14:15:10 msiddalingaiah Exp $
*
* mailto:madhu@madhu.com
*/
package org.jnode.vm.compiler.ir;
import org.jnode.vm.compiler.ir.quad.AssignQuad;
im
www.eeworm.com/read/236825/4637636
lua variable.lua
-- tolua: variable class
-- Written by Waldemar Celes
-- TeCGraf/PUC-Rio
-- Jul 1998
-- $Id: variable.lua 1004 2006-02-27 13:03:20Z lindquist $
-- This code is free software; you can redistribu
www.eeworm.com/read/234134/4661307
inc variable.inc
;***
; Variable.inc - QB5-specific struct offsets and other constants for the VarMgr
;
; Copyright 1985, 1986, 1987 Microsoft Corporation
;
;*************************************************
www.eeworm.com/read/234134/4661309
h variable.h
/***
* Variable.h - QB5-specific type definitions and data for the Variable Manager
*
* Copyright 1985, 1986, 1987 Microsoft Corporation
*
***************************************************
www.eeworm.com/read/228537/4764590
lua variable.lua
-- tolua: variable class
-- Written by Waldemar Celes
-- TeCGraf/PUC-Rio
-- Jul 1998
-- $Id: $
-- This code is free software; you can redistribute it and/or modify it.
-- The software provided hereun
www.eeworm.com/read/228537/4764613
lua variable.lua
-- tolua: variable class
-- Written by Waldemar Celes
-- TeCGraf/PUC-Rio
-- Jul 1998
-- $Id: $
-- This code is free software; you can redistribute it and/or modify it.
-- The software provided hereun
www.eeworm.com/read/226829/4780031
h variable.h
#ifndef _VARIABLE_H
#define _VARIABLE_H
#include "global.h"
void Read_Output(uint16 src_app, uint16 dst_app, uint16 dst_obj, uint16 sub_idx, uint32 dst_ip);
void Read_Pos_Output(uint16 src_app
www.eeworm.com/read/226829/4780036
c variable.c
#include "tcpip.h"
#include "epa.h"
#include
#define VARIABLE_GLOBALS
#include "variable.h"
#undef VARIABLE_GLOBALS
#include "mib.h"
#include "nsmib.h"
#include "security.h"
#inclu