SMPP with Java to implement point-to-point communication
標簽: point-to-point communication implement SMPP
上傳時間: 2016-06-06
上傳用戶:zhichenglu
This soucse code is for CodevisionAVR and RF2500 application driver code is all included.The point to point communication is realized.
標簽: code CodevisionAVR application included
上傳時間: 2016-06-11
上傳用戶:
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
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
Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to play mp3 data files within the local filesystem (which can be a network filesystem), or fetch files to play via http over a network. For the http case the address can specify a streaming MP3 server.
標簽: Application embedded designed playing
上傳時間: 2016-07-10
上傳用戶:520
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