搜索资源列表
-
0下载:
一个32位元的浮点数加法器,可将两IEEE 754格式内的值进行相加,A 32-bit floating-point adder can be both within the IEEE 754 format to add value
-
-
0下载:
基于51单片机和液晶1602的简易计算器,可进行加减乘除浮点型运算和清除、即时显示等功能-51 single-chip microcomputer and LCD based on the 1602 simple calculator, can add, subtract, multiply and divide floating point operations and clear, type instantly shows etc. Function
-
-
1下载:
该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。
还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。
要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h"
演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和
浮点型数据,再将他们依次读出,结果用超级终端显示。如果
-
-
0下载:
超前进位加法器是通常数字设计所必备的,本程序为32位超前进位加法器-CLA is usually necessary for digital design, the procedure for 32-bit CLA
-
-
0下载:
管理双向链表的一个类,支持整形,浮点型,字符型,字符串等,能够很方便的增加自定义类型,能动态增加,删除任何位置的元素-Management of a class of two-way linked list to support the plastic, floating-point type, character, string and so on, can easily customize the type of increase that can dynamically add, dele
-
-
0下载:
浮点程序库,这里是AVR程序,包括浮点数比大小,加,减,乘,除,开方。-Floating-point library, here is the AVR procedures, including floating-point than the size, add, subtract, multiply, divide, prescr iption.
-
-
0下载:
32位元浮点数加法器,用于以VHDL编写的32位元CPU-32 bits floating-point Add
-
-
0下载:
C语言的小型通用数据库:模拟交互式的SOL的基本功能:动态建表,组合查询,删除,添加,更新,支持的数据类型为:char(字符型) int(整数型) double(浮点型) string(字符串型)-Small general-purpose C language database: an interactive simulation of the basic functions of the SOL: Dynamic built form, portfolio information, dele
-
-
0下载:
This documents describes a free single precision floating point unit. This
floating point unit can perform add, subtract, multiply, divide, integer to
floating point and floating point to integer conversion.-This documents describes a free sing
-
-
0下载:
计算器是Windows操作系统提供的一个附件功能,许多人用Visual Basic、Visual C++等编制计算器,由于这些程序提供了控件,所以实现相对容易。Turbo C没有控件,但我们可以利用它所具有的函数模仿画出其界面,实现计算器的基本功能,进行浮点数加、减、乘、除、乘方和求模运算。-Calculator is a Windows operating system provides an attachment function, and many people use Visual Ba
-
-
0下载:
小型计算器代码.设计一个小型计算器可进行加、减、乘、除、乘方、开方、括号运算。该计算器不是根据输入运算符的先后而从头算到尾而没有进行运算符的优先级的判定,而是先判断运算符的优先级的高低然后依次进行计算的。上述的几种运算,可以在一位或多位的浮点数间进行运行并且可以准确的计算出结果。 -Small calculator code. Design a mini-calculator can be add, subtract, multiply, divide, involution, administ
-
-
0下载:
多功能计算软件程序清单
功能要求:具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。
依次输入运算符(+,-,*,/)、第一个运算数、第二个运算数,然后输出结果,
当用户输入 Q 则退出系统,否则允许用户连续进行运算。-Multi-function calculation software program list functional requirements: with integer data, floating-point data arithmetic (ad
-
-
3下载:
keil C51 v6.12 完全解密版的安装说明
安装方法是执行setup\setup.exe 安装程序,选择安装Eval Version版进
行安装。
注册码:K199U-20071-12A9U
当出现Please insert the add-on disk的提示画面,可按next按钮(不用
插入软盘)。
安装好之后就可以使用,没有代码大小的限制,这是完全版,比 Eval版增
加浮点库等内容。-keil C51 v6
-
-
0下载:
该程序是用Verilog语言写的,可以完成(1,5,9)格式的浮点数相加。-The program is written in Verilog, you can complete the (1,5,9) add floating-point format.
-
-
0下载:
实现功能:
1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。
依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。
结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。
例如:输入:2
+
5
输出:7
2)实现单运算符表达式计算的功能。
输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。
输入表达式如下:
例如:输入:2+5
输出:7-Realize functions:
-
-
0下载:
用Verilog实现一位原码浮点数乘法器,按照累加的方式,逐位相乘,再相加。-Verilog realization of an original code with floating point multiplier, in accordance with the cumulative way, bit by bit multiply, then add.
-
-
0下载:
基于AltiVec技术的浮点乘加单元的设计AltiVec technology based on the floating-point multiply-add unit design-AltiVec technology based on the floating-point multiply-add unit design
-
-
0下载:
浮点加法器的用Verilog实现,32位的浮点加法器-Floating point adder Verilog
-
-
0下载:
Floating-point arithmetic (2008), ADD, SUB, MUL, SQRT, FUNCTION (IEEE 754-1985 Standard, IEEE 854-1987 Standard, New IEEE 754-2008 Standard)-Floating-point arithmetic (2008), ADD, SUB, MUL, SQRT, FUNCTION (IEEE 754-1985 Standard, IEEE 854-1987 Stand
-
-
0下载:
串口计算器,可以实现加、减、乘、除、括号、sin()、cos()等基础运算,支持浮点数和整数,以LCD显示,有报警功能。-Serial calculator can add, subtract, multiply, divide, brackets, sin (), cos () and other basic operations, support for floating point and integer, with LCD display, alarm function.
-