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