搜索资源列表
TemperatureChange
- 温度转换程序.这个程序将使用算数运算符将一个华氏温度转变成一个摄氏温度,然后再将一个摄氏温度转换为华氏温度,并将结果输出。-temperature conversion. This procedure will use arithmetic to a Fahrenheit temperature into a Celsius temperature, then pass a Celsius temperature conversion of Fahrenheit temperature, the
cifafenxiCyuyan
- 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。-preparation of a process of reading words from the input source, identified various independent significance of the words, namely, the b
JavaBaseNice
- Java变量和数据表达式 表达式和运算符 子符串 Java项目-Java variables and data Expressions Expressions and Operators - FU Series Java project
trithmatic2test
- 一个简单的应用程序,用来说明算术运算符的优先级
Calculator
- java编写的简单计算器代码,可显示运算式,使用StringTokenizer区分出运算符。代码清晰易读。
87
- 这是一个运算符、表达式和语句程序,里面有很多关于它们的例子
operateList
- 运算符和相应的语句,包括运算符的基本操作
jisuan
- 做一个简易的“+ - x /”计算器:在Applet中加入2个提示标签,1个显示结果的标签,两个输入文本域,四个单选按钮(标题分别为+-×/),1个“计算”按钮,分别输入2整数后,选择相应运算符,点击“计算”按钮后显示结果。两个form窗口的链接
PPT(JavaScript)
- 熟悉Javascr ipt的数据类型: 数值型、字符型、逻辑型、空值 掌握Javascr ipt的表达式与运算符 掌握Javascr ipt控制语句、内部对象 掌握Javascr ipt自定义对象-Familiar with the Javascr ipt data types: numeric, character, logic type, null values have Javascr ipt expressions and operators have
tangru
- 用java语言实现的四则运算,采用的是case语句,选择运算符,作相应的运算-Using java language to achieve the four operations, using case statements, select the operator for the corresponding operator
14191217571
- 全国计算机等级考试四合一过关训练二级Java第 1 章 公共基础知识 第 2 章 Java语言概述 第 3 章 简单数据类型 第 4 章 运算符和表达式 第 5 章 流程控制 第 6 章 类、数组和字符串操作 第 7 章 异常处理 第 8 章 输入输出及文件操作 第 9 章 线程与对象串行化 第 10 章 编写图形用户界面 第 11 章 Applet程序设计 第 12 章 J2SDK的下载和操作 第 13 章 Java应用 -NCRE clea
JAVA-Lexer
- java实现的词法分析器,手工生成,输入源程序后,可分离出标志符,分割符,运算符,保留字-achieve the lexical analyzer, artisanal production, import source, can be broken down into URI, Segmentation website Operators, reservations word
Computer
- 用java计算算式,从左到右的顺序 本次实验通过查找运算符,按照次序将其存放在数组当中来进行运算,同时还要对算式进行截取。 在实验中通过变量来控制是核心之一,不变的是算式,只有通过对算式进行解析,用变量来控制和代替算式中的元素,才会实现。 -Using java calculation formula, from left to right order of This experiment by looking operator, in accordance with
Lexicalanalysis
- Java程序词法分析。找出其中用到的关键字、方法名、变量名以及操作运算符-Lexical analysis of Java programs
program2
- java教程中的运算符的内容 使用举例 很方便-java tutorial content operator is very convenient to use an example
cifa(4.0)
- 用直接分析法编制类C语言子集的词法分析程序。在本词法分析程序模块中,主要分析自定义的类C语言的词法。自定义的语言主要包括数组定义、函数定义、结构体定义的语句,运算符号主要为特殊符号表里所定义的各类运算符。 设计要求简要讲解词法分析器的构造技术,设计此法分析器。词法分析程序的主要功能是读入源程序,输出单词符号。并提供出错处理。 -Prepared by direct analysis of a subset of C-language lexical analysis program.
Cifa
- 对一个JAVA程序进行简单的词法分析,找出其中用到的关键字,变量名,方法名以及操作运算符,并分别把它们打印出来-JAVA program on a simple lexical analysis to identify which uses keywords, variable names, method names and operations operator, and print them out separately
mycal
- 用java写的有界面的计算器,可以点击数字和符号按钮进行计算式的输入,也可以直接输入计算式,对表达式的正确性有良好的确认算法,不过只支持简单的+、-、*、/、(、)这些简单运算符-Using java to write a calculator interface, you can click the button to calculate figures and symbols of the input type, you can also enter the formula directly
WordAnalysis
- 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-The preparation of a read word process, from the input source, the identification of each word has an independent significance, namely, t
yunsuanfu
- 验证各类逻辑运算符的功能及其使用方法,包括逻辑运算符,自增自减运算符,关系运算符,模运算符,算数运算符(The functions of various operators and their using methods)