代码搜索:polar si9000
找到约 1,508 项符合「polar si9000」的源代码
代码结果 1,508
www.eeworm.com/read/493005/6403526
polar
NAME
polar - specify a complex number by modulus (radius) and argument (angle)
SYNOPSIS
polar(r, t [, eps])
TYPES
r real
t real
eps nonzero real, defaults to epsilon()
re
www.eeworm.com/read/282295/9103294
f polar.f
www.eeworm.com/read/162188/10328464
src polar.src
/*
** polar.src - Publication Quality Graphics Support.
** (C) Copyright 1988-1998 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
www.eeworm.com/read/279059/10470176
pic polar.pic
www.eeworm.com/read/278961/10485183
png polar.png
www.eeworm.com/read/458360/7298489
c polar.c
/* @(#) polar.c 1.2 1/27/86 17:47:40 */
/*ident "@(#)cfront:lib/complex/polar.c 1.2"*/
#include "complex.h"
complex
polar(double r, double theta)
{
return complex(r * cos(theta), r * sin(theta) );
}
www.eeworm.com/read/450258/7486722
dem polar.dem
#
# $Id: polar.dem,v 1.6 2004/01/13 07:01:10 sfeam Exp $
#
# Show some of the new polar capabilities.
#
unset border
set clip
set polar
set xtics axis nomirror
set ytics axis nomirror
set samples 160
www.eeworm.com/read/437190/7753681
m polar.m
function [op]=Polar(ip)
s=size(ip);
for n=1:s(1)
for m=1:s(2)
if(ip(n,m)==0)
ip(n,m)=-1;
end
end
end
op=ip;
www.eeworm.com/read/397032/8071540
theta polar.theta
www.eeworm.com/read/397032/8071554