搜索资源列表
将阿拉伯数字转换为罗马数字
- 题目中给出了阿拉伯数字与罗马数字的对应关系,题中的数 字转换实际上就是查表翻译。即将整数的百、十、个位依次从整 数中分解出来,查找表中相应的行后输出对应的字符。 *程序与程序设计-title given Roman numerals and Arabic counterparts, and that the figure was actually Lookup conversion translation. The upcoming round of the 100, 1
CAPS
- 阿拉伯数字转化成大写: 如:123转化壹佰贰什叁-Arabic numerals written into the university : If : 123 selected job even into San
diaoerlangdang
- 阿拉伯数字转换成中文的的小例子代码,有需要的可以-Arabic into Chinese small example of the code, there is a need to look at the
numberconv
- 该程序为使用阿拉伯数字转换成汉字的应用程序源码 -procedures for the use of the Arabic characters into application source code
num2eng_Code
- 【软件简介】 1、本软件能将千万位以下的数值翻译为英文金额表达。因英语金额表达方式多种,本软件只根据目前外资公司商务英语惯用方式自动生成英文金额(如有需要变更,可以联系我)。 2、只需输入阿拉伯数字就自动化翻译为英文表达方式,一键复制,随处可贴。 3、新版本在优化了界面的同时改进了部分语法错误,增加了监视剪切板自动输入功能,还增加了计算器及记事本工具。 4、1.1.18新增了定时功能、office 快捷方式、中英文转换、关机功能、缩小到状态栏等。
chgstr
- 主要使用了stl中的string类,该类使用方便,还可以自动识别过滤夹杂在阿拉伯数字的逗号,空格等,符合日常习惯中的用法,程序在附件中请检验,使用方法就是main函数中的方法,请检验。如蒙不弃请笑纳。-mainly uses the stl the string type, such use, Recognition can also automatically filter the mixture in Arabic comma, space, in line with the daily h
zipcode
- 本程序为手写邮政编码(阿拉伯数字)识别,VC源码 -procedures for the handwritten postcode (Arabic) identification, VC FOSS
numberxlm
- 一个阿拉伯数字与罗马数字互相转换并进行四则运算,通过这个小程序告诉大家如何实现VB与C++两种语言实现跨语言开发程序.-an Arabic numerals and the Roman figures can change and four operations Through this small program that tells you how to achieve both VB and C language cross-language development process.
编译原理实验报告-词法分析
- 字符测试函数 isalnum(测试字符是否为英文字母或数字) isalpha(测试字符是否为英文字母) isascii(测试字符是否为ASCII码字符) isblank(测试字符是否为空格字符) iscntrl(测试字符是否为ASCII码的控制字符) isdigit(测试字符是否为阿拉伯数字) isgraph(测试字符是否为可打印字符) islower(测试字符是否为小写英文字母) isprint(测试字符是否为可打印字符) isspa
money111
- 中文大写人民币数额与阿拉伯数字数额之间的转换,通过人机界面交互。-Chinese yuan amount of capital and Arabic numerals between the amount of change through man-machine interface interaction.
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
DQFive
- 这是用C++做的一个程序 。可以把一个五位数由阿拉伯数字转换成中文。-This is used C++ Done a procedure. Can bring a five-digit conversion from Arabic numerals into Chinese.
AN2CC
- 可以自动将阿拉伯数字转换为中文大写,最高可以转换到第十六位数字-Can automatically convert Arabic numerals for the Chinese capital, the maximum that can be converted to the 16th digit
speech_recognition_by_MFCC
- 语音识别有说话者识别和语义识别等,文章中是用MFCC实现的语义识别中的阿拉伯数字0-9的识别,以及结果。-Speech recognition with speaker recognition and semantic recognition, the article is realized with MFCC recognition of the Arabic numerals 0-9 semantic identification, and results.
WordAnalyzer
- 从左至右扫描源程序的字符串,按照词法规则(正则文法规则)识别出一个个正确的单词,并转换成该单词相应的二元式(种别码、属性值)交给语法分析使用。 本程序规定输出用KeyWord代表关键字,Word代表普通标识符,Digit代表阿拉伯数字,SingleWord代表单分界符,DoubleWord代表双分界符,ERROR代表无法识别的字符。-String from left to right scan source, according to lexical rules (regular gramm
Convert
- 把一个阿拉伯数字读数,把读数转换为英文和中文,是读数,念出来的数字。-Convert number to English and Chinese.
Jedx
- 将阿拉伯数字格式转换成人民币大写金额,通用会计格式-Converted into digital format, the Arab capital of RMB amounts, generally accepted accounting format
HuffmanCoding
- 用哈弗曼进行编码的简单压缩,解码小软件(只对txt文件进行压缩,内容仅限与阿拉伯数字和字母)-Encoded by Ha Fuman simple compression, decoding a small software (only the txt file compression, content only with Arabic numerals and letters)
cifa
- 完成下述文法所描述的单词符号的词法分析程序,文法如下: <标识符>--><字母>|<标识符><字母>|<标识符><数字> <无符号整数>--><数字>|<无符号整数><数字> <分界符>-->+|-|*|/| |(|)|{|}|<|<=|=|!=|>=|>|:=|<空格> <字母&g
ChinessToNum
- 将阿拉伯数字金额转化大写的金额,用财务系统中金额的转化-chiness to Number