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

资源列表

« 1 2 ... .32 .33 .34 .35 .36 637.38 .39 .40 .41 .42 ... 2673 »
  1. Data-Structure-Course-Design

    0下载:
  2. 数据结构课程设计:一元稀疏多项式计算器源码,去年我写的。现在拿出来分享一下-Data Structure Course Design: unary sparse polynomial calculator source code, I wrote last year. Now share out
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:235.82kb
    • 提供者:刘清
  1. 8-3

    0下载:
  2. 要求把插入、查找和删除函数用非递归的方式实现。-Asked to insert, find and delete functions for non-recursive way.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:235.82kb
    • 提供者:李雷
  1. Some-Sorts

    0下载:
  2. 对常见的各种算法精心总结,含源码。比如快速排序,shell排序,简单选择排序,堆排序,冒泡排序等算法-Various algorithms for the common well summed up, including source code. Such as quick sort, shell sort, simple selection sort, heap sort, bubble sort algorithms such as
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:235.78kb
    • 提供者:程明
  1. aaa

    0下载:
  2. 清华版 严蔚敏 数据结构实验(C语言)二叉树实现程序-Wei-Min Yan Tsinghua Science experiment data structure (C language) Binary Tree program
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:235.78kb
    • 提供者:wuxianxi
  1. string_trans

    0下载:
  2. 从文本文件中读取按照一定格式存储的数据,并经过字符串处理,将数据存储到数组中。主要用到了char*到浮点数的转换,文件读取的一些常用函数。-Read from a text file format for storing data according to certain, and after a string processing, the data stored in the array. Main use of the floating-point conversion to char*,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:235.6kb
    • 提供者:ZYZ
  1. Huffman

    0下载:
  2. 哈弗曼编码的C语言实现,包含整个工程文件-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:235.53kb
    • 提供者:付应辉
  1. 11

    0下载:
  2. 算法分析与设计中计算两个数的最大公约数的原代码-Algorithm Analysis and Design of the two numbers to calculate the greatest common divisor of the original code
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:235.47kb
    • 提供者:11
  1. 1003first

    0下载:
  2. 大数相乘算法,一种在大数很大时的有效算法,减少乘法次数,增加加法的算法-Large Number Multiplication algorithm, a large number is large in the efficient algorithm to reduce the number of multiplication, addition of the algorithm increases
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:235.45kb
    • 提供者:ming
  1. Spatial-data-structure

    0下载:
  2. 图像分割是一种重要的图像分析技术。在对图像的研究和应用中,人们往往仅对图像中的某些部分感兴趣。这些部分常称为目标或前景(其他部分称为背景)。它们一般对应图像中特定的、具有独特性质的区域。为了辨识和分析图像中的目标,需要将它们从图像中分离提取出来,在此基础上才有可能进一步对目标进行测量,对图像进行利用。图像分割就是把图像分成各具特性的区域并提取出感兴趣目标的技术和过程。本文介绍了图像分割中的边缘检测算法。-Image segmentation is an important image analy
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:235.4kb
    • 提供者:dd
  1. shujujiegouxianxingbiaoppt

    0下载:
  2. 这是数据结构线性表一章的相关知识点,我们老师的课件!需要的人可以参考一下!谢谢!-This is the data structure of the linear form a chapter of the relevant knowledge, we are the teacher
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:235.36kb
    • 提供者:侯坚强
  1. duilie_bank_

    0下载:
  2. 队列实现银行排队小系统,是学习数据结构的很好的例子,代码清晰,说明完整,可以直接运行。希望大家好运~-Banking system to achieve small queue queue, the data structure is a good learning example, the code clear, complete instructions, can be directly run. Hope you good luck ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:235.33kb
    • 提供者:yinjie
  1. eight-queens

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 可以通过更改程序中define 的n 的值将其改为任意个数的皇后问题 -Eight queens pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:235.33kb
    • 提供者:kyle
« 1 2 ... .32 .33 .34 .35 .36 637.38 .39 .40 .41 .42 ... 2673 »
搜珍网 www.dssz.com