代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/218144/14933155
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/218143/14933270
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/218141/14933372
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/116958/14947056
js xsltvariables.js
var theDelim = "\r";
var xsltNamespaceURI = "http://www.w3.org/1999/XSL/Transform";
function addXSLTVariable(varName, expression, bModified)
{
if(!bModified) // Create a new xsl:variable
www.eeworm.com/read/217679/14954532
plg jaccobi.plg
Build Log
--------------------Configuration: jaccobi - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\FREE~
www.eeworm.com/read/116739/14956416
sayit
#!/bin/sh
#Script name: sayit
echo Type q to quit.
go=start
while [ -n "$go" ] # Make sure to double quote the variable
do
echo -n I love you.
read word
if [ "$word" = q -o "$word" =
www.eeworm.com/read/116739/14956450
checker
#!/bin/sh
# Script name: checker
# Script to demonstrate the use of special variable
# modifiers and arguments
name=${1:?"requires an argument" }
echo Hello $name
www.eeworm.com/read/217334/14968845
plg cenmid.plg
Build Log
--------------------Configuration: Client - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/217288/14970446
h pid_reg3.h
/* =================================================================================
File name: PID_REG3.H (IQ version)
Description:
Header file containing constants, da
www.eeworm.com/read/116388/14976005
cpp pr05011.cpp
////////////////////////////////////////
// File Name: pr05011.cpp
////////////////////////////////////////
#include
// A volatile variable declaration.
volatile int Value = 300;