代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/359349/10154276
m rectangular.m
% Name:Rectangular.m
clear
L=input('Type in the length N=');
n=0:L-1;
w=u(n)-u(n-L);
x=0.25*sin(0.25*pi*(n-(L-1)/2+eps))./(0.25*pi*(n-(L-1)/2+eps)).*w;
%=========================================
www.eeworm.com/read/209211/4982147
c rectangular.c
#include
#include
#include "map.h"
static double scale;
static int
Xrectangular(struct place *place, double *x, double *y)
{
*x = -scale*place->wlon.l;
*y = place->nlat.l;
return(1
www.eeworm.com/read/434185/1874010
java rectangular.java
package com.gameislive.browser.element;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
/**
* 可显示的矩形区域,主要用来显示布局的表格等
*
* @author pan
*
*/
public clas
www.eeworm.com/read/415042/2138240
java rectangular.java
package com.gameislive.browser.element;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
/**
* 可显示的矩形区域,主要用来显示布局的表格等
*
* @author pan
*
*/
public clas
www.eeworm.com/read/411426/11245999
vhd rectangular.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity rectangular is
Port (clkout,reset :in std_logic;
dd:out std_logic_ve
www.eeworm.com/read/411405/11246542
java rectangular.java
package problem_8;
//Rectangular.java
//矩形类,继承图形类
public class Rectangular extends Graphics{
private double length; //长
private double width; //宽
public Rectangular(String color, double
www.eeworm.com/read/411405/11246586
class rectangular.class
www.eeworm.com/read/359349/10154168
m rectangular_ctft.m
%==========================================================================
clear;close all
p=0.01;
t=-5:p:5;
%x=u(t+1)-u(t-1);%input('input the expression of signal x(t):');
x=sin(4*t+eps)./(4*t
www.eeworm.com/read/129562/14238025