代码搜索:elements

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

代码结果 10,000
www.eeworm.com/read/451329/7467113

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/450470/7483314

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/445950/7587572

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/439854/7700315

h elements.h

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

h elements.h

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

h elements.h

/* ***************************************************************************** * COPYRIGHT AND WARRANTY INFORMATION * * Copyright 2003, Advanced Audio Video Coding Standard, Part II * * DISCLA
www.eeworm.com/read/436250/7773972

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/298428/7961504

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/244387/12869231

dat elements.dat

Hydrogen, H, 1, 1.008 Helium, He, 2, 4.003 Lithium, Li, 3, 6.939 Beryllium, Be, 4, 9.012 Boron, B, 5, 10.811 Carbon, C, 6, 12.011 Nitrogen, N, 7, 14.007 Oxygen, O, 8, 15.999 Fluorine, F, 9, 18.998 Neo
www.eeworm.com/read/244387/12869246

c elements.c

/* * File: elements.c * ---------------- * This program copies the information from the elements.dat * file into a table formatted into fixed-width columns. The * data values in the file are rea