代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/340177/12177444

c 5jcbj.c

#include "math.h" void jcbj(a,n,v,eps) int n; double a[],v[],eps; { int i,j,p,q,u,w,t,s; double ff,fm,cn,sn,omega,x,y,d; for (i=0; i
www.eeworm.com/read/340003/12188468

asm yjbg.asm

org 0000h LOOP: SETB P2.6 ;使P2.6输出高,控制PNP三极管截止,液晶屏幕的背光关闭 LCALL DELAY ;调用延时子程序DELAY LCALL DELAY ;调用延时子程序DELA LCALL DELAY ;调用延时子程序DELA CLR P2.6 ;使P2.6输出低,控制PNP三极管饱和,液晶屏幕的背光打开 LCALL
www.eeworm.com/read/151559/12201227

txt 遥控器程序.txt

ORG 0000H AJMP MAIN MAIN: MOV TMOD,#00100001B ;定时器1初始化,定时 MOV TH1,#0 MOV TL1,#0 SETB TR1 MOV SCON,#01010000B ;串口工作于方式1,接收状态 SETB
www.eeworm.com/read/151476/12207289

makefile

include ../Makefile.h PROGS = pow3 pow3b sqrt1 sqrt2 sqrt3 loop2 OUTPROGS = loop1 unruh sqrt4 pow3.hpp: pow3.htt pow3.cpp: pow3.hpp pow3.ctt pow3b.hpp: pow3b.htt pow3b.cpp: pow3b.hpp pow3b.ctt
www.eeworm.com/read/151305/12220355

vhd 76_pid.vhd

library work; use work.synchro.all; use work.op_pkg.all; ---------------------------------------------------------------- entity pid is port ( reset : in bit; Fsignin :
www.eeworm.com/read/151305/12220384

vhd 19_test_194.vhd

-- Page : 345 -346 -- -- Objective : constancy of for loop bounds -- -- File Name : test_194.vhd -- -- Author : Joseph Pick -- entity Test_194 is end Test_194; architecture
www.eeworm.com/read/151305/12220462

vhd 36_gcd.vhd

entity gcd is port(start: in bit; clk : in bit; din : in bit; xi,yi: in integer; dout : out bit; output:out integer); end gcd; architecture behavior of gcd is begin process
www.eeworm.com/read/151305/12220562

vhd 44_mvl7_functions.vhd

--*************************************************************************** -- VHDL BIT_VECTOR Operations for MVL7 type --
www.eeworm.com/read/151305/12220610

vhd 7_mvl7_functions.vhd

--*************************************************************************** -- VHDL BIT_VECTOR Operations for MVL7 type --
www.eeworm.com/read/151305/12220657

vhd 14_mvl7_functions.vhd

--*************************************************************************** -- VHDL BIT_VECTOR Operations for MVL7 type --