CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - algorithm,

搜索资源列表

  1. Metaparllel

    0下载:
  2. 串行程序并行化软件 它提供给程序员一个图形化的交互界面,首先由程序员选择并行算法,然后通过配置向导对所选择的并行算法进行定制,生成配置文件,然后参照配置文件自动生成并行程序的框架代码,并将程序员提供的元任务的串行代码嵌入到框架代码中,最后生成并行程序-software programmers to provide an interactive graphical interface, the first programmer to choose from parallel algorithm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:154.64kb
    • 提供者:joey
  1. 数据结构综合1

    0下载:
  2. 数据结构课程学习过程中的一些算法,例子,相信对大家的学习很有帮助-data structure courses learning process of some algorithm, for example, we believe that the right learning helpful
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:288.86kb
    • 提供者:小马
  1. 普利姆最小生成树

    0下载:
  2. 用普利姆算法实现最小生成树,简单的排序算法。对学习很有帮助-with minimum spanning tree algorithm, a simple algorithm. The study helpful
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:5.05kb
    • 提供者:小马
  1. 最近点对问题,分别用蛮力法和分治法进行了求解

    0下载:
  2. 最近点对问题,分别用蛮力法和分治法进行了求解,算法已经做过优化-Nearest point on the issue, respectively, and with brute force method for solving divide and conquer algorithm optimization has been done
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:1.96mb
    • 提供者:zhou
  1. Astarfindpath

    0下载:
  2. 用A star算法来解决寻路问题,程序简单易实现。给定几种不同的地图进行验证,得到较优的路径-A star algorithm used to solve the routing problem, the procedure is simple and easy to achieve. Given several different maps to verify the path to be better
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:65.59kb
    • 提供者:huangdingcai
  1. GA1E1

    2下载:
  2. 用K均值和遗传算法实现了半监督聚类算法,这是个一个已经发表的论文的源程序-Using K-means and genetic algorithm to achieve a semi-supervised clustering algorithm, this is a paper published source
  3. 所属分类:Console

    • 发布日期:2016-08-10
    • 文件大小:3.96mb
    • 提供者:张帅
  1. NeHe_OpenGL_Collision-algorithm

    0下载:
  2. 碰撞检测经典算法,希望对大家研究碰撞检测有所帮助!-Classical collision detection algorithm, we want to study collision detection help!
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:167.56kb
    • 提供者:张鸣
  1. Binary-search-algorithm

    0下载:
  2. 二分查找算法,vc6.0编写,控制台程序-Binary search algorithm, vc6.0 writing, the console program
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:10.42kb
    • 提供者:guan
  1. qsort

    0下载:
  2. 能够实现数据的快速排序,非常高效,C++语言表述。nlogn复杂度-quick sort algorithm,with C++ language
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:7.74kb
    • 提供者:caoyi
  1. ant-algorithm

    0下载:
  2. 蚁群算法求解TSP问题应用实例,在matlab里实现。-The ant colony algorithm for TSP application instance, in Matlab years.
  3. 所属分类:Console

    • 发布日期:2017-11-04
    • 文件大小:2.63kb
    • 提供者:高珊
  1. metropolitan-algorithm

    0下载:
  2. 模拟退火算法求解TSP问题实例,在matlab中的实现。-Simulated annealing algorithm for TSP instances in matlab achieve.
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:5.19kb
    • 提供者:高珊
  1. A-algorithm

    0下载:
  2. 该程序利用人工智能中的A算法实现了对九宫格的搜索,是一种搜索算法的C++程序-the search of sudoku using A algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:2.91kb
    • 提供者:李倩儒
  1. KMP-Algorithm

    0下载:
  2. KMP算法的一个简单实现,稍加更改即可应用在其他程序中。-A program of realizing the KMP algorithm, can be easily adopted in any other programs with small modification.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:5.14kb
    • 提供者:周峰
  1. algorithm-CPP

    0下载:
  2. 数据结构面试常考算法,C++实现 包含数组、字符串、链表、二叉树、排序-Interview data structures algorithm, C++ contain arrays, strings, linked lists, binary trees, sorting
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:64.85kb
    • 提供者:robert
  1. genetic-algorithm-MATLAB_AGA

    0下载:
  2. 用MATLAB 编写遗传算法是很常用的,在多种情况下可以应用到遗传算法,这是用matlab编写的遗传算法源代码-Genetic algorithms using MATLAB is very common, in many cases can be applied to the genetic algorithm, which is using matlab genetic algorithm source code
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:15.04kb
    • 提供者:许晴
  1. QM-algorithm

    1下载:
  2. 本算法要求输入一最小项和无关项的待化简表达式,通过QM算法处理输出化简后的结果。-The algorithm requires a minimum input items and do not care to be simplified expression through QM simplified algorithm results after processing output.
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1.02mb
    • 提供者:Carter Bao
  1. Euclidean-algorithm

    0下载:
  2. 实现欧几里算法和扩展欧几里算法,通过读取CPU的定时器,比较算法效率-Achieve Euclidean algorithm and extended Euclidean algorithm, by reading the CPU timers, comparison algorithm efficiency
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:hhb
  1. classical-algorithm-on-C

    0下载:
  2. C语言基本算法,包括数据结构与基本算法总结。-C language basic algorithms, including summary data structures and basic algorithms.
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:225.69kb
    • 提供者:
  1. The-cube-texture-mapping-algorithm

    0下载:
  2. 运用OpenGL,生成一个正方体的纹理映射,映射的图形为棋盘形式,并且包含有动画功能-Use OpenGL, generate a cube texture mapping, mapping form a checkerboard pattern, and contains animated feature
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:4.96mb
    • 提供者:Taylor
  1. Routing-algorithm

    0下载:
  2. 程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。-Application wizard generated VC++ project the main project file version information which contains the document to generate Visual C++, and the use of application wizard
  3. 所属分类:Console

    • 发布日期:2017-05-05
    • 文件大小:15.87kb
    • 提供者:周小龙
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com