代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/385103/8819458
m ex3_12.m
for n=100:200
if rem(n,21)~=0
continue
end
break
end
n
www.eeworm.com/read/429076/8820053
f90 fdm0308.f90
PROGRAM FDM
!***************************************************************!
!说明:U0为磁场初值 A为系数矩阵 B为右端项 JS 解方程组中的工作数组
!共六行 九列 总节点数:6*9=54
IMPLICIT NONE
INTEGER I,L
REAL U0(6,9),A(54,54),B(54
www.eeworm.com/read/187103/8855059
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to
www.eeworm.com/read/187102/8855705
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to
www.eeworm.com/read/187101/8856403
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to
www.eeworm.com/read/285188/8862973
cpp 1 bahuanghou.cpp
#include
# include
using namespace std;
int total = 0; //方案计数
void main(){
int queen[8];
int i, j, k;
for (i=0;i
www.eeworm.com/read/428437/8869563
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to
www.eeworm.com/read/384361/8875428
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
#
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
#
www.eeworm.com/read/428185/8884865
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
#
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
#
www.eeworm.com/read/428096/8895968
m adaptive.m
function C=adaptive(H,N,R)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 功能: 自适应的比特分配:按照信道响应降序排列,子载波间争夺比特和功率
% 步长为2
% 输入: H为信道的参数
% N为子载波数
% 输出: