搜索:allocation+algorithm
找到约 1,272 项符合「allocation+algorithm」的查询结果
结果 1,272
按分类筛选
- 全部
- matlab例程 (150)
- 人工智能/神经网络 (101)
- 数学计算 (76)
- 加密解密 (70)
- 数值算法/人工智能 (50)
- 其他 (44)
- 技术资料 (42)
- 数据结构 (31)
- 压缩解压 (27)
- 其他书籍 (25)
- Java编程 (25)
- 通讯/手机编程 (17)
- 软件设计/软件工程 (17)
- 文章/文档 (14)
- 书籍源码 (13)
- 通讯编程文档 (13)
- Linux/Unix编程 (12)
- 技术管理 (11)
- 单片机开发 (11)
- 系统设计方案 (10)
- DSP编程 (9)
- VHDL/FPGA/Verilog (9)
- 文件格式 (8)
- 软件工程 (7)
- 电子书籍 (7)
- 操作系统开发 (6)
- JavaScript (6)
- 行业发展研究 (6)
- CA认证 (5)
- 汇编语言 (5)
- 书籍 (5)
- 驱动编程 (4)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- 嵌入式/单片机编程 (4)
- VC书籍 (4)
- 其他嵌入式/单片机内容 (4)
- 其他数据库 (3)
- STL (3)
- GPS编程 (3)
- 游戏 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 网络 (2)
- 微处理器开发 (2)
- 其他行业 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- Java书籍 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 3G开发 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/945071.html
技术资料
期刊论文:FOPWA: An Optimized Parallel Algorithm of Watershed Transfor
·期刊论文:FOPWA: An Optimized Parallel Algorithm of Watershed Transform for Image Segmentation
https://www.eeworm.com/dl/665/246836.html
matlab例程
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。
本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异; ...
https://www.eeworm.com/dl/617/189479.html
压缩解压
My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 a
My (so called) HiP compression algorithm as console mode
utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman
encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash
algorithm etc.
https://www.eeworm.com/dl/637/206919.html
多国语言处理
A Generic, Reusable Diff Algorithm in C# 这是一个用C#实现的Diff程序
A Generic, Reusable Diff Algorithm in C#
这是一个用C#实现的Diff程序,用于文件内容的比较!
https://www.eeworm.com/dl/518/351357.html
数值算法/人工智能
使用奇异值分解算法的prony算法-single value decomposition based prony algorithm
使用奇异值分解算法的prony算法-single value decomposition based prony algorithm
https://www.eeworm.com/dl/633/412835.html
Java编程
Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them i
Genetic Algorithm example using Java
You have 10 cards numbered 1 to 10.
You have to divide them into 2 piles so that:
The sum of the first pile is as close as possible to 36 and the product of all in second pile is as close as poss to 360.
https://www.eeworm.com/dl/665/428360.html
matlab例程
Nearest neighbors is a semi deconvolution algorithm. I m a newbie in matlab but I hope this helps so
Nearest neighbors is a semi deconvolution algorithm. I m a newbie in matlab but I hope this helps somebody :)
https://www.eeworm.com/dl/cadence/ebook/330525.html
电子书籍
消除文法左递规算法的实现left eliminate grammar rules delivery algorithm implementation
消除文法左递规算法的实现left eliminate grammar rules delivery algorithm implementation
https://www.eeworm.com/dl/527/464372.html
通讯/手机编程
I. C. Wong, Z. Shen, J. G. Andrews, and B. L. Evans, ``A Low Complexity Algorithm for Proportional R
I. C. Wong, Z. Shen, J. G. Andrews, and B. L. Evans, ``A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems , Proc. IEEE Int. Work. Signal Processing Systems, 针对这篇文章给出的源代码
https://www.eeworm.com/dl/518/434764.html
数值算法/人工智能
the source code is writed by the authot, the susan algorithm to detecte the corner linear and many o
the source code is writed by the authot, the susan algorithm to detecte the corner linear and many other features. you can use it in your workspace in windows or linux.