代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/487968/6503096
h config.h
/****************************************Copyright (c)**************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
www.eeworm.com/read/487590/6506020
vhd t153.vhd
--
-- This file implements Latch inference on variables in a combinational
-- process. The variable TMP is read before assigned a value to. Hence
-- implying a latch memory element.
--
entity T
www.eeworm.com/read/487365/6510306
c environ.c
/*----------------------------------------
ENVIRON.C -- Environment List Box
(c) Charles Petzold, 1998
----------------------------------------*/
#include
#de
www.eeworm.com/read/487219/6516906
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/487272/6517653
f90 e_711_05.f90
! example of namelist input
namelist/my/n,m
read (*,nml=my)
write(*,nml=my)
end
!the following are valid input for namelist variable assignment:
! $my n=1/
! $my n=2$
! $my n=3$end
! &m
www.eeworm.com/read/487286/6518236
java test.java
package exercise.chapter2;
public class Test {
int i; //成员变量 member variable may not be initialized.
/**
* @param args
*/
public static void main(String[] args) {
// long n=23545
www.eeworm.com/read/487286/6518642
java testvar.java
package variable;
/**
* Title: TestVar类
* Description: 局部变量的初始化
* Copyright:(c)2008 www.luzhou.net
* Company: 泸州职业技术学院电信系
* @author 华卫
* @version 1.00
*/
public class TestVar{
www.eeworm.com/read/486925/6520996
java client.java
package com.javapatterns.interpreter;
public class Client
{
private static Context ctx;
private static Expression exp ;
public static void main(String[] args)
{
ctx
www.eeworm.com/read/486925/6521000
java context.java
package com.javapatterns.interpreter;
import java.util.HashMap;
public class Context
{
private HashMap map = new HashMap();
public void assign(Variable var, boolean value)
{
www.eeworm.com/read/486783/6528488
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**