代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/227601/14420102
bak uart_driver.c.bak
/*
;************************************************************************************************************
;* 北京精仪达盛科技有限公司
;* 研 发
www.eeworm.com/read/126397/14425784
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c)
www.eeworm.com/read/126397/14425845
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c) 1
www.eeworm.com/read/227409/14427391
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
#include
NAMESPACE_BEGIN(Crypto
www.eeworm.com/read/227398/14428437
c myfunc.c
/* *src甫 numbytes父怒 *dest栏肺 墨乔茄促. */
void Move( unsigned char *src, unsigned char *dest, unsigned int numbytes )
{
if ( numbytes
www.eeworm.com/read/227283/14433459
cpp 3_19.cpp
#include
#include
#define N 6
void main()
{
int a[N+1][N+1];
int row,column,i,j,k,t,p;
row=0;column=1;k=N;t=1;p=1;
do
{
for(i=1;i
www.eeworm.com/read/126308/14433700
c merge.c
#include
void Mpass(int x[],int y[],int k,int n); /*声明其为函数*/
void Msort(int x[],int y[],int n); /*声明其为函数*/
int main(void)
{
/*要排序整型数据序列*/
int a[] = {26,5,37,1,61,11,59,15,48,19
www.eeworm.com/read/227241/14435935
c termidx.c
/*
* Program to generate termcap index file
* Copyright
* (C) 1992 Joseph H. Allen
*
* This file is part of JOE (Joe's Own Editor)
*/
#include "types.h"
static void gen(unsigned char *s, FILE
www.eeworm.com/read/227241/14436355
c path.c
/*
* Directory and path functions
* Copyright
* (C) 1992 Joseph H. Allen
*
* This file is part of JOE (Joe's Own Editor)
*/
#include "types.h"
#ifdef HAVE_PWD_H
#include
#endif
#ifde
www.eeworm.com/read/126184/14439183
cpp strfile.cpp
//: C04:Strfile.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file '