代码搜索:while

找到约 10,000 项符合「while」的源代码

代码结果 10,000
www.eeworm.com/read/479138/6699665

c 44blib.c

/************************************************ * NAME : 44BLIB.C * * Version : 17.APR.00 * ************************************************/ #include "..\inc\44b.h" #include "..\in
www.eeworm.com/read/479145/6699745

m ste.m

function [sigma,e,tr,tp,ts]=ste(y,t) [mp,tf]=max(y); cs=length(t); yss=y(cs); sigma=(mp-yss)/yss; %计算超调量 k=1; %计算误差函数 for k=1:cs e(k)=y(k)-yss; end tp=t(tf); %峰值时间 m=1;k
www.eeworm.com/read/478958/6708647

vb coroutine.vb

Imports System.Threading Public Class coroutine Dim sc As New Semaphore(0, 3) Dim rc As New Semaphore(0, 3) Dim pc As New Semaphore(0, 3) Dim rs, sp As String Dim inbuf As S
www.eeworm.com/read/478539/6709280

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c)
www.eeworm.com/read/478539/6709311

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c) 1
www.eeworm.com/read/478542/6709469

c 1.c

#include "reg52.h" unsigned char code table[]={0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,
www.eeworm.com/read/478588/6710404

m sel.m

%“选择”操作 function seln=sel(s,p); inn=size(p,1); %从种群中选择两个个体 for i=1:2 r=rand; %产生一个随机数 prand=p-r; j=1; while prand(j)
www.eeworm.com/read/478267/6713918

cpp add.cpp

#include "add.h" //////////////////////1.添加学生信息////////////////////// struct student *addstudentinfo() { while (1) { temp=(struct student*)malloc(LEN); system("cls"); winaddstudenti
www.eeworm.com/read/478033/6718219

pas testldltsolveunit.pas

unit testldltsolveunit; interface uses Math, Ap, Sysutils, ldlt, ssolve; function TestLDLTSolve(Silent : Boolean):Boolean; function testldltsolveunit_test_silent():Boolean; function testldltsol
www.eeworm.com/read/478033/6718226

pas testdetcholeskyunit.pas

unit testdetcholeskyunit; interface uses Math, Ap, Sysutils, cholesky, spddet; function TestDetCholesky(Silent : Boolean):Boolean; function testdetcholeskyunit_test_silent():Boolean; function t