搜索结果
找到约 418 项符合
pacKAGE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (34)
- Java编程 (30)
- 其他 (26)
- 其他书籍 (25)
- matlab例程 (23)
- Linux/Unix编程 (16)
- 数学计算 (15)
- 电源技术 (14)
- 人工智能/神经网络 (14)
- 单片机开发 (12)
- 单片机编程 (8)
- 数值算法/人工智能 (8)
- Delphi控件源码 (8)
- 其他嵌入式/单片机内容 (7)
- 汇编语言 (6)
- 嵌入式/单片机编程 (6)
- 压缩解压 (6)
- 可编程逻辑 (5)
- Java书籍 (5)
- 微处理器开发 (5)
- VHDL/FPGA/Verilog (5)
- 书籍源码 (5)
- Internet/网络编程 (4)
- 数据结构 (4)
- 软件设计/软件工程 (4)
- 编译器/解释器 (4)
- VIP专区 (4)
- 多媒体处理 (3)
- 教程资料 (3)
- 通讯/手机编程 (3)
- 文章/文档 (3)
- J2ME (3)
- Windows CE (3)
- SQL Server (3)
- 电子书籍 (3)
- USB编程 (3)
- 网络 (3)
- 加密解密 (3)
- 中间件编程 (3)
- 行业发展研究 (3)
- 文件格式 (3)
- 书籍 (3)
- PCB相关 (2)
- 接口技术 (2)
- 生物技术 (2)
- uCOS (2)
- Applet (2)
- 邮电通讯系统 (2)
- 编辑器/阅读器 (2)
- 游戏 (2)
- 并行计算 (2)
- GPS编程 (2)
- Modem编程 (2)
- 其他数据库 (2)
- 嵌入式Linux (2)
- JavaScript (2)
- 多国语言处理 (2)
- FlashMX/Flex源码 (2)
- VC书籍 (2)
- 软件工程 (2)
- 软件 (2)
- 源码 (2)
- 实用工具 (1)
- 资料/手册 (1)
- 经验分享 (1)
- 技术教程 (1)
- DSP编程 (1)
- 嵌入式综合 (1)
- 开发工具 (1)
- 仿真技术 (1)
- 磁盘编程 (1)
- 手机短信编程 (1)
- Symbian (1)
- 医药行业 (1)
- BREW编程 (1)
- RFID编程 (1)
- Delphi/CppBuilder (1)
- 操作系统开发 (1)
- VxWorks (1)
- 人物传记/成功经验 (1)
- Oracle数据库 (1)
- 通讯编程文档 (1)
- 金融证券系统 (1)
- *行业应用 (1)
- 系统设计方案 (1)
- CA认证 (1)
- 驱动编程 (1)
- 3G开发 (1)
- Jsp/Servlet (1)
- 认证考试资料 (1)
- Linux/uClinux/Unix编程 (1)
- Matlab (1)
matlab例程 PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with gr
PCA人脸识别
This package implements basic Principal Component Analysis in Matlab and
tests is with grayscale portion of the FERET database. Images are not
preprocessed and it is up to the user to preprocess the images as wanted,
not changing the filenames
matlab例程 PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with gray
PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and
tests is with grayscale portion of the FERET database. Images are not
preprocessed and it is up to the user to preprocess the images as wanted,
not changing the filenames
matlab例程 PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with gray
PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and
tests is with grayscale portion of the FERET database. Images are not
preprocessed and it is up to the user to preprocess the images as wanted,
not changing the filenames
人工智能/神经网络 PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with gray
PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and
tests is with grayscale portion of the FERET database. Images are not
preprocessed and it is up to the user to preprocess the images as wanted,
not changing the filenames
通讯/手机编程 The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Rob
The package contains a Reed-Solomon coding and decoding program, derived
partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c".
In particular the Berlekamp-Massey algorithm has not been modified. New
features compared to "new_rs_erasures.c" are:
- fully parameterized: code parameters ...
压缩解压 CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP
CELP (CELl Processing) is a functional programming package for Matlab.
It is often better to use FP instead of loops:
- it s more compact
- it s more clear.
Java书籍 package query public class LinkQuery { private Node front private Node vear public Link
package query
public class LinkQuery
{
private Node front
private Node vear
public LinkQuery()
{
this.front=null
this.vear=null
}
public void add(int i)
{
Node newNode=new Node(i)
if(vear==null && front==null)
{
vear=newNode
front=newNode
return
}
vear.next=ne ...
单片机开发 AT8xC51SND1C Firmware Package support MMC
AT8xC51SND1C Firmware
Package
support MMC,NF,IDE等等等
Linux/Unix编程 uClinux-dist-20040408-str710-patch Package of uClinux for STR71x uClinux Driver for str71x
uClinux-dist-20040408-str710-patch
Package of uClinux for STR71x
uClinux Driver for str71x
其他 Chord package into p2psim
Chord package into p2psim