搜索资源列表
基于表达式的科学计算器
- 这是一个基于表达式的科学计算器,计算结果的有效位较长(16位);支持不严格的表达式输入(如cos(23)*sin(34)与cos(23)*sin(34与cos23*sin34等价);支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等),功能非常不错。-This is a formula based on the scientifi
长整形运算
- 一、问题描述 设计一个实现任意长的整数进行加法运算的演示程序。 二、需求分析 (1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer addition operations for the demonstr
zhengshu
- 利用双向循环链表实现长整数的存储,每个结点含一个整形变量。任何整形变量的范围是 -(2^15 - 1)~ (2^15 - 1)。 输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-use of a two-way cycle Chain achieve long integer storage, each node containing a plastic variables. Any shaping the scope of the variable - (2 ^
lexicalanalysis
- 为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为: (1)从源程序文件中读入字符。 (2)统计行数和列数用于错误单词的定位。 (3)删除空格类字符,包括回车、制表符空格。 (4)按拼写单词,并用(种别,单词)二元式表示。 (5)根据需要是否填写标识符表供以后各阶段使用。 这里采用的编译程序的实现方法是一遍扫描,即从左到右只
JIAJIAN010
- 1、输入模块:从键盘读入两个长整数,并存储在內存中。 2、运算模块:编写子程序完成大整数的加法和减法。 3、实验环境:软件环境 MASM 5.0 -an import module : Reading from the keyboard into two long integer, and stored in the memory. 2 computational modules : subroutine completed the preparation of the lar
LongIntChange
- 一个超位数的长整数的转换程序和源代码,附有详细的文档说明。-a median-long integer conversion program and the source code, including a detailed document shows.
lang
- 一个可以对任意长整数进行加减的类 可以是任何长度的进行加减乘除 如有错误 请指出
longAdd
- 用C++做的一个长整数加法,很有参考意义,欢迎交流
ss
- 用c++实现两个长整数相加,你可以输入任意长度的整数
longnode
- 长整数的四则运算,用双向循环链表实现,堆分配存储-long integer operations of four, with two-cycle Chain achieve stacked memory allocation
一个可以对任意长整数进行加减的类
- 在Visual C++6.0 WinXp下编译通过 采用类来实现 数据运算的结果保存在CString类中 理论上可对任意长的数据进行相加 在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-in Visual C Compiler 6.0 WinXp adopted under the category of Operational data to achieve the results stored in redeem category
0023
- 一个可以对任意长整数进行加减的类 ,本人编写的代码,请多提意见-one can arbitrarily long integer addition and subtraction for the category, I prepared the code, please speak up
Integer Inquiry
- UVA ONLINE JUDGE 424 Integer Inquiry One of the first users of BIT's new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking various sums of those numbers. ``This supercomputer i
03091284
- 本压缩包包含多个源代码,有学生信息存储,小学生加减法运算,对英文文本的查找替换,对英文文本中字母统计出现次数,并修改原文件,储存进新文件,打印螺旋方阵,打印日历,长整数的计算和与其他进制的转换等-The archive contains more than one source code, a student information is stored, students add and subtract operation, replace the English text of the se
multiplication
- 长整数乘法,利用汇编语言实现两个长整数的乘法运算-Long integer multiplication
shiyan6
- 1.编写完整的汇编语言程序: (1) 从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果。 (2) 已定义了两个整数变量A和B,试编写程序完成下列功能(使用简化段源程序格式): 若两个数中有一个是奇数,则将奇数存入A中,偶数存入B中; 若两个数均为奇数,则将两数均加1后存回原变量; 若两个数均为偶数,则两个变量均不改变。 (3) 用减奇数次数的方法,求一个数的近似平方根,这
111
- C++ 十进制长整数转换为16进制和8进制 vectror动态数组分配-Decimal long integer is converted to hexadecimal and octal vectror dynamic array allocation
yyyzrqym
- 内存搜索工具数据库操作支持库增加读写长整数字段的功能,但受限于系统接口暂不能读写超出整数范围的数值。-English Version
tnxjoq
- 一个可以对任意长整数进行加减的类 ,通过采用类来实现-A to add and subtract the arbitrary long integer class, through the adoption of class to implement
16015315
- (1) 设计一个整数的补码类,有利于任意长整数的补码表示 及其运算; (2) 整数以十进制输入,对输入的数据要进行合法性检查; (3) 实现十进制数的补码转换、补码输出(输出格式为:每 8bit 一组,各组间以空格隔开)。 -(1) u8BBE u8BA1 u4E00 u4E2 u4E2 u657 u6570 u7654 u8865 u7801 u7C7B uFF0C u6709 u5229 u4E8E u4EFB u610F u657