代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/361166/10065505

vi while loop demo.vi

www.eeworm.com/read/360651/10082939

m pitch_open_loop.m

function [Top,wsp,exc]=Pitch_Open_Loop(total_speech,old_wsp) %/*----------------------------------------------------------------------* %* - Find the weighted input speech w_sp[] for the whole s
www.eeworm.com/read/358403/10189774

paf2 vga_loop.paf2

www.eeworm.com/read/161131/10446752

c fuse_loop_mt.c

/* FUSE: Filesystem in Userspace Copyright (C) 2001-2006 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB.
www.eeworm.com/read/278507/10529774

c mcast_get_loop.c

#include "unp.h" int mcast_get_loop(int sockfd) { switch (sockfd_to_family(sockfd)) { case AF_INET: { u_char flag; socklen_t len; len = sizeof(flag); if (getsockopt(sockfd, IPPROTO_IP, IP
www.eeworm.com/read/278507/10529919

lc mcast_set_loop.lc

/* include mcast_set_loop */ #include "unp.h"## 1 ##src/lib/mcast_set_loop.c## int## 2 ##src/lib/mcast_set_loop.c## mcast_set_loop(int sockfd, int onoff)## 3 ##src/lib/mcast_set_loop.c## {## 4
www.eeworm.com/read/278507/10530046

c mcast_set_loop.c

/* include mcast_set_loop */ #include "unp.h" int mcast_set_loop(int sockfd, int onoff) { switch (sockfd_to_family(sockfd)) { case AF_INET: { u_char flag; flag = onoff; return(setsockopt(so