搜索结果

找到约 83 项符合 THUS 的查询结果

Linux/Unix编程 Coriander is a GUI for controlling a Digital Camera (in the sense of the IIDC specs issued by the 1

Coriander is a GUI for controlling a Digital Camera (in the sense of the IIDC specs issued by the 1394 Trade Association [1]). Due to the properties of the IEEE1394 protocol, Coriander can control an IEEE1394 camera without interferring with the image flow from that camera. It can thus be used to se ...
https://www.eeworm.com/dl/619/181046.html
下载: 155
查看: 1055

文章/文档 All 3G and GSM specifications have a 3GPP specification number consisting of 4 or 5 digits. (e.g. 09

All 3G and GSM specifications have a 3GPP specification number consisting of 4 or 5 digits. (e.g. 09.02 or 29.002). The first two digits define the series as listed in the table below. They are followed by 2 further digits for the 01 to 13 series or 3 further digits for the 21 to 55 series. The term ...
https://www.eeworm.com/dl/652/182836.html
下载: 173
查看: 1057

matlab例程 This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co

This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a window ...
https://www.eeworm.com/dl/665/199083.html
下载: 108
查看: 1098

matlab例程 A general technique for the recovery of signi cant image features is presented. The technique is ba

A general technique for the recovery of signi cant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (including robust clustering) are avoided. Feature space of any nat ...
https://www.eeworm.com/dl/665/209335.html
下载: 97
查看: 1055

VHDL/FPGA/Verilog VHDL实现SPI功能源代码 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register betw

VHDL实现SPI功能源代码 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register between the "master" and the "slave". Typically both the -- master and slave have an 8 bit shift register so the combined -- register is 16 bits. When an SPI transfer takes place, the master and -- s ...
https://www.eeworm.com/dl/663/226669.html
下载: 129
查看: 1220

其他书籍 This document outlines what is necessary to install and run the LEACH protocol on version 2.27 of n

This document outlines what is necessary to install and run the LEACH protocol on version 2.27 of ns2. At the time of this writing, this is the newest version of ns2. The LEACH implementation was written as a stand-alone application. Thus, in the past a version compiled for LEACH may or may not work ...
https://www.eeworm.com/dl/542/240069.html
下载: 55
查看: 1052

其他书籍 μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with

μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application code should require only minor changes (if any). Als ...
https://www.eeworm.com/dl/542/260434.html
下载: 110
查看: 1069

J2ME 手机与服务器通过SyncML进行同步的客户端框架以及API

手机与服务器通过SyncML进行同步的客户端框架以及API,用户可以基于此框架快速开发j2me版本的syncML客户端。 The Funambol SyncML API allows application developers to embed SyncML capabilities in a J2ME application, thus giving it the access to a powerful data synchronization framework to keep the applica ...
https://www.eeworm.com/dl/660/267432.html
下载: 98
查看: 1029

J2ME The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.

The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum requirements are: ...
https://www.eeworm.com/dl/660/271654.html
下载: 118
查看: 1046

数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5 ...
https://www.eeworm.com/dl/641/284429.html
下载: 123
查看: 1087