搜索资源列表
计算一个数的N(整数)次方根的程
- 输入一个浮点数,和整数N,输出该浮点数的N次方根-importation of a float, and the integer N, the output of the Nth float -
minuscompile
- 1.小型编译器 2。支持整数,浮点数,字符串 3。支持函数,过程。-1. 2 small compiler. Supports integer, float, string 3. Support function, process.
Benchmark_Src
- 对代数公式进行算法优化 可以节省大量计算时间 希望大家喜欢-When you have a formula, you could see if some of the operations could be optimized and you could see if the integer to float conversions could be simplifying for the formula. I will demonstrate this by using the alphabl
5-3
- 创建子vi,将四个输入多转换到单个输出。子vi应该具有四个浮点型数字控件,一个浮点数指示器,一个八位无符号整数控件。-Create sub-vi, the four-input multiple-converted to a single output. The sub vi should have four floating-point digital control, a float indicator, an eight-bit unsigned integer controls.
EditButton
- 简介: 可以转化整数,浮点数,及时间日期型数据配合别名列表可以进行语音合成,主要用于 东进中继卡中的PlayPrompt提示语音的合成 用于电话系统中播放金额,日期及时间还有输入的数字序列,同时更多的应用于显示销售系统中的打印发票时的中文大写金额字段。-Descr iption: can be transformed into an integer, float, date, and time-based data with the list of aliases can be t
XPBBasic112and117
- XPB!Basic XPB! is a brand new compiler for the 32-bit Windows platform that contains a rich set of features for developingboth GUI and console applications! Features True 32-bit compiler! Create both GUI and console programs! Create
CPP-source-word-scanner
- 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
CP_test_1
- 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en