搜索资源列表
18B20+1602液晶计算器
- 本系统采用51单片机和1602液晶做成液晶计算器液晶显示计算的结果,并且可以支持浮点运算和三角函数,通过DS18B20可以实时测温。,The system uses a 51 and 1602 single-chip liquid crystal display calculated results, and can support the floating-point operations and trigonometric functions, through DS18B20 real-ti
byshjiyimijisuanqi
- 单片机;计算器;微电子;模拟电路能进行正数加、减、乘、除四则运算的计算器叫做简单计算器;科学计算器是指能兼容正数的四则运算和乘方、开方运算,具有指数、对数、三角函数、反三角函数及存储等计算功能的计算器。 -Singlechip calculator Microelectronics analog circuit can be a positive number add, subtract, multiply, with the exception of four operations is
87
- 本设计以STC89C516RD+单片机为控制运算器,以8*6矩阵键盘控制,以12864ZB液晶显示,以9V电池供电。 对于此计算器我用了38个键的矩阵键盘,10个数字键,1个小数点键,1个正负键,4个常用运算键,1个等号键,1个清零键,1个第二功能键,4个三角函数运算键,4个常用公式键,还有8个其它功能键。此计算器与常用计算器无很大差别,其中四则运算、阶乘、百分比、平方、立方、组合、乘方、倒数都可以精确到十位 ,其它运算因为调用到C语言函数库,为浮点型,有效位只有7位。 -The des
SVPWM
- 电压空间矢量变频调速技术的研究及实现 学位论文 本系统软件采用C语言编写,主要设计了系统主程序和PWM中断处理程序,系统初 始化、变频控制、电流和电压采样、显示和故障处理都在主程序中完成,三角函数计算、 SVPWM子程序、按键扫描在PWM中断处理程序中完成。-The system software used C language,design of the system main program and PWM interrupt handling procedures,sy
Signal-generator
- 信号发生器是指产生所需参数的电测试信号的仪器。按信号波形可分为正弦信号、函数(波形)信号、脉冲信号和随机信号发生器等四大类。信号发生器又称信号源或振荡器。各种波形曲线均可以用三角函数方程式来表示。能够产生多种波形,如三角波、锯齿波、矩形波(含方波)、正弦波的电路被称为函数信号发生器。-Signal generator is to generate the required parameters of the electrical test signal equipment. Sinusoida
led.c
- led显示的程序,其中包括反三角函数的应用-led display,including the inverse tan function
C51Calc
- 简易计算器可进行乘方、开方、指数、对数、三角函数、统计等方面的运算。-The simple calculator involution, evolution, index, computing on number, trigonometric, statistical, and other aspects.
MCS-51-subprogram
- 单片机实用程序库,包括数据复制、算术平均滤波、长除法、码制转换、对分查找、浮点运算、三角函数等等。共98页pdf文档。-SCM utility library, including data replication, arithmetic mean filtering, long division, transcoding, bisection search, floating-point arithmetic, trigonometric functions and so on. Total
calculator
- 计算器,含三角函数、自然对数、n次方,均方根等的功能强大的计算器-Calculator, including trigonometric functions, natural logarithm, n-th power, RMS and other powerful calculator
MSPMathLib
- MSPMathLib是TI为MSP430F5xx、MSP430F6xx 以及 MSP430FR5xx系列单片机开发的数学函数库,主要用于三角函数的浮点运算,比标准MATH库函数计算速度提高数十倍。 TI在官网上说是免费提供,但都是捆绑到CCS6和IAR6的安装包中,无法移植到早期IAR版本中。 这是以前下载的头文件和静态库文件,可以直接在IAR中使用,具体使用方法见TI官方PDF,编号slau499。-MSPMATHLIB is an accelerated floating
SinWave
- 基于ucgui的一款显示简单三角函数的图形,如sin,cos,简单的展示了ucgui的良好特性-Based on simple trigonometric ucgui of a graphical display, such as sin, cos, simply show the good characteristics of ucgui
cordic_C
- CORDIC(COordinate Rotation DIgital Computer) 算法,这个 算法只利用移位和加减运算,就能计算常用三角函数值-CORDIC (Rotation DIgital Computer COordinate) algorithm, the algorithm uses only the shift and addition and subtraction operations, can be used to calculate the value of t
Calculator213
- 正则计算器:实现了四则运算,并可以实现括号、三角函数、正负数运算,解决了小数点的精度问题-Calculator: to achieve four operations and can be achieved in parentheses, trigonometric functions, plus or minus the number of operations to solve the problem of the decimal point accuracy
DDS
- 单片机调试实现信号发生器功能的C源代码,包括三角函数、方波-Single-chip debugging functions for signal generator of C source code, including trigonometric, square, etc.
calculator4.1
- 51计算器 电子科技大学2016年盟升杯 杨一铭组作品 具有加减乘除 三角函数 解AX+e^X B方程 存储数据 乘方开方功能-51 calculator A work done by Motto Yang for 2016 UESTC MengSheng Cup.
GenerateTriangleTable
- 用MATLAB生成C语言的三角函数定点表(Using MATLAB to generate the trigonometric function fixed-point table in C language)
计算器课设
- 基于51单片机多位十进制计算器设计 带文档说明 程序源码 proteus仿真图 (1)系统通过4×4的矩阵键盘输入数字及运算符。 (2)可以进行多位十进制数以内的运算(包括加,减,乘,除,幂次方,对数,三角函数等功能),如果计算结果超过显示范围,则屏幕显示E。 (3)可显示输入时的数字及结果 (4)设计控制电路总体方案; (5)电路的设计、仿真与调试;(Design of multi bit decimal number calculator based on MCU)