-
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
-
弹钢琴的游戏 你这个网太麻烦了
弹钢琴的游戏 你这个网太麻烦了
-GUAN XUIXXXXXXXXXXXXXXXXXXXXXXX
- 2022-08-19 10:06:42下载
- 积分:1
-
AVI water lamp a must
AVI 流水灯 单片机初学者必看
为国人电子学加力-AVI water lamp a must-see for people Singlechip beginner Jiali Electronics
- 2022-01-22 14:20:16下载
- 积分:1
-
use of new technology Distributed Object
利用新的分布式对象技术-移动agent实现的掌上电脑证券监管系统-use of new technology Distributed Object-agent mobile handheld computer to achieve the securities regulatory system
- 2023-03-13 10:25:04下载
- 积分:1
-
编程人员学习语法固然重要,但是忽略了好的编程风格和习惯就成不了高手,这本小册子是PioneerMan的《关于编程风格的讨论 》(原作),我把它压制成pdf提供给...
编程人员学习语法固然重要,但是忽略了好的编程风格和习惯就成不了高手,这本小册子是PioneerMan的《关于编程风格的讨论 》(原作),我把它压制成pdf提供给大家!-programmers learning grammar is important, but overlooked the good programming style and habits will not be able to become masters, This booklet is PioneerMan "on programming style discussion" (original) I see it compressed into pdf available to everyone!
- 2023-02-04 01:05:04下载
- 积分:1
-
学籍管理系统源程序本系统全称为学籍管理系统。是一典型的信息管理系统。通过系统的分析和设计,解决了不同学校学生信息的综合管理。本系统以vb为基本框架,提供了基本的...
学籍管理系统源程序本系统全称为学籍管理系统。是一典型的信息管理系统。通过系统的分析和设计,解决了不同学校学生信息的综合管理。本系统以vb为基本框架,提供了基本的学生信息的添加、删除、修改和查询服务。管理系统是典型的管理信息系统(MIS),-School management system known as the source of the system-wide student management system. Is a typical information management system. Through systematic analysis and design to address the different schools of information management. Vb for the system to the basic framework, provides the basic student information to add, delete, modify, and query services. Management system is a typical management information system (MIS),
- 2022-03-30 23:25:18下载
- 积分:1
-
我收集的一些C++ Builder编程知识的使用,适合…
我收集的一些C++BUILDER编程用的知识,适合于初学者使用-I have collected some of C++ BUILDER programming knowledge to use, suitable for beginners to use
- 2022-03-06 23:04:54下载
- 积分:1
-
uC/OS2中文解释uc/os2中文解释
uc/os2中文说明
uc/os2中文说明-uc/os2 Chinese explanation uc/os2 Chinese explanation
- 2022-07-10 10:57:51下载
- 积分:1
-
中文的,国人翻译,不错!对写Linux内核驱动很有帮助。
中文的,国人翻译,不错!对写Linux内核驱动很有帮助。-Chinese Version
- 2022-04-01 16:47:18下载
- 积分:1
-
JPG图形API
JPG Graph API
Win 32 JPG API is a 32bit JPEG api dll. You can call it to
show a JPG file in your program by only one sentence.
The only thing that you have to know is how to load a dll
libary and how to call ist functions. A example of Visual
FoxPro is supplied in package.-JPG Graph Win 32 API JPG is a 32bit JPEG ap i dll. You can call it to show a JPG file in your pro gram by only one sentence. The only thing that yo u have to know is how to load a library dll and how to call ist functions. A example of Visual FoxPro i s supplied in package.
- 2022-03-20 08:15:22下载
- 积分:1