搜索结果
找到约 1,020 项符合
SIMple 的查询结果
按分类筛选
- 全部分类
- Java编程 (89)
- 其他 (72)
- 单片机编程 (50)
- matlab例程 (50)
- 其他书籍 (37)
- 单片机开发 (33)
- 人工智能/神经网络 (30)
- Linux/Unix编程 (29)
- VHDL/FPGA/Verilog (27)
- 编译器/解释器 (25)
- 数学计算 (23)
- 数值算法/人工智能 (20)
- 嵌入式/单片机编程 (19)
- 书籍 (19)
- 游戏 (18)
- Delphi控件源码 (18)
- 压缩解压 (18)
- 软件设计/软件工程 (17)
- 网络 (16)
- 技术资料 (16)
- 其他嵌入式/单片机内容 (15)
- 微处理器开发 (15)
- 汇编语言 (14)
- 操作系统开发 (13)
- 文章/文档 (13)
- 通讯/手机编程 (12)
- 系统设计方案 (12)
- 文件格式 (11)
- Applet (11)
- 加密解密 (11)
- 数据结构 (10)
- 技术管理 (10)
- 电源技术 (9)
- 书籍源码 (9)
- VC书籍 (9)
- Java书籍 (9)
- Jsp/Servlet (9)
- 模拟电子 (8)
- J2ME (8)
- 通讯编程文档 (8)
- 其他行业 (8)
- *行业应用 (8)
- 行业发展研究 (7)
- SQL Server (7)
- 电子书籍 (7)
- Delphi/CppBuilder (7)
- Symbian (6)
- 嵌入式综合 (5)
- Windows Mobile (5)
- Internet/网络编程 (5)
- 驱动编程 (5)
- 其他数据库 (5)
- 串口编程 (5)
- 家庭/个人应用 (5)
- JavaScript (5)
- VIP专区 (5)
- USB编程 (4)
- 软件工程 (4)
- 3G开发 (4)
- 嵌入式Linux (4)
- 可编程逻辑 (3)
- 数据库系统 (3)
- 并行计算 (3)
- Windows CE (3)
- 编辑器/阅读器 (3)
- 源码 (3)
- 教程资料 (2)
- 开发工具 (2)
- 源码/资料 (2)
- MySQL数据库 (2)
- uCOS (2)
- GPS编程 (2)
- 教育系统应用 (2)
- TAPI编程 (2)
- Ajax (2)
- 手机WAP编程 (2)
- 论文 (2)
- 精品软件 (2)
- 学术论文 (1)
- ALTERA FPGA开发软件 (1)
- Proe教程 (1)
- autocad教程 (1)
- 通信网络 (1)
- 无线通信 (1)
- PCB相关 (1)
- 接口技术 (1)
- 并口编程 (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- 生物技术 (1)
- 交通/航空行业 (1)
- 磁盘编程 (1)
- RFID编程 (1)
- 手机短信编程 (1)
- 传真(Fax)编程 (1)
- BREW编程 (1)
- DSP编程 (1)
- 人物传记/成功经验 (1)
- 金融证券系统 (1)
- 医药行业 (1)
人工智能/神经网络 n this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional inde
n this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional independence structure of a simple DBN. The derivation and details are presented in A Simple Tutorial on Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks. This detailed discussion of the ...
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
其他书籍 Noncoherent receivers are attractive for pulsed UWB systems due to the implementation simplicity. To
Noncoherent receivers are attractive for pulsed UWB systems due to the implementation simplicity. To alleviate the noise effect in detecting UWB PPM signals, this letter proposes a simple yet flexible weighted noncoherent receiver structure, which adopts a square-law integrator multiplied with a win ...
其他书籍 本书介绍了瑞萨FLASH 开发工具箱(FDT)的使用方法
本书介绍了瑞萨FLASH 开发工具箱(FDT)的使用方法,简要目录如下:
第1章简介
第2 章系统概要
第3 章FDT 的使用方法
第4章等待脚本(Wait For Script)
第5章存取权限(Access Rights)
第6 章用户界面的配置(Configuring the User Interface)
第7章菜单(Menus)
第8章窗口(Windows)
第9 章Simple Interface Mode (简 ...
单片机开发 8051程序
8051程序, 使用keil编译。 The CSAMPLE program implements a simple addition and subtraction
calculator
matlab例程 In this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional ind
In this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional independence structure of a simple DBN. The derivation and details are presented in A Simple Tutorial on Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks. This detailed discussion of th ...
嵌入式/单片机编程 This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for Zi
This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for ZigBee, 802.15.4, or SMAC application development. The guide describes system requirements, installation, and how to launch BeeKit. The book then guides users through a simple step-by-step process of h ...
数据结构 /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k
/*
* The internal form of a hash table.
*
* The table is an array indexed by the hash of the key collisions
* are resolved by hanging a linked list of hash entries off each
* element of the array. Although this is a really simple design it
* isn t too bad given that pools have a low allocation ...
USB编程 usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode
usb bulk 传输例程。
* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).
* Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.
* This sample is based off the selSusp DDK sample. ...
其他 A technical trading system comprises a set of trading rules that can be used to generate trading sig
A technical trading system comprises a set of trading rules that can be used to generate trading signals. In general, a simple trading system has one or two parameters that determine the timing of trading signals. Each rule contained in a trading system is the results of parameterizations.
(Source ...