代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/482107/6627668
htm credits.htm
{subtemplate header}
$bbname » {lang faq}{lang faq} $navigation » {lang cred
www.eeworm.com/read/479948/6673532
cpp splint.cpp
void splint(double xa[], double ya[], double y2a[], int n, double& x, double& y)
{
int klo,khi,k;
double h,a,b,aaa,bbb;
klo = 1;
khi = n;
loop: if (khi - klo > 1 )
{
k = (khi +
www.eeworm.com/read/479910/6683243
m fig7_51.m
% Figure 7.51 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
% script for fig. 7.51
%
clf;
dp=[1 1 0];
np=[1];
nc=conv([1 1.001],[8.32 0.8]);
www.eeworm.com/read/478036/6718460
asm exec82.asm
Counter EQU 59H ;计数器,显示程序通过它得知现正显示哪个数码管
FIRST EQU P2.7 ;第一位数码管的位控制
SECOND EQU P2.6 ;第二位数码管的位控制
DISPBUFF EQU 5AH ;显示缓冲区为5AH和5BH
ORG 0000H
AJMP START
ORG 000BH ;定时器T0的入口
AJMP DISP ;显示程序
www.eeworm.com/read/478253/6722711
vhd mydivider.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity mydivider is
port(divident:in std_logic_vector(3 downto 0);
dividor:in std_logic
www.eeworm.com/read/476392/6759269
m pdcomp.m
function [numopen, denopen, denclsd]=pdcomp(num,den,s1)
% Hadi Saadat, 1998
discr=[
' '
' The function pdcomp(num, den, s
www.eeworm.com/read/476392/6759288
m pidcomp.m
function [numopen, denopen, denclsd]=pidcomp(num,den,s1,KI)
% Hadi Saadat, 1998
discr=[
' '
' The function pidcomp(num, de
www.eeworm.com/read/476392/6759299
m ghs.m
function [mag,phase]=ghs(num,den,s)
% Hadi Saadat, 1998
% This function returns the magnitude and phase angle in radian of
% the open-loop transfer function G(s)H(s) for the specified complex
www.eeworm.com/read/476392/6759351
m phlead.m
function [numopen, denopen, denclsd]=dephlead(num,den,s1)
% Hadi Saadat, 1998
discr=[
' '
' The function phlead(num, de
www.eeworm.com/read/476392/6759353
m picomp.m
function [numopen, denopen,denclsd]=picomp(num,den,s1)
% Hadi Saadat, 1998
discr=[
' '
' The function picomp(num, den, s1