代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/292366/8360136
bmp repeat_loop.bmp
www.eeworm.com/read/292180/8369523
vhd loop_filter.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE IEEE.numeric_std.ALL;
ENTITY loop_filter IS
-- Declarations
port ( CLK : in std_logic;
RESET : in std_logic;
C : in signed(7 downt
www.eeworm.com/read/391748/8380292
c fnmatch_loop.c
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Copyright (C) 1991,1992,1993,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006
Free Software Founda
www.eeworm.com/read/192259/8391467
c loop.poll.c
#include "opend.h"
#include
#include
void
loop(void)
{
int i, n, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
struct pollfd *pollfd;
if (
www.eeworm.com/read/291752/8399028
h costas_loop.h
//
// File = linear_pll.h
//
#ifndef _COSTAS_LOOP_H_
#define _COSTAS_LOOP_H_
#include "signal_T.h"
#include "anlg_filt_iir.h"
class CostasLoop : public PracSimModel
{
public:
CostasLo
www.eeworm.com/read/291752/8399960
cpp costas_loop.cpp
//
// File = costas_loop.cpp
//
//#include
//#include
#include "parmfile.h"
#include "misdefs.h"
#include "model_error.h"
#include "costas_loop.h"
#include "butt_fil
www.eeworm.com/read/391151/8418641
pjt loop_store.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\Loop_store\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Com
www.eeworm.com/read/391151/8418648
out loop_store.out
www.eeworm.com/read/391151/8418650
c loop_store.c
//Loop_store.c Data acquisition. Input data also stored in buffer
#define BUFFER_SIZE 512 //buffer size
short buffer[BUFFER_SIZE]; //buffer where data is stored
short i = 0;
interru