代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/278933/10487020

cs multiheader.cs

using System; using System.Drawing; namespace GoldPrinter { /// /// MultiHeader,多层表头 /// /// 程序提供:周方勇;Email:flygoldfish@sina.com。 /// 请 关 注:WebMIS.Net快速开发工具,不写一行程序开发B/S架构下MIS
www.eeworm.com/read/160492/10526809

cpp a.cpp

#include void main() { float a,b,c,d; char w,x; printf("\n ********** 简 易 计 算 器 **********\n"); do { printf(" \n请输入下列符号中的一种,+ - * / 例如输入 + 则表示做加法运算!\n\n"); pr
www.eeworm.com/read/352662/10528863

lst main.lst

C51 COMPILER V6.23a MAIN 11/13/2002 23:21:05 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN m
www.eeworm.com/read/352662/10528883

c main.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/352662/10529542

c ex19.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/352662/10529554

lst ex19.lst

C51 COMPILER V6.02 EX19 09/15/2002 22:44:16 PAGE 1 C51 COMPILER V6.02, COMPILATION OF MODULE EX19 OBJECT MODULE PLACED IN .\
www.eeworm.com/read/352662/10529704

c ex17.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/352662/10529731

c ex18.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/352662/10529860

c 例4-1.c

/* 顺序结构示例 */ #include #include void main() { float x, y; float tmp; float result; x = 3; y = 4; tmp = x*x+y*y; // 计算表达式的值 result = pow(tmp, 3); p
www.eeworm.com/read/278399/10537397

cpp omlib.cpp

// omlib.cpp: implementation of the Comlib class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "linjunjuan.h" #ifndef COMLIB_H #define