代码搜索:elements

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

代码结果 10,000
www.eeworm.com/read/340916/12124826

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/340916/12124865

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/151781/12176117

h elements.h

/* *********************************************************************** * COPYRIGHT AND WARRANTY INFORMATION * * Copyright 2001, International Telecommunications Union, Geneva * * DISCLAIMER
www.eeworm.com/read/151781/12176294

h elements.h

/* *********************************************************************** * COPYRIGHT AND WARRANTY INFORMATION * * Copyright 2001, International Telecommunications Union, Geneva * * DISCLAIMER
www.eeworm.com/read/253420/12222722

h elements.h

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

h elements.h

/*! ************************************************************************** * \file elements.h * \brief Header file for elements in H.264 streams * \date 6.10.2000, * \version *
www.eeworm.com/read/252133/12300161

txt elements.txt

actinium Ac 89 227 aluminium Al 13 26.981538 americium Am 95 243 antimony Sb 51 121.76 argon Ar 18 39.948 arsenic As 33 74.9216 astatine At 85 210 barium Ba 56 137.327 berkelium Bk 97
www.eeworm.com/read/252133/12300165

m elements.m

function[output] = elements(varargin) % USAGE: % output = elements(input_specifier, input [, output_specifier]) % % WHAT DOES IT DO: % This function searches for the element specified, and % r
www.eeworm.com/read/148696/12441726

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/129922/14216902

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]);