代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/402540/11533511

asm ssinc.asm

;********************SSINC******************** ;本程序实现对单字节有符号数据块进行增序排列。 ;入口参数:数据块首址在SADR中,数据个数在W中。 ;出口参数:排好序的数据仍在原数据块中。 ;占用资源:W,STATUS,FSR,020H,023H,028H,029H,02AH,02BH,一重堆栈。 IFNDEF
www.eeworm.com/read/402540/11533537

asm sudec.asm

;********************SUDEC******************** ;本程序实现对单字节无符号数据块进行降序排列。 ;入口参数:数据块首址在SADR中,数据个数在W中。 ;出口参数:排好序的数据仍在原数据块中。 ;占用资源:W,STATUS,FSR,020H,028H,029H,02AH,02BH,一重堆栈。 IFNDEF
www.eeworm.com/read/402540/11533583

asm mumul.asm

;********************MUMUL******************** ;本程序实现多字节无符号数乘法。 ;入口参数:被乘数地址在SADR中,乘数地址在DADR中,字节数在CNT中(小于32字节),结果 ; 地址在SADRH中。 ;出口参数:结果在指定单元中,地址在SADR中,字节数在CNT中。 ;占用资源:W,FSR,STATUS,020H~02
www.eeworm.com/read/402305/11538217

cpp yinhangjia.cpp

// 银行家.cpp : Defines the entry point for the console application. // #include #include "string.h" #include #include int m,n,a=4,b,i; int k[3]={2,6,3}; int
www.eeworm.com/read/402018/11543728

vhd filter.vhd

library ieee; use ieee.std_logic_1164.all; package mydefine is type def is array (natural range) of std_logic_vector(7 downto 0); constant rank:integer:=3; end package; library ieee; use ie
www.eeworm.com/read/401613/11554401

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, ExtCtrls, StdCtrls; type TForm1 = class(TForm) GroupBox1: T
www.eeworm.com/read/401613/11554411

~pas unit1.~pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, ExtCtrls, StdCtrls; type TForm1 = class(TForm) GroupBox1: T
www.eeworm.com/read/401363/11558665

v clock.v

module clock(clk,clk_1k,mode,change,turn,alert,hour,min,sec, LD_alert,LD_hour,LD_min); input clk,clk_1k,mode,change,turn; output alert,LD_alert,LD_hour,LD_min; output[7:0] hour,min,sec; reg[7:0]
www.eeworm.com/read/400386/11577865

cpp c7-8.cpp

#include #include using namespace std; int main() {enum color {red,yellow,blue,white,black}; color pri; int i,j,k,n=0,loop; for (i=red;i
www.eeworm.com/read/348535/11589576

asm e7.asm

;/////////////////////////////////////////// ;本程序源代码由单片机培训网提供. ;单片机培训网,让更多人学习单片机更容易. ;第一网址----www.mcuedu.com ;第二网址----http://51_train.nease.net ;创办人------刘永忠 ;热线电话----(0755)27529998 ;email-----