代码搜索:Arc
找到约 6,506 项符合「Arc」的源代码
代码结果 6,506
www.eeworm.com/read/148359/5714611
arc
/* s and e are integers modulo 360 (degrees), with 0 degrees
being the rightmost extreme and degrees changing clockwise.
cx and cy are the center in pixels; w and h are the horizontal
and verti
www.eeworm.com/read/131315/5937532
arc
0 byte 26 'arc' archive
>1 byte 0 (empty)
>1 byte 1 (old format)
www.eeworm.com/read/180137/5290490
arc
0 byte 26 'arc' archive
>1 byte 0 (empty)
>1 byte 1 (old format)
www.eeworm.com/read/141488/13008958
res arc2arc.res
www.eeworm.com/read/141488/13008962
dpr arc2arc.dpr
Program Arc2Arc;
Uses
Forms,
Unit1 In 'Unit1.pas' {Form1};
{$R *.RES}
Begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
End.
www.eeworm.com/read/480845/6662477
py arc_arc_int.py
#!/usr/bin/env python
import Tix,math,tkFont
class Punkt:
def __init__(self,x=0,y=0):
self.x=x
self.y=y
def text(self):
return "[%9.4f,%9.4f]"%(self.x,self.y)
class Appn(Tix.Fram
www.eeworm.com/read/240472/4573864
single arc
Lightning
1279882349 0
1279882344 30.000
1279879777 92.000
1279877746 28.000
1279877747 36.000
1382966355 7575
1279878771 11.000
1279879031 47.000
1332765556 100.000
1279879523 RGB: 100.0% 1
www.eeworm.com/read/267896/4258328
as arc.as
package de.alex_uhlmann.animationpackage.drawing {
import de.alex_uhlmann.animationpackage.animation.ISingleAnimatable;
import de.alex_uhlmann.animationpackage.drawing.IDrawable;
import de.alex_uhl
www.eeworm.com/read/391154/8418321
java arc.java
// Arc.java
// Function block for block diagram animation
//
import java.awt.*;
public class Arc implements DrawingObj {
int x[], y[]; // Position of Arc
int width; // Width of Arc
boolean p
www.eeworm.com/read/289923/8517269