代码搜索:变换圆

找到约 8,421 项符合「变换圆」的源代码

代码结果 8,421
www.eeworm.com/read/255174/12096925

frm 圆.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3090 ClientLeft = 60 ClientTop = 450 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/389191/2542404

java 圆.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package 阶段练习一; /** * * @author lenovo */ public class 圆 { double 半径; 圆(double r) {
www.eeworm.com/read/473179/6857489

txt 圆.txt

#include #define eps 1e-8 struct point{double x,y;}; double xmult(point p1,point p2,point p0){ return (p1.x-p0.x)*(p2.y-p0.y)-(p2.x-p0.x)*(p1.y-p0.y); } double distance(point p1,po
www.eeworm.com/read/473191/6857897

txt 圆.txt

#include #define eps 1e-8 struct point{double x,y;}; double xmult(point p1,point p2,point p0){ return (p1.x-p0.x)*(p2.y-p0.y)-(p2.x-p0.x)*(p1.y-p0.y); } double distance(point p1,po
www.eeworm.com/read/370787/9585778

txt 圆.txt

#include #define eps 1e-8 struct point{double x,y;}; double xmult(point p1,point p2,point p0){ return (p1.x-p0.x)*(p2.y-p0.y)-(p2.x-p0.x)*(p1.y-p0.y); } double distance(point p1,po
www.eeworm.com/read/289579/8541776

c 绘制圆.c

#include #include main() { double y; int x,m; for(y=10;y>=-10;y--) { m=2.5*sqrt(100-y*y); for(x=1;x
www.eeworm.com/read/376627/9311668

c 绘制圆.c

#include #include main() { double y; int x,m; for(y=10;y>=-10;y--) { m=2.5*sqrt(100-y*y); for(x=1;x
www.eeworm.com/read/363342/9958176

c 绘制圆.c

#include #include main() { double y; int x,m; for(y=10;y>=-10;y--) { m=2.5*sqrt(100-y*y); for(x=1;x
www.eeworm.com/read/276181/10758426

c 绘制圆.c

#include #include main() { double y; int x,m; for(y=10;y>=-10;y--) { m=2.5*sqrt(100-y*y); for(x=1;x