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

资源列表

« 1 2 ... .82 .83 .84 .85 .86 23487.88 .89 .90 .91 .92 ... 28278 »
  1. SQSTACK

    0下载:
  2. 实现栈及其基本操作; 利用栈实现十进制与八进制数的转换; 利用栈进行括号匹配情况的检验。-Achieve stack and its basic operation use stacks decimal and octal conversion using the stack inspection bracket matching conditions.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:692.11kb
    • 提供者:陈幻
  1. GRAPH

    0下载:
  2. 实现无向图及其基本操作; 利用Prim算法实现图的最小生成树; 利用Kruskal算法实现图的最小生成树。 -Achieve an undirected graph and its basic operations utilize Prim minimum spanning tree algorithm graph use Kruskal minimum spanning tree algorithm graph.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1013.57kb
    • 提供者:陈幻
  1. SORT---bubble

    0下载:
  2. 冒泡排序:从第一个元素起依次将相邻两数比较,大的调到后面,小的调到前面, 直到第n-i(第i趟排序时)个元素。-Bubble sort: successively from the first element of the adjacent two numbers compare transferred back big and small front transferred until the first ni (i-trip sort) elements.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:79.93kb
    • 提供者:陈幻
  1. SORT---selection

    0下载:
  2. 选择排序 每趟选出一个最值和无序序列的第一个数交换,n个数共选n-1趟。第i趟假设i为最值下标,然后将最值和i+1至最后一个数比较,找出最值的下标,若最值下标不为初设值,则将最值元素和下标为i的元素交换。-The first number selection sort elect one of the most value per trip and disordered sequence exchange, choose the number n of n-1 times. I assume
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:79.95kb
    • 提供者:陈幻
  1. fuzzy_cluster1

    0下载:
  2. fuzzy_cluster模糊聚类分析,本函数使用的是直接聚类法,直接输出聚类信息,无返回值 输入参数data是需要分类的数据,将会对data的列分类,请输入数据前把需要分类的向量按列保存到矩阵data 输入参数numda是分类的分类点,如果不知道可以先省略,系统默认1-0依次减小用以方便判断分割点,然后用户再细分- Fuzzy_cluster fuzzy clustering analysis, the function uses the clustering method i
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:905byte
    • 提供者:何亮
  1. AHP

    0下载:
  2. 层次分析(AHP)/网络分析(ANP)Analytic Hierarchy Process是一种十分实用的决策方法。 是对一些较为复杂、较为模糊的问题作出决策的简易方法,它特别适用于那些难于完全定量分析的问题 num:包括目标层和方案层的总层数 g:行向量(各层准则数量,包括目标层(第一层)和方案层(最后一层))。 w:返回值w是最后决策的方案层的权重,根据输出选择最佳方案 在输入矩阵时请加‘[]’号,否则会出现语法错误。 调运方式:w=hierarchy(
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.36kb
    • 提供者:何亮
  1. 042

    0下载:
  2. c语言 插入排序 算法的源码实例-Insertion Sort algorithm c language source code examples
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:9.67kb
    • 提供者:许海炳
  1. 045

    0下载:
  2. c语言 快速排序 算法 例子-c language examples of quick sort algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:9.82kb
    • 提供者:许海炳
  1. student_manage

    0下载:
  2. 自己编写的学生管理系统 涉及函数指针及链表部分,毕业设计资源。-I have written student management system involves partial list of function pointers and graduation involving resources.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:11.21kb
    • 提供者:douyuhua
  1. buit_tree

    0下载:
  2. 二叉树的先序建立过程及三种遍历的非递归(利用栈实现)-First order process and the establishment of a binary tree traversal non-recursive three (using stacks)
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.49kb
    • 提供者:douyuhua
  1. mystring

    0下载:
  2. 自己编写的字符串处理函数,代码清晰简洁,笔试高分代码哦-I have written a string handling functions, clear and concise code
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:723byte
    • 提供者:douyuhua
  1. hash

    0下载:
  2. 哈希查找数据结构中经典的数据存储方式 类似数据库,这个代码是我自己根据算法写的,提高编程能力很有帮助-Hash lookup data structure similar to the classic data storage database, this code is written according to the algorithm of my own, very helpful to improve the programming capabilities
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:910byte
    • 提供者:douyuhua
« 1 2 ... .82 .83 .84 .85 .86 23487.88 .89 .90 .91 .92 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭