代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/132772/14073688
asm fir_c55.asm
;**********************************************************
; fir_c55 - TMS320C55x assembly routine that can be called
; from C main program
; This function can be called as follows:
;
www.eeworm.com/read/132665/14081115
c testthreads.c
#include
#include
#include "libxml.h"
#if defined(LIBXML_THREAD_ENABLED) && defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_SAX1_ENABLED)
#include
#include
www.eeworm.com/read/112530/15483412
stresstest
#!/bin/sh
IPADDR=127.0.0.1
PORT1=10720
PORT2=20720
if [ -z "$1" ]; then
DEVICE1="1"
else
DEVICE1=$1
fi
if [ -z "$2" ]; then
DEVICE2="2"
else
DEVICE2=$2
fi
OHPHONE="./obj_li
www.eeworm.com/read/103653/15727223
c compr_rtime.c
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright (C) 2001 Red Hat, Inc.
*
* Created by Arjan van de Ven
*
* The original JFFS, from which the design for
www.eeworm.com/read/315674/7104531
asm buttonhandler.asm
#include Project.inc
#include PIC16F639.inc
#define Delay_Repeat_Trans 0x03
#define Repeat_Trans_Counter 0x03
Button_Handler_VAR udata
Counter res 1
code
---------------------------