代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/307316/13724262
java line.java
/*
* Line.java
*
* Created on April 29, 2005, 5:30 PM
*/
package hysun.draw;
import java.awt.*;
import java.awt.event.MouseEvent;
/**
*
* @author hysun
*/
public class Line extends RectBound
www.eeworm.com/read/307169/13727358
h line.h
#ifndef _LINE_H_
#define _LINE_H_
#include "liftbase.h"
/**
Line (with slope) wavelet
The wavelet Lifting Scheme "line" wavelet approximates the
data set using a line with with
www.eeworm.com/read/307082/13729522
gif line.gif
www.eeworm.com/read/307082/13730904
gif line.gif
www.eeworm.com/read/305884/13758051
swf line.swf
www.eeworm.com/read/305299/13774414
bmp line.bmp
www.eeworm.com/read/304671/13789402
txt line.txt
39
8
6
5
2
1
16
9
1
7
3
13
1
16
5
21--153*24
38
5
5
2
4
16
3
3
--76*32
----------
3672+2432=6104
www.eeworm.com/read/303973/13805670
cs line.cs
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
namespace DrawLines
{
///
/// Line 表示一条线段。
///
public class Line
{
#region 构造函数
///
www.eeworm.com/read/303973/13805678
cs line.cs
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
namespace DrawLines
{
///
/// Line 表示一条线段。
///
public class Line
{
#region 构造函数
///
www.eeworm.com/read/303903/13806687