资源列表

« 1 2 ... .62 .63 .64 .65 .66 167.68 .69 .70 .71 .72 ... 319 »

[并行运算BinarySearch

说明:将n个元素分成个数大致相同的两半,取a[n/2]与欲查找的x作比较,如果x=a[n/2]则找到x,算法终止。如果x<a[n/2],则我们只要在数组a的左半部继续搜索x(这里假设数组元素呈升序排列)。如果x>a[n/2],则我们只要在数组a的右半部继续搜索x。-Binary Search
<WiselyHuang> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[并行运算mnth_toolbox

说明:Matlab的模拟退火算法工具箱。并附有sample文件夹,有助于初学者进行学习测试。-The Matlab simulated annealing algorithm toolbox. With the sample folder, will help beginners learn the test.
<david> 在 2024-11-01 上传 | 大小:60416 | 下载:0

[并行运算fall

说明:fluent udf 六自由度运动udf-fluent udf six degrees of freedom movement udf
<wangzhengwei> 在 2024-11-01 上传 | 大小:3072 | 下载:0

[并行运算kiva

说明:KIVA 计算机理具有自由面水流模拟、水气两相流模拟、多相流模拟等。-The kivacomputer management with a free surface flow simulation, and water vapor two-phase flow simulation, multiphase flow simulation.
<zhou liu> 在 2024-11-01 上传 | 大小:33792 | 下载:1

[并行运算mpi

说明:《并行程序设计》书中每章节的全部代码,对于初学者可以借鉴代码学习。-" Parallel programming" in each chapter of the book all the code for the beginners can learn the code to learn.
<孙旭光> 在 2024-11-01 上传 | 大小:844800 | 下载:0

[并行运算GM

说明:灰色预测 数据不呈现一定规律下可以采取的一种建模和预测方法,其预测数据与原始数据存在一定-The gray prediction data does not show a certain law can take the modeling and forecasting methods, forecast data and raw data there is a certain
<谭超> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[并行运算CPP-cpp1

说明:c++初学者的程序,非常有价值,实用性相当高,学得快,用的多-c++ beginners program is very valuable and a very high practicality, learn quickly, with the
<胡祥梁> 在 2024-11-01 上传 | 大小:58368 | 下载:0

[并行运算awb

说明:自动白平衡的verilog实现
<lvmeng> 在 2024-11-01 上传 | 大小:5120 | 下载:0

[并行运算AntColony

说明:tsp-c# it s code of sequential of The Traveling Salesman Problem in c#.
<atefeh> 在 2024-11-01 上传 | 大小:66560 | 下载:0

[并行运算tetris

说明:this a tetris program-this is a tetris program
<team> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[并行运算GA

说明:遗传算法源代码,教您如何编写遗传算法代码解决相关优化问题-Genetic algorithm source code, teach you how to write a genetic algorithm code to solve optimization problems
<遗传算法> 在 2024-11-01 上传 | 大小:12288 | 下载:0

[并行运算GA2

说明:遗传算法源代码系列,教您如何编写遗传算法代码解决相关优化问题-Genetic algorithm source code, teach you how to write a genetic algorithm code to solve optimization problems
<遗传算法> 在 2024-11-01 上传 | 大小:13312 | 下载:0
« 1 2 ... .62 .63 .64 .65 .66 167.68 .69 .70 .71 .72 ... 319 »

源码中国 www.ymcn.org