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

资源列表

« 1 2 ... .60 .61 .62 .63 .64 24965.66 .67 .68 .69 .70 ... 28276 »
  1. hash

    0下载:
  2. 查找: 建立一个哈希查找表,哈希函数采用: H(key)= key P(其中P=13),若发生冲突后,用链地址法解决冲突。-Search: the creation of a hash lookup table, the use of hash function: H (key) = key P (of which P = 13), if the occurrence of post-conflict, and conflict resolution chain address law.
  3. 所属分类:Data structs

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

    0下载:
  2. 图: 调试图的邻接链表存储的程序,解决下列问题: 根据教科书P157页的G2图(无向图),输入数据运行程序;再适当修改程序使它适用于G1图(有向图),输入数据运行程序。-Adjacency list graph debug stored procedures, to address the following issues: According to the textbook page G2 Fig P157 (undirected graph), input data to run pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:104.82kb
    • 提供者:奈奈
  1. tree

    0下载:
  2. 给定一组值,建立一棵二叉树,求二叉数的树深。-Given a set of values, the establishment of a binary tree, and the number of binary trees deep.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:94.63kb
    • 提供者:奈奈
  1. xianchengtongbu

    0下载:
  2. 在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.44mb
    • 提供者:小江
  1. shuju

    0下载:
  2. 利用Visual C++做的数据结构中的链表-Using Visual C++ to do list data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:890.88kb
    • 提供者:潘晓芳
  1. yemianzhihuan

    0下载:
  2. 在段式虚拟存储器中,虚拟空间中能容纳的程序段数要比主存空间中能存放的相同长度的程序段数要多得多。因此,必然会出现当主存中所有页面都被占用,或者所有主存空间都被占用,而又要从磁盘存储器重调入新页(或新段)的情况。这时,必须从主存储器中淘汰一个不常用的页面(或程序段),以腾出主存空间来存放新调入的页面(或程序段),那么,按照什么样的规则替换主存储器中的页面(或程序段)呢?这就是页面替换算法要解决的问题。 -Piece of virtual memory in the virtual space
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:240.02kb
    • 提供者:小江
  1. bianli

    0下载:
  2. 利用Visual C++ 关于图的遍历数据结构中的经典例题-Using Visual C++ on the graph traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:873.97kb
    • 提供者:潘晓芳
  1. tubianli

    0下载:
  2. 数据结构中课程设计,图的遍历,环境Visual C-Data structure in curriculum design, graph traversal, environmental Visual C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:901.37kb
    • 提供者:潘晓芳
  1. LL1wenfapanding

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar is used to determine the top-down analysis techniques. LL (1) the meaning is: the first show that L is top-down analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:278.15kb
    • 提供者:小江
  1. lianbiao

    0下载:
  2. 数据结构经典实验 关于链表的实现 环境Visual C-Data structure of a classic experiment on the list to achieve environmental Visual C++
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:861.84kb
    • 提供者:潘晓芳
  1. shunxu

    0下载:
  2. 数据结构中顺序栈的实现 开发环境Visual C-Stack data structure in order to achieve development environment of Visual C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:166.43kb
    • 提供者:潘晓芳
  1. 123

    0下载:
  2. 1. 掌握HUFFMAN树的建树和译码。 2. 深入理解HUFFMAN树的原理和执行步骤。 3. 理解HUFFMAN的存储结构。 -make your 11111111111
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:24.09kb
    • 提供者:陈胜
« 1 2 ... .60 .61 .62 .63 .64 24965.66 .67 .68 .69 .70 ... 28276 »
搜珍网 www.dssz.com

浏览历史记录

关闭