代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/315699/13537858
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/314074/13575608
java math.java
import java.lang.Math.*;
public class math{
double a=0.00001,b=6,error=0.001;
public double f(double x){
return Math.sin(x)/x;
}
public double longbg(){
double h,k,s,x,s1=0.0,s2,c
www.eeworm.com/read/313995/13576784
f raytracing.f
PARAMETER (M1=2000,ML=50,M6=100,M3=120,M7=2*ML+1,M36=M3*M6)
DIMENSION A(ML),B(ML),C(ML),XR(M3),XS(M6),VS(ML),VP(ML)
DIMENSION T(M3),XXD(M7),ZZD(M7),X0(M7),Y(M7),R(M7),
2 RR(M7
www.eeworm.com/read/312404/13611770
bat d-tour.bat
@echo off
set mpos=0
:TOUR-MENU =============================================================
wbat pal ! cls
wbat text 4,26 :tour-info
call w.bat menu 1,2 :tour-menu #%mpos% +
www.eeworm.com/read/312404/13611771
bat d-contrl.bat
@echo off
set mpos=0
:CONTROL
wbat pal ! cls ! text 2,50 (blue on +green) :control-title
call w.bat box (+black on +white) :control-menu #%mpos% +1
set mpos=%?%
g
www.eeworm.com/read/311774/13626026
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/311774/13626107
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/311405/13631170
txt 导纳.txt
void form_y() /* 形成节点导纳矩阵 */
{
float S;
int i1,j1;
{for(i=1;i
www.eeworm.com/read/309649/13667489
asm cerrtrap.asm
; +++Date last modified: 05-Jul-1997
PAGE ,132
; A sample Interrupt 24 (DOS critical error exception) handler
;
; Public domain by Bob Stout
;
; Requires MASM 5.1 or later or equ
www.eeworm.com/read/309309/13674613
m stop_callback.m
function stop_callback()
BIII=findobj(gcf,'tag','stop');
switch get(BIII,'userdata')
case 1,
set(BIII,'String','Continue?','userdata',0);
uiwait(gcf)
case 0,
set(BIII