代码搜索:continue

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

代码结果 10,000
www.eeworm.com/read/413044/11168856

c names_str.c

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

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/412611/11190695

org divider.org

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/266116/11239868

cpp demo_type_cast_5_const_cast_1_b.cpp

//*************************************************** // const_cast 去掉const属性 //*************************************************** # include void process(const int &val) { c
www.eeworm.com/read/266116/11239879

cpp demo_type_cast_5_const_cast_1_a.cpp

//*************************************************** // const_cast 去掉const属性 //*************************************************** # include void process(const int *val) { i
www.eeworm.com/read/335617/12512143

c main.c

/***************************************************************************** * 热敏打印机入口模块 * * 文件名:main.c * 作者: 肖波 * 修改记录:2006.12.02 *******************************************************
www.eeworm.com/read/249207/12517236

c vm_meter.c

/* * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificatio
www.eeworm.com/read/335362/12534328

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/335362/12534535

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/335362/12535157

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