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

搜索资源列表

  1. scan-haff

    0下载:
  2. 通过本课程设计,应使学生掌握哈夫曼编码的特点、存储方法和基本原理,培养学生利用C++语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力,为后续计算机专业课程的学习打下坚实的基础-passage of the curriculum design, should help students grasp the characteristics of Huffman coding, storage and basic principles, Training students to u
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:261547
    • 提供者:李明
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1412829
    • 提供者:周先生
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. shiguerchashu

    0下载:
  2. 近年来,计算机辅助事故树分析方法发展很快,新的算法不断被提出。本论文根据《数据结构》[1]中的二叉树算法,结合事故树算法的特点,提出事故二叉树算法。通过建立事故二叉树及利用本文所介绍的一系列事故二叉树算法,不仅可以很方便地实现事故树定性分析中的最小割集和最小径集的求解,以及实现事故树定量分析中的顶上事件发生概率、各基本事件的概率重要度和临界重要度的求解,而且可以实现计算机辅助事故树绘图中的坐标计算问题。该算法是对事故树求解算法的有益的补充和发展,具有现实意义和广阔的应用前景。-In recent
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5469
    • 提供者:jhp627
  1. sujujiegou

    0下载:
  2. 计算机科学与技术专业的专业基础课——数据结构的课件及其一些算法。-Computer science and technology specialty basic course- and some of the courseware data structure algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:313801
    • 提供者:立于
  1. TheProgramofDataStructure

    0下载:
  2. 数据结构实验:包括基本实验代码,霍夫曼书,最短路径,排序算法,计算器,迷宫算法等经典算法的完整代码实现。所有代码均已完成上机实验调试成功。-Experiment data structure: the basic experiment code, Hoffman book, the shortest path, sorting algorithms, calculators, and other classical algorithm maze algorithm to achieve the
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:4041072
    • 提供者:lilil
  1. A

    0下载:
  2. 这篇文章并不试图对这个话题作权威的陈述。取而代之的是,它只是描述算法的原理,使你可以在进一步的阅读中理解其他相关的资料。   最后,这篇文章没有程序细节。你尽可以用任意的计算机程序语言实现它。如你所愿,我在文章的末尾包含了一个指向例子程序的链接。 压缩包包括C++和Blitz Basic两个语言的版本,如果你只是想看看它的运行效果,里面还包含了可执行文件。 -This article does not attempt to be authoritative on the subject
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:102936
    • 提供者:hello
  1. Computer_two_basic_data_structures_and_algorithms.

    0下载:
  2. 计算机2级基本数据结构与算法Computer two basic data structures and algorithms-Computer two basic data structures and algorithms Computer two basic data structures and algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7022
    • 提供者:eihf
  1. stl-code

    0下载:
  2. stl标准库是C++ 的一个类库,包括容器,算法,迭代器。提供许多基本的算法和数据结构-The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:215530
    • 提供者:肖新
  1. Schedule

    2下载:
  2. 拓扑排序------打印输出计算机本科专业4年每学期的课表 1.采用C++实现。 2.熟练掌握图的应用。 3.熟练掌握图的邻接表存储结构以及拓扑排序的基本思想。 4.上机调试程序,掌握查错、排错使程序能正确运行。 5.算法提示:拓扑排序用队列存储入度为零的顶点-Computer printout of topological sorting------ 4-year undergraduate curriculum of each semester 1. Using C++
  3. 所属分类:Data structs

    • 发布日期:2015-12-13
    • 文件大小:929792
    • 提供者:wang
  1. sy7

    0下载:
  2. 数据结构是计算机各相关专业的一门重要基础课,上机实验可以达到对学生所学理论基础知识进行种全面综合训练的目的,与课堂教学、学生自学以及习题练习等相辅相成、必不可少,是一个十分重要的教学环节,-The relevant data structure is a computer professional' s an important basic course experiment on the computer can reach the students basic knowledge of
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11943
    • 提供者:张玺
  1. software

    0下载:
  2. 计算机软件的基本操作包括排序,查找,线性表,栈和队列-The basic operation of computer software, including sorting, searching, linear tables, stacks and queues
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:20222
    • 提供者:邓炼
  1. 123

    1下载:
  2. 该系统要求实现一个简单的计算程序。主要功能计算两个大整数( 20位)的加法和减法,且要按指定的格式输出结果。通过此课题,熟练掌握字符传、数组、格式输出、文件的各种操作,以及基本的计算算法思想的应用。-The system requirements to implement a simple computer program. Calculation of the main functions of two big integers ( 20 bit) additio
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:19657
    • 提供者:赵力芸
  1. 001

    0下载:
  2. 缘起 《数据结构》是一门计算机专业基础课,各类计算机考试都禁不住要考它,专升本考试自然也不例外。我给学生辅导这门课程已经有几个年头了,讲稿换了几次,逐渐丰富起来。加之看到学生们埋头记笔记时辛苦的样子,就产生了写一本小册子的想法。另外,还有一层意思就是对数次辅导进行总结,以便交流之用。-Origin of " data structure" is a computer basic course, all kinds of computer tests are tempted
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:206756
    • 提供者:zixialang
  1. binary-tree-algorithm

    0下载:
  2. 二叉树算法实例 讲述基本的二叉树算法 计算机专业数据结构-二叉树算法讲解-Binary tree binary tree algorithm instance about basic computer science algorithms data structures- binary tree algorithm to explain
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6067
    • 提供者:王兵兵
  1. paixusuanfa

    0下载:
  2. 排序是计算机程序设计中的一种重要操作。通过对起泡排序、直插排序、选择排序、快速排序、归并排序这几种内部排序算法进行比较,能使我们更好的掌握这些排序的基本思想及排序算法。-Sort of computer programming is an important operation. Through the bubble sort, in-line sorting, selection sort, quick sort, merge sort algorithm to sort these type
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:79967
    • 提供者:
  1. Comprehensive-database

    0下载:
  2. 数据结构是计算机专业的一门重要的基础课程,尤其是相关的算法,是最为重要,该资料是有关数据结构算法的资料,很重要哦-Data structure is an important basic course in computer professional, especially related algorithm is the most important, the information is information about data structure algorithms, it is i
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1667133
    • 提供者:我是米老鼠
  1. zuiduanlujing

    0下载:
  2. 适合本科生或者研究生阶段计算机软件技术基础课程中网络拓扑结构中最短路径的编程算法-Programming algorithm for the shortest path in the network topology, the basic course of undergraduate or graduate level computer software technology
  3. 所属分类:Data structs

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

    0下载:
  2. 这是关于计算机数据结构方面的线性表的基本操作-This is about the computer data structure of the basic operation of the linear form
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1606
    • 提供者:wenmin
  1. struct

    0下载:
  2. 常用的计算机数据结构,包括堆、队列、链表等以及他们的基本操作-Commonly used in computer data structures, including the heap, queues, linked lists, as well as their basic operating
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:341151
    • 提供者:王钰
« 12 »
搜珍网 www.dssz.com