-
表达式求值,通过栈,计算加减乘除,可以做小数,整数负数等运算...
表达式求值,通过栈,计算加减乘除,可以做小数,整数负数等运算-Expression is evaluated, through the stack, calculate addition and subtraction multiplication and division, can do decimals, negative integers such as computing
- 2022-02-21 17:51:11下载
- 积分:1
-
2009年系统集成项目管理工程师考前300道选择题及答案.
2009年系统集成项目管理工程师考前300道选择题及答案.-2009 System Integration Project Management Engineer exam 300 multiple-choice questions and answers.
- 2022-03-16 23:16:03下载
- 积分:1
-
labview_basics_ii_1_of_2
LabVIEW_Basics_II_1_of_2
Presentation Slides
- 2022-01-28 06:58:04下载
- 积分:1
-
use of the language 12
利用CUPL语言编写的12-4编码键盘
利用GAL器件实现编码,可以不用扫描键盘
大大节省了CPU时间-use of the language 12-4 coding keyboard use GAL coding, Scanning the keyboard can not save much CPU time
- 2022-02-21 13:19:34下载
- 积分:1
-
GPIF应用程序,主要目的是利用大量转移,日…
GPIF适用程序,主要用途是在海量传输中使用,所使用的文件由
- 2022-02-02 18:29:41下载
- 积分:1
-
高质量的编程指南,使代码写的更规范,更易读,更有效。
高质量的编程指南,使代码写的更规范,更易读,更有效。-High-quality programming guide, so that code written in a more standardized, more readable and more effective.
- 2023-08-14 21:30:03下载
- 积分:1
-
单片机汇编语言的机器代码生成效率很高但可读性却并不强,此教程只是我在学习过程中的一些学习笔记和随笔,在这里加以整理和修改,希望和大家一起分享,一起交流,一起学习...
单片机汇编语言的机器代码生成效率很高但可读性却并不强,此教程只是我在学习过程中的一些学习笔记和随笔,在这里加以整理和修改,希望和大家一起分享,一起交流,一起学习,一起进步。-SCM machine assembly language code generation with high efficiency but readability was not strong, This tutorial is in the process of learning the study notes and random notes here be edited and revised want to share with everyone, in exchange, learning together and progress together.
- 2022-07-16 21:59: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
-
本书是XML从入门到精通,详细讲述了XML的教程、实例等
本书是XML从入门到精通,详细讲述了XML的教程、实例等-the book is XML proficient from the portal to go into the detail of the XML tutorial, example
- 2023-05-31 06:50:03下载
- 积分:1
-
接口 9DOF 剃须刀 IMU 姿态与 8051 扩展
这是为 8051 扩展到通过 i2c 总线控制惯性测量组合模块的 c 代码。惯性测量组合类型: 9DOF-剃刀 — — 航姿系统
- 2022-01-24 09:30:21下载
- 积分:1