代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/445119/7599172
m loop1.m
%LOOP1
% Creates triangular mesh for the loop antenna of
% given radius and wire thickness
% The following parameters need to be specified:
%
% Loop radius in m a
www.eeworm.com/read/445119/7599174
mat loop1.mat
www.eeworm.com/read/445119/7599175
m loop3.m
%LOOP3
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% LOOP3 has a somewhat better mesh quality than LOOP2
%
www.eeworm.com/read/438832/7725333
sh background-loop.sh
#!/bin/bash
# background-loop.sh
for i in 1 2 3 4 5 6 7 8 9 10 # 第一个循环.
do
echo -n "$i "
done & # 在后台运行这个循环.
# 在第2个循环之后, 将在某些时候执行.
echo # 这个'echo'某些时候将不会显示.
for i in 11 12 1
www.eeworm.com/read/438832/7725802
sh nested-loop.sh
#!/bin/bash
# nested-loop.sh: 嵌套的"for"循环.
outer=1 # 设置外部循环计数.
# 开始外部循环.
for a in 1 2 3 4 5
do
echo "Pass $outer in outer loop."
echo "---------------------"
inner=1 # 重置
www.eeworm.com/read/437696/7742951
obj double_loop.obj
www.eeworm.com/read/289562/7805734
c loop.poll.c
#include "call.h"
#include
#define BUFFSIZE 512
/*
* Copy everything from stdin to "remfd",
* and everything from "remfd" to stdout.
*/
void
loop(int remfd)
{
int bol, n, nread;
cha
www.eeworm.com/read/289562/7805962
c loop.select.c
#include "opend.h"
#include
#include
void
loop(void)
{
int i, n, maxfd, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
fd_set rset, allset;
FD_ZERO(&al
www.eeworm.com/read/289562/7805963
c loop.poll.c
#include "opend.h"
#include
#if !defined(BSD) && !defined(MACOS)
#include
#endif
void
loop(void)
{
int i, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
s
www.eeworm.com/read/387872/7849923
h dispatch_loop.h
//------------------------------------------------------------------------------------
//
// I N T E L P R O