代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/206113/15299956
cpp loop2.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/206113/15299958
cpp loop1.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/6976/105917
h loop_wchar.h
/*
* Copyright (C) 2000-2002 Free Software Foundation, Inc.
* This file is part of the GNU LIBICONV Library.
*
* The GNU LIBICONV Library is free software; you can redistribute it
* and/or m
www.eeworm.com/read/6976/105927
h loop_unicode.h
/*
* Copyright (C) 1999-2002 Free Software Foundation, Inc.
* This file is part of the GNU LIBICONV Library.
*
* The GNU LIBICONV Library is free software; you can redistribute it
* and/or m
www.eeworm.com/read/7654/125817
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/7654/125819
out loop_store.out
www.eeworm.com/read/7654/125820
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/7654/125821
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/7654/125824
out loop_poll.out
www.eeworm.com/read/7654/125825
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