代码搜索:elements
找到约 10,000 项符合「elements」的源代码
代码结果 10,000
www.eeworm.com/read/137531/13314885
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/322600/13373155
h elements.h
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
www.eeworm.com/read/322600/13373380
h elements.h
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
www.eeworm.com/read/320816/13417855
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/316923/13514379
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/315631/13539352
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/315460/13542085
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/315460/13542089
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/308442/13701090
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/308043/13710713
h elements.h
/*!
*************************************************************************************
* \file elements.h
*
* \brief
* Header file for elements in H.264 streams
*
* \date
*