代码搜索:变换圆
找到约 8,421 项符合「变换圆」的源代码
代码结果 8,421
www.eeworm.com/read/174612/9579808
bmp 黑圆1.bmp
www.eeworm.com/read/436861/7761435
cpp 圆柱,圆,正方,长方.cpp
#include"iostream.h"
class basic
{
int r;
public:
basic(int p)
{
r=p;
}
void banjing()
{
cout
www.eeworm.com/read/329760/12935312
gif 木边圆钟.gif
www.eeworm.com/read/329760/12935386
gif 圆钟2.gif
www.eeworm.com/read/492896/6411845
cpp 最小半径圆.cpp
#include "stdio.h"
#include "math.h"
#include "string.h"
#include "iostream.h"
#define maxn 1000
#define EPS 1e-6
typedef struct{
double x,y;
}TPoint;
typedef struct
{
double r;
TP
www.eeworm.com/read/149168/12397829
mwp 圆网3改.mwp
www.eeworm.com/read/228261/14394651
cpp 最小半径圆.cpp
#include "stdio.h"
#include "math.h"
#include "string.h"
#include "iostream.h"
#define maxn 1000
#define EPS 1e-6
typedef struct{
double x,y;
}TPoint;
typedef struct
{
double r;
TP
www.eeworm.com/read/214873/15085451
lsp 最小包围圆.lsp
;;;************************************
;;;求最小包围圆的lisp程序--------------
;;;其算法为参见了有关文献--------------
;;;这种算法在退化很严重的情况结果也正确
;;;其中程序主段是核心算法,其他的附加程
;;;序为取点,画点,画圆和半径,用来测试
;;;*************************
www.eeworm.com/read/389191/2542394
java 圆and圆锥test.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package 阶段练习一;
/**
*
* @author lenovo
*/
public class 圆and圆锥test
{
public static void main(
www.eeworm.com/read/267836/11160908
bas 基圆半径模块.bas
Attribute VB_Name = "基圆半径模块"
Option Explicit
Dim Z As Integer
Public Function rb(ByVal Z) As Double
rb = Z * m / (2 * Cos(b)) * Cos(rt)
End Function