-
math libraries for scheme
math libraries for scheme
- 2022-02-27 07:18:12下载
- 积分:1
-
- 2022-08-18 05:34:23下载
- 积分:1
-
软件工程开发文档全套,很全。包含各种文档,想要什么有什么。...
软件工程开发文档全套,很全。包含各种文档,想要什么有什么。-Complete set of software engineering development documentation, it is full.
- 2023-04-27 07:15:03下载
- 积分: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
-
验证记忆能力能够更好的加强使用者的记忆能力
验证记忆能力能够更好的加强使用者的记忆能力-Verify memory
- 2022-07-12 16:12:08下载
- 积分:1
-
什么是GUI呢 ? GUI是Graphical User Interface 图形用户界面的意思,象很多高级
编程语言一样,Matlab也有图形用户界面开发...
什么是GUI呢 ? GUI是Graphical User Interface 图形用户界面的意思,象很多高级
编程语言一样,Matlab也有图形用户界面开发环境,随着计算机技术的飞速发展,
人与计算机的通信方式也发生的很大的变化,从原来的命令行通讯方式(例如很早
的DOS系统)变化到了现在的图形界面下的交互方式,而现在绝大多数的应用程序
都是在图形化用户界面下运行的-What is a GUI then? GUI is a Graphical User Interface graphical user interface means, like a lot of the same high-level programming language, Matlab also has a graphical user interface development environment, with the rapid development of computer technology, human and computer communications have taken place in a large changes, from the original command-line means of communication (such as an early DOS systems) change to the current interactive graphical interface mode, and now the vast majority of applications are in a graphical user interface running under
- 2022-10-05 02:05:04下载
- 积分:1
-
图像压缩与 RLE 迈梭
图像加工王氏 RLE 迈梭...
图像压缩与 75%比例压缩和快速处理
- 2022-01-28 14:27:37下载
- 积分:1
-
小型超市进销存系统.
小型超市进销存系统.-small supermarket Invoicing System.
- 2022-01-21 19:52:06下载
- 积分:1
-
C++内存管理详解,讲的不错,可以参考,肯定对你有帮助的
C++内存管理详解,讲的不错,可以参考,肯定对你有帮助的-C++ Explain memory management, talking about good, can refer to is definitely helpful for you
- 2023-04-06 14:40:03下载
- 积分:1
-
STC89C51RC, STC89C51RC SCM Chinese technical information,
STC89C51RC,STC89C51RC单片机中文技术资料,-STC89C51RC, STC89C51RC SCM Chinese technical information,
- 2022-09-30 16:00:04下载
- 积分:1