代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/492812/6410027
out loop_print.out
www.eeworm.com/read/492812/6410030
pjt loop_print.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\Loop_print\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Com
www.eeworm.com/read/492812/6410031
c loop_print.c
//Loop_print.c Data acquisition. Loop with data printed to a file
#include
#define BUFFER_SIZE 64 //buffer size
int i=0;
int j=0;
int buffer[BUFFER_SIZE];
www.eeworm.com/read/491340/6438863
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule
www.eeworm.com/read/490627/6450019
c loop.poll.c
#include "call.h"
#include
#include
/* Copy everything from stdin to "remfd",
* and everything from "remfd" to stdout. */
#define BUFFSIZE 512
void
loop(int remfd)
{
int b
www.eeworm.com/read/490627/6450159
c loop.select.c
#include "opend.h"
#include
void
loop(void)
{
int i, n, maxfd, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
fd_set rset, allset;
FD_ZERO(&allset);
/* obtain fd
www.eeworm.com/read/490627/6450160
c loop.poll.c
#include "opend.h"
#include
#include
void
loop(void)
{
int i, n, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
struct pollfd *pollfd;
if ( (pollfd = ma