-
这是软件工程的学习课件,其对软件工程中涉及到的各种问题都有详细的介绍。...
这是软件工程的学习课件,其对软件工程中涉及到的各种问题都有详细的介绍。-This is the software engineering learning courseware, software engineering related to the various issues are described in detail.
- 2022-01-26 06:18:50下载
- 积分:1
-
是我这段时间学习
c++的心得.内容经典
是我这段时间学习
c++的心得.内容经典-This is my time to learn c++ Experience. The content of the classical
- 2022-06-14 05:30:00下载
- 积分: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
-
二叉树测试操作,二叉树的建立,旋转,删除测试等等。可以进行二叉树的学习,参考。...
二叉树测试操作,二叉树的建立,旋转,删除测试等等。可以进行二叉树的学习,参考。-Binary test operations, the establishment of a binary tree, rotate, delete the test and so on. Binary tree can be learning, reference.
- 2022-02-11 11:17:15下载
- 积分:1
-
This is a USB device about the PDF file request, documentation of major equipmen...
这是一个讲述USB设备请求的PDF文档,文档中对重要的设备请求做了详细的介绍。-This is a USB device about the PDF file request, documentation of major equipment request a detailed briefing.
- 2022-07-19 16:03:48下载
- 积分:1
-
渐变色彩展示
渐变色彩展示,渐变色彩展示,渐变色彩展示
- 2022-03-20 01:08:21下载
- 积分:1
-
GNU make中文手册.chm GNU make中文手册.chm GNU make中文手册.chm
GNU make中文手册.chm GNU make中文手册.chm GNU make中文手册.chm-GNU make
- 2022-04-01 13:29:10下载
- 积分:1
-
一个makefile是什么?Winodws很多程序员可能不知道这件事,因为…
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。-What is a makefile? Winodws many programmers may not know this thing, because those who have Windows-IDE for you to do this work, but I think we need to make a good and professional programmers, makefile or to understand. It
- 2023-07-25 21:05:03下载
- 积分:1
-
斯巴达
Spartan-II 2.5V FPGA Family:
Introduction and Ordering
Information
- 2022-02-26 15:39:58下载
- 积分:1
-
Visual Basic 6.0 医药进销存系统开发实例导航的源代码。
Visual Basic 6.0 医药进销存系统开发实例导航的源代码。-Visual the Basic 6.0 medicines enter sell save the system
development example navigation the source code.
- 2022-03-25 06:38:06下载
- 积分:1