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

搜索资源列表

  1. Maze

    0下载:
  2. 根据数据结构里的不相交集写的,并根据他的要求分别拆墙完成的 程序名称:迷宫的随机生成与迷宫路径查找 程序原理:不相交集的简单应用 功能介绍:根据不相交集原理随机生成迷宫并查找其路径,输出迷宫的数字及图文信息及带路径的图文信息(含文件操作) -Written according to the disjoint set data structure, and tearing down walls to complete his request Program Name
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1251447
    • 提供者:小缺
  1. Equipment-management

    0下载:
  2. 设备管理的概念和任务,掌握独占设备的分配、回收等主要算法的原理并编程实现。-Equipment management concepts and tasks, to grasp the principle of exclusive equipment distribution, recycling and other major algorithms and programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1208
    • 提供者:常凤娇
  1. Combinatorial-mathematics-courseware

    0下载:
  2. 回朔法的讨论,鸽笼原理,Ramsey问题。排列组合问题,容斥原理,母函数,递归关系,线性规划,动态规划。Polya原理-Discussion back method, the pigeonhole principle, Ramsey problems. Permutations and combinations, the principle of inclusion and exclusion, generating functions, recursion relations, linear
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6653558
    • 提供者:李志伟
  1. paixu

    0下载:
  2. 查看数据结构的排序演示和工作过程和原理等-View the sort demonstration of data structures and work processes and principles
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:227434
    • 提供者:lijinde
  1. tree

    0下载:
  2. 查看数据结构的树的演示和工作过程和原理等-View the tree shows the data structure and work processes and principles
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:14208
    • 提供者:lijinde
  1. hash

    0下载:
  2. 一个比较基础的hash表建立程序,有助于大家对hash表的原理掌握。对不熟悉hash的朋友相当有用。-A basis for comparison of the hash table to establish a program to help people grasp the principle of the hash table. Friends are not familiar with the hash quite useful.
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:4621
    • 提供者:李天
  1. ComplexCalculator

    0下载:
  2. c++复数类计算器,支持用户直接输入日常书写习惯的表达式。原理:你波兰表达式+栈-c++ complex class calculator, support direct user input daily writing habits of expression. How it works: you Polish expression+ stack
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:2038772
    • 提供者:hongxin
  1. A-novel-algorism-of-phase-unwrapping

    0下载:
  2. 本文基于二维快速傅里叶方法的基本原理提出了一种新的相位解包算法——菱形种子算法¬ 。该算法通过识别一个种子点,然后依次向相邻四点扩展,再把这四个点作为第二批种子点,依次向各自的四点邻域扩展,以菱形轨迹遍历所有的有效信息点,以到达整幅图像的相位解包。- A new algorism of phase unwrapping for measuring the material object is proposed based on the FFT method——algorism of diamon
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-02-25
    • 文件大小:295818
    • 提供者:万文博
  1. astar1

    0下载:
  2. A星算法的java实现。网上很多都只介绍了算法的思想和实现原理,java版的源代码则更少。本人开发游戏时自己整理了一个AStar的源码,抛砖引玉。-A-Star for java.
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:4028
    • 提供者:123321
  1. ParseTree

    0下载:
  2. 词法分析树,编译原理课程中相关类容代码。使用了简单的多叉树数据结构。-The lexical analysis tree, compiler theory curriculum classes used codes
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:158591
    • 提供者:zzy
  1. structure

    0下载:
  2. 各种各样的高级数据结构原理以及C++实现,例如红黑树,哈希表,笛卡尔树,字典树,斐波那契堆,二叉堆,SBT等等。-The wide range of advanced data structural principle C++ of implementation, such as red-black trees, hash tables, Cartesian tree dictionary tree, Fibonacci heap, binary heap, SBT and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:19991552
    • 提供者:冰封
  1. line-simulation-based-on-simulib

    0下载:
  2. 用VC6.0基于Simulib库对货车调度问题进行仿真模型设计,并做实验分析,主要要求掌握以下几点: 1.理解仿真模型设计的基本原理和方法; 2.理解和掌握进程交互模型的仿真调度策略和运行机制; 3.理解和掌握利用终态仿真结果统计分析方法。 -Truck scheduling problem with the VC6.0 based Simulib library of simulation model design and experiment analysis, the ma
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:87884
    • 提供者:茄子
  1. sampleToValue

    0下载:
  2. 表达式求值 利用堆栈原理,实现表达式求值 如:3*(3+2)/5#-Expression evaluation Stack principle, the expression is evaluated : 3* (3+2)/5#
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1554
    • 提供者:sky
  1. SuanFa

    0下载:
  2. 用java实现的堆栈结构,可以实现编译原理课程的构造文法分析器的功能-Realization of java stack structure, structure grammar parser compiler theory courses
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:20878
    • 提供者:王林峰
  1. DES-compulish

    0下载:
  2. DES加密c语言实现,让新手了解DES实现原理,了解如何加密的-DES
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:14838
    • 提供者:黄艺明
  1. conquer-and-divide-algorithm

    0下载:
  2. 本章描述了讲解了分治算法的基本思想和设计过程以及原理-Explain the basic idea and design process as well as the principle of divide and conquer algorithm described in this chapter
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:547959
    • 提供者:fengjianlong
  1. Hash

    0下载:
  2. 本例是用C语言编写的HashMap相关操作的源码,其中包含了原理介绍及其他操作,4个工程,非常值得下载学习。VS2008直接可以打开运行。-This case is HashMap operation using the C language source code, which contains a principle introduced and other operations, and four of the project, well worth the download learni
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1045836
    • 提供者:张杰
  1. inorderAndpreorder

    0下载:
  2. 此代码是实现基于数据结构算法二叉树的原理,用递归的方法实现把中序遍历转换成前序遍历输出-This code is a recursive method based on the principle of data structure algorithms binary tree traversal sequence converted to pre-order traversal output
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:615
    • 提供者:韦龙
  1. lexical-analysis-complete-code

    0下载:
  2. 计算机编译原理课程中词法分析完整代码,并附有个功能模块的说明。-Compiler theory lexical analysis complete code
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:1541
    • 提供者:zuozeyu
  1. dayin

    0下载:
  2. 打印二叉树,在学习数据结构方面有一定的帮助,同时在打印二叉树时能够真实的体会到二叉树的原理-Print binary tree data structure in the study have some help, but when printing a binary tree can truly appreciate the principle of a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:615
    • 提供者: 孙坚
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com