代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/321380/13407917
h delay.h
/*
lowlevel delay routines
Designed by Shane Tolmie of KeyGhost corporation. Freely distributable.
Questions and comments to shane@keyghost.com
Want to see 4Mb of Hi-Tech C FAQ and sample sou
www.eeworm.com/read/321110/13412305
c test_string_set.c
#include
#ifdef __cplusplus
extern "C"
{
#endif
#include "string_set.h"
#include "MyStringSet.h"
#include "MyStringSetEx.h"
#include "mylog.h"
#ifdef __cplusplus
}
#endif
#ifdef WIN32
#inc
www.eeworm.com/read/319970/13438241
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/318888/13467770
asm dft_128.asm
;
; DFT_128 - compute 128 points DFT
;
; Entry T0: AR0: pointer to complex input sample buffer
; AR1: pointer to complex output sample buffer
; Return: None
;
.def _d
www.eeworm.com/read/318888/13467780
asm mag_128.asm
;
; Compute the magnitude of the input complex sample
;
; Entry: AR0: input buffer pointer
; AR1: output buffer pointer
; Exit: None
;
.def _mag_128
N .set 128
www.eeworm.com/read/318888/13467819
asm sine.asm
;
; sine.asm - 2nd-order resonator as sinewave generator
;
; It works better in the range of f/Fs=[0.125-0.975]
; Initialization condition:
; A
www.eeworm.com/read/318587/13475484
asm flashled2.asm
;p1口8个跑马灯的另外一个程序。
;**************************************************************************
;* Date : 2004.4.20 *
;* Support Mb:0735-2197559
www.eeworm.com/read/318000/13490639
asm input.asm
;input.asm文件的功能是输入数据获数据修改
extrn res:byte,line:byte,tot:byte,pri:byte,cur:byte,flag:byte
public input ;输入(修改)数据模块input
result struc
nam db 11,?,11 dup('$')
num db 7,?,7 dup('$')
asm db 4,?,4
www.eeworm.com/read/318000/13490640
asm ifc.asm
;ifc.asm文件为系统的界面显示模块。功能有显示开始画面、主界面(表格与菜单)和帮助信息。
extrn pag:byte,findf:byte,frow:byte
public ifc,start,help ;主界面模块ifc,开始界面模块start,帮助信息模块help
stacksg segment stack 's'
dw 64 dup('st')
st
www.eeworm.com/read/318000/13490641
asm file.asm
;file.asm文件包括文件的新建、读取和存储功能
extrn res:byte,tot:byte,tota:word,fd:word,pag:byte,row:byte,line:byte
public new,load,save ;新建(刷新)模块new,读取模块load,存储模块save
result struc
nam db 11,?,11 dup('$')
num d