CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - tree simulation

搜索资源列表

  1. tree

    0下载:
  2. 用树的应用模拟铁路查询功能。掌握图的邻接表的定义及应用,能够熟练使用邻接表。加强对map容器的理解,能够熟练使用map容器,复习集合和字典的相关知识。理解最短路径问题,并使用Dijkstra算法解决最短路径问题。掌握线形表的使用,并理解优先队列解决问题的过程。利用栈解决需要逆向输出的问题。 -Application of simulation using the tree railway inquiry function. Master graph adjacency list of def
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1.96kb
    • 提供者:sunfuquan
  1. c.resourse

    0下载:
  2. 包含五个C源码,分别是:IP地址解析、二叉树算法集、广度优先搜索及深度优先搜索、华氏温度和摄氏温度的相互转换、用for循环模拟自由落体运动。-Contains five C source code, namely: IP address resolution, binary tree algorithm set, breadth-first search and depth-first search, Fahrenheit and Celsius temperature of one anoth
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5.4kb
    • 提供者:毕卫松
  1. tree_simulation

    0下载:
  2. Basic tree Data Structure simulation. The example was written in C language.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:11.48kb
    • 提供者:nagara
  1. btree

    0下载:
  2. 用b树实现的一种文件管理,模拟b树的存储,对文件进行增删修改,等操作。-B Tree with a document management, simulation b tree storage, changes, additions or deletions to the documents, and other operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:75.96kb
    • 提供者:
  1. barbershop

    0下载:
  2. 利用二叉树模拟理发店顾客的等待时间情况,其中以随机数生成的顾客流-using binary Tree Simulation to simulate customer waiting time in barber shops, of which a random number generator of customer flow
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2.2kb
    • 提供者:quiq
  1. Tree

    1下载:
  2. 系统故障树模拟...利用MFC模拟系统故障树的建立、插入节点、删除节点、更改关系以及矩阵法求最小路集等功能-System fault tree simulation ... simulation system using MFC Fault Tree Construction, insert node, delete node, change the relationship and find minimal path set matrix method and other functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:45.86kb
    • 提供者:sfj
  1. operation-shixi

    0下载:
  2. 实验二 进程撤销模拟 实验学时:2 实验类型:验证 实验要求:必修 一、实验目的 1) 理解进程撤销相关理论; 2) 掌握进程撤销流程。 二、实验内容 本实验针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序可模拟撤销多个进程及其子孙进程。 1) 采用动态或静态方法生成一颗进程树(进程数目≥20); 2) 设计进程撤销算法; 3) 实现进程撤销函数,采用级联方式撤销; 4) 可动态撤销进程; 5) 可动态观察进程树的情况;
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:37.71kb
    • 提供者:mengmeng
  1. jinchengmoni

    0下载:
  2. 实验二 进程撤销模拟 实验学时:2 实验类型:验证 实验要求:必修 一、实验目的 1) 理解进程撤销相关理论; 2) 掌握进程撤销流程。 二、实验内容 本实验针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序可模拟撤销多个进程及其子孙进程。 1) 采用动态或静态方法生成一颗进程树(进程数目≥20); 2) 设计进程撤销算法; 3) 实现进程撤销函数,采用级联方式撤销; 4) 可动态撤销进程; 5) 可动态观察进程树的情况;
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:37.68kb
    • 提供者:mengmeng
  1. Huffman-tree-and-Parking-management

    0下载:
  2. 本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:3.36kb
    • 提供者:李密
  1. DSDemoW

    0下载:
  2. 数据结构模拟、学习软件。包含二叉树,图,链表等算法的模拟-Data structure simulation learning software. Contains binary tree, linked list algorithm simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:3.68mb
    • 提供者:陈铁凝
  1. CPP-multi-tree

    0下载:
  2. 模拟随机的多叉树的实现,可以实现增加节点、组合节点、打印节点、节点数目查询等功能。-Stochastic simulation of multi-tree, you can add nodes to achieve a combination node, print nodes, number of nodes query.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4.04mb
    • 提供者:周泽安
  1. vb_tree

    0下载:
  2. 采用vb编程语言,对一棵树进行仿真,内含详细代码。-Simulation of a tree with VB
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:161.03kb
    • 提供者:jack
  1. Fat-Tree

    0下载:
  2. 基于opnet的胖树多播网络仿真,主要为多播算法的仿真,程序较完善-Opnet fat tree multicast network simulation, primarily for multicast algorithm based simulation program better
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.05mb
    • 提供者:杨永涛
  1. qwe

    0下载:
  2. 用C++编写的小程序,帮助模拟理解二叉树遍历的过程-Use small programs written in C++, to help understand the binary tree traversal process simulation using small programs written in C++, to help simulate understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.15kb
    • 提供者:任若男
  1. TREE-BIN

    0下载:
  2. Tree Bin in simulation of phone book
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:885byte
    • 提供者:reza
  1. TREE-COM

    0下载:
  2. Tree compelete in simulation of phone book
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:reza
  1. kieyiu_v55

    0下载:
  2. 完整的图像处理课设,包含所有源代码,汽车图像,三相光伏逆变并网的仿真,快速扩展随机生成树算法。- Complete class-based image processing, contains all of the source code, auto image, Three-phase photovoltaic inverter and network simulation, Rapid expansion of random spanning tree algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.43kb
    • 提供者:周道炜
  1. yuisui

    0下载:
  2. 快速扩展随机生成树算法,多姿态,多角度,有不同光照,MIMO OFDM matlab仿真。- Rapid expansion of random spanning tree algorithm, Much posture, multi-angle, have different light, MIMO OFDM matlab simulation.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:5.63kb
    • 提供者:fei
  1. jiujan_v37

    0下载:
  2. esprit算法对有干扰的信号频率进行估计,快速扩展随机生成树算法,cordic算法的matlab仿真。- esprit algorithm signal frequency interference can be assessed Rapid expansion of random spanning tree algorithm, cordic matlab simulation algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5.55kb
    • 提供者:shhxnbkd
  1. paohao

    0下载:
  2. 快速扩展随机生成树算法,感应双馈发电机系统的仿真,cordic算法的matlab仿真。- Rapid expansion of random spanning tree algorithm, Simulation of doubly fed induction generator system, cordic matlab simulation algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4.81kb
    • 提供者:徐会春
« 12 »
搜珍网 www.dssz.com