代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/216898/14987796

f loop3f.f

SUBROUTINE loop3_F77(N, x, y, a) INTEGER i, N REAL*8 x(N), y(N), a DO i=1,N y(i)=y(i)+a*x(i) END DO RETURN END SUBROUTINE loop3_F77Overhead
www.eeworm.com/read/216898/14987797

cpp loop1-bug.cpp

// In KAI C++ 3.2, restrict causes problems for copy propagation. // Temporary fix: disable restrict #define BZ_DISABLE_RESTRICT #include BZ_USING_NAMESPACE(blitz) template
www.eeworm.com/read/216898/14987801

f loop6f.f

SUBROUTINE loop6_F77(N, x, a, b) INTEGER i, N REAL*8 x(N), a(N), b(N) DO i=1,N x(i)=a(i)*b(i) END DO RETURN END SUBROUTINE loop6_F77Overhea
www.eeworm.com/read/212668/15151465

c fuse_loop_mt.c

/* FUSE: Filesystem in Userspace Copyright (C) 2001-2006 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB.
www.eeworm.com/read/7654/125782

pjt loop_intr_pcm.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="Loop_intr_pcm" ProjectDir="C:\ti\myprojects\loop_intr_pcm\" ProjectType=Executable
www.eeworm.com/read/7654/125785

c loop_intr_pcm.c

//loop_intr.c Loop program with interrupt using PCM3003 codec float Fs = 16000.0; //irrelevant since jumper in 3-4 interrupt void c_int11() //interrupt service routine { output_lef
www.eeworm.com/read/7654/126194

c loop_poll_pcm.c

//loop_poll_pcm.c Loop program with polling using PCM3003 codec float Fs=16000.0; //desired (Actual=14,648 Hz) void main() { comm_poll(); //init DSK,code
www.eeworm.com/read/7654/126195

pjt loop_poll_pcm.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="C:\ti\myprojects\Loop_poll_pcm\" ProjectType=Executable CPUFamily=TMS320C67XX Tool="