代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/353736/10425403
m zbtopology.m
% ZigBee physical network topology generator
rand('state', rseed);
randn('state', rnseed);
bSize=(Cm^(Lm+1)-1)/(Cm-1);
maxN=min([65536/16, bSize]); % the maximal number of node can be supported
www.eeworm.com/read/161313/10425504
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/161312/10425865
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/161309/10426635
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/279450/10436517
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/161189/10440072
m bvls.m
%
% x=bvls(A,b,l,u)
%
% Solves a bounded variables least squares problem
%
% min || Ax-b ||
% l
www.eeworm.com/read/279369/10443171
bas gosub.bas
'--------------------------------------------------------------
' (c) 1997-2000 MCS Electronics
'--------------------------------------------------------------
' file: GOSUB.BAS
'
www.eeworm.com/read/279097/10466686
c led.c
#include
/*
* Demo program
*
* Flashes LEDs on Port B, responds to switch press
* on RA1. Usable on PICDEM board.
*
* Copyright (C)1997 HI-TECH Software.
* Freely distributable.
*/
#
www.eeworm.com/read/353156/10468788
cpp 迭代法解线性方程组.cpp
// 迭代法解线性方程组.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "iomanip.h"
int main(int argc, char* argv[])
{
cout
www.eeworm.com/read/353137/10470020
cpp 高斯消去法解方程组.cpp
// 高斯消去法解方程组.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
int main(int argc, char* argv[])
{
cout