代码搜索:Variables
找到约 10,000 项符合「Variables」的源代码
代码结果 10,000
www.eeworm.com/read/405708/11459067
sv 06.03.01_snippet-2.sv
/**********************************************************************
* Accessing local variables declared within for loops (illegal)
*
* Author: Stuart Sutherland
*
* (c) Copyright 2003, Suthe
www.eeworm.com/read/405708/11459129
sv 03.02.06_snippet-1.sv
/**********************************************************************
* Legal assignments to enumerated variables
*
* Author: Stuart Sutherland
*
* (c) Copyright 2003, Sutherland HDL, Inc.
www.eeworm.com/read/157286/11721902
h fast_me.h
/*!
************************************************************************
*
* \file fast_me.h
*
* \brief
* Macro definitions and global variables for fast integer pel motion
*
www.eeworm.com/read/344877/11854113
f90 enkf_add_noise.f90
subroutine enkf_add_noise(istep)
! ---------------------------------------------------------------------
!| this subroutine is used for adding model noise into the model |
!| state variables
www.eeworm.com/read/152442/12113307
m caclvf.m
function caclVF();
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% calculate Vector field
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% image processing variables
global Image2; % blured image
www.eeworm.com/read/152028/12150849
s 44binit.s
; *******************************************************
; * NAME : 44BINIT.S *
; * Description: *
; * Fill zeros into zero-initialized C-variables *
; **********************
www.eeworm.com/read/339905/12195409
js index.js
//-------------------------------------------------------------------------------
// global variables
var gIconImg;
var gFirstPage;
var gLastPage;
var gsName = "index";
var gsPgName = "Page"
www.eeworm.com/read/253420/12223080
h fast_me.h
/*!
************************************************************************
*
* \file fast_me.h
*
* \brief
* Macro definitions and global variables for fast integer pel motion
*
www.eeworm.com/read/339483/12231479
sh ex9.sh
#!/bin/bash
# Variables: assignment and substitution
a=375
hello=$a
#-------------------------------------------------------------------------
# No space permitted on either side of = sign when ini
www.eeworm.com/read/148477/12464844
c globals2.c
//-----------------------------------------------------------------------------
// File: globals2.c
// Contents: contains half of the global variables used by the firmware. This is done