代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/230508/14283509
m test_loop.m
% test program
global accel1 accel2 pulses run;
% set sample rate
Ts = 0.1;
% start GUI
test2;
% get handle to display area
set(0, 'ShowHiddenHandles', 'on'); % '0' is reference to
www.eeworm.com/read/127382/14357247
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/226821/14451240
c loop_intr.c
//Loop_intr.c
//short bufferlength=512;
short buffer[512];
//short i=0;
#include "c6x11dsk.h"
#include "c6x.h"
#include"ft900.cof"
#include"ft2700.cof"
int i=0;
int j=0;
short dly[stages
www.eeworm.com/read/125536/14488705
sql 04-loop.sql
REM 04-LOOP.SQL
REM This file contains the cursor fetch loop examples used
REM in Chapter 4 of "Oracle PL/SQL Programming".
REM This is version 1.0 of this file, updated 2/18/96.
REM Comments an
www.eeworm.com/read/124842/14533629
m opt_loop.m
%x2 = equ_gen3(s_length,num_inp,equ_par,fun_set,num_fun_arg_set, user_def_fun);
% x2=opt_par(x2,u,y,num_inp,options,time_out);
% pop = str2mat2(pop, x2);
function [xmut]=opt_loop(x2);
%,u,y,
www.eeworm.com/read/124842/14534222
m opt_loop.m
%x2 = equ_gen3(s_length,num_inp,equ_par,fun_set,num_fun_arg_set, user_def_fun);
% x2=opt_par(x2,u,y,num_inp,options,time_out);
% pop = str2mat2(pop, x2);
function [xmut]=opt_loop(x2);
%,u,y,
www.eeworm.com/read/223304/14646928
c fuse_loop.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2006 Miklos Szeredi
This program can be distributed under the terms of the GNU LGPL.
See the file COPYING.LIB
www.eeworm.com/read/122787/14668503