代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/442456/7097883
c ex1c.c
/*= ex1c.c =====================================================================
*
* Copyright (C) 2003, 2004 Nordic Semiconductor
*
* This file is distributed in the hope that it will be use
www.eeworm.com/read/407825/7098346
c 2.c
#include"reg52.h"
void delay(unsigned int x);
unsigned char num=0;
void main(void)
{
unsigned int i;
T2CON=0x30;//T2作为波特率发生器
RCAP2H=0xff;
RCAP2L=0xec;//波特率为19200
www.eeworm.com/read/291728/7101371
c tb1820.c
/*8M crystal ,temperture detector.The number of controlling
device is DS1820*/
#include
#include
#include
#include
#include
www.eeworm.com/read/291728/7101383
lst tb1820.lst
C51 COMPILER V8.02 TB1820 03/13/2008 09:21:27 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TB1820
OBJECT MODULE PLACED IN
www.eeworm.com/read/446733/7103502
c k.c
#include
unsigned char buff[9]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08};
unsigned char k,e,b,n,m;
sbit CS=P2^1;
sbit CLK=P2^0;
sbit SDO=P2^2;
AD()
{
b=0;
CS=1;
CLK=0;
CS
www.eeworm.com/read/368903/7104703
java scan.java
public class Scan{
int shape[][][]=new int[16][16][5];
void scan(int chesspad[][],int colour){//查看八方向上相邻同色棋子个数
int i,j;
for(i=1;i
www.eeworm.com/read/460712/7105545
m chap10_1cross.m
function [pop]=cross(pop)
[s,t]=size(pop);
pop1=pop;
for i=1:2:s
m=randperm(t-3)+1;
crosspoint(1)=min(m(1),m(2));
crosspoint(2)=max(m(1),m(2));
% middle=pop(i,crosspoint(1)+1:c
www.eeworm.com/read/460712/7105901
m qpause.m
function qpause
% QPAUSE Used instead of PAUSE to allow graph window to remain active
% inside an M file. QPAUSE also makes sure to prompt user to
% exit shaping environment before p
www.eeworm.com/read/371039/7108155
cpp 1073.cpp
#include "iostream"
#include "stdio.h"
using namespace std;
int main()
{
int n=0;
int l;
int j;
int a[1000];
//int k;
// int m;
// int temp;
int sum=0;
int i=1;
int p=0;
/