代码搜索:并联电梯
找到约 878 项符合「并联电梯」的源代码
代码结果 878
www.eeworm.com/read/268279/11145628
txt dianti.txt
--文件名:dianti.vhd。 --功能:6层楼的电梯控制系统。 --最后修改日期:2004.4.12。
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all; e
ntity dianti is port ( clk :
www.eeworm.com/read/489830/6462318
m parfiltr.m
function y=parfiltr(C,B,A,x); %IIR并联型实现
[K,L]=size(B);
N=length(x);
w=zeros(K+1,N);
w(1,:)=filter(C,1,x);
for i=1:K
w(i+1,:)=filter(B(i,:),A(i,:),x);
end
y=sum(w);
www.eeworm.com/read/391780/8377993
m ms17_1.m
b=[8,-4,11,-2]; %输入系统函数b参数
a=[1,-1.25,0.75,-0.125]; %输入系统函数a参数
[sos,g]=tf2sos(b,a) %由直接型转换为级联型
[r,p,k]=residuez(b,a) %由直接型转换为并联型
www.eeworm.com/read/441199/7674595
txt result100.txt
迭代次数: 6
最终误差: 2.02668e-006
节点号 风电机输出功率 投入并联电容台数
18 100000 5
节点号 节点电压实部 节点电压虚部 节点电压幅值
1 1.05 0 1.05
2 0.940434 -0.0315394 0.940962
3 0.939199 -0.0316499 0.939
www.eeworm.com/read/7491/120887
pdf dl-t-5161.11-2002-电气装置安装工程质量检验及评定规程第11部分-电梯电气装置施工质量检验--.pdf
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/365949/9838851
cpp elevator.cpp
//这个程序在本书所带软盘中。文件名为ELEVATOR.CPP
//这个程序演示对电梯运行状况的简单模拟。
#include
#include
const int h_floor = 10;
const long max_delay = 999999;
class elvtor
{
private:
int f_curr
www.eeworm.com/read/330515/12884410
h donghua.h
#include
//指向显示文字的句柄
HEGG screen;
//指向电梯的句柄
HEGG elevator;
HEGG egg1,egg2,egg3,egg4,egg5,egg6,egg[10],button[10],button2[10];
const double firstplace=3;
const double firstplace2=1
www.eeworm.com/read/127960/14325251
cpp elevator.cpp
//这个程序在本书所带软盘中。文件名为ELEVATOR.CPP
//这个程序演示对电梯运行状况的简单模拟。
#include
#include
const int h_floor = 10;
const long max_delay = 999999;
class elvtor
{
private:
int f_curr
www.eeworm.com/read/103443/15732285
cpp elevator.cpp
//这个程序在本书所带软盘中。文件名为ELEVATOR.CPP
//这个程序演示对电梯运行状况的简单模拟。
#include
#include
const int h_floor = 10;
const long max_delay = 999999;
class elvtor
{
private:
int f_curr