搜索结果
找到约 482 项符合
Fixed-point 的查询结果
Java编程 SMPP with Java to implement point-to-point communication
SMPP with Java to implement point-to-point communication
单片机开发 This soucse code is for CodevisionAVR and RF2500 application driver code is all included.The point
This soucse code is for CodevisionAVR
and RF2500 application driver code is all included.The point to point communication is realized.
单片机开发 This program is used to measure the temperature sensor on an F330 device. It uses 1-point calibrati
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.
单片机开发 specification of parametrized floating point library ,brife introduction of floating point library
specification of parametrized floating point library ,brife introduction of floating point library
书籍源码 AppWizard has created a WCEDialogWiz DLL for you. This DLL is the starting point for writing your c
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.
其他书籍 The IEEE standard for floating point arithmetic.
The IEEE standard for floating point arithmetic.
单片机开发 Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to
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. ...
matlab例程 matlab training power point
matlab training power point
Java编程 (1) 实现一个Point类
(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 ...
VHDL/FPGA/Verilog For developers using FPGAs for the implementation of floating-point DSP functions, one key challen
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.