代码搜索结果

找到约 5,431 项符合 Temperature 的代码

ex5-1.c

#include struct mepoint { unsigned char name[11]; unsigned char pressure; unsigned char temperature; } po1={ "firstpoint", 0x99, 0x64}; void main(

ex5-3.c

#include #include struct mepoint { unsigned char name[11]; unsigned char pressure; unsigned char temperature; }; struct mepoint p

ex5-2.c

#include void main(void) { struct mepoint { unsigned char name[11]; unsigned char pressure; unsigned char temperature; } po1={ "fi

ex5-4.c

#include #include struct mepoint { unsigned char name[11]; unsigned char num, pressure, temperature; }; struct mepoint po[3]= {

ex4-18.c

#include main() { float T[3][4]= { {60.1,70.3,80.5,90.7},{30.0,40.1,50.2,60.3}, {90.0,80.2,70.4,60.6} }; float * search(float (* pointer)[4],

tempconvert.java

package examples.basic; /** A simple Java starter program Converts temperatures between C and F */ public class TempConvert { private static double temp; private static String scal

errorpage.jsp

Temperature Conversion JSP, version 1 JSP error page Cannot process input, check type and values of data you entered. Go

debug_1.html

Temperature Conversion Web Temperature Conversion Exercise This mini-web is an example of MVC. The model is the class

debug_3.jsp

Temperature Conversion JSP Temperature Conversion Example

main.c

/*= main.c (nRF9E5 Hopping Demo) =================================================================== * * Copyright (C) 2004 Nordic Semiconductor * * This file is distributed in the hope that i