代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/329223/12968907
s ebfill16_opt.s
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed
www.eeworm.com/read/242797/12985174
c main.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/141547/13000875
lst text1.lst
A51 MACRO ASSEMBLER TEXT1 09/23/2005 00:10:53 PAGE 1
MACRO ASSEMBLER A51 V6.12
OBJECT MODULE PLACED IN .\Text1.OBJ
ASSEMBLER
www.eeworm.com/read/140930/13052038
h f_finale.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/242201/13088379
s54 echo_asm.s54
;
; Copyright 2001 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; granted t
www.eeworm.com/read/140309/13088748
c common.c
#include "common.h"
int SetNonblock(int fd)
{
int flags;
if((flags=fcntl(fd,F_GETFL,0))==-1) {
CommonShow("SetNonBlock Get error!");
return(-abs(errno));
}
flags|=O_NONBL
www.eeworm.com/read/140309/13088933
c common.c
#include "common.h"
int SetNonblock(int fd)
{
int flags;
if((flags=fcntl(fd,F_GETFL,0))==-1) {
CommonShow("SetNonBlock Get error!");
return(-abs(errno));
}
flags|=O_NONBL
www.eeworm.com/read/140080/13110364
c file.c
/*C**************************************************************************
* NAME: file.c
*----------------------------------------------------------------------------
* Copyright (c) 20
www.eeworm.com/read/140080/13110724
lst file.lst
C51 COMPILER V7.50 FILE 09/20/2005 21:47:48 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE FILE
OBJECT MODULE PLACED IN fi
www.eeworm.com/read/140062/13112230
cpp splint.cpp
void splint(double xa[], double ya[], double y2a[], int n, double& x, double& y)
{
int klo,khi,k;
double h,a,b,aaa,bbb;
klo = 1;
khi = n;
loop: if (khi - klo > 1 )
{
k = (khi +