代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/409921/2226115
c run.c
/*
* RichEdit - operations on runs (diRun, rectangular pieces of paragraphs).
* Splitting/joining runs. Adjusting offsets after deleting/adding content.
* Character/pixel conversions.
*
* Co
www.eeworm.com/read/471460/6894033
m abc2sc.m
% This function transforms a three-phase unbalanced phasor into its
% symmetrical components.
% The Three phasors can be expressed in a one column array in rectangular
% complex form or in a two co
www.eeworm.com/read/171671/9743704
cpp gooleanswer.cpp
// GooleAnswer.cpp : Defines the entry point for the console application.
//
/*
Problem Statement
????
You are given a String[] grid representing a rectangular grid of letters. You are also given
www.eeworm.com/read/270032/11050197
c patch_conv.c
/*
* C++ code from the article
* "Converting Rectangular Patches into Bezier Triangles"
* by Dani Lischinski, danix@graphics.cornell.edu
* in "Graphics Gems IV", Academic Press, 1994
*/
/*******
www.eeworm.com/read/440289/7691011
m p217.m
%P2.17
%Rectangular Pulse
n=[-10:40];x=5*(stepseq(0,-10,40)- stepseq(20,-10,40));
[x1,n1]=sigshift(x,n,1);
[x2,n2]=sigadd(x,n,-1*x1,n1);
subplot(3,2,1);stem(n,x,'k');title('Rectangular Pulse')
s
www.eeworm.com/read/243870/12911223
h mus-config.h
/* mus-config.h. Generated from mus-config.h.in by configure. */
#ifndef SNDLIB_CONFIG_H_LOADED
#define SNDLIB_CONFIG_H_LOADED
/* Define to `int' or something if doesn't define. */
/
www.eeworm.com/read/386159/8762820
txt qam_ber.txt
QAM Bit Error Rate curves (BER)
Note: These curves assume rectangular QAM constellations and gray mapping
of bits to symbols.
Plot theoretical curves $ QAM_BER_Cur
www.eeworm.com/read/187173/8849711
java graphpaperlayout.java
import java.awt.*;
import java.util.Hashtable;
/**
* The GraphPaperLayout class is a layout manager that
* lays out a container's components in a rectangular grid, similar
* to GridLa
www.eeworm.com/read/186716/8914594
m rect_nrz.m
function out = rect_nrz(arg1,arg2)
% RECT_NRZ .... Generates a rectangular "non-return to zero" pulse.
%
% +=======+=======+ +1
% | |
% + + 0
%
% -------
www.eeworm.com/read/378919/9212939
m constellation_qam.m
function [vect] = constellation_qam(k)
% function [vect] = constellation_qam(k)
%
% Rectangular signal-space constellations for MQAM
%
% Copyright (C) Olena Mingaliova, Alexander Konovalenko
%
% This