-
通过提示,输入长方体的长宽高,则就可以计算出体积输出。...
通过提示,输入长方体的长宽高,则就可以计算出体积输出。-Through the prompt, enter the dimensions of the cuboid, then we can calculate the volume of output.
- 2022-02-14 20:27:28下载
- 积分:1
-
本文档详细介绍了JAVA图形制作工具JGRAPH的设计与实现,是学习JAVA图形编程的好资料...
本文档详细介绍了JAVA图形制作工具JGRAPH的设计与实现,是学习JAVA图形编程的好资料-This document details the Java graphics production tool JGRAPH the design and implementation learning Java Graphics Programming good information
- 2022-07-03 21:21:46下载
- 积分:1
-
酒店管理的运用软件
酒店管理的运用软件-hotel management software use
- 2023-07-24 22:20:04下载
- 积分:1
-
hooke
hooke算法的自我编写的小小的程序能够用来计算问题的最优值-hooke
- 2022-03-11 12:39:02下载
- 积分:1
-
deleting cookiew ver 3 from computer
deleting cookiew ver 3 from computer
- 2022-08-07 13:04:04下载
- 积分:1
-
这是一个c程序软件包,包含大量的函数代码,可以作为自己的函数库,长期保存...
这是一个c程序软件包,包含大量的函数代码,可以作为自己的函数库,长期保存-c This a software package that contains a lot of code function, as their libraries, long-term preservation. !
- 2022-05-29 21:02:08下载
- 积分:1
-
见证测试案例,汇集了生产、经济管理的实践。
WITNESS实验案例,汇集了生产实践、经济管理等多领域的实验案例,帮助大学本科生、研究生充分掌握WITNESS的仿真建模的实验步骤-WITNESS test case, the practice of pooling the production, economic management and other areas of the test case, help undergraduate, graduate students fully grasp WITNESS simulation modeling of the experimental steps
- 2022-06-29 00:40:30下载
- 积分:1
-
C Function Info, CHM format, usually used in C language functions are in the ins...
C函数速查,CHM格式的,平时使用的C语言函数都在里面,比较方便,C++编程也可以使用。-C Function Info, CHM format, usually used in C language functions are in the inside, more convenient, C++ Programming can also be used.
- 2022-04-10 12:07:08下载
- 积分:1
-
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
-
ICAD的开发全集,很好的东西,希望大家赶快下载!
ICAD的开发全集,很好的东西,希望大家赶快下载!-Complete the development of ICAD, a very good thing, I hope everyone downloads as soon as possible!
- 2023-03-17 07:35:08下载
- 积分:1