代码搜索:elements

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

代码结果 10,000
www.eeworm.com/read/350637/10725584

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/276309/10748626

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/349947/10780336

h elements.h

/*! ************************************************************************************* * \file elements.h * * \brief * Header file for elements in H.26L streams * * \date *
www.eeworm.com/read/417462/10988715

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/197608/7069655

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/197608/7069659

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
www.eeworm.com/read/189342/7114998

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/459679/7268858

cs elements.cs

/* Sharp Compiler Copyright (C) 2003 Michael Bebenita This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
www.eeworm.com/read/453869/7406351

h elements.h

/********************************************************************** * Software Copyright Licensing Disclaimer * * This software module was originally developed by contributors to the * cou
www.eeworm.com/read/453496/7418324

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