代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/407780/11410906
txt noj 1012 整数游戏.txt
#include
#include
#include
#include
using namespace std;
long jiechen[11];
int answer[11];
//NOJ 1012 整数游戏
/*
输入:
3 2
输出:
213
*/
void c
www.eeworm.com/read/407780/11410907
txt noj 1017 最大零矩阵.txt
#include
#include
#include
#include
using namespace std;
/*NOJ 1017
算法简介:
设h[i, j]为元素a[i j]的高度,其定义如下:
若a[i j]为1,则h[i, j]=0,否则定义为从该元素开始在同一列上向上延伸的连续的
www.eeworm.com/read/407780/11410909
txt noj 1020 最大正方形.txt
#include
#include
#include
#include
using namespace std;
//作者:yesrush
//NOJ 1020 最大正方形
//类似于求最大零矩阵,本程序是在这个程序上略作修改得到
/*
输入:
6
0 0 0 0 0 -1
0 0
www.eeworm.com/read/407780/11410914
txt pku 2506 高精度加乘+递推.txt
#include
#include
#include
#include
using namespace std;
//PKU 2506 高精度加乘+递推
#define NMAX 260
#define MMAX 150
int f[NMAX][MMAX];
void mullow(i
www.eeworm.com/read/407760/11411150
pl t2a.pl
#!/usr/bin/perl
#
# Copyright 1994-1996 Werner Almesberger.
# All rights reserved.
#
# See file COPYING for details.
#
#-----------------------------------------------------------------------------
#
www.eeworm.com/read/407759/11411269
pl t2a.pl
#!/usr/bin/perl
#
# Copyright 1994-1996 Werner Almesberger.
# All rights reserved.
#
# See file COPYING for details.
#
#-----------------------------------------------------------------------------
#
www.eeworm.com/read/407627/11412926
cpp accounts.cpp
/*
Accounts.cpp
用户信息,用以用户ID登录,并且返回对应此ID的指针
*/
#include "Function.h"
Unit * InfoManager::Accounts ()
{
if (!head_tea)
{
system("cls");
cout
www.eeworm.com/read/407559/11415108
lst main.lst
C51 COMPILER V6.23a MAIN 11/13/2002 23:29:37 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN m
www.eeworm.com/read/407559/11415114
c main.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/407559/11415552
c 例7-7.c
#include "reg51.h"
#define ON 1
#define OFF 0
sbit Lamp1=P0^0;
sbit Lamp2=P0^1;
sbit Lamp3=P0^0;
sbit Lamp4=P0^1;
sbit Lamp5=P0^0;
sbit Lamp6=P0^1;
sbit Lamp7=P0^0;
sbit Lamp8=P0^1;