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

搜索资源列表

  1. jizhiwenti

    0下载:
  2. 数学分析,高等代数中一些极值问题的计算机描述(C语言)-mathematical analysis, advanced algebra some extreme descr iption of the computer (C language)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.95kb
    • 提供者:110011
  1. juzhentezhenxianglian

    0下载:
  2. 数学分析,高等代数中矩阵特征值和特征向量的求解(C描述)-mathematical analysis, advanced algebra Matrix eigenvalues and eigenvectors of the Solution (C Descr iption)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.9kb
    • 提供者:110011
  1. beibaowenti

    0下载:
  2. 一个实现背包的简单源程序.自己编的,有点简单,提供给初学者参考.-achieve a simple backpack source. His series, a little simple, for advanced users.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:847byte
    • 提供者:guying
  1. ADVANCED

    0下载:
  2. c语言示例源代码,有兴趣的朋友可以参考一下
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.28kb
    • 提供者:石永威
  1. AdvancedDataStructures.pdf.zip

    0下载:
  2. 包含了很多高级数据结构的内容,是学习数据结构进一步的很好的资料。,advanced data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.71mb
    • 提供者:王雨施
  1. Elevator

    0下载:
  2. 设计一个电梯模拟系统,这是一个离散的模拟程序,因为电梯系统是乘客和电梯等”活动体”构成的集合,虽然它们彼此交互作用,但它们的行为是基本独立的.在离散的模拟中,以模拟时钟决定每一个活动体的动作发生的时刻和顺序,系统在某个模拟瞬间处理有待完成的各种事情,然后把模拟时钟推进到某个动作预定要发生的下一个时刻-Elevator design a simulation system, which is a discrete simulation program, because the elevator s
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:479.35kb
    • 提供者:caipan
  1. 栈类

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:2.93kb
    • 提供者:墨镜牛郎
  1. vc511445788846

    0下载:
  2. 这是个数据结构的程序。利用了很多先进的算法。-This is a data structure procedures. Use a lot of advanced algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:13.96kb
    • 提供者:林丰
  1. newparksystem

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

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

    0下载:
  2. Applet演示程序,栈是一种先进后出(FILO)的线性数据结构,先进后出的意思就是……举个例子吧-Applet demo, after the stack is an advanced out (FILO) of the linear data structure, advanced means of the following ... ... Let me give an example
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:18.51kb
    • 提供者:hl
  1. datastructures

    1下载:
  2. 浙江大学2009冬学期陈越老师高级数据结构的课件-Zhejiang University, 2009 Winter semester Chen Yue teacher advanced data structures courseware
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3.05mb
    • 提供者:wangyaoyao
  1. expression

    0下载:
  2. 利用堆栈先进后出的特点,使用进栈与出栈实现各种表达式的运算。-After the stack out of the use of advanced features, the use of the stack into the stack and out of operations to achieve a variety of expressions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.43kb
    • 提供者:陈源
  1. struct

    0下载:
  2. 高级数据结构 线段树 树状数组 跳跃表 -Advanced data structure array segment tree tree jump table
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:111.93kb
    • 提供者:ruinw
  1. code

    0下载:
  2.   Mark Allen Weiss   1987年在普林斯顿大学获得计算机科学博士学位,师从著名算法大师Robert Sedgewick,现任美国佛罗里达国际大学计算与信息科学学院教授.他曾经担任全美AP(Advanced Placement)考试计算机学科委员会的*(2000-2004).他的主要研究方向是数据结构,算法,和教育学.- In this second edition of his successful book, experienced teacher and autho
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:64.95kb
    • 提供者:narsu
  1. datastructure

    0下载:
  2. 这个是数据结构教学过程中的经典问题,有百鸡问题,皇后问题,汉诺塔求解等8个问题。非常适合初学者参考。-This data structure is a classic problem of the teaching process, there are 100 chicken problem, queens, Tower of Hanoi problem solving, etc. 8. Very suitable for advanced users.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.56kb
    • 提供者:那雷特
  1. main

    0下载:
  2. 通过栈和队列,求算术表达式的值,能够更深入的理解栈的先进后出和队列的先进先出-Through the stack and queue, find the value of arithmetic expressions, to more advanced understanding of the stack and queue in the FIFO after the
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.13kb
    • 提供者:子童
  1. wielomian

    0下载:
  2. This a program that is bein able to calculate linear equations of advanced levels. I ts in the form of class with methods and has implemented operators that allowes user to calculate things by basic types like +/-/*.-This is a program that is bein ab
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1.87kb
    • 提供者:ches
  1. minmax

    1下载:
  2. 極小極大搜尋法附註解,可以應用在各種遊戲樹上,更進階的是使用alpha_beta去剪枝-Note Minimax search solutions can be applied in a variety of game tree, the more advanced is the use of alpha_beta to prune
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1.39kb
    • 提供者:12345
  1. fuhuaxinpusheng

    0下载:
  2. 复化辛普生算法 数值分析 课程设计 多长算长啊-Advanced Mathematics how long you need?
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:530byte
    • 提供者:krs
  1. Advanced.cell.algorithm

    0下载:
  2. 细胞算法设计高级代码Advanced code cell algorithm -Advanced code cell algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.91kb
    • 提供者:d
« 12 3 »
搜珍网 www.dssz.com