代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/390402/8467023
txt sine.c.txt
/*
* sine.c
*
* Unix Version 2.4 by Steve Sampson, Public Domain, September 1988
*
* This program is used to generate time domain sinewave data
* for fft.c. If you want an openi
www.eeworm.com/read/390358/8470057
log cc_build_debug.log
-------------------------- pcm3002loop.pjt - Debug --------------------------
[main.c] "D:\CCStudio_v3.1\C5400\cgtools\bin\cl500" -g -fr"D:/CCStudio_v3.1/MyProjects/pcm3002loop/Debug" -d"_DEBUG" -@
www.eeworm.com/read/390343/8470833
asm 测试字符串中是否存在数字.asm
.model small
.data
max db 100
act db ?
string db 100 dup(?)
.stack 100h
.code
main proc far
start: mov ax,@data
mov ds,ax
le
www.eeworm.com/read/390183/8480483
asm a32offs.asm
bits 16
foo: a32 loop foo
bar: loop bar, ecx
bits 32
baz: a16 loop baz
qux: loop qux, cx
www.eeworm.com/read/390147/8482266
h am_map.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/189025/8496358
asm extmem.asm
; Test program for external memory.
; Write data to memory, then read it back.
; The program loops forever.
org 0
loop1: mov DPTR,#1234h
mov A,#0AAh
movx @DPTR,A
www.eeworm.com/read/389409/8523548
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/433021/8551904
vhd 移位寄存器_8bit.vhd
--Behavioural description of an 8-bit Shift Register
--8-bit universal shift register modelled using a process
ENTITY shftreg8 IS
PORT(clock, serinl, serinr : IN BIT; --clock and serial inputs
mode :
www.eeworm.com/read/289048/8582845
c example_28xgpio.c
#include "DSP28_Device.h"
#include "DSP28_Globalprototypes.h"
/*---- Flash API include file -------------------------------------------------*/
#include "Flash281x_API_Library.h"
// Prototyp