搜索结果
找到约 83 项符合
THUS 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (11)
- 书籍 (11)
- 电源技术 (7)
- 可编程逻辑 (4)
- 其他 (4)
- matlab例程 (4)
- 其他书籍 (3)
- Java编程 (3)
- 教程资料 (2)
- Linux/Unix编程 (2)
- 文章/文档 (2)
- 数学计算 (2)
- J2ME (2)
- SQL Server (2)
- 嵌入式/单片机编程 (2)
- 行业发展研究 (2)
- 论文 (2)
- 技术资料 (2)
- Mentor (1)
- PCB相关 (1)
- DSP编程 (1)
- 无线通信 (1)
- 压缩解压 (1)
- 编译器/解释器 (1)
- 数据结构 (1)
- VHDL/FPGA/Verilog (1)
- GPS编程 (1)
- 微处理器开发 (1)
- Jsp/Servlet (1)
- *行业应用 (1)
- 3G开发 (1)
- 单片机开发 (1)
- 通讯编程文档 (1)
- VIP专区 (1)
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 ...
文章/文档 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 ...
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 ...
matlab例程 A general technique for the recovery of signicant image features is presented. The technique is ba
A general technique for the recovery of signicant
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 ...
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 ...
其他书籍 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 ...
其他书籍 μ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 ...
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 ...
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: ...
数学计算 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 ...