代码搜索:elements

找到约 10,000 项符合「elements」的源代码

代码结果 10,000
www.eeworm.com/read/224612/14580841

h elements.h

#if !defined(Elements_h) #define Elements_h class CElement : public CObject { protected: COLORREF m_Color; // Color of an element CRect m_EnclosingRect;
www.eeworm.com/read/224612/14580845

cpp elements.cpp

// Implementations of the element classes #include "stdafx.h" #include #include "OurConstants.h" #include "Elements.h" // CLine class constructor CLine::CLine(const CPoint& Start,
www.eeworm.com/read/224612/14581009

h elements.h

#if !defined(Elements_h) #define Elements_h class AFX_EXT_CLASS CElement : public CObject { DECLARE_SERIAL(CElement) protected: COLORREF m_Color; // Color of an elem
www.eeworm.com/read/224612/14581015

cpp elements.cpp

// Implementations of the element classes #include "stdafx.h" #include #include "OurConstants.h" #include "Elements.h" #define DLLEXPORT __declspec(dllexport) // Element type
www.eeworm.com/read/119982/14815292

c elements.c

#include void main(void) { int scores[5] = {80, 70, 90, 85, 80}; printf("Array Values\n"); printf("scores[0] %d\n", scores[0]); printf("scores[1] %d\n", scores[1]);
www.eeworm.com/read/118524/14864887

xsl elements.xsl

www.eeworm.com/read/218524/14916052

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/114228/15063050

html elements.html

www.eeworm.com/read/212322/15159831

h elements.h

/*! ************************************************************************************* * \file elements.h * * \brief * Header file for elements in H.264 streams * * \date *
www.eeworm.com/read/212245/15161354

h elements.h

// Elements.h: interface for the CElements class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_ELEMENTS_H__376D910F_6C9D_43D9_92DD_78415AB1A1F9__INCL