代码搜索:continue

找到约 10,000 项符合「continue」的源代码

代码结果 10,000
www.eeworm.com/read/245818/12779029

c names_st.c

// names_st.c -- define names_st functions #include #include "names_st.h" // include the header file // function definitions void get_names(names * pn) { int i; pr
www.eeworm.com/read/332098/12779589

c loop.c

#include "calld.h" #include static void cli_done(int); static void child_done(int); /* * One bit per client cxn, plus one for listenfd; * modified by loop() and cli_done() */ static fd_
www.eeworm.com/read/245816/12779664

m divider.m

function [N,M]=divider(N1); %DIVIDER Find dividers of an integer. % [N,M]=DIVIDER(N1) find two integers N and M such that M*N=N1 and % M and N as close as possible from sqrt(N1). % % Example : % N1
www.eeworm.com/read/332098/12779828

c zap.c

#include "apue.h" #include #include int main(int argc, char *argv[]) { int i, fd; struct stat statbuf; struct utimbuf timebuf; for (i = 1; i < argc; i++) { if (stat(arg
www.eeworm.com/read/332098/12780450

21 fig4.21

#include "apue.h" #include #include int main(int argc, char *argv[]) { int i, fd; struct stat statbuf; struct utimbuf timebuf; for (i = 1; i < argc; i++) { if (stat(arg
www.eeworm.com/read/245557/12794420

h delay.h

#ifndef XTAL_FREQ #define XTAL_FREQ 8MHZ /* Crystal frequency in MHz */ #endif #define MHZ *1000L /* number of kHz in a MHz */ #define KHZ *1 /* number of kHz in a kHz */ #if XTAL_FR
www.eeworm.com/read/331180/12840975

c loop.c

#include "calld.h" #include #include static void cli_done(int); static void child_done(int); static fd_set allset; /* one bit per client conn, plus one for listenfd */ /
www.eeworm.com/read/331180/12841188

c zap.c

#include #include #include #include #include "ourhdr.h" int main(int argc, char *argv[]) { int i; struct stat statbuf; struct utimbuf timebuf;
www.eeworm.com/read/244728/12846877

cxx ibginside.cxx

#include "ibggenerator.hxx" #include "ibgoctree.hxx" #include "ibg2.hxx" #include #include double tmrCPUTime(void); /* seconds */ double tmrRealTime(void); /* seconds */ char *
www.eeworm.com/read/244728/12847223

cxx wzdelaunay.cxx

#include #include #include #include #include #include "ibg2.hxx" void wzCellTypeInit(); ibgDelaunayMarker::ibgDelaunayMarker() :dsl((1+IBG2CSMAX