虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

液晶<b>取模</b>

  • 用PHP编写的表达式计算器

    用PHP编写的表达式计算器,是用的编译的知识实现的,并非使用eval()函数实现。 功能强大,可以做所有的数值计算,代数计算还不能实现。 1。可以计算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。 2。能识别数字(包括小数、正负数)、数学函数。 3。可以做加、减、乘、除、指数、取模 计算(其中加、减包括一元和二元两种操作)。 压缩包里的“math.php”是演示文件

    标签: PHP 编写 表达式 计算器

    上传时间: 2013-12-11

    上传用户:comua

  • 一个很好用的大整数的类, 最大可支持9999990位的十进制整数

    一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。

    标签: 9999990 整数 十进制

    上传时间: 2015-09-30

    上传用户:王庆才

  • JAVA写计算器 用堆栈实现 实现了小数的加减乘除

    JAVA写计算器 用堆栈实现 实现了小数的加减乘除,乘方,取模,括号

    标签: JAVA 计算器 堆栈

    上传时间: 2013-12-22

    上传用户:Amygdala

  • 字模提取软件

    字模提取软件,两种取模格式,分别是C51和A51格式。还可以对图片进行取模

    标签: 字模提取 软件

    上传时间: 2014-01-25

    上传用户:671145514

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • key.txt存放密钥

    key.txt存放密钥,密钥只能为数字,text存放明文。 只对明文中的“数字”、“英文大小写”加密,空格或其它中文字符等不予理睬。 加密方法: 明文分组与密钥对应字符相加取模,十个数字为一个循环,26个英文大小写也各为一个循环。 例: 密钥为: 012 明文为: Microsoft VC++ 6.0 密文则为:Mjerpuogv VD++ 8.0 加密结果: 将密文生成到result.txt中,手动删除最后的占位符""即可。

    标签: key txt 密钥

    上传时间: 2013-12-22

    上传用户:rishian

  • 涡轮流量计的应用程序

    涡轮流量计的应用程序,液晶显示,模数转换,等采用430单片机

    标签: 涡轮流量计 应用程序

    上传时间: 2016-04-17

    上传用户:wpwpwlxwlx

  • 点阵上滚显示20字./*点阵显示汉字程串口输出字符数据

    点阵上滚显示20字./*点阵显示汉字程串口输出字符数据,P2口输出行扫描信号,P0_0输出595锁存信号。 由于595接在LED阴极所以取模时要反白处理*/

    标签: 点阵 汉字 串口输出 字符

    上传时间: 2016-05-19

    上传用户:1051290259

  • 用游标的方法实现对称差的计算

    用游标的方法实现对称差的计算,即 (A-B)+(B-A)

    标签: 对称 计算

    上传时间: 2016-05-23

    上传用户:远远ssad

  • 词法分析器 对输入一个函数

    词法分析器 对输入一个函数,并对其分析main() { int a,b a = 10 b = a + 20 }

    标签: 分析器 函数 输入

    上传时间: 2013-12-20

    上传用户:hfmm633