-
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
-
华为的编程规范~~!从网上下的 觉的还不错.希望能给大家带来帮助~! Panorama系统程序开发规范之二.doc...
华为的编程规范~~!从网上下的 觉的还不错.希望能给大家带来帮助~! Panorama系统程序开发规范之二.doc-Huawei programming norms ~ ~! From the Internet to the perception of good. Hope you can help bring ~! Panorama system developed standardized procedures bis. Doc
- 2022-05-18 07:36:31下载
- 积分:1
-
软件工程专题讲座基础篇 .ppt格式 讲义
软件工程专题讲座基础篇 .ppt格式 讲义-The basis of software engineering seminar papers. Ppt format notes
- 2022-07-07 22:35:02下载
- 积分:1
-
基于内模控制的三相电压型PWM整流器不平衡控制策略研究,提供了不平衡状态下PWM整流器模型...
基于内模控制的三相电压型PWM整流器不平衡控制策略研究,提供了不平衡状态下PWM整流器模型-Internal model control based on the three-phase voltage-type PWM rectifier control strategy for unbalanced study provides a PWM rectifier under unbalanced model
- 2022-08-25 15:44:01下载
- 积分:1
-
概要设计说明书
概要设计说明书-outline design brochures
- 2022-08-19 01:32:28下载
- 积分:1
-
林锐的好东西,很有价值的,
看了一定有启发
林锐的好东西,很有价值的,
看了一定有启发
- 2023-07-21 06:05:04下载
- 积分:1
-
表asahiseiko MCE
Datasheet AsahiSeiko MCE-2500 IC card reader/encoder
- 2022-07-18 09:39:54下载
- 积分:1
-
Stereo matching for the regional real
针对区域立体匹配计算量大实时性差的困难,分析了相关匹配算法的实际工作过程,采用消除冗余因子和M2C滤
波、多级分辨率匹配减小计算复杂度,对算法结构进行了改进和优化,并利用超线程和D65/EF技术对算法进行了加速,提出
了一种实时区域匹配算法。对算法进行实验,结果表明算法符合了视觉导航的准确性和实时性要求,并且对于提高其他区域
匹配算法实时性也具有重要借鉴意义。-Stereo matching for the regional real-time calculation of a large quantity of poor difficulties, analysis of the relevant matching algorithm the actual work process, used to eliminate redundancy factor and M2C filtering, multi-resolution matching to reduce the computational complexity of the algorithm structure to improve and optimize the and take advantage of Hyper-Threading technology and D65/EF accelerated algorithm, a regional real-time matching algorithm. Algorithm experiment results show that the algorithm is consistent with the accuracy of visual navigation and real-time requirements, and improve in other regions for real-time matching algorithm is also an important reference.
- 2023-06-26 09:20:03下载
- 积分:1
-
Oracle数据库设计三范式简要分析
以及jsp+sqlService的学生管理系统设计思路...
Oracle数据库设计三范式简要分析
以及jsp+sqlService的学生管理系统设计思路-Oracle Jsp Sql
- 2022-07-02 07:26:41下载
- 积分:1
-
林锐博士的《软件工程思想》。基于实践总结,很有参考价值。
讲述“软件开发”和“做程序员”的道理,视野独特,构思新颖,内容风趣,不落窠臼,令人耳目一新。堪称难...
林锐博士的《软件工程思想》。基于实践总结,很有参考价值。
讲述“软件开发”和“做程序员”的道理,视野独特,构思新颖,内容风趣,不落窠臼,令人耳目一新。堪称难得,以至回味无穷-Dr. Lin Rui
- 2022-04-17 01:56:02下载
- 积分:1