代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5525800
ada cd5011g.ada
-- CD5011G.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5525861
ada cd5011e.ada
-- CD5011E.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5525909
ada cd5011m.ada
-- CD5011M.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/153996/5643737
txt variabletag.txt
Inserts any of the [WikiVariable]s.
----
!Usage
!Parameters
;__var__: The name of the variable to insert. Required.
;
www.eeworm.com/read/475585/6773907
cpp variables.cpp
/* -*-C-*-
********************************************************************************
*
* File: variables.c (Formerly variables.c)
* Description: Variable handler for control flags
www.eeworm.com/read/277457/10637529
cpp union.cpp
#include
using namespace std;
int main()
{
union one_union
{
int int_variable;
long long_variable;
double double_variable;
double double_v
www.eeworm.com/read/466509/7038157
a51 template.a51
;------------------------------------------------------------------------------
; Source code template for A251/A51 assembler modules.
; Copyright (c) 1995-2000 KEIL Software, Inc.
;---------------
www.eeworm.com/read/458682/7291487
sh vartrace.sh
#!/bin/bash
trap 'echo "VARIABLE-TRACE> \$variable = \"$variable\""' DEBUG
# Echoes the value of $variable after every command.
variable=29
echo "Just initialized \"\$variable\" to $variable."
let