搜索结果
找到约 402 项符合
DESCRIPTION 的查询结果
按分类筛选
- 全部分类
- 技术资料 (63)
- 其他书籍 (26)
- 单片机开发 (19)
- 其他 (17)
- VHDL/FPGA/Verilog (16)
- 文章/文档 (14)
- 电子书籍 (13)
- Java编程 (12)
- 通讯编程文档 (12)
- 软件设计/软件工程 (11)
- 汇编语言 (9)
- 学术论文 (8)
- 人工智能/神经网络 (8)
- 可编程逻辑 (7)
- 软件工程 (7)
- 数据结构 (7)
- 微处理器开发 (7)
- 加密解密 (6)
- matlab例程 (6)
- 通讯/手机编程 (6)
- 系统设计方案 (6)
- 文件格式 (6)
- 行业发展研究 (6)
- J2ME (6)
- 书籍 (6)
- 精品软件 (6)
- 其他嵌入式/单片机内容 (5)
- Linux/Unix编程 (5)
- 技术书籍 (4)
- 单片机编程 (4)
- Internet/网络编程 (4)
- 数学计算 (4)
- Delphi控件源码 (4)
- 嵌入式/单片机编程 (4)
- 模拟电子 (3)
- 教程资料 (3)
- 数值算法/人工智能 (3)
- 书籍源码 (3)
- Java书籍 (3)
- PCB图/BOM单/原理图 (2)
- 实用工具 (2)
- allegro (2)
- 网络 (2)
- 压缩解压 (2)
- 编译器/解释器 (2)
- 串口编程 (2)
- 其他数据库 (2)
- 游戏 (2)
- 技术管理 (2)
- 资料/手册 (1)
- 教程资料 (1)
- 通信网络 (1)
- C/C++语言编程 (1)
- *行业应用 (1)
- Windows Mobile (1)
- 多国语言处理 (1)
- VC书籍 (1)
- VxWorks (1)
- 嵌入式Linux (1)
- Modem编程 (1)
- RFID编程 (1)
- SQL Server (1)
- FlashMX/Flex源码 (1)
- 驱动编程 (1)
- 其他行业 (1)
- BREW编程 (1)
- 3G开发 (1)
- STL (1)
- VHDL/Verilog/EDA源码 (1)
- 手册 (1)
- 论文 (1)
- 源码 (1)
单片机开发 * This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fi
* This a software code module for a time-of-day clock object.
* The clock may be fixed 12-hour, fixed 24-hour, or dynamically
* configurable between these two types. Clock data can be accessed
* as a binary number representing the number of minutes since midnight
* or a BCD number formatted acco ...
VHDL/FPGA/Verilog Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols.
Hard-decision decoding scheme
Codeword length (n) : 31 symbols.
Message length (k) : 19 symbols.
Error correction capability (t) : 6 symbols
One symbol represents 5 bit.
Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1
Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^ ...
单片机开发 RFID实现代码
RFID实现代码,可以通过iic接口操作,通过这个程序可以快速完成自己项目的开发。
Description: AT89S52 Firmware for HY502 Serial Reader
This project is designed for HY502XX OSC use 11.0592MHz crystal.
数据结构 /* Name: soj 1169: Networking From: Computer Science Department of Sichuan University Author:
/*
Name: soj 1169: Networking
From: Computer Science Department of Sichuan University
Author: LoyaltyJi
Date: 03-05-06 00:35
Description: 求最小生成树经典题!
*/
matlab例程 The purpose of this paper is to provide a practical introduction to the discrete Kalman filter. Thi
The purpose of this paper is to provide a practical introduction to the discrete Kalman
filter. This introduction includes a description and some discussion of the basic
discrete Kalman filter, a derivation, description and some discussion of the extended
Kalman filter, and a relatively simple (tang ...
书籍源码 //*** *** *** *** *** *** *** *** *** *** *** *** *** // MSP430x1xx Demo - Software Toggle P1.0 /
//*** *** *** *** *** *** *** *** *** *** *** *** ***
// MSP430x1xx Demo - Software Toggle P1.0
//
// Description Toggle P1.0 by xor ing P1.0 inside of a software loop.
// ACLK = n/a, MCLK = SMCLK = default DCO
//
// MSP430x1xx
// -----------------
// /|\| XIN|-
// | | |
// --|RST XOUT|-
// | |
// ...
Modem编程 Author: wei liu Summary: simulation of binary and non-binary bch decoder MATLAB Release: R1
Author: wei liu
Summary: simulation of binary and non-binary bch decoder
MATLAB Release: R14SP1
Required Products: Communications Toolbox
Description: simulation of binary bch decoding algorithm for bch(n, k) with t bits error correction capability.
其他 Lua is a powerful, light-weight programming language designed for extending applications. It is also
Lua is a powerful, light-weight programming language designed for extending applications. It is also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensib ...
其他 The problem of image registration subsumes a number of problems and techniques in multiframe image
The problem of image registration subsumes a number of problems and techniques in multiframe
image analysis, including the computation of optic flow (general pixel-based motion), stereo
correspondence, structure from motion, and feature tracking. We present a new registration
algorithm based on spli ...
人工智能/神经网络 Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right
Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the so ...