代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/409122/2239726
cpp variable.cpp
#include
#include
int GLOBAL;
void TEST();
int main(void)
{
TEST();
printf("\nGLOBAL=%d",GLOBAL);
//printf("\nLOCAL=%d",LOCAL);
getch();
return 0;
}
void TEST()
{
www.eeworm.com/read/409122/2239727
dsp variable.dsp
# Microsoft Developer Studio Project File - Name="Variable" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/409122/2239728
dsw variable.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/409122/2239729
plg variable.plg
Build Log
--------------------Configuration: Variable - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhan
www.eeworm.com/read/407519/2262114
cpp variable.cpp
// Copyright (C) 2003-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2003-02-26
// Last changed: 2006-10-09
#include "Variable.h"
using namespace dolfin;
//------
www.eeworm.com/read/407519/2262116
h variable.h
// Copyright (C) 2003-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2003-02-26
// Last changed: 2006-10-09
#ifndef __VARIABLE_H
#define __VARIABLE_H
#include
www.eeworm.com/read/407519/2263011
cpp variable.cpp
// Copyright (C) 2003-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2003-02-26
// Last changed: 2006-10-09
#include "Variable.h"
using namespace dolfin;
//------
www.eeworm.com/read/407519/2263013
h variable.h
// Copyright (C) 2003-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2003-02-26
// Last changed: 2006-10-09
#ifndef __VARIABLE_H
#define __VARIABLE_H
#include
www.eeworm.com/read/403510/2311620
java variable.java
/* -*- tab-width: 4 -*-
*
* Electric(tm) VLSI Design System
*
* File: Variable.java
*
* Copyright (c) 2003 Sun Microsystems and Static Free Software
*
* Electric(tm) is free software; you can
www.eeworm.com/read/402232/2326343
java variable.java
package com.power.pipeengine.Variable;
import java.util.*;
import com.power.pipeengine.LPModel.*;
import com.power.lpsolver.LPSolve.*;
public class Variable
{
private Vector _variables =