代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/350382/10745863
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/421154/10752579
s pivec.s
; :ts=8
include asmglobal.h
extrn Stktop,Spsave,Sssave,piint:proc,doret:proc,eoi:proc
DMAEN equ 4
.DATA
public acc_delay
acc_delay dw 0
.CODE
dbase dw @Data ; save loc for ds (m
www.eeworm.com/read/350210/10759217
c misc.c
#define _MISC_C_
#include
#include "types.h"
#include "board.h"
#include "global.h"
#include "misc.h"
#include "mcu.h"
void Delay4us(void)
{
#if MCU_XTAL_CLK_MHZ>=20
_nop_();
www.eeworm.com/read/420990/10762483
txt sssss.txt
软件部分是采用汇编语言的。汇编语言比机器语言易于读写、易于调试和修改,同时也具有机器语言执行速度快,占内存空间少等优点,但其依赖于具体的机型,不能通用,也不能在不同机型之间移植。部分程序及其注释说明如下:
; 1.2MHz 的晶振
;LCD 寄存器
LCD_CMD_WR equ 0
LCD_DATA_WR equ 1
LCD_BUSY_RD equ 2
LCD_DATA_RD equ ...
www.eeworm.com/read/420842/10771527
asm 3.asm
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****
www.eeworm.com/read/275956/10782553
bas pc遥控器.bas
Config Rc5 = Pinb.1 '配置端口B的1号IO线为RC5红外遥控信号输入脚
Ddrb = &HFD '配置端口B的1号IO线为输入,其余为输出
Portb = &HFC
www.eeworm.com/read/349839/10797312
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/349709/10802558
txt study_note.txt
调用JAVA存储过程
dbms_java.grant_permission( user,
'SYS:java.io.FilePermission',
p_path,
'read'
www.eeworm.com/read/349709/10802583
sql nestedtable_dml2.sql
/*
* nestedtable_dml2.sql
* Chapter 6, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates how to update nested tables.
*/
SET ECHO ON
www.eeworm.com/read/349709/10802887
sql use_messenger.sql
/*
* use_messenger.sql
* Chapter 11, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates MESSENGER as a wrapper for the
* DBMS_PIPE pac