代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/261501/11641267
txt 创建图.txt
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2;
g->vexnum=n;
/*顶点用i表示*/
for(i=1;iV[i]=i;
}
/*初始化R*/
for(i=1;i
www.eeworm.com/read/158107/11643171
cpp qcksrt.cpp
void qcksrt(int n, double arr[])
{
int m = 7; int nstack = 50; int fm = 7875; int fa = 211;
int fc = 1663; double a,fmi = 0.00012698413;
int istack[51];
int jstack = 0;
int i,j,
www.eeworm.com/read/158107/11643174
cpp sort2.cpp
void sort2(int n, double ra[], double rb[])
{
int l,ir,i,j;
double rra,rrb;
l = n / 2 + 1;
ir = n;
do
{
if (l > 1)
{
l = l - 1;
rra = ra[l];
www.eeworm.com/read/158107/11643181
cpp indexx.cpp
void indexx(int n, double arrin[], int indx[])
{
int i,j,l,ir,indxt;
double q;
for (j = 1; j
www.eeworm.com/read/158107/11643187
cpp sort.cpp
void sort(int n, double ra[])
{
int i,j,l,ir;
double rra;
l = int(n / 2) + 1;
ir = n;
do
{
if (l > 1)
{
l = l - 1;
rra = ra[l];
}
www.eeworm.com/read/261478/11643236
txt 课题参考6.txt
C语言学生管理系统源码
/*-------------1-------------*/
#i nclude
#i nclude /*头文件*/
#i nclude
#i nclude
#i nclude
#i nclude
#i nclude
#i
www.eeworm.com/read/347709/11646548
c dco_2mhz_20xx.c
//******************************************************************************
// MSP430x20x2 Demo - Basic Clock, Output Buffered SMCLK, ACLK and MCLK/10
//
// Description: Buffer ACLK on P2.0,
www.eeworm.com/read/347709/11647239
c msp430xg46x_uscib0_spi_01.c
//******************************************************************************
// MSP430xG46x Demo - USCI_B0, SPI Interface to TLC549 8-Bit ADC
//
// Description: This program demonstrate USC
www.eeworm.com/read/347709/11647951
c dco_2mhz_20xx.c
//******************************************************************************
// MSP430x20x2 Demo - Basic Clock, Output Buffered SMCLK, ACLK and MCLK/10
//
// Description: Buffer ACLK on P2.0,
www.eeworm.com/read/347709/11647974
c msp430x47xx_uscib0_spi_01.c
//******************************************************************************
// MSP430x47xx Demo - USCI_B0, SPI Interface to TLC549 8-Bit ADC
//
// Description: This program demonstrate USC