代码搜索:Rect
找到约 10,000 项符合「Rect」的源代码
代码结果 10,000
www.eeworm.com/read/167071/9981185
ico rect.ico
www.eeworm.com/read/362596/9989462
m rect.m
% rect.m
% 实现一个单相不控的全桥整流器
function[sys,xo]=rect(t,x,u,flag,R1,C,R)
% 由于不是离散系统,输出参数没有包括ts
% 此外需要用户输入3个新的参数
% 交流母线电阻R1,直流滤波电容C,负载电阻R
% 根据不控全桥整流电路的原理,列写微分方程
a1=-(1/R1+1/R)/C;
a2=-1/R/C;
b1=1
www.eeworm.com/read/166585/10014588
gif rect.gif
www.eeworm.com/read/165402/10065010
gif rect.gif
www.eeworm.com/read/165080/10077394
h rect.h
www.eeworm.com/read/360560/10087813
png rect.png
www.eeworm.com/read/360354/10100901
gif rect.gif
www.eeworm.com/read/164574/10101587
gif rect.gif
www.eeworm.com/read/359865/10119637
cpp rect.cpp
// Rect.cpp: implementation of the Rect class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PainterUsePattern.h"
#include "Rect.h"
www.eeworm.com/read/359865/10119647
h rect.h
// Rect.h: interface for the Rect class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECT_H__B13CDD5D_1DC2_41D9_8E38_0C5C1AD38130__INCLUDED_)
#defi