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

资源列表

« 1 2 ... .91 .92 .93 .94 .95 25196.97 .98 .99 .00 .01 ... 28275 »
  1. HeapPermute

    0下载:
  2. 一个很快的全排列的算法,使用了递归,附上证明-A fast algorithm for the entire array, use the recursion, attach proof
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:152907
    • 提供者:左庆
  1. bplustree

    0下载:
  2. b+树算法的c语言实现,编译后运行,可以测试b+树的生成、插入、删除、搜索-b+ tree algorithm c-language implementation, compiled to run, you can test the generation of b+ tree, insert, delete, search
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:352643
    • 提供者:梁桥江
  1. calculator

    0下载:
  2. 采用带头结点的单链表存储一元稀疏多项式;一元稀疏多项式简单计算器的基本功能是:⑴输入并采用尾插法建立多项式的单链表;⑵输出多项式单链表,输出形式可为整数序列和指数形式⑶多项式pn(x)和qm(x)相加,建立多项式pn(x)+qm(x),可不重新开辟存储空间;⑷多项式pn(x)和qm(x)相减,建立多项式pn(x)-qm(x),可不重新开辟存储空间;-Unary sparse polynomial simple calculator Input and the establishment of
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:171145
    • 提供者:安静霆
  1. SparseVector

    0下载:
  2. Fast and memory efficient implementation of a sparse vector class in C++, including routines for platform-independent binary persistence.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4562
    • 提供者:Sepp Maier
  1. Hash

    0下载:
  2. 试构造一个算法,从键盘输入一组关键字,按哈希函数H(key) = key MOD 13和链地址法处理冲突构来造哈希表,能对关键字进行查找并显示。 如(19,14,23,1,68,20,84,27,55,11,10,79,33). -Try to construct a method, a set of keywords from the keyboard, press the hash function H (key) = key MOD 13 and the address of th
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2214
    • 提供者:王玉珏
  1. lcs

    0下载:
  2. 最长子序列,问题描述: 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3,即长度为3的递增子序列。 -lcs
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:184438
    • 提供者:何雯
  1. APRIORI

    0下载:
  2. 数据挖掘经典算法Apriori算法的的java实现,共包含两个类。数据结构用MAP实现。其中输入固定。可以将其改成读取文档形式。-Data mining classic algorithm Apriori algorithm. Realize in Java
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:4953
    • 提供者:shenshen
  1. Stack-examples

    0下载:
  2. 栈的几个应用举例——顺序栈、链栈结构定义与基本操作(SqStack_exercise.cpp,LinkStack_exercise.cpp),括号匹配(matching.cpp),表达式求值(evaluation.cpp),Ackerman递归函数的实现(Ackerman.cpp)-Stack a few application examples- the order of the stack, the stack structure is defined chain, and basic op
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4957
    • 提供者:
  1. sortdemo

    0下载:
  2. 采用MFC界面,实现了冒泡排序、堆排序、快速排序、归并排序等常用排序算法的算法演示。-Using MFC interface, implementation of the Bubble Sort, Heap Sort, Quick sort, merge sort sorting algorithm, such as commonly used algorithm demo.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:224486
    • 提供者:秦子鸣
  1. migong

    0下载:
  2. 利用栈结构实现迷宫求解问题。迷宫求解问题如下: 心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多隔壁, 对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了一块奶酪,吸引老鼠在迷宫中寻找通路以到达出口。-Achieved using a stack maze to solve the problem structure. Maze solving the problem as follows: psychologist to a mouse from a big b
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:584980
    • 提供者:林佳
  1. qinghuashujujiegou

    0下载:
  2. 清华大学数据结构 严蔚敏 PPT+习题答案-Tsinghua University, Yan Wei-min data structure PPT+ Exercises Answer
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4249537
    • 提供者:李俊峰
  1. Montgomery

    0下载:
  2. 编写的蒙哥马利算法实现,是初学者最好的学习代码。用C语言实现-Montgomery algorithm,the best code for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:964
    • 提供者:Liu Xuyuan
« 1 2 ... .91 .92 .93 .94 .95 25196.97 .98 .99 .00 .01 ... 28275 »
搜珍网 www.dssz.com