代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/494691/6360424
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
www.eeworm.com/read/492812/6409660
pjt loop_store.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\Loop_store\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Com
www.eeworm.com/read/492812/6409662
out loop_store.out
www.eeworm.com/read/492812/6409663
c loop_store.c
//Loop_store.c Data acquisition. Input data also stored in buffer
#define BUFFER_SIZE 512 //buffer size
short buffer[BUFFER_SIZE]; //buffer where data is stored
short i = 0;
interru
www.eeworm.com/read/492812/6409664
pjt loop_poll.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\loop_poll\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Comp
www.eeworm.com/read/492812/6409667
out loop_poll.out
www.eeworm.com/read/492812/6409668
c loop_poll.c
//loop_poll.c Loop program using polling, output=input
//Comm routines and support files included in C6xdskinit.c
void main()
{
int sample_data;
comm_poll(); //init DSK, c
www.eeworm.com/read/492812/6409849
out loop_intr.out
www.eeworm.com/read/492812/6409852
c loop_intr.c
//Loop_intr.c Loop program using interrupt, output=input
//Comm routines and support files included in C6xdskinit.c
interrupt void c_int11() //interrupt service routine
{
int sample_d
www.eeworm.com/read/492812/6409855
pjt loop_intr.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\loop_intr\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Comp