代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/349839/10797141

m instfreq.m

function [fnormhat,t]=instfreq(x,t,L,trace); %INSTFREQ Instantaneous frequency estimation. % [FNORMHAT,T]=INSTFREQ(X,T,L,TRACE) computes the instantaneous % frequency of the analytic signal X at time
www.eeworm.com/read/349837/10797715

cpp algo0405.cpp

int Index(SString S, SString T, int pos) { // 算法4.5 // 返回子串T在主串S中第pos个字符之后的位置。 // 若不存在,则函数值为0。 // 其中,T非空,1≤pos≤StrLength(S)。 int i = pos; int j = 1; while (i
www.eeworm.com/read/349837/10797717

cpp algo0401.cpp

#include "algo0403.cpp" int Index(SString S, SString T, int pos) { // 算法4.1 // T为非空串。若主串S中第pos个字符之后存在与T相等的子串, // 则返回第一个这样的子串在S中的位置,否则返回0 int n,m,i; SString sub; if (pos > 0) {
www.eeworm.com/read/349837/10797751

cpp algo1012.cpp

void Merge (RedType SR[], RedType TR[], int i, int m, int n) { // 算法10.12 // 将有序的SR[i..m]和SR[m+1..n]归并为有序的TR[i..n] int j,k; for (j=m+1, k=i; i
www.eeworm.com/read/349837/10797832

cpp algo0710.cpp

void FindArticul(ALGraph G) { // 算法7.10 // 连通图G以邻接表作存储结构,查找并输出G上全部关节点。 // 全局量count对访问计数。 int v; struct ArcNode *p; visited[0] = 1; // 设定邻接表上0号顶点为生成树的根 for (int i=1; i
www.eeworm.com/read/349837/10797866

cpp algo1102.cpp

void Adjust(LoserTree &ls, int s) { // 算法11.2 // 沿从叶子结点b[s]到根结点ls[0]的路径调整败者树。 int t, temp; t = (s+k)/2; // ls[t]是b[s]的双亲结点 while (t>0) { if (b[s].key > b[ls[t]].key) { temp
www.eeworm.com/read/275732/10798262

c 44blib.c

#include #include #include #include #include #include "..\target\44b.h" #include "..\target\44blib.h" #include "..\target\def.h" #inclu
www.eeworm.com/read/275725/10799555

c 44blib.c

#include #include #include #include #include #include "..\target\44b.h" #include "..\target\44blib.h" #include "..\target\def.h" #inclu
www.eeworm.com/read/275723/10799647

c 44blib.c

#include #include #include #include #include #include "..\target\44b.h" #include "..\target\44blib.h" #include "..\target\def.h" #inclu
www.eeworm.com/read/275721/10799849

c 44blib.c

#include #include #include #include #include #include "..\target\44b.h" #include "..\target\44blib.h" #include "..\target\def.h" #inclu