代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/365239/9871232

s stack.s

;;; Copyright ARM Ltd 2001. All rights reserved. AREA Stacks, DATA, NOINIT EXPORT top_of_stacks ; Create dummy variable used to locate stacks in memory top_of_stacks
www.eeworm.com/read/365239/9871238

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/169233/9873745

tdf 复件 fs_cnt.tdf

% 发送计数器 % SUBDESIGN Fs_Cnt % *********子模块头,和文件同名******** % ( % **************** 信号定义 *********** % clr,clk : INPUT = VCC; dao : OUTPUT; ) VARIABLE cnt[4..0] : DFF; --10计数器
www.eeworm.com/read/169233/9873764

tdf fs_cnt.tdf

% 发送计数器 % SUBDESIGN Fs_Cnt % *********子模块头,和文件同名******** % ( % **************** 信号定义 *********** % clr,clk : INPUT = VCC; dao : OUTPUT; ) VARIABLE cnt[4..0] : DFF; --10计数器
www.eeworm.com/read/168983/9886615

plg mergesortshow.plg

Build Log --------------------Configuration: MergeSortShow - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1
www.eeworm.com/read/364932/9886937

c fork1.c

#include "apue.h" int glob = 6; /* external variable in initialized data */ char buf[] = "a write to stdout\n"; int main(void) { int var; /* automatic variable on the stack */ pid_t pid; var
www.eeworm.com/read/364932/9887332

1 fig8.1

#include "apue.h" int glob = 6; /* external variable in initialized data */ char buf[] = "a write to stdout\n"; int main(void) { int var; /* automatic variable on the stack */ pid_t pid; var
www.eeworm.com/read/168768/9898005

lst lib_twi.lst

ARM COMPILER V2.53, lib_twi 19/07/06 08:38:07 PAGE 1 ARM COMPILER V2.53, COMPILATION OF MODULE lib_twi OBJECT MODULE PLACED I
www.eeworm.com/read/364179/9918861

m fty.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Forward FFT w.r.t. the second variable % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function fs=fty(s); fs=fftshift(fft(fftshift(s.'))).';
www.eeworm.com/read/364179/9918899

m ftx.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Forward FFT w.r.t. the first variable % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function fs=ftx(s); fs=fftshift(fft(fftshift(s)));