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

资源列表

« 1 2 ... .86 .87 .88 .89 .90 23691.92 .93 .94 .95 .96 ... 28278 »
  1. Heap-sort

    0下载:
  2. 堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key   ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:1006byte
    • 提供者:周杨
  1. readbmp_24

    0下载:
  2. 用c语言编写读取bmp图像程序 自编程序 简单可行-Read bmp image program self programming c language is simple and feasible
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:453.87kb
    • 提供者:karenli5
  1. ack

    0下载:
  2. Calculate the Ackermann function ACK ( m, n ) recursive functions.-Calculate the Ackermann function ACK ( m, n ) recursive functions. For m>=0, n>=0, ACK ( m, n ) is defined as: ACK ( 0, n ) =n+1 ACK ( m, 0) =ACK ( m-1,1 ) ACK ( m, n ) =ACK (
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:761byte
    • 提供者:周杨
  1. duiorder

    0下载:
  2. 堆排序的c++实现代码,堆排序的c++实现代码-The heap sort c++ achieve code, heap sort c++ implementation code
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:812byte
    • 提供者:基德
  1. algorithm1111

    0下载:
  2. 冒泡排序 桶排序 计数排序 堆排序 二分插入排序 c语言实现多种算法-Bubble sort bucket sort counting sort heap sort two insertion sort C language to achieve a variety of algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:28.22kb
    • 提供者:pyqing
  1. dev

    0下载:
  2. 智能agent教学,多模式教学系统的测试与工作方便下载!-Intelligent agent teaching, testing and to facilitate the work of the multi-mode teaching system download!
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:8.98mb
    • 提供者:yafsfs
  1. car-parking-lot

    0下载:
  2. 这是一个自动计时的停车场,此外车库的大小也可在在DOS框中随便定义 使我们更加全面认识停车场的系统-This is an automatic timed parking, In addition, the size of the garage can also be defined to make us a more comprehensive understanding of the parking system in the DOS box, casually
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:2.6kb
    • 提供者:Marty
  1. Remember-Poker

    0下载:
  2. 让计算机来猜测用户“暗记”的某张扑克牌:计算机从一副扑克牌(54张)中任意抽出27张,摆放在不同的三行上(每行9张),用户“暗记”某张纸牌,而后告诉计算机所“暗记”的那张纸牌处于哪一行中;之后计算机再两次将纸牌重新摆放,并让用户再回答两次相同的提问(那张纸牌在重新摆放后又处在哪一行上);此时计算机会将用户所“暗记”的那张纸牌给挑出来。-Allow a computer to guess the user "counterfeitproof" the cards: computer at rand
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:1.88mb
    • 提供者:Eating
  1. NO-LIMIT

    0下载:
  2. 这是一个不错的二叉树 里面含有层次遍历,先序遍历 中序遍历 后序遍历等算法,很值得我们参考学习交流 NO limit 老王-This is a good binary tree which contains a level traversal, preorder traversal preorder traversal preorder traversal algorithms, it is worthy of our reference learning exchanges NO limi
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:2.32kb
    • 提供者:Marty
  1. Marty

    0下载:
  2. 此程序是一个相当全面的二叉树 里面有递归非递归的各种算法 仅供参考交流,谢谢 Marty 李丹-This program is a complete binary tree recursive recursive algorithm for reference only exchange, thank Marty Dan
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:3.23kb
    • 提供者:Marty
  1. sorting_BsearchLJH

    0下载:
  2. 用MFC实现六种排序功能,可以自己输入数据选用冒泡,堆,快速,插入,选择和希尔进行排序-Using MFC the six sorting capabilities, and can enter data selection bubbling reactor, fast, insert, select and Hill sort
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:2.17mb
    • 提供者:刘嘉蕙
  1. shortest-way

    0下载:
  2. 最短路径寻优算法,也是通过矩阵来存储信息,获得最短的路径-The shortest path optimization algorithm, is also the shortest path through the matrix to store information
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:231.62kb
    • 提供者:中国
« 1 2 ... .86 .87 .88 .89 .90 23691.92 .93 .94 .95 .96 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭