CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 核心代码

搜索资源列表

  1. RSA MD5 v1.2

    0下载:
  2. RSA MD5加解密算法,用c++实现,核心部分是c的代码,完全跨平台-RSA encryption and decryption algorithms, used to achieve c, c is the core part of the code, completely cross-platform
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:101.04kb
    • 提供者:张晓博
  1. DisplayBTree

    0下载:
  2. 代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作-focus on B-tree code insertion, deletion algorithm logic applies to B-tree research learners to achieve the core idea. The code has nothing to do with the complex operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.62kb
    • 提供者:byron
  1. Splay

    0下载:
  2. 伸展树 都知道如果使用二叉查找树树平衡度不好则会降低查询效率,所以我们要维护二叉树的平衡性,即TreapTree 、SplayTree 、AVL、红黑等,本文介绍伸展树的平衡原理和核心代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:184.7kb
    • 提供者:sql
  1. 2008-BUCT-ACM-ICPC-Report

    0下载:
  2. 北京化工大学2008年暑期集训一次训练的解题报告和核心代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:254.64kb
    • 提供者:Harder
  1. preorder

    0下载:
  2. 该程序完成对二叉树的非递归的前序遍历,在三种遍历方法中,这种遍历最简单,所以,核心代码自然要少很多。-completion of the process of non - recursive binary tree of the former preorder, the three traverse method, which traverse the most simple, so natural to the core code is much less.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.38kb
    • 提供者:唐海浪
  1. tree

    0下载:
  2. 这是一个二叉树的算法,主要用C++开发,只写了二叉树的核心代码,该代码已经调试通过可以直接运行.该算法也没有输入功能,为了方便大家看清二叉树的结构,把输入的数据都在源码中用一个数组存放好的-This is a binary tree algorithms, the main C++ Development, only to write a binary tree of the core code, the code has been run directly through debugging.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.71kb
    • 提供者:李梓钺
  1. NQueenProblem

    0下载:
  2. n皇后问题,关于如何计算n皇后问题,里面的代码容易看懂,核心的是在针对试探-回溯算法所用的数据结构的设计上。 程序采用了递归,也就是借用了编译系统提供的自动回溯功能。-N Queen Problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.89kb
    • 提供者:tp
  1. yhj

    0下载:
  2. 实现操作系统中的经典问题银行家算法,主要的核心代码-The realization of the classic problem of the operating system banker' s algorithm, the main core of the code
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:967byte
    • 提供者:tmac
  1. primkruskal

    0下载:
  2. 用克鲁斯卡尔(kruskal)算法求N个结点所联成的加权无向图的最小生成树,核心代码比较简单。-Using Kruskal (kruskal) algorithm to solve the N nodes are linked to form a weighted undirected graph of the minimum spanning tree, the core code simple.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2.32kb
    • 提供者:myj
  1. datastructure

    0下载:
  2. 严蔚敏版数据结构(C)第3-4章部分核心习题答案源代码。包括堆栈,队列,字符串的各种操作和算法实现。代码结构规范简洁,注释完善,全部编译调试通过。-YAN Wei-min version of the data structure (C), chapters 3-4 answers to some of the core exercises the source code. Including stacks, queues, strings of various operations and a
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:17.75kb
    • 提供者:赵稳
  1. Floyd

    0下载:
  2. 单源最短路 Floyd 详细解读:有C的简单核心代码,有例子-Single-Source Shortest detailed interpretation of Floyd: There is a simple C core code, there are examples
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:27.73kb
    • 提供者:pcc
  1. zoj2314

    0下载:
  2. zoj2314的解题源代码,属于求有上下界网络流的题目。内有核心代码的解析-zoj2314 problem-solving source code, is seeking a network flow bounds of the subject. Resolution within the core code
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.22kb
    • 提供者:why
  1. dijkstra1

    0下载:
  2. dijkstra算法很简短。很核心的算法,核心代码10行。-dijkstra algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:12.72mb
    • 提供者:杨洋
  1. 迷宫问题

    1下载:
  2. 用C++语言实现在迷宫中寻找出路。 核心算法伪代码: do{ 如果当前位置为出口: 当前位置进栈; return 1; while(尝试的方向小于4) { 尝试方向号码对应方向的格子; 如果这个格子是没走过的通路: 当前位置进栈; 将地图上的这个位置标记为走过的; 切换试探的方块为新的当前位置; 跳出这层循环; 否则: 方向号码增加1; } 如果当前位置的四周没有路了: 地图上的当前位置标记成走过的; 出栈; }while(栈不空或者还有方向没试探完);(Using C + + l
  3. 所属分类:数据结构

    • 发布日期:2020-12-17
    • 文件大小:16kb
    • 提供者:F(zx)
  1. DFA算法核心

    0下载:
  2. DFA算法核心代码,希望大家能善用,如有不全请指教
  3. 所属分类:数据结构常用算法

搜珍网 www.dssz.com