代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/260707/11707136
c hello.c
#include
#include
#pragma interrupt(Timer=2)
void Timer(void)
{
ioport1++;
}
void main () {
int i, j;
int arr[10];
float r;
loop:
j = 0;
www.eeworm.com/read/346873/11714403
cpp largefloat.cpp
///////////////////////////////////////////////////////////////////////////////////
// LargeFloat.cpp
//
#include
#include "TLargeFloat.h"
//#define _MY_TIME_CLOCK
#ifdef _MY_TI
www.eeworm.com/read/157175/11734879
lkf debug.lkf
-z -q -c -m"./Debug/SobelEdgeloop2.map" -o"./Debug/SobelEdgeloop2.out" -stack0x400 -w -x -i"d:/ti6000/c6000/bios/lib" -i"d:/ti6000/c6000/rtdx/lib" -i"d:/ti6000/C6000/xdais/lib" -i"d:/ti6000/c6000/cgto
www.eeworm.com/read/157175/11734902
lkv debug.lkv
-z -q -c -m"./Debug/SobelEdgeloop2.map" -o"./Debug/SobelEdgeloop2.out" -stack0x400 -w -x -i"d:/ti6000/c6000/bios/lib" -i"d:/ti6000/c6000/rtdx/lib" -i"d:/ti6000/C6000/xdais/lib" -i"d:/ti6000/c6000/cgto
www.eeworm.com/read/157175/11734933
pjt sobeledgeloop2.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\ti6000\myprojects\SobelEdge_loop2\"
ProjectType=Executable
CPUFamily=TMS320C64XX
www.eeworm.com/read/346367/11752869
m disprog.m
function disprog(i,N,steps);
%DISPROG Display progression of a loop.
% DISPROG(i,N,steps) displays the progression of a loop.
%
% I : loop variable
% N : final value of i
% STEPS : number of d
www.eeworm.com/read/346307/11755409
c m16_horse.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
int main ()
{ uchar pwm=0x00;
TCCR1A=0xb1;
TCCR1B=0x09;
TCNT1=0;
www.eeworm.com/read/346292/11755797
sdi tem.sdi
,,,ORG 0000H
0000,02 00 40,, JMP START
,,, ORG 0040H
0040,,START,START:
0040,12 07 52,, LCALL ZHUANHUAN
0043,D2 B0,, SETB P3.0
0045
www.eeworm.com/read/346292/11755961
asm tem.asm
ORG 0000H
JMP START
ORG 0040H
START:
LCALL ZHUANHUAN
SETB P3.0
SETB P3.1
SETB P3.2
SETB P2.0
SETB P2.1
SETB P2.2
www.eeworm.com/read/346282/11756362
3 15.3.3
FILTER4:
MOV R6,#40H
MOV R2,#00H
MOV R3,#00H
MOV A,COUNT
PUSH ACC
MOV R0,#DATA
LOOP:
MOV 36H,R6
MOV 37H,R2
MOV 38H,R3
MOV A,@R0
MOV R3,A
INC R0
MOV R1,#MED1
CLR 3AH