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

搜索资源列表

  1. isTree

    0下载:
  2. 一个生成树的源程序,不是很复杂,不过用来交一下数据结构的作业还行吧-a spanning tree of the source, is not very complicated, but what used to pay the operating data structure it is also OK
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33237
    • 提供者:于睿劼
  1. 实验2-插值与拟合

    1下载:
  2. 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation method. Analisize the 3 interpola
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:120373
    • 提供者:葛林
  1. 求解约瑟夫问题

    2下载:
  2. 求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the star
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8027
    • 提供者:葛林
  1. 递归中序遍历排序二叉树

    0下载:
  2. 这是一个中序遍历二叉树的VC实现,要注意的是输入节点后,以-1结束-which is a binary tree traversal sequence VC, to pay attention to the input nodes, in the end -1
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8905
    • 提供者:楚天
  1. (-1结束)求树高

    0下载:
  2. 用递归的方法的方法求二叉树的树高,注意输入的节点数据以-1结束。-use recursive methods for the binary tree height, pay attention to input data to the nodes -1 end.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2216
    • 提供者:楚天
  1. 重发求树高的程序

    0下载:
  2. 用递归的方法求二叉树的树高,使用时更加灵活,注意输入的数据以-1结束-using recursive method for binary tree height, use a more flexible, pay attention to input data to the end-1
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8196
    • 提供者:楚天
  1. 重发尾插法建立单链表及其遍历

    0下载:
  2. 用尾插法建立单链表,可以事先不必指定要插入的元素的个数,比较灵活,注意输入数据时以-1结束-tailings interpolation creation of a single-chain and can not designated prior to the insertion of items, a more flexible, pay attention to the input data to the end-1
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6536
    • 提供者:楚天
  1. 集合的交并差

    0下载:
  2. 一个实现演示界面的,实现两个集合的交\\并\\差C语言程序-a demo interface, and achieving the two pools pay \\ and \\ poor C Programming Language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18922
    • 提供者:gao
  1. 遗传算法笔记

    0下载:
  2. 提供遗传算法的经典笔记,内付典型程序代码,希望对大家有帮助。-provide genetic algorithm classic Notes, which pay the typical procedure code, and I hope to be helpful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:219166
    • 提供者:哀怜棵
  1. juzhenjisuan

    0下载:
  2. 用于矩阵的运,+,-,/,*都可以,但一定要注意输入格式-matrix for the movement, ,-,/,* can, but must pay attention to input format
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:79010
    • 提供者:汤睿智
  1. chengxushejijiaochengmatlab1

    0下载:
  2. 很好的matlab教程,交你学回如何利用matlab边车能够,是个很不错的教程!-good Matlab and guidance to pay you to learn how to use Matlab to edge car, it is a very good tutorial!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:104747
    • 提供者:sdj2002
  1. chengxushejijiaochengmatlab2

    0下载:
  2. 很好的matlab教程,交你学回如何利用matlab编程,是个很不错的教程!-good Matlab and guidance to pay you to learn how to use Matlab programming, it is a very good tutorial!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:288319
    • 提供者:sdj2002
  1. dzqArray

    0下载:
  2. 一个非常完整的动态数组类,包含一维数组,二维数组,3维数组. 具有常规构造函数,拷贝构造函数,付值函数,不存在内存泄露.-a very comprehensive array of dynamic category, contains one-dimensional arrays, two-dimensional array, three-dimensional array. conventional structural function, the copy constructor fun
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2667
    • 提供者:狄中泉
  1. set_inserctionandunionanddifference

    0下载:
  2. set_交并差,c-c++编译,集链表多重操作于一体-set_ pay and poor, c-c compiler, set multiple operating chain integration
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:178190
    • 提供者:cswggod
  1. IntersecDraw

    0下载:
  2. matlab绘制平面与圆柱交面,完全自主开发,详细注释-Matlab mapping plane and pay cylindrical surface, completely independently developed detailed Notes
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2176
    • 提供者:mikle
  1. shanchangzhangwu

    0下载:
  2. 一个商场财务系统,不错哟,快来下载试试吧!-a shopping center financial system, yes yo, pay your respects to download a try!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:206237
    • 提供者:王会强
  1. yichuansufagongju

    0下载:
  2. 大家都需要的遗传算法工具,大家要下的快抓紧点下!-We need the tools of genetic algorithm, we must pay close attention to the point where fast!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:212150
    • 提供者:赵伟
  1. Thecarstop

    0下载:
  2. 停车场是一条可以停放n辆车的狭窄通道,且只有一个大门汽车停放安到达时间的先后依次由北向南排列(大门在最南端,最先到达的第一辆车停在最北端)若停车场已经停满n辆车,后来的汽车在便道上等候,一旦有车开走,排在便道上的第一辆车可以开入;当停车场的某辆车要离开时,停在他后面的车要先后退为他让路,等它开出后其他车在按照原次序开入车场,每两停在车场的车要安时间长短缴费。 要求:以栈模拟停车场,以队列车场外的便道,按照从终端输入的数据序列进行模拟管理。每一组数据包括三个数据项:汽车“到达”或“离去”信息
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3207
    • 提供者:牛纪超
  1. kthtree

    0下载:
  2. kthtree问题 给定一棵有向树T,树T 中每个顶点u都有一个权w(u);树的每条边(u,v)也都有一个 非负边长d(u,v)。有向树T的每个顶点u 可以看作客户,其服务需求量为w(u)。每条边(u,v)的边长d(u,v) 可以看作运输费用。如果在顶点u 处未设置服务机构,则将顶点u 处的服务需求沿有向树的边(u,v)转移到顶点v 处服务机构需付出的服务转移费用为w(u)*d(u,v)。 树根处已设置了服务机构,现在要在树T中增设k处服务机构,使得整棵树T 的服务转移费用最小-kt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:218097
    • 提供者:wu
  1. pay

    0下载:
  2. 能用的源码,能正常使用,呵呵,能用,很好用,-The source code can be used can properly use, Oh, can be used, very good use, Ho ho ho
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:9192
    • 提供者:冯际成
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com