代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/428887/8831058
l shape.l
# 25jun07abu
# (c) Software Lab. Alexander Burger
# The Shape base class
(class +Shape)
# x y
(dm T (X Y)
(=: x X)
(=: y Y) )
(dm move> (DX DY)
(inc (:: x) DX)
(inc (:: y) DY) )
# The
www.eeworm.com/read/384084/8901101
cpp shape.cpp
// Shape.cpp: implementation of the Shape class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Shape.h"
/////////////////////////////
www.eeworm.com/read/384084/8901131
h shape.h
// Shape.h: interface for the Shape class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE_H__3D9F2790_E309_44B3_A908_0E56D905ACE6__INCLUDED_)
#d
www.eeworm.com/read/283953/8976678
class shape.class
www.eeworm.com/read/426971/8989090
class shape.class
www.eeworm.com/read/426971/8989139
java shape.java
/*
* Created on 2005-5-18
* Author: Liao Xuefeng, asklxf@163.com
* Copyright (C) 2005, Liao Xuefeng.
*/
import javax.microedition.lcdui.*;
/**
* Shape represent a shape. There are tota
www.eeworm.com/read/426971/8989169
class shape.class
www.eeworm.com/read/185628/8995857
class shape.class
www.eeworm.com/read/185467/9035821