代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7451917
cpp 3130959_ac_0ms_300k.cpp
#include
#define MAX 1000
using namespace std;
void main()
{
int a[MAX];
int i=1;
do
{
cin>>a[0];
int n=0;
int cup=0,cdown=0;
int up=0,down=0;
int flag=-1;
int
www.eeworm.com/read/451999/7452244
m cg.m
%200612009佟跃-----
%共轭梯度(CG)迭代
function [xn,n]=CG(A,b,d)
%A为矩阵b为向量d是一值
%注意 b的维数和A的行列数相同
n=length(A);
x(:,1)=zeros(n,1);
r(:,1)=b;
p(:,1)=b;
n=2;
while n>0
t1(n)=r(:,n-1)'*r(:,n-1)/(p(:,n-
www.eeworm.com/read/451997/7452251
c target.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/451995/7452292
c target.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/451957/7452967
c zj.c
#include
void main()
{
while(1)
{
unsigned char a,b,c,d,i;
a=0XD3;
b=0x00;
c=0x01;
for(i=0;i
www.eeworm.com/read/451611/7461179
c main.c
#define THIS_IS_STACK_APPLICATION
#include "p24FJ128GA106.h"
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/451610/7461193
c monitor.c
#include
#include "monitor.h"
int xatoi (char **str, long *res)
{
DWORD val;
BYTE c, radix, s = 0;
while ((c = **str) == ' ') (*str)++;
if (c == '-') {
s = 1;
c =
www.eeworm.com/read/451609/7461221
c monitor.c
#include
#include "monitor.h"
int xatoi (char **str, long *res)
{
DWORD val;
BYTE c, radix, s = 0;
while ((c = **str) == ' ') (*str)++;
if (c == '-') {
s = 1;
c =
www.eeworm.com/read/451592/7461402
c no_cont.c
#include
void main()
{
int counter;
printf("\nEven values\n");
for (counter = 1; counter
www.eeworm.com/read/451592/7461409
bak 0_to_100.bak
#include
void main ()
{
int value = 0;
while (value