代码搜索:Variable

找到约 10,000 项符合「Variable」的源代码

代码结果 10,000
www.eeworm.com/read/283498/9016310

asm timer.asm

; This program demonstrates how to patch into the int 1Ch timer interrupt ; vector and create an interrupt chain. .xlist .286 include stdlib.a includelib stdlib.lib .list dseg s
www.eeworm.com/read/382584/9018683

c three_hi.c

#include void three_hellos(void) { int counter; // Variable for (counter = 1; counter
www.eeworm.com/read/382395/9030972

c three_hi.c

#include void three_hellos(void) { int counter; // Variable for (counter = 1; counter
www.eeworm.com/read/283265/9032410

c globals.c

/*++ Copyright (c) 1999 Microsoft Corporation Module Name: globals.c Abstract: global variable declarations Environment: Kernel mode Notes: THIS CODE AND
www.eeworm.com/read/382342/9034863

tdf par_gen.tdf

TITLE "Parameterized Parity Checker"; %////////////////// // INCLUDE FILES // //////////////////% INCLUDE "lpm_dff.inc"; INCLUDE "lpm_add_sub.inc"; INCLUDE "lpm_compare.inc"; INCLUDE "lp
www.eeworm.com/read/283196/9036596

local

#!/bin/sh sample_text="global variable" foo() { local sample_text="local variable" echo "Function foo is executing" echo $sample_text } echo "script starting" echo $sample_text foo e
www.eeworm.com/read/282848/9055970

s heap.s

;;; Copyright ARM Ltd 2001. All rights reserved. AREA Heap, DATA, NOINIT EXPORT bottom_of_heap ; Create dummy variable used to locate bottom of heap bottom_of_heap SP
www.eeworm.com/read/184999/9060639

txt the de jong functions f1 - f5.txt

/************************************************************ ; * ; William M. Spears * ; Navy Center for Applied Research in AI
www.eeworm.com/read/381907/9064529

h snmpobject.h

// // SNMP - A C++ Wrapper for the WinSnmp library // Copyright (C) 2004 Rog閞io Paulo, rpaulo@bigfoot.com // // This program is free software; you can redistribute it and/or // modify it und
www.eeworm.com/read/184909/9066038

vhd fir.vhd

Library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use work.SIGNED_ARITH.all; use work.coeffs.all; entity fir is port(clk,reset: in std_logic; sample: in signed (