Welcome![Sign In][Sign Up]
Location:
Search - math c51

Search list

[Other resourcecalc

Description: This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The program for this design was written in C using the Keil uVision 2 IDE for which Proteus VSM provides a Debug Monitor driver. Instructions for configuring Proteus to run in conjunction with the Keil environment can be found by editing the 8051 microcontroller on the schematic (point at it and press CTRL-E) and then clicking on the help button on the Edit Component dialogue form.
Platform: | Size: 2825 | Author: cj | Hits:

[SCMcalc

Description: This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The program for this design was written in C using the Keil uVision 2 IDE for which Proteus VSM provides a Debug Monitor driver. Instructions for configuring Proteus to run in conjunction with the Keil environment can be found by editing the 8051 microcontroller on the schematic (point at it and press CTRL-E) and then clicking on the help button on the Edit Component dialogue form.
Platform: | Size: 2048 | Author: cj | Hits:

[assembly languageC51

Description: /*这是我用C语言编的第一个程序,编译通过,下载到单片机里能够正常运行,我非常高兴,对我来说有纪念价值*/ -#include <reg51f.h> #include <intrins.h> #include <math.h> sbit P2_0=P2^0 bit FLAG=0 char m,ptr=0 static const char tab[16]={0x01,0x02,0x03,0x0c, 0x04,0x05,0x06,0x0d, 0x07,0x08,0x09,0x0e, 0x0a,0x00,0x0b,0x0f}
Platform: | Size: 1024 | Author: du316 | Hits:

[SCMcomplex

Description: 用于51单片机的高精度数学运算子程序,因为C51里面,能表示的最大数据是long 型,只有4个字节,放在word文档中-complex math
Platform: | Size: 5120 | Author: 小舟 | Hits:

[SCMC51_Calculator

Description: 本例子显示一个基本的整数计算器的8051微控制器供电。虽然有一个完整的Keil C51的浮点运算库中的评估版本被限制为对象的代码2K的,所以我们必须限制此示例为整数的数学,以适应这个限额之内。 此设计方案的书面的 C 使用的Keil uVision 2个IDE为其提供了一个变形VSM的调试监视器的驱动程序。 变形配置运行环境与凯尔一起说明可以发现它的编辑在原理图上(点8051微控制器和按Ctrl - E)的,然后在编辑组件对话的形式帮助按钮点击。-This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The program for this design was written in C using the Keil uVision 2 IDE for which Proteus VSM provides a Debug Monitor driver. Instructions for configuring Proteus to run in conjunction with the Keil environment can be found by editing the 8051 microcontroller on the schematic (point at it and press CTRL-E) and then clicking on the help button on the Edit Component dialogue form.
Platform: | Size: 47104 | Author: hu | Hits:

[SCMjisuanqi.wannianli

Description: 用c51单片机做的一个计算器和万年历,可以进行数学运算和具有年历的功能-C51 microcontroller to do with a calculator and calendar, you can do the math and has a calendar function
Platform: | Size: 142336 | Author: 许涛 | Hits:

[Other Embeded programlesson-baosheng

Description: 19264点阵字幕翻滚程序C51,//#pragma src 实现上翻滚的好程序20131221 #include<REG52.H> #include<math.h> #include<INTRINS.H> #define Uchar unsigned char -19264 C51 lattice subtitles rolling program.//#pragma src 实现上翻滚的好程序20131221 #include<REG52.H> #include<math.h> #include<INTRINS.H> #define Uchar unsigned char
Platform: | Size: 4096 | Author: wuben | Hits:

CodeBus www.codebus.net