搜索: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/650/276950.html
人工智能/神经网络
基本的k-means聚类算法c++实现
基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.
https://www.eeworm.com/dl/911061.html
技术资料
ViterbiDec
viterbi译码算法的matlab源代码-viterbi decoding algorithm matlab source code
https://www.eeworm.com/dl/509222.html
Matlab
LEACH算法
LEACH clustering algorithm matlab code, detailed notes for the students of great help beginners WSN protocol
https://www.eeworm.com/dl/617/425875.html
压缩解压
EZW implementation which will use wavelet transforms and do the compression decompression using EZW
EZW implementation which will use wavelet transforms and do the compression decompression using EZW coding algorithm
https://www.eeworm.com/dl/617/425878.html
压缩解压
EZW implementation which will use wavelet transforms and do the compression decompression using EZW
EZW implementation which will use wavelet transforms and do the compression decompression using EZW coding algorithm
https://www.eeworm.com/dl/705/471433.html
能源行业(电力石油煤炭)
This program is about economic load despatch. It has been done by using differential evolution algo
This program is about economic load despatch.
It has been done by using differential evolution algorithm.
https://www.eeworm.com/dl/523127.html
源码
bootstrap
Bootstrap algorithm used to compute significance
of a statistical measure performed on the array X
https://www.eeworm.com/dl/857401.html
技术资料
MUSIC算法的matlab代码,可供仿真
MUSIC算法的matlab代码,可供仿真-MUSIC algorithm matlab code for simulation
https://www.eeworm.com/dl/534/146226.html
其他
.数据结构 假设有M个进程N类资源
.数据结构
假设有M个进程N类资源,则有如下数据结构:
MAX[M*N] M个进程对N类资源的最大需求量
AVAILABLE[N] 系统可用资源数
ALLOCATION[M*N] M个进程已经得到N类资源的资源量
NEED[M*N] M个进程还需要N类资源的资源量
2.银行家算法
设进程I提出请求Request[N],则银行家算法按如下规则进行判 ...
https://www.eeworm.com/dl/534/146227.html
其他
数据结构 假设有M个进程N类资源
数据结构
假设有M个进程N类资源,则有如下数据结构:
MAX[M*N] M个进程对N类资源的最大需求量
AVAILABLE[N] 系统可用资源数
ALLOCATION[M*N] M个进程已经得到N类资源的资源量
NEED[M*N] M个进程还需要N类资源的资源量
2.银行家算法
设进程I提出请求Request[N],则银行家算法按如下规则进行判断 ...