搜索结果
找到约 175 项符合
implemented 的查询结果
按分类筛选
- 全部分类
- 数学计算 (16)
- matlab例程 (11)
- 其他 (9)
- VHDL/FPGA/Verilog (9)
- 单片机编程 (8)
- Linux/Unix编程 (8)
- 加密解密 (8)
- 人工智能/神经网络 (7)
- 其他书籍 (5)
- Java编程 (5)
- 游戏 (5)
- 通讯/手机编程 (4)
- 其他数据库 (4)
- 书籍 (4)
- 技术资料 (4)
- 嵌入式综合 (3)
- 可编程逻辑 (3)
- 嵌入式/单片机编程 (3)
- 网络 (3)
- 单片机开发 (3)
- Delphi控件源码 (3)
- 教程资料 (2)
- 手机短信编程 (2)
- 驱动编程 (2)
- Applet (2)
- 生物技术 (2)
- 其他嵌入式/单片机内容 (2)
- 书籍源码 (2)
- 软件设计/软件工程 (2)
- 数值算法/人工智能 (2)
- 编译器/解释器 (2)
- 系统设计方案 (2)
- 文章/文档 (2)
- 微处理器开发 (2)
- 无线通信 (1)
- ARM (1)
- 汇编语言 (1)
- 压缩解压 (1)
- 文件格式 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- Windows CE (1)
- 串口编程 (1)
- 数据库系统 (1)
- JavaScript (1)
- 数据结构 (1)
- VC书籍 (1)
- Jsp/Servlet (1)
- *行业应用 (1)
- 教育系统应用 (1)
- 软件工程 (1)
- Symbian (1)
- 操作系统开发 (1)
- Internet/网络编程 (1)
- 并行计算 (1)
- CA认证 (1)
- DSP编程 (1)
- 通讯编程文档 (1)
加密解密 What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Bin ...
其他 This document contains a general overview in the first few sections as well as a more detailed refer
This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclas ...
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.
文件格式 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) ...
通讯/手机编程 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 ...