代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/400888/11567262
c 改变闪烁快慢.c
/******************************************
* 文件名:
* LED4.c
* 功能:
* 主程序
* 运行后可以看到LED4每过大约1秒闪一次
******************************************/
#include
char speed
www.eeworm.com/read/400763/11569027
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
sbit P11 = P1^1;
sb
www.eeworm.com/read/400763/11569261
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
char code dx516[3] _at_ 0x003b;//这是为了仿真设置的
sbit P10=P1^
www.eeworm.com/read/400707/11570109
cpp 实验5.cpp
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "time.h"
#include "limits.h"
#define MAXITEM 1000
typedef int KeyType,ElemType;
int count1=0,count2=0,count3=0,count4=0,cou
www.eeworm.com/read/400691/11570224
cpp main.cpp
#include
#include
#include
#include
#include
#include
#define ERROR 0
#define OK 1
#define OVERFLOW 0
#define status int
typedef s
www.eeworm.com/read/400641/11571181
m untitled.m
for m=3:15;
for j=2:m-1
a(j-1)=((j-1)*cos((pi/6)-((j-1)*pi)/(6*(m-1))));
end
sum=a(j-1);
j=1;
while j
www.eeworm.com/read/400641/11571182
m untitled11.m
for m=6:15;
for j=1:m-2
a(j)=(j*cos((pi/6)-(j*pi)/(6*(m-1))));
end
sum=a(j);
a(1:j);
j=0;
while j
www.eeworm.com/read/400641/11571183
m untitled33.m
for m=6:15;
for j=1:m-2
a(j)=(j*cos((pi/6)-(j*pi)/(6*(m-1))));
end
%s=a(j);
b=a(1:j);
b=b';
S=sum(b);
%j=0;
%while j
www.eeworm.com/read/400552/11574536
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/400386/11578063
cpp xt6-5.cpp
#include
using namespace std;
int main()
{int i,k,m,n,num[50],*p;
coutn;
p=num;
for (i=0;i