代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/131795/14126892
dat funtc132b.dat
#include
int main(void)
{
char msg[] ="This is a test";
int i = 0;
while (msg[i])
{
fputchar(msg[i]);
i++;
}
return 0;
}
www.eeworm.com/read/131795/14128685
dat vfpdat40b.dat
说明: (1) ON子句的字段名表示排序字段,记录将随字段值的增大(升序)或减小(降序)来排序.选项/A和/D分别用来指 ---- 定升序或降序,默认按升序排序.选项/C表示不区分字段值中字母大小写,即将同一个字母的大写与小写看成 一样.不可选用备注型或通用型字段来排序.
(2) 可在ON字句中使用多个字段名实现多重排序,即先按主排序字段 ...
www.eeworm.com/read/131795/14128702
dat vfpdat74b.dat
说明: SCAN 循环针对当表进行循环,子句表示记录范围,缺省值为 ALL,语句执行时在 中依次寻找满 ---- 足FOR条件或WHILE条件的记录,并对找到的记录执行 。
例:用扫描循环语句编程。
USE sb
SCAN FOR 价格>10000
?名称
ENDSCAN
use
www.eeworm.com/read/131795/14128704
dat vfpdat61b.dat
说明: (1) ON子句的字段名表示排序字段,记录将随字段值的增大(升序)或减小(降序)来排序.选项/A和/D分别用来指 ---- 定升序或降序,默认按升序排序.选项/C表示不区分字段值中字母大小写,即将同一个字母的大写与小写看成 一样.不可选用备注型或通用型字段来排序.
(2) 可在ON字句中使用多个字段名实现多重排序,即先按主排序字段 ...
www.eeworm.com/read/131795/14128725
dat vfpdat15.dat
格式: COPY TO [][FOR][WHILE][FIELDS|FIELDS LIKE|FIELDS ---- EXCEPT][[TYPE]
[SDF|XLS|DELIMITED[WITH|WITH BLANK|WITH TAB]]]
功能: 将当前表中选定的部分记录和部分
www.eeworm.com/read/131795/14128817
dat vfpdat56.dat
格式: LOCATE FOR[][WHILE]
----
功能: 搜索满足的第一个记录,若找到,记录指针就指向该记录;若表中无此记录,搜索后VFP主屏幕的状态条中将 ---- 显示"已到定位范围末尾."表示记录指针指向文件结束处.
www.eeworm.com/read/233841/14132732
c netutil.c
/* Network utility functions for 'TCP/IP Lean' (c) Iosoft Ltd. 2000 */
#include
#include
#include
#include
#include "ethernet.h"
#include "netutil.h"
www.eeworm.com/read/131693/14132869
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include "algparam.h"
#include
#include
www.eeworm.com/read/131676/14133405
c cc2.c
/*
** Small-C Compiler -- Part 2 -- Front End and Miscellaneous.
** Copyright 1982, 1983, 1985, 1988 J. E. Hendrix
** All rights reserved.
*/
#include
#include "cc.h"
extern char
www.eeworm.com/read/131676/14133433
arc clib.arc
>>> CLIB.H 1617
/*
** CLIB.H -- Definitions for Small-C library functions.
**
** Copyright 1983 L. E. Payne and J. E. Hendrix
*/
/*
** Misc parameters
*/
#define MAXFILES 20 /* maximum op