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

搜索资源列表

  1. Barber-shop-simulation

    1下载:
  2. 数据结构设计程序之理发馆仿真,便于初学者-Barber shop simulation of the data structure design process, easy for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4267
    • 提供者:issachuxleg
  1. task-allocation

    0下载:
  2. 数据结构设计程序之任务分配,很适合初学者学习-Data structure design process, task allocation, it is suitable for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3626
    • 提供者:issachuxleg
  1. BinaryTree

    0下载:
  2. 数据结构中二叉树的我自己的一种实现,是用单链表为存储结构,解决问题的过程中没出现过什么问题,希望对大家有帮助吧-Binary tree data structure of my own achieve with a single linked list storage structure, problem-solving process not been any problems, we hope to
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:264541
    • 提供者:liangjia
  1. CMD5_Class

    0下载:
  2. MD5算法类的实现过程,完成4轮每轮16次的运算过程,将任意输入的数据进行128位补偿-MD5 algorithm implementation process, completed four round 16 times the computing process any input data 128 compensation
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:5046
    • 提供者:王浩
  1. Array_String_GenList

    0下载:
  2. 数据结构中包括字符操作,环形链表的操作等,具有十分详细的编写过程-The data structure includes characters operation, circular linked list operation, has a very detailed process of preparing
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:16701
    • 提供者:li
  1. search-hfut7

    4下载:
  2. 合肥工业大学数据结构试验七查找 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1> 对下列数据表,分别采用二分查找算法实现查找,给出查找过程依次所比较的元素(的下标),并以二分查找的判定树来解释。 <2> 设计出在二叉排序树中插入结点的算法,在此基础上实现构建二叉排序树的算法。 <3> 设计算法在二叉排序树中查找指定值的结点。 <4> 设计算法在二叉排序树中删除特定值的结点
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:640625
    • 提供者:石帆
  1. The-child-king

    0下载:
  2. 编程序,使用链表来实现如下问题:有12人围坐成一圈(沿顺时针方向依次编号为1到按规则淘汰其中11人后(沿顺时针方向每当数到k时,那一人员就被"淘汰出局"),输出最后所剩那一个人的编号,并输出淘汰过程的"中间结果数据"。-Programmed, use the list to achieve the following issues: 12 people sitting in a circle (clockwise direction are numbered 1 to rules elimina
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:684
    • 提供者:王伟
  1. Car-park

    0下载:
  2. 开发环境是VC6.0,是在C++的语言环境里,通过模拟停车场进出车的过程,来了解数据结构里堆栈的使用。-The development environment is VC6.0, in the C++ language environment, by simulating the process of parking cars, to understand the use of the stack data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:154101
    • 提供者:党旭峰
  1. Student_Management

    0下载:
  2. 一、问题描述 在年级成绩管理系统中,希望处理各班信息及各班每个学生的学习情况信息,其中班级信息包括班号和名称,学生学习情况信息包括学号,姓名,班号等,及已学课程的课程号及成绩,并能使管理人员通过界面完成对班级、学生信息的录入及对数据的查找和浏览。 二、基本要求 1、登记各班的学生基本情况(学号,姓名,性别,年龄,等信息); 2、插入某班某个学生的基本情况; 3、修改各班学生基本情况; 4、删除某班某个学生或某班所有学生基本情况; 5、登记各班所有学生各门课的成绩
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:306572
    • 提供者:丁洁琼
  1. MergeSort

    0下载:
  2. 自己在学习数据结构过程中,优化总结的数据结构经典排序算法-归并排序算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure optimized classic sorting algorithms- merge sort algorithm source code, with a detailed comment line
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:1063254
    • 提供者:
  1. RadixSortTest

    0下载:
  2. 自己在学习数据结构过程中,优化总结的数据结构经典排序算法-基数排序算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure optimized classic sorting algorithms- fast sorting algorithm source code, with a detailed comment line
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:738105
    • 提供者:
  1. SortArithemic-cf

    0下载:
  2. 自己在学习数据结构过程中,优化总结的数据结构8种经典排序算法算法源码,附带详细注释行,和各种算法的时间复杂度对比-Own data structure in the learning process, the optimization summary data structure of the eight classical sorting algorithm algorithm source code, with a detailed comment line
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:3136593
    • 提供者:
  1. BST_Arithemic

    0下载:
  2. 自己在学习数据结构过程中,优化总结的数据结构经典查找算法-二叉排序树操作算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure classical optimization search algorithm- binary sort tree operation algorithm source code, with detailed comment line
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:1558597
    • 提供者:
  1. trapezoidalmap

    0下载:
  2. 平面点集的Delaunay三角剖分。为了验证Delaunay三角剖分的正确性,系统提供了“圆测试”的功能,供用户对生成的三角形进行测试验证;为了验证DCEL数据结构的正确性,系统提供了“DCEL测试”的功能,用户输入任意一条测试线,系统将先后显示出测试线贯穿过的三角形;为了形象显示三角剖分的分治过程,系统提供了动态显示分治剖分过程。 -Planar point set Delaunay triangulation. In order to verify the correctness of De
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:2110892
    • 提供者:yeast
  1. Expression-evaluationCPP

    0下载:
  2. 输入表达式,包括括号与四则运算。输出详细的计算流程顺序与结果。适用于严蔚敏数据结构的实验。使用CPP实现,控制台程序。-Enter the expression, including brackets and four operations. Output sequence detailed calculation process and results. For YanWeiMin data structure experiments.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:22661
    • 提供者:VongRuohang
  1. Collection-of-logical-operations

    0下载:
  2. 本文档实现了字符集合的并交差等逻辑运算,采用多种语言(包括c和c++),采用多种数据结构(链表、数组等)实现集合的并交差等运算。分别用结构体和类实现。很适合初学者熟练掌握基本的数据结构知识以及集合的运算过程。-This document character set and achieve cross other logic operations, multiple languages ​ ​ (including c and c++), using a variety of
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2612
    • 提供者:刘争辉
  1. seal-sort

    1下载:
  2. 设计一算法,用希尔排序方法对n个原始数据进行排序。要求如下: 输入:(1)输入原始数据个数n; (2)输入n个原始数据。 输出:(1)输出原始数据; (2)输出增量gap及排序过程 (3)输出排序结果。-Design an algorithm, using the n Hill sorting method to sort the raw data. Requirements are as follows: Input:
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-25
    • 文件大小:560
    • 提供者:YY
  1. sqlite-amalgamation-3071700

    0下载:
  2. sqlite数据库C源码接口程序,通过此程序可以创建,修改和删除SQLITE数据及数据-sqlite database C source interface program, through this process can create, modify, and delete data, and data SQLITE
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1426563
    • 提供者:revins
  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. C_Algorithma_datastruct_os

    1下载:
  2. 内容:操作系统相关算法,多线程,进程调度,死锁等 数据结构,堆栈,队列,链表,图论等 算法:数组,矩阵,海量数据处理,高精度计算,贪心算法,迷宫等:-Content: The operating system related algorithms, multi-threaded, process scheduling, deadlocks, etc. data structures, stacks, queues, linked lists, graph theory, etc. algor
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1430889
    • 提供者:扬不翻
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com