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

搜索资源列表

  1. EightQueens

    0下载:
  2. 数据结构课程设计-八皇后算法的实现。 使用链表堆栈来实现的,涉及到一些界面编程的内容。具体也不太记得了,因为这是一年前做的了。希望广大朋友能支持一下,提供一些游戏源码参考一下。本人这学期的项目实践是开发斗兽棋这个小游戏。-curriculum design data structure-eight of the Queen's algorithm to achieve. Use Chain stack to achieve, involving some interface prog
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:134.86kb
    • 提供者:李冰海
  1. dateclassOO

    0下载:
  2. 这个程序是一个日期(包括年月日)类的具体实现有各种功能下载后即可研究,它包括了C++面向对象的几乎所有内容,对初学面向对象的学生十分有帮助.-the procedure is a date (including the date) class is a concrete realization of the various functions can be downloaded, It includes the object-oriented C in almost all the elemen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.87kb
    • 提供者:卢松
  1. tree_forest

    0下载:
  2. 数据结构:数据结构中森林和树的具体实现,已通过测试-Data structure: Data structure of the concrete realization of forests and trees, has been tested
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1.7kb
    • 提供者:王守涛
  1. yinghangjia

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本课程设计要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method, the curriculum design requires high-level language writing and debugging a simple procedure of Banker s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:126.15kb
    • 提供者:丁泽霞
  1. rope

    0下载:
  2. 最短路径的具体实现,使用了dikstra算法-Concrete realization of the shortest path, using the algorithm dikstra
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:116.48kb
    • 提供者:季金虎
  1. rsa

    0下载:
  2. 关于RSA的算法源代码 具体就是很简单的加密与解密-On the RSA algorithm for concrete source code is very simple encryption and decryption
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.14kb
    • 提供者:domn
  1. ParkSimu

    0下载:
  2. 通过自己设计数据结构来自己设计一高级的停车厂的模型并具体实施。-Through their design data to design a structure to their own senior停车厂and the concrete implementation of the model.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:37.37kb
    • 提供者:武鹏
  1. softwaredatastructure

    0下载:
  2. 一份非常棒的数据结构课件,具体而全面的介绍了数据结构-A great software data structure, concrete and comprehensive data structure, introduced ......
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.21mb
    • 提供者:李世强
  1. disjointset

    0下载:
  2. 主要讲述了并查集的具体实现(树形)和应用,并配有例题-And focuses on the concrete realization of search sets (tree) and applications, and sample questions with
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:45.8kb
    • 提供者:陈子杭
  1. huffmancode

    0下载:
  2. 有关huffman编码的具体实现的源代码,算法参考严蔚敏版算法课本的huffmancode伪代码,供初学者参考-Concrete realization of the huffman encoding the source code, algorithm reference Yan Wei-min version of the textbooks huffmancode algorithm pseudo-code for beginners reference
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:920byte
    • 提供者:wangsa
  1. queen

    0下载:
  2. 八皇后问题的具体实现,用递归来寻找每个皇后的位置,有注释!-Concrete realization of the eight queens problem, using recursion to find the location of each of the Queen, there are comments!
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:923byte
    • 提供者:CSlaf
  1. back

    0下载:
  2. 本程序给出回溯法的具体实现过程,可以帮助读者较好的了解回溯的思想-This program gives concrete realization of the process of backtracking, you can help readers better understand the idea back
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:116.38kb
    • 提供者:zhou
  1. ShortPath

    0下载:
  2. 最短路劲问题,具体算法代码,用来解决你的问题-The most short circuit, concrete strength algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:690byte
    • 提供者:sulili
  1. quick_sort

    0下载:
  2. 快速排序算法的具体实现代码,并包含排序时间-Concrete implementation of quick sort algorithm code, and includes sort time
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:521.88kb
    • 提供者:各国
  1. shuzhifenxi

    0下载:
  2. 牛顿插值的vc具体实现,数值分析应该会用的上,具体是用均差表做的-Vc concrete realization of Newton interpolation, numerical analysis should be used, and specifically to do with the average difference table
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:573.39kb
    • 提供者:wangx
  1. CPP

    0下载:
  2. 关于树这个数据结构的具体实现 及其基本功能实现-Tree data structure on the concrete realization of the basic functions and its realization
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11.91kb
    • 提供者:李威
  1. tree1

    0下载:
  2. 树的存储结构,具体形象地理解各种数据结构-Tree storage structure, concrete images to understand a variety of data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:941byte
    • 提供者:houzhenwei
  1. stones-combined

    0下载:
  2. 动态规划法是求解最优化问题的一种方法,该文主要研究其求解问题的基本思想及具体步骤,详细分析其用于石子合并问题上的算法设计,并给出其算法实现。-Dynamic programming to solve optimization problems is a method of solving the problem of its major research paper the basic ideas and concrete steps, a detailed analysis of the me
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10.88kb
    • 提供者:弓惠敏
  1. taxis-compare

    0下载:
  2. 使用两个源程序文件,一个用于构造三个算法的具体实现,另一个为主函数,完成计算统计完成一定次数对某个算法的运行时间和比较次数的统计 -Using two source files, a three algorithms used to construct a concrete realization of the other main functions, to complete the calculation of the statistical complete a certain num
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.06kb
    • 提供者:马波
  1. module-of-Concrete-

    0下载:
  2. ansys APDL命令,能够正常运行。-module of Concrete
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:2.83kb
    • 提供者:许亮
« 12 »
搜珍网 www.dssz.com