-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
CRC检错 内有详细信息提供您参考哦,很好用
CRC检错 内有详细信息提供您参考哦,很好用-Very good
- 2022-09-21 20:10:03下载
- 积分:1
-
在估计利率期限结构时,对债券现金流的分解程序,当然是在先倒入文件的基础上进行...
在估计利率期限结构时,对债券现金流的分解程序,当然是在先倒入文件的基础上进行-the estimated interest rate term structure, cash flow for bonds the decomposition process, Certainly earlier into the document is based on
- 2022-04-28 18:14:57下载
- 积分:1
-
FoxPro Rockey 2调用函数的源代码
FOXPRO ROCKEY 2 CALLING FUNCTION SOURCE CODE
- 2023-05-11 04:40:03下载
- 积分:1
-
这是关于LabVIEW的英文教程,内容详尽,图文并貌,适合于初学者.
这是关于LabVIEW的英文教程,内容详尽,图文并貌,适合于初学者.-on LabVIEW This is the English handbook, as detailed, facsimile and Maung, which is suitable for beginners.
- 2023-01-16 16:05:03下载
- 积分:1
-
AI Technology used in Search Engine.
AI Technology used in Search Engine.
- 2022-01-26 08:36:24下载
- 积分:1
-
Csharp 3.0 Design patterns
Csharp 3.0 Design patterns
- 2022-06-13 05:25:06下载
- 积分:1
-
CMMI 3级认证的访谈重要资料,将要通过CMMI 3级认证的首选资料。...
CMMI 3级认证的访谈重要资料,将要通过CMMI 3级认证的首选资料。-CMMI 3 Certified interviews with important information will be adopted CMMI 3 level qualification of choice for information.
- 2022-04-25 16:30:27下载
- 积分:1
-
自适应滤波的ppt教程,非常经典,我们上课用的就是这个,很容易理解...
自适应滤波的ppt教程,非常经典,我们上课用的就是这个,很容易理解-Adaptive filtering ppt tutorial, very classic, we have used in this class, it is easy to understand
- 2022-05-07 01:27:28下载
- 积分:1
-
image processing aspects of artificial intelligence, figures on the track
图像处理人工智能方面的,关于人物跟踪方面的-image processing aspects of artificial intelligence, figures on the track
- 2022-06-15 18:06:46下载
- 积分:1