搜索:Layout+Algorithm
找到约 1,717 项符合「Layout+Algorithm」的查询结果
结果 1,717
按分类筛选
- 全部
- matlab例程 (149)
- 技术资料 (137)
- 人工智能/神经网络 (100)
- 数学计算 (76)
- 加密解密 (70)
- 数值算法/人工智能 (51)
- 其他 (45)
- 其他书籍 (36)
- 数据结构 (31)
- Java编程 (29)
- 压缩解压 (27)
- PCB相关 (24)
- 可编程逻辑 (24)
- 单片机开发 (20)
- 软件设计/软件工程 (17)
- 通讯/手机编程 (16)
- 文章/文档 (16)
- 系统设计方案 (16)
- 书籍源码 (13)
- Linux/Unix编程 (13)
- 通讯编程文档 (13)
- 电子书籍 (11)
- 技术管理 (11)
- DSP编程 (9)
- 文件格式 (9)
- VHDL/FPGA/Verilog (9)
- 软件工程 (7)
- 汇编语言 (6)
- JavaScript (6)
- 行业发展研究 (6)
- 操作系统开发 (5)
- 驱动编程 (5)
- CA认证 (5)
- 教程资料 (4)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- 嵌入式/单片机编程 (4)
- 其他嵌入式/单片机内容 (4)
- 经验分享 (3)
- 开发工具 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- STL (3)
- VC书籍 (3)
- GPS编程 (3)
- 书籍 (3)
- 技术教程 (2)
- 游戏 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 网络 (2)
- 其他行业 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 实用工具 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- Java书籍 (1)
- J2ME (1)
- FlashMX/Flex源码 (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 3G开发 (1)
- 源码 (1)
- 软件 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/652/408211.html
文章/文档
stl的入门ppt 很好用哦
stl的入门ppt 很好用哦,分为导入
STL的概念与组成
Iterator(迭代器) Container(容器)
Algorithm(算法)
Adaptors(配接器)
https://www.eeworm.com/dl/665/468415.html
matlab例程
This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It sh
This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It shows how to implement
Hartley and Zisserman s "DLT" algorithm for estimating a homography from point correspondences
https://www.eeworm.com/dl/654/490439.html
数据结构
There are many algorithms that can be applied to graphs. Many of these are actually used in the real
There are many algorithms that can be applied to graphs. Many of these are actually used in the real world,
such as Dijkstra’s algorithm to find shortest paths. We will discuss a few here.
https://www.eeworm.com/dl/859303.html
技术资料
matlab的卡尔曼滤波预测算法例子,希望对大家有帮助
matlab的卡尔曼滤波预测算法例子,希望对大家有帮助-matlab prediction algorithm of the Kalman filter example, we would like to help
https://www.eeworm.com/dl/694/275706.html
并行计算
DBSCAN是一个基于密度的聚类算法。改算法将具有足够高度的区域划分为簇
DBSCAN是一个基于密度的聚类算法。改算法将具有足够高度的区域划分为簇,并可以在带有“噪声”的空间数据库中发现任意形状的聚类。-DBSCAN is a density-based clustering algorithm. Algorithm change will have enough height to the regional cluster. and to be with the "noise" of the spatial d ...
https://www.eeworm.com/dl/641/152732.html
数学计算
The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti
The module LSQ is for unconstrained linear least-squares fitting. It is
based upon Applied Statistics algorithm AS 274 (see comments at the start
of the module). A planar-rotation algorithm is used to update the QR-
factorization. This makes it suitable for updating regressions a ...
https://www.eeworm.com/dl/534/250375.html
其他
量化程序
量化程序,采用标准的Loyd-Max algorithm,提供了一个实例,并对结果进行了分析。很有学习的价值。
https://www.eeworm.com/dl/663/172721.html
VHDL/FPGA/Verilog
/* This program generates the DApkg.vhd file that is used to define * the DA filter core and give
/* This program generates the DApkg.vhd file that is used to define
* the DA filter core and gives its parameters and the contents of the
* Distributed Arithmetic Look-up-table "DALUT" according to the DA algorithm
https://www.eeworm.com/dl/641/298741.html
数学计算
快速傅里叶变换(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast radi
快速傅里叶变换(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast radix-2 fast-Fourier transform algorithm is used
https://www.eeworm.com/dl/617/270242.html
压缩解压
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams