代码搜索:variable
找到约 10,000 项符合「variable」的源代码
代码结果 10,000
www.eeworm.com/read/104125/15709741
c environ.c
/*----------------------------------------
ENVIRON.C -- Environment List Box
(c) Charles Petzold, 1998
----------------------------------------*/
#include
#de
www.eeworm.com/read/103960/15715558
c vfork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
pri
www.eeworm.com/read/103924/15716156
flash4
作者:大木头
日期:2000-1-17 13:21:01
Flash4运算符号功能函数介绍
作者:starwin
Flash增加了许多功能函数和运算符号,大大提高了Flash交互功能,熟悉这些东西,我们可以很方便地编制一些有趣的程序。下面的内容,是我根据FlashLite的帮助文件整理的,希望对大家有所帮助,有谬误和词不达意的地方,还请大家原谅。另外,在运用这些函数和运算符号时,我建议 ...
www.eeworm.com/read/103816/15719640
h btableau.h
//
// $Source: /home/gambit/CVS/gambit/sources/numerical/btableau.h,v $
// $Date: 2002/09/26 17:50:52 $
// $Revision: 1.1.2.1 $
//
// DESCRIPTION:
// Interface to base tableau classes
//
// This file
www.eeworm.com/read/103567/15728850
vhd mti_pkg.vhd
--*****************************************************************************
--
-- Micron Semiconductor Products, Inc.
--
-- Copyright 1997, Micron Semiconductor Products, Inc.
-- All rights r
www.eeworm.com/read/103567/15728924
vhd mti_pkg.vhd
--*****************************************************************************
--
-- Micron Semiconductor Products, Inc.
--
-- Copyright 1997, Micron Semiconductor Products, Inc.
-- All rights r
www.eeworm.com/read/103567/15728926
vhd io_utils.vhd
LIBRARY ieee;
USE std.textio.ALL;
USE ieee.std_logic_1164.ALL;
PACKAGE io_utils IS
PROCEDURE write_string(l : INOUT line;
value : IN string;
www.eeworm.com/read/103567/15728933
bak mti_pkg.bak
--*****************************************************************************
--
-- Micron Semiconductor Products, Inc.
--
-- Copyright 1997, Micron Semiconductor Products, Inc.
-- All rights r
www.eeworm.com/read/103430/15732914
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return