代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/479931/1325714
s loop.s
# sh testcase for loop control
# mach: shdsp
# as(shdsp): -defsym sim_cpu=1 -dsp
.include "testutils.inc"
start
loop1:
set_grs_a5a5
ldrs Loop1_start0+8
ldre Loop1_start0+4
setrc #5
Loop1_st
www.eeworm.com/read/479151/1338065
c loop.c
/*
* linux/drivers/block/loop.c
*
* Written by Theodore Ts'o, 3/29/93
*
* Copyright 1993 by Theodore Ts'o. Redistribution of this file is
* permitted under the GNU General Public License.
*
www.eeworm.com/read/479151/1340882
h loop.h
#ifndef _LINUX_LOOP_H
#define _LINUX_LOOP_H
#include
/*
* include/linux/loop.h
*
* Written by Theodore Ts'o, 3/29/93.
*
* Copyright 1993 by Theodore Ts'o. Redistribution of th
www.eeworm.com/read/471161/1433298
awk loop.awk
# awk program to scan loopstats files and report errors/statistics
#
# usage: awk -f loop.awk loopstats
#
# format of loopstats record
# MJD sec time (s) freq (ppm) poll
# 49235 3.943 0.0000
www.eeworm.com/read/251030/4424629
plg loop.plg
Build Log
--------------------Configuration: Loop - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LIQIN~1.
www.eeworm.com/read/251030/4424630
dsp loop.dsp
# Microsoft Developer Studio Project File - Name="Loop" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/251030/4424631
c loop.c
#include
void main()
{
char inp;
int i, low, upp;
/* for 循环的计数器是 i,
统计大写字母的计数器是 upp,
统计小写字母的计数器是 low */
printf("\n 请输入一系列字符:");
low=0;
upp=0;
for (i=0;i