代码搜索:elements
找到约 10,000 项符合「elements」的源代码
代码结果 10,000
www.eeworm.com/read/480510/1317472
cpp elements.cpp
// Elements.cpp : implementation file
//
#include "stdafx.h"
#include "Sketcher.h"
#include "Elements.h"
#include
// CElement
CElement::CElement()
{
}
CElement::~CElement()
www.eeworm.com/read/480510/1317483
h elements.h
// Elements.h
// Defines element types
#pragma once
using namespace System;
using namespace System::Drawing;
namespace CLRSketcher
{
// The base class for all elements
public ref clas
www.eeworm.com/read/476965/1365882
pkg elements.pkg
; @brief Package information file for the Elements Example
;
; Copyright (c) EMCC Software Ltd 2003
; @version 1.0
;Languages
&EN
;
; Supply the app name, the app's UID, version, minor versio
www.eeworm.com/read/476965/1365883
mmp elements.mmp
/**
*
* @brief Project specification file for Elements application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// using relative paths for sourcepath and user includes
TARG
www.eeworm.com/read/460691/1558450
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 element
www.eeworm.com/read/251805/4417041
h elements.h
/**********************************************************************
MPEG-4 Audio VM
Bit stream module
This software module was originally developed by
Pierre Lauber (Fraunhofer Institut of
www.eeworm.com/read/251805/4417909
h elements.h
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
www.eeworm.com/read/249553/4447303
h elements.h
#pragma once
// CElement command target
class CElement : public CObject
{
protected:
COLORREF m_Color; // Color of an element
CRect m_EnclosingRect;