搜索结果

找到约 2,311 项符合 An 的查询结果

按分类筛选

显示更多分类

通讯/手机编程 In this letter, the error performance of an ultra-wideband (UWB) system with a hybrid pulse amplitud

In this letter, the error performance of an ultra-wideband (UWB) system with a hybrid pulse amplitude and position modulation (PAPM) scheme over indoor lognormal fading channels is analyzed. In the PAPM UWB system, input data is modulated onto both the pulse amplitudes and pulse positions.
https://www.eeworm.com/dl/527/283592.html
下载: 94
查看: 1063

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: ...
https://www.eeworm.com/dl/665/284186.html
下载: 122
查看: 1093

单片机开发 I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are p

I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have total control over the code and of course its usability. Superlist supports drag drop column customisation, grouping as well as han ...
https://www.eeworm.com/dl/648/284262.html
下载: 117
查看: 1060

系统设计方案 The BeeStack Application Development Guide describes how to develop an application for BeeStack, in

The BeeStack Application Development Guide describes how to develop an application for BeeStack, including discussions on major considerations for commercial applications. This document is intended for software developers who write applications for BeeStack-based products using Freescale development ...
https://www.eeworm.com/dl/678/284882.html
下载: 59
查看: 1072

数值算法/人工智能 北京大学ACM题 Here is a geometric problem. You have an angle and some squares in the first quadrant of

北京大学ACM题 Here is a geometric problem. You have an angle and some squares in the first quadrant of the plane rectangular coordinates. The vertex of the angle is fixed on the origin O of the coordinates, and both of its radial lines are specified by the input. The sizes of the squares are also s ...
https://www.eeworm.com/dl/518/286891.html
下载: 55
查看: 1063

数值算法/人工智能 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the

北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the ma ...
https://www.eeworm.com/dl/518/286896.html
下载: 105
查看: 1160

单片机开发 调试好的CAN总线程序?魇院玫腃AN总线程序

调试好的CAN总线程序?魇院玫腃AN总线程序
https://www.eeworm.com/dl/648/286936.html
下载: 165
查看: 1044

matlab例程 This is an E-book for signal processing using MATLAB.

This is an E-book for signal processing using MATLAB.
https://www.eeworm.com/dl/665/287430.html
下载: 146
查看: 1059

单片机开发 This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an inte

This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an interrupt routine, where the AD-channel is put to Port4[2..0] and the upper nibble of the result is put to Port4[7..4]. Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board
https://www.eeworm.com/dl/648/287610.html
下载: 90
查看: 1040

数据结构 /* * 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 ...
https://www.eeworm.com/dl/654/287755.html
下载: 99
查看: 1032