代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/408584/11380377

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
www.eeworm.com/read/344156/11906371

pdf mems_event_loop.pdf

www.eeworm.com/read/257436/11927446

cpp costas_loop_sim.cpp

// // File = costas_loop_sim.cpp // #define SIM_NAME "CostasLoop\0" #define SIM_TITLE "Simulation of Costas Loop\0" #include "global_stuff.h" #include "qpsk_theory.h" #include "bitgen.h
www.eeworm.com/read/257139/11947948

vi while loop demo.vi

www.eeworm.com/read/256612/11983180

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/339494/12228964

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/129891/14218778

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