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

搜索资源列表

  1. 01背包问题

    0下载:
  2. 采用分枝限界法解决0/1背包问题! 本人上机实习作业,通过老师验收,合格! 针对部分上机实习的同学可以来下~-used Branch and Bound France 0 / 1 knapsack problem! I practice on the machine operations, acceptance by the teachers, qualified! In view of the attachment on the machine for students to the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1825
    • 提供者:张锐
  1. 5地图染色d

    0下载:
  2. 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C + + MFC map rendering issues. The use of Document / View model MFC applications.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:405803
    • 提供者:李扬
  1. neichuo

    0下载:
  2. 操作系统作业 内存管理 功能 1 创建分区 2 查看分区 3 添加作业 4 回收分区-operating system memory management operation to create a functional area through 3 2 View added four recovery operations through
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9801
    • 提供者:wgz
  1. xishujuzenh

    0下载:
  2. 稀疏矩阵 1、 应用程序 直接可以实现矩阵的各项操作。 2、 查看原代码VC++6.0打开“稀疏矩阵\\creatematrix.dsp”或者用记事本打开“稀疏矩阵\\creatematrix.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 十字链表:矩阵的结构体:matnode; 三元组顺序:矩阵结构体:tsmat 4、ADT在文件夹“稀疏矩阵”里 -a sparse matrix, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16384
    • 提供者:wgz
  1. duoxiangsih

    0下载:
  2. 1、 应用程序 直接可以实现多项式的各项操作。 2、 查看原代码VC++6.0打开“多项式\\poly88.dsp”或者用记事本打开“多项式\\poly88.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 链表存储结构:多项式类是polynomail,节点类是polynelem; 顺序存储结构:多项是结构体是Ploynomial,节点类是term。 4、 注:在运行应用程序\"多项式.exe\"时,在
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:71582
    • 提供者:wgz
  1. 8Queen_Htm_Src

    0下载:
  2. 八皇后问题的HTML语言实现,可视化查看八皇后问题的所有解-eight of the Queen's HTML language, visualization eight Queen's View of all solutions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42251
    • 提供者:王卫国
  1. ChartDrawing

    0下载:
  2. 一个曲线类,可用于Dialog,也可用于View-a curve type can be used Dialog also can be used to View
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65172
    • 提供者:So1o
  1. Dijkstra

    0下载:
  2. 这个例程,会在多条相同最短路径中选出边数最少的路径.只是改变path域即可在遍历的时候访问到边数少的路径.核心的思想,就是建立一个数组,存放从出发点到当前顶点的最短路径边数.通过每次查看最短路径相同的情况, 即dv + cvw = dw.时,如果 Count[v] + 1 < Count[w]时,就执行 Count[w] = Count[v] + 1, 同时 w -> path = c.-This routine will be the same number of shortest
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:885
    • 提供者:php0
  1. link

    0下载:
  2. 在视图里实现链表,并把当前链表节点设为红色。-Achieve in the list view and list the current node is set to red.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:46474
    • 提供者:吴起
  1. tree

    0下载:
  2. 二叉树回溯,利用栈实现,带界面演示,更加直观的查看每个时刻栈的情况。-Bintree back, using the stack to achieve, with the interface presentation and more intuitive view of the circumstances of each moment of the stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:237474
    • 提供者:mengyong
  1. newparksystem

    2下载:
  2. 用户登陆系统存入车辆(存入时间,停车位置,车主姓名,车牌号码) 车辆离开(离开时间,停车费用) 搜索车辆(存放编号(日期+时间+车牌号),车牌号码,停车位置,车主姓名,存入时刻,离开时刻,存放时间,目前状态(停车场存放或已离开))查看停车场状态(停车数量,空闲位置,今日收入,所有停放的车辆)高级管理(修改密码,设置每小时价格,备份/恢复数据文件,查看用户登录日志)退出系统 -User login system into vehicles (deposited in time, par
  3. 所属分类:Data structs

    • 发布日期:2015-02-20
    • 文件大小:461471
    • 提供者:张帅
  1. 1800

    0下载:
  2. 数据结构1800题和答案,具体请自己查看-Data Structure 1800 questions and answers, specifically your own view
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2297848
    • 提供者:Leohunters
  1. erchashu

    0下载:
  2. 对于二叉树的基本的运算,查找孩子结点,查看叶子节点到根节点的路径~ 二叉树的宽度。-For computing the basic binary tree to find the child node to view the leaf node to the root of the width of the path-tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1462
    • 提供者:隋辩
  1. shujujiegou

    0下载:
  2. 数据结构的课程设计,关于航班管理系统,希望对你们有用,-Data structure of the curriculum design, on the flight management system with a view to be useful to you, huh, huh ... ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3449
    • 提供者:Cherry
  1. Dijkstra2009

    0下载:
  2. 银行家算法: 1、能任意设定资源的种类数。 2、能任意设定进程的总数。 3、能查看各类资源的剩余情况。 4、能查看各个进程的资源分配情况。 5、当某进程申请资源时,能用银行家算法和安全性算法检查系统的安全性。 6、当系统处于安全状态时,能输出系统的安全性序列。 7、在初始化银行家算法时,能对输入的数据进行判断,并能报错! -Banker' s Algorithm: 1, to arbitrarily set the number of types of r
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:159792
    • 提供者:施振磊
  1. st

    0下载:
  2. 添加一个Button,更新视图,在函数内输入 Invalidate() -Add a Button, update the view, enter the function Invalidate ()
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1902192
    • 提供者:tmacq3
  1. robot

    1下载:
  2. 移动机器人全覆盖路径规划优化方法。从全局优化的角度出发,提出一种基于区域分割的环境建模方法-Full coverage of mobile robot path planning optimization method. From the global optimization point of view, presents a region-based segmentation of environmental modeling
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:113162
    • 提供者:夏天
  1. QuickSort

    0下载:
  2. quicksort自行取n個數,亂數排序,並檢視程序時間-quicksort to choose their own number n, random number sequencing, and view the program time
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:234903
    • 提供者:kade
  1. chumin

    0下载:
  2. 校园导游,c程序。1,浏览所有景点的信息,2.求两景点间最短路径-Campus Tour, c program. 1, view all the attractions of the information, 2. Seeking the shortest path between two spots, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4857
    • 提供者:储敏
  1. poly_multi

    0下载:
  2. 用单链表实现多项式乘法。创建一个PolyNode类,用来保存单项式的内容。单链表用来储存多项式,为方便以见,储存时以降幂排列,这样有利于操作。在程序中操作单链表都是用迭代器来实现的。 在输入单链表时也要以降幂排列输入,相乘过程中每两个单项式相乘,然后将相乘得到的单项式结果插入到乘积多项式的正确位置。-Single linked list to achieve polynomial multiplication. Create a PolyNode class to store the con
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7094
    • 提供者:stanley
« 12 3 »
搜珍网 www.dssz.com