代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/327092/6347385
html 526-529.html
Linux Unleashed, Third Edition:Introduction to Tcl and Tk
www.eeworm.com/read/327092/6347490
html 347-349.html
Special Edition Using Linux, Fourth Edition:Understanding Linux Shells
www.eeworm.com/read/481740/6637625
h mmsconf.h
/*
* Copyright (C) Obigo AB, 2002-2005.
* All rights reserved.
*
* This software is covered by the license agreement between
* the end user and Obigo AB, and may be
* used and copied only
www.eeworm.com/read/480844/6662474
txt lesson3.txt
Lesson 3: Loops
This is the third installment of the Lessons in C programming tutorials created by me,
Alexander. In this lesson I will cover loops. Loops basically do what it sounds like
www.eeworm.com/read/480847/6662480
txt c++tutorial2.txt
\ /-------- ** ** ** /-- --------\ /
\/------- * * * * * --- --------\/
/\------- * * * * * \-- --------/\
/ \-------- ** ** ** . BOX
www.eeworm.com/read/479166/6700218
cpp fig07_06.cpp
// Fig. 7.6: fig07_06.cpp
// Using a properly initialized constant variable.
#include
using std::cout;
using std::endl;
int main()
{
const int x = 7; // initialized constant var
www.eeworm.com/read/479166/6700222
cpp fig06_22.cpp
// Fig. 6.22: fig06_22.cpp
// Using the unary scope resolution operator.
#include
using std::cout;
using std::endl;
int number = 7; // global variable named number
int main()
{
www.eeworm.com/read/402294/11538657
ssl readme.ssl
IMAP/SSL in mutt
================
Compilation
-----------
If you want to have SSL support in mutt, you need to install OpenSSL
(http://www.openssl.org) libraries and headers before compiling.
OpenSS
www.eeworm.com/read/261652/11631968
txt safe programming with ewavr.txt
Safe programming with EWAVR
EW targets: AVR
EW component: C/C++ compiler
Keywords: assembler, inline assembler, interrupt, intrinsic function
Last update: August 8, 2003
Protect your simu
www.eeworm.com/read/347500/11661943
yo ccache.yo
mailto(bugs@ccache.samba.org)
manpage(ccache)(1)(April 2002)()()
manpagename(ccache)(a fast compiler cache)
manpagesynopsis()
ccache [OPTION]
ccache [COMPILER OPTIONS]
[COMPIL