搜索结果
找到约 130 项符合
routines 的查询结果
按分类筛选
- 全部分类
- matlab例程 (15)
- 单片机开发 (14)
- 数学计算 (14)
- 单片机编程 (10)
- 其他 (8)
- Delphi控件源码 (8)
- 汇编语言 (6)
- 微处理器开发 (6)
- 压缩解压 (6)
- 其他书籍 (6)
- 驱动编程 (5)
- Internet/网络编程 (2)
- USB编程 (2)
- 其他嵌入式/单片机内容 (2)
- 电子书籍 (2)
- GPS编程 (2)
- 嵌入式/单片机编程 (2)
- 通讯/手机编程 (1)
- *行业应用 (1)
- RFID编程 (1)
- 人工智能/神经网络 (1)
- 中间件编程 (1)
- 人物传记/成功经验 (1)
- 邮电通讯系统 (1)
- 手机短信编程 (1)
- 金融证券系统 (1)
- DSP编程 (1)
- 加密解密 (1)
- VxWorks (1)
- 编译器/解释器 (1)
- 数据库系统 (1)
- uCOS (1)
- 软件工程 (1)
- J2ME (1)
- Linux/Unix编程 (1)
- 技术资料 (1)
- VIP专区 (1)
matlab例程 This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometr
This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample me ...
其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
微处理器开发 This package contains example software and associated documentation for the ColdFire MCF5249 micro
This package contains example software and associated documentation for the
ColdFire MCF5249 microprocessor. The software includes sample processor
initialization routines for the MCF5249 running a M5249C3 evaluation board as
well as the following sample applications:
simple - empty application ...
其他书籍 The intent of the software contained on this CD is to provide support for the material covered in th
The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines should be compatible with earlier versions of MATLAB, this may not be t ...
RFID编程 The intent of the software contained on this CD is to provide support for the material covered in th
The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines should be compatible with earlier versions of MATLAB, this may not be t ...
人工智能/神经网络 The software implements particle filtering and Rao Blackwellised particle filtering for conditionall
The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generi ...
压缩解压 QccPack-0.54-1 released (2007-04-30) is being developed and tested on Fedora Core Linux. QccPack pro
QccPack-0.54-1 released (2007-04-30) is being developed and tested on Fedora Core Linux. QccPack provides an open-source collection of library routines and utility programs for quantization, compression, and coding of data.
压缩解压 We often get questions about how the deflate() and inflate() functions should be used. Users wonder
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a ...
其他书籍 Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. User
Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have re ...
USB编程 This module is common to all of the Example programs It declares the {Open, Read, Write, Close} ca
This module is common to all of the Example programs
It declares the {Open, Read, Write, Close} calls for the USB device
These user-calls are translated into OS system calls
This module also contains several support routines used by all of the examples