This program is used to measure the temperature sensor on an F330 device. It uses 1-point calibration and stores the offset value in FLASH memory. The program outputs temperature values in 100ths of a degree Celsius with UART.
标签: temperature calibrati program measure
上传时间: 2014-01-19
上传用户:啊飒飒大师的
specification of parametrized floating point library ,brife introduction of floating point library
标签: floating library point specification
上传时间: 2014-01-10
上传用户:450976175
电子书籍 Linux.Quick.Fix.Notebook.Mar.2005.chm
上传时间: 2016-06-21
上传用户:gut1234567
AppWizard has created a WCEDialogWiz DLL for you. This DLL is the starting point for writing your custom AppWizard. It demonstrates the basics of creating a custom AppWizard.
标签: WCEDialogWiz AppWizard DLL for
上传时间: 2013-12-17
上传用户:cc1915
The IEEE standard for floating point arithmetic.
标签: arithmetic standard floating point
上传时间: 2016-06-28
上传用户:s363994250
DataRescue.IDA.Pro.Advanced.v5.2.FIX-UNiQUE0 反编译插件
标签: DataRescue FIX-UNiQUE Advanced IDA
上传时间: 2016-07-17
上传用户:woshini123456
多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods Truncation tornament stochastic 4) mutation methods binary single point int/real single point 5) encoding/decoding methods binary integer/real messy gray DNA permuation to fix the plot bugs for 4001 , download this file and replace old files.
标签: Multiple-Objective SGALAB_demo run files
上传时间: 2013-12-21
上传用户:mhp0114
matlab training power point
标签: training matlab power point
上传时间: 2013-12-26
上传用户:hn891122
(1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周长和面积的int perimeter()、double area()方法,返回两个圆是否为同一个圆(返回0)、同心圆(返回1)、相交的圆(返回2)、分离的圆(返回3)、包含的圆(返回4)等关系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 实现测试上述两个类的ClassTest类。该类在main方法中分别创建若干个Point对象和Circle对象,并调用相关方法,输出方法的返回值,验证其正确性。 (4) 将Point类、Circle类和主类的包名分别调整为p1、p2、p3,并重新运行,验证是否运行正确。
标签: Point
上传时间: 2014-11-25
上传用户:cylnpy
For developers using FPGAs for the implementation of floating-point DSP functions, one key challenge is how to decompose the computation algorithm into sequences of parallel hardware processes while efficiently managing data flow through the parallel pipelines of these processes.
标签: floating-point implementation developers functions
上传时间: 2013-12-16
上传用户:tonyshao