代码搜索:elements
找到约 10,000 项符合「elements」的源代码
代码结果 10,000
www.eeworm.com/read/418310/2090365
c elements.c
/* This is simple demonstration of how to use expat. This program
reads an XML document from standard input and writes a line with the
name of each element to standard output indenting child elements
www.eeworm.com/read/417379/2102302
java elements.java
/* $RCSfile: $
* $Author: egonw $
* $Date: 2006-07-14 14:09:39 +0200 (Fri, 14 Jul 2006) $
* $Revision: 6672 $
*
* Copyright (C) 2006-2007 Egon Willighagen
*
* Contact: cd
www.eeworm.com/read/415240/2137697
c elements.c
/* This is simple demonstration of how to use expat. This program
reads an XML document from standard input and writes a line with the
name of each element to standard output indenting child elements
www.eeworm.com/read/413855/2157192
mp elements.mp
% elements.mp -- MetaPost macros for drawing Click configuration graphs
% Eddie Kohler
%
% Copyright (c) 1999-2001 Massachusetts Institute of Technology
% Copyright (c) 2001-2003 International Compute
www.eeworm.com/read/407519/2262150
py elements.py
"""
FiniteElement("Lagrange", "interval", 1)
FiniteElement("Lagrange", "interval", 2)
FiniteElement("Lagrange", "triangle", 1)
FiniteElement("Lagrange", "triangle", 2)
FiniteElement("Lagrange", "tetra
www.eeworm.com/read/407519/2263047
py elements.py
"""
FiniteElement("Lagrange", "interval", 1)
FiniteElement("Lagrange", "interval", 2)
FiniteElement("Lagrange", "triangle", 1)
FiniteElement("Lagrange", "triangle", 2)
FiniteElement("Lagrange", "tetra
www.eeworm.com/read/403765/2308891
c elements.c
/* This is simple demonstration of how to use expat. This program
reads an XML document from standard input and writes a line with the
name of each element to standard output indenting child elements
www.eeworm.com/read/402787/2317013
h elements.h
#pragma once
// CElement command target
class CElement : public CObject
{
protected:
COLORREF m_Color; // Color of an element
CRect m_EnclosingRect;
www.eeworm.com/read/402787/2317016
cpp elements.cpp
// Elements.cpp : implementation file
//
#include "stdafx.h"
#include "Sketcher.h"
#include "Elements.h"
#include "OurConstants.h"
#include
// CElement
CElement::CElement()
{
www.eeworm.com/read/402787/2317034
h elements.h
#pragma once
// CElement command target
class CElement : public CObject
{
protected:
COLORREF m_Color; // Color of an element
CRect m_EnclosingRect;