搜索资源列表
-
0下载:
用java实现的逻辑运算程序,可以完成加减乘除和浮点数的表示-Using java process to achieve the logic operations can be completed by the floating-point addition and subtraction and that multiplication and division
-
-
0下载:
由于Java的简单类型不能够精确的对浮点数进行运算,这个工具类提供精确的浮点数运算,包括加减乘除和四舍五入。-Since Java' s simple types can not be precise on the floating-point operations, the tools to provide accurate floating-point operations, including addition and subtraction multiplication and d
-
-
0下载:
建议计算器,能进行浮点数的加减乘除,swing界面-Recommended calculator for floating-point addition and subtraction, multiplication and division can, swing interface
-
-
0下载:
Java的简单类型不能够精确的对浮点数进行运算,这个工具类提供精确的浮点数运算,包括加减乘除和四舍五入。-Java' s simple types can not be accurately carried out on the floating-point operations, the tools provide accurate floating-point operations, including addition, subtraction and rounding.
-
-
0下载:
计算机组成原理算法实现(二)
课题2,能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算-Principles of Computer Algorithm (b) subject 2, the machine can achieve the fixed-point decimal number that the deformation of complement fixed-point decimal addition and subtra
-
-
0下载:
(1) 加减运算符 +,-.例如 2+39,908.98-23等.
加减运算符是双目运算符,即连接两个操作元的运算符.加减运算符的结合方向是从左到右.例如: 2+3-8,先计算2+3,然后再将得到的结果减8.加减运算符的操作元是整型或浮点型数据,加减运算符的优先级是4级.
(2) 乘,除和求余运算符 *,/, .例如 2*39 908.98/23等.
*,/, 运算符是双目运算符,即连接两个操作元的运算符.*,/, 运算符的结合方向是从左到右,例如 2*3/8,先计算2*3,然后再将
-
-
0下载:
用JAVA实现一个浮点型的计算器,实现了基本的加减乘除等运算功能。-JAVA realization of a floating-point type calculator, basic addition and subtraction, multiplication and division operations
-
-
0下载:
用于计算机组成原理课程设计的计算浮点数加减法.相乘.补码.原码.移值等计算.-Principles of curriculum design for computer component floating point addition and subtraction calculations. Multiplied. Complement. Original code. Transplant peer computing.
-
-
0下载:
一个简单的加法计算器,可以实现浮点数的加法,适合java入门学员-A simple addition calculator, can implement floating-point addition, suitable for Java introduction to students
-
-
0下载:
Shop7z网上购物系统,运行于ASP环境,拥有强大的管理功能和完善的在线支付平台体系,支持商品批量在线修改,支持自定义导航条及首页功能,支持商品品牌分类功能和订单管理功能,另外还有商品评论与留言,支持积分兑换礼品,客服QQ浮动聊天等功能。
使用注意:如果后台添加或删除数据刷新后无变化,即为网站无写权限,请如下操作:找到本程序的目录,先在工具->文件夹选项->查看->去掉“使用简单文件共享”确定。然后右键点本程序目录所在目录->属性->安全->添加e
-
-
0下载:
1:修正了几个错误,稍微美化了页面
2:加入了zend及版本号的检测,删除了拼写检查的检测(为了美观,只选8个重要的检测项
3:加入了浮点运算和读取运算
4:加入了检测MYSQL数据库用户连接(未测试)-1: fixed a few errors, a little beautify the page
2: to join the Zend and version number of the test, delete the spell check (in order to be
-
-
0下载:
主要实现浮点运算,逻辑运算,整数加减及乘法运算-Mainly to achieve floating-point operations, logic operations, integer addition and subtraction and multiplication
-