-
适用于EM78系列的自动日期计数器,网络转载
适用于EM78系列的自动日期计数器,网络转载-Applicable to EM78 Series automatic date counters, network reprint
- 2023-09-06 21:05:04下载
- 积分:1
-
java编写的简易写字板软件,实现文件新建保存复制粘贴等功能...
java编写的简易写字板软件,实现文件新建保存复制粘贴等功能-WordPad software written in java easy to achieve a new file save functions such as copy and paste
- 2022-01-25 17:36:37下载
- 积分:1
-
如何更新IMEI号码为中国移动
how to renew imei number for china mobile
- 2022-05-21 13:41:16下载
- 积分:1
-
编译原理学习文档
适合初学者学习
共9页ppt
编译原理学习文档
适合初学者学习
共9页ppt
-Principles of Learning to compile a document for beginners
- 2022-05-05 14:56:00下载
- 积分:1
-
Linux系统下USB摄像头驱动开发。适合有一定嵌入式系统基础的开发人员。...
Linux系统下USB摄像头驱动开发。适合有一定嵌入式系统基础的开发人员。
- 2022-06-19 21:39:35下载
- 积分:1
-
软件单元测试工作指南,是指明在做对软件单元测试时给你的一种方法!...
软件单元测试工作指南,是指明在做对软件单元测试时给你的一种方法!-software unit testing guidelines are specified in carrying out the test software modules give you a way!
- 2022-09-28 05:15:03下载
- 积分:1
-
在VC下实现简单的3D图形绘制,含键盘操作
在VC下实现简单的3D图形绘制,含键盘操作-In VC to achieve a simple 3D graphics rendering, including keyboard operation
- 2022-08-08 15:16:51下载
- 积分:1
-
软件工程 实体编码 具体实现 详细代码 图书馆管理系统
软件工程 实体编码 具体实现 详细代码 图书馆管理系统-Concrete realization of software engineering entity encoding code for library management system in detail
- 2023-01-26 04:05:05下载
- 积分: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
-
用VB编写的酒店管理系统,一些简单的功能,内含源代码。
用VB编写的酒店管理系统,一些简单的功能,内含源代码。
- 2022-08-17 17:48:02下载
- 积分:1