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

搜索资源列表

  1. mnm

    0下载:
  2. joseph环 *问题描述:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 *要求:利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 *测试数据:m的初值为20,n=7
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:8543
    • 提供者:黄敏
  1. www

    0下载:
  2. 这个文件包含了处理数据结构课程学习中的字符串逆序问题和经典的排序程序。-This file contains the string in the reverse problem in processing data structures course, and the classic sort program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1445
    • 提供者:李丹
  1. tudebianli

    0下载:
  2. 根据《数据结构》学所内容,使用C++中的封装、继承、运算符重载、类模板等技术,完成以上各个数据结构类的设计。-According to the data structure of the study content, use the inheritance, sealing, in c++ operator overloaded, class template technology, complete the above all data structure kind design. sub
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1701
    • 提供者:
  1. Naigation

    0下载:
  2. 处理导航数据文件,建立邻接矩阵,采用迪杰斯特拉算法实现庞大数据的简易导航功能,内含原始数据文件和导航数据文件。-processing navigation data file,the establishment of adjacency matrix,the dijkstra algorithm tosearch path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:86466
    • 提供者:胥涛
  1. seah

    0下载:
  2. Fish图结构数据处理程序,深度遍历和广度遍历的算法处理数据关系-Fish data structure data handler, depth and breadth-traversal algorithm processing data relationships
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:1275881
    • 提供者:吴雨
  1. hw1-joseph

    0下载:
  2. c++数据结构中处理约瑟夫环问题源码,使用模版编写链表。配套清华版数据结构图书。-c++ data structure in processing Josephus source, use the template to write a linked list. Supporting Tsinghua version data structure books.
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:173830
    • 提供者:秦泽宇
  1. hw2-poly

    0下载:
  2. c++数据结构中处理多项式加和问题源码,使用链表。配套清华版数据结构图书。-c++ data structure in processing the polynomial plus problem source, use a linked list. Supporting Tsinghua version data structure books.
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:154944
    • 提供者:秦泽宇
  1. ditui

    0下载:
  2. 数据,信息处理和融合中递推算法的应用的研究-The recursive algorithm application data, information processing and integration of research
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:3271902
    • 提供者:
  1. The-library-management-program

    0下载:
  2. 图书馆信息管理系统,使用c语言编写,涉及数据的储存和处理-Library information management system, use the c language, involving data storage and processing
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:7391
    • 提供者:张洛声
  1. guibingpaixu

    0下载:
  2. 归并排序,用数组的存储结构,实现数的排序。共有十组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Merge sort array storage structure, to achieve the sort of number. Ten set of random data, but also be able to calculate the processing time of each data, and eventually obtain the average time.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:340287
    • 提供者:小乔
  1. heapsort

    0下载:
  2. 堆排序,用数组的存储结构,构造大顶堆,实现数的排序。共有十组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Heap sort, with an array of storage structure, constructed big top heap to achieve the sort of number. Ten set of random data, but also be able to calculate the processing time of each data
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:340169
    • 提供者:小乔
  1. InsertSort

    0下载:
  2. 直接插入排序,用数组的存储结构,实现数的排序。共有十组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Direct insertion sort, using an array of storage structure, to achieve the sort of number. Ten set of random data, but also be able to calculate the processing time of each data, and eventuall
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:340021
    • 提供者:小乔
  1. jishupaixu

    0下载:
  2. 基数排序,用链表的存储结构,实现数的排序。共有十组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Radix sort, linked list storage structure to achieve a number of sort. Ten set of random data, but also be able to calculate the processing time of each data, and eventually obtain the average t
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:340519
    • 提供者:小乔
  1. QuickSort

    0下载:
  2. 快速排序,用数组的存储结构,实现数的排序。共有八组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Quicksort array storage structure, to achieve the sort of number. A total of eight sets of random data, but also be able to calculate the processing time of each data, and eventually obtain the
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:330494
    • 提供者:小乔
  1. ts-solve-0-1-knapsack-a-info

    1下载:
  2. 用禁忌搜索解决0-1背包问题,及一些关于禁忌搜索优化和并行处理的资料-Tabu search to solve 0-1 knapsack problem, and some information on tabu search optimization and parallel processing of data
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:5420679
    • 提供者:cmn
  1. Binary-Tree

    0下载:
  2. 主要利用二叉树对数据进行管理和处理,里面包含很到处理的源代码。-The main use of a binary tree for data management and processing, which contains the source code for it to handle.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2271809
    • 提供者:yang
  1. Josephus-problem

    0下载:
  2. 任务:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 要求:利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 测试数据: m的初值为20,n=7 ,7个人的密码依次为3,1,7,2,4,7
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:122320
    • 提供者:李梅
  1. shujujiegousuanfa

    0下载:
  2. 第一章 ◆ 数据:指能够被计算机识别、存储和加工处理的信息载体。 ◆ 数据元素:就是数据的基本单位,在某些情况下,数据元素也称为元素、结点、顶点、记录。数据元素有时可以由若干数据项组成。 ◆ 数据类型:是一个值的集合以及在这些值上定义的一组操作的总称。        在高级语言程序中又分为:非结构的原子类型和结构类型 ◆ 抽象数据类型(ADT):是指一个数学模型以及定义在该模型上的一组操作。        一个抽象的数据类型的软件模块通常包含 定义和表示和实现    
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:402265
    • 提供者:LM7
  1. bank

    0下载:
  2. 数据结构程序设计,实现以下问题:某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态。-Data structure program design, to achieve the follow
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:208952
    • 提供者:毛小婷
  1. CMMB_C

    1下载:
  2. 因为只是仿真物理层的性能,所以只对一个RS交织块进行处理,RS块的大小可为协议中RS的字节交织模式中的规定的三种交织深度。其它调制参数都可选,如RS码率,LDPC码率等。程序最后的输出即为经过CMMB发射调制的OFDM基带数据。-Because it is only the physical layer performance simulation, only the interleaved block for processing an RS, RS block size for the pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:254763
    • 提供者:bankfly
« 1 2 3 45 »
搜珍网 www.dssz.com