搜索资源列表
卡布列克常数
- 验证卡布列克运算。任意一个四位数,只要它们各个位 上的数字是不全相同的,就有这样的规律: 1)将组成该四位数的四个数字由大到小排列,形成由这四个 数字构成的最大的四位数; 2)将组成该四位数的四个数字由小到大排列,形成由这四个 数字构成的最小的四位数(如果四个数中含有0,则得到的数不足 四位); 3)求两个数的差,得到一个新的四位数(高位零保留)。 重复以上过程,最后得到的结果是6174,这个数被称为卡布 列克数。-cer
将阿拉伯数字转换为罗马数字
- 题目中给出了阿拉伯数字与罗马数字的对应关系,题中的数 字转换实际上就是查表翻译。即将整数的百、十、个位依次从整 数中分解出来,查找表中相应的行后输出对应的字符。 *程序与程序设计-title given Roman numerals and Arabic counterparts, and that the figure was actually Lookup conversion translation. The upcoming round of the 100, 1
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.
词法分析器
- 编译原理课程设计,词法自动机。
汇编版:判断闰年
- 判断闰年 根据输入的具体年份(在1900-2100之间,要求对输入进行有效性检查),判断是否闰年,并给出相应的提示信息
图灵机Java源码
- 本资源给出了Eclipse下图灵机的完整Java程序源码工程包,开发说明文档中给出了图灵机概要设计,功能实现程序结构剖析,明了易懂,源码导入Eclipse即可使用,无需编译,实用性极强。 功能简述:Java GUI(AWT)生成图灵机工作模型的图形化界面模拟展示,可用于语言的识别,函数的计算,某种语言的产生。具体实现了以下八种常用的图灵机模型如下: 1 二进制数加法 2 二进制计数器 3 二元回文 4 同等数量a和b的识别器&nbs
zitidaquan
- 文字大全,是用于各种文字编辑,例如:宋体 新宋体-Text Guinness, is used for a variety of text editor, such as: Times New Roman Times New Roman, etc.
matlab-picture
- 用罗曼三性编码方法对图形进行编码,matlab源程序。-With the Roman three coding methods to encode graphics, matlab source code.
12345
- 支持罗马人模拟按键刷组队可以用的好东西解放我们的双收手-Simulation button to support the Roman team can brush the good things
ProRaman2F
- 关于拉曼光谱基线去除的程序,大家可以试试,文章发在了Analyst上,RSC.具体的信息可以从代码里面找到.-This is a programme about Roman spectroscopy, it can be ured for basline eleminated. If you are interesting about it, download it!
mailchecker
- Small program that tests your mailbox (E-Mail) for the new messages. By Roman Nowicki
conversion
- 1:将16进制字符串转化成十进制整数 2:二进制和十进制之间的转换 3:将十进制整数转化成任意进制数(16进制以内)的字符串 4:将十进制数转化成罗马字符-1: hexadecimal string into a decimal integer 2: between binary and decimal conversion: decimal integer into any hexadecimal number (hexadecimal) string: decimal number int
roman-num
- 将阿拉伯数字转换为罗马数字,比如1就是I,2就是II,当然12343566这种比较长的也可以转换-Will be converted to Arabic numerals Roman numerals, such as one that is I, 2 is II, of course 12343566 This relatively long can also be converted