搜索结果
找到约 122 项符合
ORIGINAL 的查询结果
按分类筛选
- 全部分类
- 技术资料 (19)
- 其他 (13)
- matlab例程 (10)
- 其他书籍 (6)
- 书籍 (5)
- Linux/Unix编程 (5)
- 加密解密 (4)
- 单片机开发 (4)
- 数值算法/人工智能 (3)
- 压缩解压 (3)
- Internet/网络编程 (3)
- 文件格式 (3)
- VHDL/FPGA/Verilog (3)
- 仿真技术 (2)
- 数学计算 (2)
- uCOS (2)
- Windows Mobile (2)
- 系统设计方案 (2)
- 其他嵌入式/单片机内容 (2)
- 无线通信 (1)
- 操作系统开发 (1)
- 书籍源码 (1)
- 电子书籍 (1)
- 源码/资料 (1)
- 教育系统应用 (1)
- 手机短信编程 (1)
- Modem编程 (1)
- 编辑器/阅读器 (1)
- 磁盘编程 (1)
- 技术管理 (1)
- USB编程 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 嵌入式/单片机编程 (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- Java书籍 (1)
- BREW编程 (1)
- STL (1)
- FlashMX/Flex源码 (1)
- Delphi/CppBuilder (1)
- Windows CE (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- SQL Server (1)
- GPS编程 (1)
- 软件测试 (1)
技术资料 MCP2515使用的一个例子,有原理图和原代码.很使用.
MCP2515使用的一个例子,有原理图和原代码.很使用.-An example of using the MCP2515, a schematic diagram and the original code. Is used.
技术资料 国产codec x-power AC101 用户指南
This documentation is the original work and copyrighted property of X-Powers. Reproduction in whole orin part must obtain the written approval of X-Powers and give clear acknowledgement to the copyrightowner.
文件格式 We present a particle filter construction for a system that exhibits time-scale separation. The sep
We present a particle filter construction for a system that exhibits
time-scale separation. The separation of time-scales allows two simplifications
that we exploit: i) The use of the averaging principle for the
dimensional reduction of the system needed to solve for each particle
and ii) the factor ...
手机短信编程 This is full set of procedures used to communicate with any GSM module for SMS sending/receiving (
This is full set of procedures used to communicate with
any GSM module for SMS sending/receiving (it uses standard AT commands).
Original code is for ATMega162 microcontroller, but code is general to
be easy ported to others platforms.
Code can be compiled with IAR AVR compiler.
技术资料 win2kupdown
文件上传下载的asp原码,许多程序是别人编写的,版权归原作者,但我作了许多改进,使得程序很适用了。-file upload download asp original code
单片机开发 I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x
I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x240 dot matrix LCD. The code include 3 different fonts, and basic LCD driver. All original!
matlab例程 Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 ) Include n-
Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 )
Include n-value (Number of Terms) in graph on plot.
Show 2 graphs, original and simulated together.
加密解密 Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The origina
Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The original Tiger Hash code was taken from Tiger.Net which is written in Visual Basic. NET.
Tiger Tree Hash算法的C#实现!
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 ...
Linux/Unix编程 DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subs
DVBstream is based on the ts-rtp package available at
http://www.linuxtv.org. It broadcasts a (subset of a) DVB transport
stream over a LAN using the rtp protocol. There were a couple of
small bugs in the original ts-rtp application, which I have fixed
here.