代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/215310/15065590
vwf sc-dsc-sim.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/169979/5407671
c arcunp.c
/*
* $Header: arcunp.c,v 1.7 88/06/18 03:12:36 hyc Locked $
*/
/*
* ARC - Archive utility - ARCUNP
*
* Version 3.17, created on 02/13/86 at 10:20:08
*
* (C) COPYRIGHT 1985 by System Enhancem
www.eeworm.com/read/169979/5407923
c arcunp.c
/*
* $Header: arcunp.c,v 1.7 88/06/18 03:12:36 hyc Locked $
*/
/*
* ARC - Archive utility - ARCUNP
*
* Version 3.17, created on 02/13/86 at 10:20:08
*
* (C) COPYRIGHT 1985 by System Enhancem
www.eeworm.com/read/162868/5512379
c arcunp.c
/*
* $Header: arcunp.c,v 1.7 88/06/18 03:12:36 hyc Locked $
*/
/*
* ARC - Archive utility - ARCUNP
*
* Version 3.17, created on 02/13/86 at 10:20:08
*
* (C) COPYRIGHT 1985 by System Enhancem
www.eeworm.com/read/162868/5512631
c arcunp.c
/*
* $Header: arcunp.c,v 1.7 88/06/18 03:12:36 hyc Locked $
*/
/*
* ARC - Archive utility - ARCUNP
*
* Version 3.17, created on 02/13/86 at 10:20:08
*
* (C) COPYRIGHT 1985 by System Enhancem
www.eeworm.com/read/162614/5523183
f90 intrinsic_trim.f90
! Program to test the TRIM and REPEAT intrinsics.
program intrinsic_trim
character(len=8) a
character(len=4) b,work
a='1234 '
b=work(9,a)
if (llt(b,"1234")) call abort()
a=' '
b=t
www.eeworm.com/read/162614/5534704
properties messagesbundle_it.properties
# Localized error messages for gnu.regexp, in Italian.
# $Id: MessagesBundle_it.properties,v 1.1 2004/06/04 21:13:58 saugart Exp $
# Messaggi italiani per gnu.regexp.
#
# Attenzione: Questa traduzione
www.eeworm.com/read/162519/5544236
properties messagesbundle_it.properties
# Localized error messages for gnu.regexp, in Italian.
# $Id: MessagesBundle_it.properties,v 1.1 2004/06/04 21:13:58 saugart Exp $
# Messaggi italiani per gnu.regexp.
#
# Attenzione: Questa traduzione
www.eeworm.com/read/474554/6811878
css scrollable-view.css
/* player dimensions */
a.flowplayer, a.flowplayer img {
display:block;
border:0;
width:250px;
height:180px;
margin-right:15px;
float:left;
}
/* play button on top of splash image */
div.p
www.eeworm.com/read/472558/6870150
m viterbi.m
function [coded] = viterbi(msg,template,Tx);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %