代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/380816/9127302
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/281741/9136829
s crt0.s
@******************************************************************************
@ File:crt0.s
@ 功能:通过它转入C程序
@******************************************************************************
www.eeworm.com/read/183814/9137189
c i2c在cpld上的模拟实现源程序.c
//I2C在CPLD上的模拟实现源程序
type clock_type is (s0,s1,s2,s3);
signal state0:clock_type;
signal state1:state_type;
case state is
when s0=>
da
www.eeworm.com/read/183576/9153155
hs staticfm.hs
{------------------------------------------------------------------------}
{--- Trivial finite maps implemented by balanced trees, where the ---}
{--- set of keys is known at the outset.
www.eeworm.com/read/380136/9161035
s test.s
.text
.global _start
_start:
b MAINFUNC
MAINFUNC:
ldr sp, =1024*4 @ 把堆栈指针设置为4K处
mov fp, #0 @ 前面没有函数调用,所以把fp清零
mov r0, #0 @ 把main函数的argc设置为0
mov r1, #0 @ 把main函数的argv设置为0
www.eeworm.com/read/183326/9168297
adb sample-text_io_demo.adb
------------------------------------------------------------------------------
-- --
-- GNAT ncurses Bind
www.eeworm.com/read/183260/9173901
sql calllibrary.sql
REM callLibrary.sql
REM Chapter 8, Oracle9i PL/SQL Programming by Scott Urman
REM This file contains examples of calls to the Library package.
BEGIN
Library.PrintCheckedOut(1000);
END;
/
www.eeworm.com/read/379563/9193489
m flexica.m
%
%
% flexica.m
%
% seungjin@postech.ac.kr
%
% Last updated:
% February 6, 2003
%
% function for batch version of flexible ICA
%
% function [W]=flexica(x,n,nb,ga_W,maxits)
%
% W:
www.eeworm.com/read/182737/9193620
vhd mux8_synth.vhd
----------------------------------------------------------------------
---- ----
---- mux8_synth.vhd
www.eeworm.com/read/378848/9214607
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant