代码搜索:element
找到约 10,000 项符合「element」的源代码
代码结果 10,000
www.eeworm.com/read/476598/6756730
java element.java
package mywb;
import java.awt.*;
public interface Element extends java.io.Serializable {
public void setPara(int x,int y,int z,int r,Color c);
public void paint(Graphics g);
public Rectangle g
www.eeworm.com/read/410638/11274026
h element.h
#pragma once
class CElement
{
public:
CElement();
~CElement();
int GetNum();
int GetNums(int TheValue);
void SetNum(int TheValue);
void SetNums(int i,int TheValue);
COLORREF GetRGB(
www.eeworm.com/read/410638/11274046
cpp element.cpp
#include "StdAfx.h"
#include "Element.h"
CElement::CElement()
{
m_color=0;
m_nNum=0;
for (int i=0;i
www.eeworm.com/read/409823/11310970
java element.java
package reg2nfa;
import java.awt.*;
import java.awt.geom.*;
public abstract class Element {
protected Color color; //图形颜色
protected BasicStroke bs; //画笔的大小
publ
www.eeworm.com/read/263209/11371786
class element.class
www.eeworm.com/read/262892/11386852
h element.h
/**
* Element - An XML Element
*
* @author Jonathan Roewen
*/
#ifndef ELEMENT_H
#define ELEMENT_H
#include
#include
#include
using namespace std;
#include "P
www.eeworm.com/read/262892/11386942
cpp element.cpp
/**
* Element - An XML Element
*
* @author Jonathan Roewen
*/
#include "Element.h"
#include "Utils.h"
#include "Match.h"
#include "Memory.h"
#include
#include
www.eeworm.com/read/402441/11534942
h element.h
// Element.h: interface for the Element class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ELEMENT_H__090F791F_FD2A_4D7A_8249_9B5B9AACC809__INCLUDED