搜索结果
找到约 58 项符合
computation 的查询结果
按分类筛选
- 全部分类
- 书籍 (6)
- 其他书籍 (5)
- 技术资料 (4)
- matlab例程 (4)
- 行业发展研究 (4)
- 其他 (3)
- Linux/Unix编程 (3)
- 数学计算 (3)
- VHDL/FPGA/Verilog (3)
- 源码 (2)
- 电子书籍 (2)
- 通讯编程文档 (2)
- 教程 (1)
- 单片机编程 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 书籍源码 (1)
- Matlab (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 网络 (1)
- 人工智能/神经网络 (1)
- 数据结构 (1)
- Java书籍 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- RFID编程 (1)
RFID编程 computation of conformal maps to polygonally bounded regions
computation of conformal maps to polygonally bounded regions
行业发展研究 Computation on GPUs: From A Programmable Pipeline to an Efficient Stream Processor
Computation on GPUs: From A Programmable Pipeline to an Efficient Stream Processor
其他嵌入式/单片机内容 This the Firmware code for the ADE7758 for the PIC Micro controller for the computation of three pha
This the Firmware code for the ADE7758 for the PIC Micro controller for the computation of three phase parameters.
其他书籍 并行计算的英文教程 Parallel Computation Architecture, Algorithm and Programming
并行计算的英文教程
Parallel Computation
Architecture, Algorithm and Programming
Linux/Unix编程 Shows how Linux futex syscall can be used to distribute computation to multiple threads.
Shows how Linux futex syscall can be used to distribute computation to multiple threads.
其他书籍 comparison of PSO-Based Optimized feature computation for automated configutation of Multi-sensor sy
comparison of PSO-Based Optimized feature computation for automated configutation of Multi-sensor systems
matlab例程 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation)
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究
PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒 ...
数学计算 FRFT时频变换代码(参考算法:H.M. Ozaktas, M.A. Kutay, and G. Bozdagi.Digital computation of the fractional Fouri
FRFT时频变换代码(参考算法:H.M. Ozaktas, M.A. Kutay, and G. Bozdagi.Digital computation of the fractional Fourier transform.IEEE Trans. Sig. Proc., 44:2141--2150, 1996.)
人工智能/神经网络 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 ...
书籍源码 特殊函数的fortran代码
特殊函数的fortran代码,是书Computation of Special Functions所附源码,将源码放入自己的代码即可