代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/425303/10364513
scm update list.scm
(define ls (list 1 2 3 4 5))
(define temp1 (list))
(define (update lis pos val)
(let ((n 0) (temp1 (list)) )
(let loop ((temp lis) (lsk 0))
(if (= pos (+ n 1)) (begin
www.eeworm.com/read/161587/10394934
cpp maddct1.cpp
// step count for matrix addition
#include
#include "make2db.h"
int count = 0;
template
void Add( T **a, T **b, T **c, int rows, int cols)
{// Add matrices a and b to
www.eeworm.com/read/353801/10417540
asm count.asm
;/********************************************************************
;* 主 页 : HTTP://WWW.QLMCU.COM
;*;
;* 程序功能 : 0~9999计数器实验
;*
;* 应用软件 : KEIL C
;*
;* 版 本 : KEIL 7.06 完
www.eeworm.com/read/279420/10439313
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/161171/10441133
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/279372/10442990
asm 122.asm
;******************************************************************
; 电信二班 郑尹铭 2005309214
; 电信一班 胡庆在 2005309123
;
; 交通灯控制程序
;********
www.eeworm.com/read/279372/10442992
aqd 122.aqd
;******************************************************************
; 电信二班 郑尹铭 2005309214
; 电信一班 胡庆在 2005309123
;
; 交通灯控制程序
;********
www.eeworm.com/read/279372/10442995
lst 122.lst
A51 MACRO ASSEMBLER 122 07/06/07 23:08:40 PAGE 1
DOS MACRO ASSEMBLER A51 X4.86
OBJECT MODULE PLACED IN 122.O
ASSEMBLER I
www.eeworm.com/read/353241/10459750
asm t8.asm
NAME T8 ;8279实验
CSEG AT 0000H
LJMP START
CSEG AT 4100H
START: MOV DPTR,#0CFE9H ;8279命令字
MOV A,#0D1H ;清除
MOVX @DPTR,A
WAIT: MOVX A,@DPTR
www.eeworm.com/read/279133/10461766
asm zb1.asm
SCLK_595 EQU P1.0 ;移位时钟脉冲
RCK_595 EQU P1.1 ;输出锁存器控制脉冲
SDATA_595 EQU P1.2 ;串行数据输入
ORG 00H
START: MOV R2,