-
软件开发流程以及软件开发中主题,对软件开发的流程的把握...
软件开发流程以及软件开发中主题,对软件开发的流程的把握-Software development and software development processes in the theme of the software development process of grasping the
- 2023-08-11 22:40:03下载
- 积分:1
-
hooke
hooke算法的自我编写的小小的程序能够用来计算问题的最优值-hooke
- 2022-03-11 12:39:02下载
- 积分: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
-
学习编程的经典资料 初学者必备 拥有理论性和实践性
学习编程的经典资料 初学者必备 拥有理论性和实践性-Programming information for beginners to learn the classic theoretical and practical must-have
- 2023-05-16 07:35:04下载
- 积分:1
-
实用小程序,自动计算LED编码,相当实用。
实用小程序,自动计算LED编码,相当实用。-Practical small procedures, automatic calculation of LED codes, very practical.
- 2023-06-21 02:00:03下载
- 积分:1
-
酒店预定房间系统
酒店预定房间系统-room hotel is scheduled System
- 2022-03-03 23:38:01下载
- 积分:1
-
这是一个办公自动化系统!供大家一起来参考参考呀!
这是一个办公自动化系统!供大家一起来参考参考呀!-This is an office automation system! First up for all to refer to reference it!
- 2022-07-27 02:35:28下载
- 积分:1
-
基于MATLAB的信号处理的很好的文档
documentation on matlab signal processing very good
- 2022-03-19 08:25:56下载
- 积分:1
-
It describes the object
它描述了在面向对象软件设计过程中针对特定问题的简洁而优雅的解决方案。设计模式捕获了随时间进化与发展的问题的求解方法,因此它们并不是人们从一开始就采用的设计方案。它们反映了不为人知的重新设计和重新编码的成果,而这些都来自软件开发者为了设计出灵活可复用的软件而长时间进行的艰苦努力。设计模式捕获了这些解决方案,并用简洁易用的方式表达出来。-It describes the object-oriented software design process-specific issues concise and elegant solution. Design patterns capture the evolution over time with the development of the solution, so they are not people from the very beginning the design. They reflected the arcana of the re-design and re-encode the results, which came from software developers to design flexible and reusable software for a long time of hard work. Design patterns capture these solutions, and with simple and user-friendly way out.
- 2022-01-26 07:57:59下载
- 积分:1
-
计算机科学的理论基础
Teoretyczne podstawy informatyki
- 2022-05-15 15:52:55下载
- 积分:1