-
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
-
这是我自己写的一个GTK+ 2.18和directfb1.2自动安装脚本,…
这是我自己写的一个Gtk+2.18与directfb1.2自动安装脚本,由于源码包太大,下载者自己去下载吧,按脚本的版本找到,解压放到指定位置,运行./install.sh即可自动完成,或者你可以修改脚本。-This is my own to write a Gtk+2.18 and directfb1.2 automatically install script, as the source packages too large to download to download it themselves, according to the version of the script found on the specified location decompression, run./Install. sh can be done automatically, or you can modify the script.
- 2022-08-07 19:59:00下载
- 积分:1
-
多小波变换图像的去噪声,EI论文,很不错的.
多小波变换图像的去噪声,EI论文,很不错的.-Multi-wavelet transform to image noise, EI papers, very good.
- 2023-01-24 03:10:04下载
- 积分:1
-
T-SQL语句希望对大家有帮助,希望大家满意-T-SQL statement that you want to help
- 2023-03-15 10:00:03下载
- 积分:1
-
这是一本关于C语言的教材是用word,有参考价值
这是一本关于C语言的教材是用word,有参考价值-This is a textbook on the C language is used word, there is reference value
- 2022-01-26 02:43:59下载
- 积分:1
-
A variety of documents of various compiler Oh! Inside there is a very detailed
各种编译器的文档 各种哦!里面有很详细的-A variety of documents of various compiler Oh! Inside there is a very detailed
- 2023-03-25 14:15:03下载
- 积分:1
-
Road to a simple good software engineering practice on the thinking Zhou Aimin (...
大道至简单
一本很好的书
软件工程实践者的思想
周爱民(Aimingoo) 著-Road to a simple good software engineering practice on the thinking Zhou Aimin (Aimingoo) to
- 2022-01-31 15:21:41下载
- 积分:1
-
求解TSP问题的遗传算法matlab程序
求解TSP问题的遗传算法matlab程序-Problem solving TSP procedure genetic algorithm matlab
- 2022-03-20 08:03:27下载
- 积分:1
-
你是不是也在寻找关于STL的文章呢?看看这些吧,希望你能用得着...
你是不是也在寻找关于STL的文章呢?看看这些吧,希望你能用得着-Did you also find this article on the STL? Look at these now, I hope you can be useful
- 2022-05-19 17:01:19下载
- 积分:1
-
很好的cd4060的中文说明书
费了很大劲才找到的
很好的cd4060的中文说明书
费了很大劲才找到的-Cd4060 good Chinese manual costs a lot劲才found
- 2022-05-19 01:11:56下载
- 积分:1