CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .10 .11 .12 .13 .14 25215.16 .17 .18 .19 .20 ... 28275 »
  1. btree.tar

    0下载:
  2. C++实现的异质二叉树,实现了对节点的增加,删除,查询,以及整个树的释放。利用了面向对象编程的封装,继承和多态的思想。-C++ implementation of heterogeneous binary tree, the realization of the node to add, delete, query, and the release of the entire tree. Object-oriented programming using encapsulation, inher
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3.79kb
    • 提供者:Jason
  1. GABOX

    0下载:
  2. 遗传算法实现TSP问题的工具箱程序,还包括大量遗传算法方面的实例,是很丰富的GA工具箱。-TSP problem genetic algorithm toolbox program also includes many examples of aspects of genetic algorithm, GA is a very rich toolbox.
  3. 所属分类:Data structs

    • 发布日期:2017-06-18
    • 文件大小:26.71mb
    • 提供者:cutao
  1. migongqiujie

    0下载:
  2. 可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出-You can enter a maze of any size data obtained with a non-recursive way out of the labyrinth path and output path
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:72.21kb
    • 提供者:罗峰
  1. oclRadixSort.tar

    0下载:
  2. Radix Sort using GPGPU with OpenCL
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.04mb
    • 提供者:Raj Singh
  1. SqList

    0下载:
  2. 线性表操作完整代码,包含查找,删除,插入,遍历,等等常用功能-Linear table operation complete code, including search, delete, insert, traverse, and so commonly used functions
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1.36kb
    • 提供者:wangyun
  1. xindaoC

    0下载:
  2. 信息论编程信道容量计算,C语言。编译环境为DEV_C-Information theory, channel capacity calculation programming, C language. Compiler environment DEV_C
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:李三
  1. joke

    0下载:
  2. 约瑟夫环问题:设编号为1,2,3,……,n的n(n>0)个人按顺时针方向围坐一圈,每个人持有一个正整数密码。开始时任选一个正整数做为报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m是停止报数,报m的人出列,将他的密码作为新的m值,从他的下一个人开始重新从1报数。如此下去,直到所有人全部出列为止。令n最大值取30。要求设计一个程序模拟此过程,求出出列编号序列。-Josephus problem: Let numbered 1,2,3, ... ..., n of n (n>
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2kb
    • 提供者:陈玟
  1. shujujiegou

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: -For any given map (not less than 20 vertices, edges not less than 30, the type of map can be a directed graph, undirected g
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7.46kb
    • 提供者:李朗
  1. Library

    0下载:
  2. 图书管理系统包含八大功能,分别是:录入学生基本信息、录入图书基本信息、修改学生借书信息、修改图书状态、查找学生并输出到文件、查找图书并输出到文件、统计快到期的图书并输出到文件、统计已到期的图书并输出到文件-Library management system includes eight features, namely: entry students basic information, basic information input library, to modify student lib
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:608.97kb
    • 提供者:lsy
  1. Figure-three-matrix

    0下载:
  2. 图的三种矩阵表示(包括构造无向图的关联矩阵和有向图的关联、邻接、可达矩阵)-Figure three matrix (including the associated undirected graph structure matrix and the associated directed graph, adjacency, reachability matrix)
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:934.4kb
    • 提供者:
  1. Graph-theory-by-amber

    0下载:
  2. amber大牛总结的图论基本术语和算法大略,建议结合源码学习,比较抽象-Daniel summed up the amber basic terminology of graph theory and algorithms rough, combination source learning, abstract
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:501.17kb
    • 提供者:Zsw95
  1. clist-1.5.4-release

    0下载:
  2. CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:165.58kb
    • 提供者:james
« 1 2 ... .10 .11 .12 .13 .14 25215.16 .17 .18 .19 .20 ... 28275 »
搜珍网 www.dssz.com