代码搜索:Ladder
找到约 328 项符合「Ladder」的源代码
代码结果 328
www.eeworm.com/read/285240/8859629
ladder
www.eeworm.com/read/285240/8859609
opt ladder.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/285240/8859615
lnp ladder.lnp
"STARTUP.obj",
"mainn.obj"
TO "Ladder"
RAMSIZE(256)
www.eeworm.com/read/285240/8859618
hex ladder.hex
:030000000204D324
:0C04D300787FE4F6D8FD75815602051A0A
:10031600413E3E3E417F3D003F7F3D1E2E36395DCC
:1003260036363649676B6D006F583A3A3A4641366B
:1003360036364D7E0E767A7C49363636495936360D
:10034600
www.eeworm.com/read/285240/8859644
plg ladder.plg
礦ision3 Build Log
Project:
E:\电子设计\电梯控制\Ladder.uv2
Project File Date: 06/22/2007
Output:
Build target 'Target 1'
assembling STARTUP.A51...
c
www.eeworm.com/read/198918/7904003
m ladder.m
function [alpha0,alpha,beta]=ladder(B,A)
% Ladder Realization of a Transfer Function
% Amir M. Sadri, Dynamics & Control Research Group
% University of Manchester
% 10 May, 1997
% Referenc
www.eeworm.com/read/410626/11274378
bsf ladder.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/410626/11274382
vhd ladder.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY ladder IS
PORT(clk0,fq:IN STD_LOGIC;
q:OUT STD_LOGIC_VECTOR(7 DOWNTO 0));
END ladder;
ARCHITECTURE behave
www.eeworm.com/read/400422/11577359
m ladder.m
function y = ladder(ef, y0, h, a, b)
y(1) = y0;
n = (b - a) / h;
x = a : h : b;
fn0 = y0;
fn1 = y0;
fn2 = y0;
fn3 = y0;
for i = 1 : n
y(i+1) = y(i) + h / 24 * (55 * fn0 - 59 * fn1 + 37 *
www.eeworm.com/read/157384/11713781
py ladder.py
#!/usr/bin/env python
# -*- Mode: Python; tab-width: 4 -*-
#
# Copyright (C) 2001 Gianluigi Tiesi
#
# This program is free software; you can redistribute it and/or modify
# it und