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

搜索资源列表

  1. MIMOCapacity

    1下载:
  2. 计算MIMO系统中信道容量的程序,包括中断容量和遍历性容量两种-CITIC MIMO system channel capacity calculation procedures, including the outage capacity and ergodic capacity
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.27kb
    • 提供者:wang
  1. Treetraversalfolderrecursivealgorithm

    0下载:
  2. MFC实现,树型递归算法遍历文件夹。列出文件的大小,类型等属性-MFC implementation, recursive algorithm for tree traversal folder. Documents listed in the size, type and other property
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:25.17kb
    • 提供者:陨石
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:366.03kb
    • 提供者:zouyan
  1. tu

    1下载:
  2. 以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列。 -To the adjacent table for the storage structures, to achieve connectivity of undirected graph depth-first and breadth-first traversal. To user-specified node as a starting point, respective
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:147.07kb
    • 提供者:feixue_12
  1. ccfx

    0下载:
  2. 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析-Experimental Objective: To use c lang
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:164.83kb
    • 提供者:zhangjuan
  1. DFS

    0下载:
  2. 标准的深度优先搜索算法,可实现节点遍历、产生随机路由、检测图中是否有回路等功能,-Standard depth-first search algorithm, the node traversal can be achieved, resulting in a random routing, testing whether there is any loop diagram functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.68kb
    • 提供者:quzhijian
  1. MIMOCapacity

    2下载:
  2. 此函数计算了遍历性和中断的MIMO瑞利信道,考虑到没有CSIT(平均功率分配)和完善CSIT(注水功率分配)信道容量。在这两种情况下假设是理想的。该频道跟据克罗内克模型假设空间相关,但在时间上不相关。 -This function calculates the ergodic and outage capacity of a MIMO Rayleigh channel considering no CSIT (equal power allocation) and perfect CS
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.23kb
    • 提供者:k
  1. file

    0下载:
  2. 大学数据结构实验 第五章 二叉树的遍历源程序-file rescource
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:asd
  1. bitree

    0下载:
  2. 二叉树遍历程序,非递归方法实现,请参考,数据结构使用-Binary tree traversal procedures, non-recursive method of implementation, please refer to the data structure uses
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:389.01kb
    • 提供者:张元
  1. 遍历窗口

    0下载:
  2. VBA 遍历所有窗口获取父窗口及子窗口句柄及标题(Traverse all the windows to get the parent window and child window handle and title)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:10kb
    • 提供者:Sdylyh
  1. 人偶装备遍历器带源码

    1下载:
  2. dnf,人偶装备遍历,修改人偶装备数据,达到修改伤害!(Doll equipment traversal)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:262kb
    • 提供者:聪哥123
  1. 二叉树遍历

    0下载:
  2. 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. The operation of the access nod
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:331kb
    • 提供者:Somnus2018
  1. 二叉树遍历

    1下载:
  2. 简单的二叉树遍历,中序遍历,后序遍历,前序遍历(Simple two tree traversal)
  3. 所属分类:其他

    • 发布日期:2017-09-26
    • 文件大小:3kb
    • 提供者:tomrb
  1. 图的遍历源代码

    0下载:
  2. 图的深度遍历源代码 ,写的很详细,很好,需要的下(The depth of the graph traversal source code, written in great detail, very good)
  3. 所属分类:其他

  1. NP保护驱动遍历工具

    1下载:
  2. NP保护驱动遍历工具,可以过NP驱动保护的遍历工具(NP Protected Driver traversal tool, which can be traversed by NP driver protection)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:656kb
    • 提供者:小双、
  1. 解密搜索遍历器2.7源码

    2下载:
  2. 解密搜索遍历器解密DNF任何数据。必须6666(Decryption search ergodicer 2.7 source code decryption search ergodicer 2.7 source code)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:168kb
    • 提供者:李下次
  1. 内存遍历

    0下载:
  2. 内存历遍 查找基址 偏移用的一个源码 易语言编译(The memory calendar time to find the base address of a source offsets with easy language compiler)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:103kb
    • 提供者:BySJAF
  1. 二叉树遍历操作

    0下载:
  2. 本代码采用c/c++语言,描述了二叉树的先中后序遍历及深度(This code uses c/c++ language to describe the first and middle traversal traversal and depth of two binary tree.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:SuperLoser
  1. 马的遍历

    0下载:
  2. 可以指定查看指定个数的解。在进行遍历过程中用到了贪心算法和回溯的思想。(You can specify the solution to the specified number. In the process of traversing, we use greedy algorithm and backtracking idea.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:1.93mb
    • 提供者:zszjzjy
  1. 过TP保护基址遍历工具(1.21优化版)

    1下载:
  2. 过TP保护基址遍历工具(1.21优化版)(Over TP protection base site traversal tool)
  3. 所属分类:其他

    • 发布日期:2018-09-20
    • 文件大小:1.75mb
    • 提供者:andysjie
« 12 3 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com