搜索结果
找到约 151 项符合
Go 的查询结果
按分类筛选
- 全部分类
- 书籍 (10)
- 其他 (9)
- C/C++语言编程 (8)
- 软件设计/软件工程 (7)
- 单片机开发 (7)
- 单片机编程 (6)
- Java编程 (6)
- DSP编程 (6)
- 教育系统应用 (4)
- Linux/Unix编程 (4)
- VC书籍 (4)
- USB编程 (4)
- matlab例程 (4)
- 技术资料 (4)
- 电源技术 (3)
- 传感与控制 (3)
- 其他书籍 (3)
- 人工智能/神经网络 (3)
- 数学计算 (3)
- 数据结构 (3)
- 无线通信 (2)
- 电子书籍 (2)
- 其他数据库 (2)
- Internet/网络编程 (2)
- Delphi控件源码 (2)
- 游戏 (2)
- J2ME (2)
- Windows CE (2)
- Applet (2)
- SQL Server (2)
- 软件工程 (2)
- 嵌入式/单片机编程 (2)
- 文章/文档 (2)
- Linux/uClinux/Unix编程 (2)
- 模拟电子 (1)
- 可编程逻辑 (1)
- 电子政务应用 (1)
- 网络 (1)
- 其他嵌入式/单片机内容 (1)
- 系统设计方案 (1)
- 驱动编程 (1)
- Jsp/Servlet (1)
- SCSI/ASPI (1)
- 编译器/解释器 (1)
- 书籍源码 (1)
- 技术管理 (1)
- 汇编语言 (1)
- 加密解密 (1)
- 通讯/手机编程 (1)
- 文件格式 (1)
- Delphi/CppBuilder (1)
- 数值算法/人工智能 (1)
- 通讯编程文档 (1)
- 数据库系统 (1)
- 认证考试资料 (1)
- 教程 (1)
其他 * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this
* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo)
over it u add this
Code:
USER_MSG_INTERCEPT(Health)
{
BEGIN_READ(pbuf,iSize)
me.iHealth = READ_BYTE()
return USER_MSG_CALL(Health)
}
* then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn)
a ...
J2ME KeePass for J2ME is a J2ME port of KeePass Password Safe, a free, open source, light-weight and easy
KeePass for J2ME is a J2ME port of KeePass Password Safe, a free, open source, light-weight and easy-to-use password manager. You can store passwords in a highly-encrypted database on a mobile phone, and view them on the go.
驱动编程 This the third edition of the Writing Device Drivers articles. The first article helped to simply ge
This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT ...
软件设计/软件工程 Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ
Just what is a regular expression, anyway?
Take the tutorial to get the long answer. The short answer is that a regular expression
is a compact way of describing complex patterns in texts. You can use them to search
for patterns and, once found, to modify the patterns in complex ways. You can also u ...
人工智能/神经网络 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 ...
人工智能/神经网络 On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carl
On-Line MCMC Bayesian Model Selection
This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and deta ...
数学计算 The software implements particle filtering and Rao Blackwellised particle filtering for conditionall
The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generi ...
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 ...
matlab例程 In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: ...
数学计算 This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps t
This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, N ...