搜索结果
找到约 248 项符合
pre-implemented 的查询结果
VHDL/FPGA/Verilog Triscend supports the use of the Model Technology ModelSim logic simulator for VHDL simulation of d
Triscend supports the use of the Model Technology ModelSim logic simulator for VHDL simulation of
designs implemented in the Configurable System Logic (CSL) portion of a Triscend device.
其他 This code was used to produce simulation results described in: Using Directional Antennas to Pre
This code was used to produce simulation results described in:
Using Directional Antennas to Prevent Wormhole Attacks
Lingxuan Hu and David Evans. Network and Distributed System Security
Symposium, San Diego, 5-6 February 2004.
文件格式 We present a particle filter construction for a system that exhibits time-scale separation. The sep
We present a particle filter construction for a system that exhibits
time-scale separation. The separation of time-scales allows two simplifications
that we exploit: i) The use of the averaging principle for the
dimensional reduction of the system needed to solve for each particle
and ii) the factor ...
嵌入式/单片机编程 cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor s
cpress usb 芯片Vender 处理固件。
The purpose of this software is to demonstrate how
to implement vendor specific commands.
The following vendor specific commands are implemented:
A0 Firmware Upload/Download
A2 EEProm Load
A3 External Ram Load
A4 Set I2C Addr
A5 Get IIC Type (1 Byte or 2 Byte EEPROM) ...
Linux/Unix编程 相信有很多用户在使用华为的代理上网吧
相信有很多用户在使用华为的代理上网吧,是不是在linux下无法上网头疼呢,我花了一个星期的时间,弄到华为的代理和linux下所需的rpm包了
基于fedora 7下
操作很简单,我给出简要提示
1.使用root用户登陆安装rpm包
#]rpm -ivh compat-libstdc++-7.3-2.96.110.i386.rpm
#]./pre.ps
#]linux1x -c
下面问的问题很简单,一路yes, ...
通讯/手机编程 The algorm of viterbi. You talk to your friend three days in a row and discover that on the first da
The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And w ...
Delphi控件源码 老外自编串口组件及串口程序: Commu, a testform to check if everything is working correctly. XON/XOFF check is no
老外自编串口组件及串口程序:
Commu, a testform to check if everything is working correctly.
XON/XOFF check is not yet implemented.
So good luck with communication.
其他 CANopen is a networking system based on the CAN serial bus. CANopen assumes that the device’s hardw
CANopen is a networking system based on the CAN serial bus.
CANopen assumes that the device’s hardware has a CAN transceiver
and CAN controller as specified in ISO 11898.
CANopen profile family specifies standardized communication
mechanisms and device functionality. The profile family is available ...
通讯/手机编程 This sample provides an implementation of simple Bluetooth device discovery via the Winsock 2 API
This sample provides an implementation of simple Bluetooth device discovery
via the Winsock 2 API. It provides a listbox control which, when searching
is complete, lists the discovered Bluetooth devices. Only names of the devices
are displayed, but the addresses of the devices are also retriev ...
人工智能/神经网络 高效的k-means算法实现
高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented ...