代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/353671/10432133

cpp globalelement.cpp

#include "stdafx.h" //#include "FORCE.h" #include "GlobalElement.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif //////////////////////////
www.eeworm.com/read/305605/7085365

c main.c

/*---------------------------------------------------------------*- Main.C (v1.00) Author:06_Digital_Media All Right Reserved ----------------------------------------------------------------
www.eeworm.com/read/241808/8065960

asm text2.asm

;STC12C5410AD 系列单片机 PCA 功能.. PWM 示例程序,使用18.432MHz 晶振。 ;------------------------------------------------------------ #include ;定义 PCA 特殊功能寄存器 ;-----------------------------
www.eeworm.com/read/246789/12704994

asm dotprod_func.asm

// ASSEMBLY DOT PRODUCT FUNCTION // File: dotprod_func.asm .section my_asm_section; .global _a_dot_c_asm; _a_dot_c_asm: P0 = R0; I0 = R1; P1 = 19; R0 = 0; NOP; R1 = [P0++]; R
www.eeworm.com/read/403162/11521308

asm dotprod_func.asm

// ASSEMBLY DOT PRODUCT FUNCTION // File: dotprod_func.asm .section my_asm_section; .global _a_dot_c_asm; _a_dot_c_asm: P0 = R0; I0 = R1; P1 = 19; R0 = 0; NOP; R1 = [P0++]; R
www.eeworm.com/read/224579/14583022

h filters_bfin.h

/* Copyright (C) 2005 Analog Devices */ /** @file filters_bfin.h @brief Various analysis/synthesis filters (Blackfin version) */ /* Redistribution and use in source and binary forms, with or
www.eeworm.com/read/212943/15144546

asm dotprod_func.asm

// ASSEMBLY DOT PRODUCT FUNCTION // File: dotprod_func.asm .section my_asm_section; .global _a_dot_c_asm; _a_dot_c_asm: P0 = R0; I0 = R1; P1 = 19; R0 = 0; R1 = [P0++]; R2 = [I0
www.eeworm.com/read/162614/5530518

c ltrans-2.c

/* { dg-do compile } */ /* { dg-options "-O2 -ftree-loop-linear -fdump-tree-ltrans-all" } */ double u[1782225]; int foo(int N, int *res) { unsigned int i, j; double sum = 0; /* This loop sh
www.eeworm.com/read/203939/15348594

h filters_bfin.h

/* Copyright (C) 2005 Analog Devices */ /** @file filters_bfin.h @brief Various analysis/synthesis filters (Blackfin version) */ /* Redistribution and use in source and binary forms, with or
www.eeworm.com/read/103915/15716305

c gzip.c

// // gzip.c // // All of the gzip-related additions to deflate (both encoder and decoder) are in this file // #include #include #include #include "deflate.h"