代码搜索:polar si9000
找到约 1,508 项符合「polar si9000」的源代码
代码结果 1,508
www.eeworm.com/read/244620/12851822
h polar.h
#if !defined(AFX_POLAR_H__0DA88B1A_898F_4A6F_8C66_1E3D94779C8B__INCLUDED_)
#define AFX_POLAR_H__0DA88B1A_898F_4A6F_8C66_1E3D94779C8B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/310556/13649164
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/308773/13692270
f polar.f
www.eeworm.com/read/308016/13711246
h polar.h
#ifndef N_POLAR_H
#define N_POLAR_H
//------------------------------------------------------------------------------
/**
A polar coordinate inline class, consisting of 2 angles theta (latitude
www.eeworm.com/read/238490/13881601
cxt polar.cxt
www.eeworm.com/read/252063/12304873
c polar.c
/* Copyright (c) Colorado School of Mines, 2003.*/
/* All rights reserved. */
/*********************** self documentation **********************/
/******************************
www.eeworm.com/read/129726/14231255
c polar.c
#include
#include
int main(void)
{
double x = 3.1, y = 4.2;
complex z = complex(x,y);
cout
www.eeworm.com/read/12537/242176
pic polar.pic
www.eeworm.com/read/36720/897859