CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 数据结构与算法程序

搜索资源列表

  1. shuju jiegou实验1

    0下载:
  2. 《数据结构与算法》实验要求与指导,来自重点大学2005的一个实习内容。很不错的程序老师做的帮助同学更好的学习数据结构-"data structures and algorithms" experimental requirements and guidance from the university in 2005 as an attachment. The procedure is very good teachers do to help students learn b
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:18791
    • 提供者:张伟
  1. 6

    0下载:
  2. 1)掌握普里姆构造最小生成树算法的数据结构和算法实现; 2)掌握图或网的邻接矩阵表示及其上基本算法的实现; 3)按照实验题目要求独立完成实验内容(提交程序清单及相关实验数据与运行结果); 4)认真书写实验报告,并按时提交。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30942
    • 提供者:冰颜
  1. shujujiegou

    0下载:
  2. 数据结构与算法,主要讲解数据是如何在程序中组织的,要学好编程语言,应该学要数据结构
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10427783
    • 提供者:victor
  1. 生产者与消费者

    0下载:
  2. 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31045
    • 提供者:石大浪
  1. test_BinaryTree

    0下载:
  2. 数据结构与算法-程序、素材\二叉链表类测试-Data Structures and Algorithms- procedures, materials list Binary Class Testing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:932
    • 提供者:陈旭
  1. test_hash

    0下载:
  2. 数据结构与算法-程序、素材\创建哈希对象与查找-Data Structures and Algorithms- procedures, materials to create the hash object and find
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1039
    • 提供者:陈旭
  1. Vectordemo

    0下载:
  2. 数据结构与算法-程序、素材\STL向量测试类-Data Structures and Algorithms- procedures, materials testing STL Vector Class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:865
    • 提供者:陈旭
  1. zifucuan

    0下载:
  2. 算法与数据结构里的字符串的各种操作,配合讲义模拟出字符串的操作等,对算法给以程序上的验证-Algorithm and data structure of a variety of string operations, with lectures simulate the operation of string and so on, to give procedural algorithm to verify
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:226001
    • 提供者:李海涛
  1. asd

    4下载:
  2. 建立一个基本分页存储管理系统的模型 首先分配一片较大的内存空间,作为程序运行的可用存储空间 建立应用程序的模型; 建立进程的基本数据结构及相应算法 建立管理存储空间的基本存储结构 建立管理分页的基本数据结构与算法。 设计存储空间的分配与回收算法; 提供信息转储功能,可将存储信息存入磁盘,也可从磁盘读入 -asd
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1037546
    • 提供者:余乐
  1. jingcui

    0下载:
  2. vb/vc编程的参考资料,有大学时期看过和运行过的一些数据结构与算法方面的例子程序,有看过和运行过的vb/vc调用Windows API的一些例子,最近又加了一些vc基础方面的例子,很杂但也有些参考价值。-vb/vc programming, reference, there is seen in college and running on some of the data structures and algorithms Examples of procedures, read and r
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:647668
    • 提供者:hanxiaohua
  1. suanfa

    0下载:
  2. 数据结构与算法习题 对C++/C程序员的数据结构和算法有很大帮助-Data Structures and Algorithms Exercises
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:766413
    • 提供者:zuohaibiao
  1. WinDbg

    0下载:
  2. 数据结构与算法(C++语言描述)课本程序-Data Structures and Algorithms (C++ language descr iption) textbook program
  3. 所属分类:CSharp

    • 发布日期:2017-06-02
    • 文件大小:15284743
    • 提供者:焦丽娟
  1. jiyushudeguanli

    0下载:
  2. 这个程序是基于树的行政管理机构的数据结构与算法编程!向人们介绍了树的用法及应用!-This program is the data structures and algorithms programmed administrative agencies based tree! To introduce people to the use and application of the tree!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1748
    • 提供者:demon
  1. sqlist

    0下载:
  2. 北京工业大学电控学院大一下学期必修课——数据结构与算法,作业程序示例。 北工大电控学院数据结构与算法第二章(线性表)作业程序中的顺序表程序,可实现顺序表的插入、删除、定位、检索等功能。-Sqlist. Beijing University of Technology.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3177
    • 提供者:永乐孤雁
  1. quicksort

    0下载:
  2. 本程序实现了排序排序算法,对于学习数据结构与算法分析的同学有一定参考价值!-This procedure realized the sort of sorting algorithm, for learning data structure and algorithm analysis of the students have a certain reference value!
  3. 所属分类:Console

    • 发布日期:2017-05-18
    • 文件大小:4853603
    • 提供者:欧阳
  1. toposort

    0下载:
  2. 本程序实现了排序排序算法,对于学习数据结构与算法分析的同学有一定参考价值!-This procedure realized the sort of sorting algorithm, for learning data structure and algorithm analysis of the students have a certain reference value!
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:574068
    • 提供者:欧阳
  1. Segment_Page

    3下载:
  2. 段页式存储管理系统:建立一个基本段页存储管理系统的模型。(1-2人) 首先分配一片较大的内存空间,作为程序运行的可用存储空间 建立应用程序的模型,包括分段结构在内 建立进程的基本数据结构及相应算法 建立管理存储空间的基本存储结构。 建立管理段页的基本数据结构与算法。 设计存储空间的分配与回收算法 提供信息转储功能,可将存储信息存入磁盘,也可从磁盘读入 -as above
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-04
    • 文件大小:332277
    • 提供者:郑文铭
  1. 算法与数据结构实习

    0下载:
  2. 普利姆算法,图的遍历,英文字母表的小程序,都是可运行的(Pliem algorithm, graph traversal, English alphabet)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1665024
    • 提供者:刘明
  1. Data_structures_and_Program_Design_in_C++

    0下载:
  2. 数据结构与算法分析:C++描述》一书秉承Weiss著全一贯的严谨风格,同时又突出了实践。书中充分应用了现代C++语言特性,透彻地讲述了数据结构的原理和应用,不仅使学生具备算法分析能力,能够开发高效的程序,而且让学生掌握良好的程序设计技巧。(Data structure and algorithm analysis: the book C++ describes the full and rigorous style of Weiss, and it also highlights practic
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:12858368
    • 提供者:static_check
  1. 程序员代码面试指南

    1下载:
  2. 程序员代码面试指南 IT名企算法与数据结构题目最优解(The programmer code interview guide IT name enterprise algorithm and the optimal solution of data structure)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:64291840
    • 提供者:肖肖肖
« 12 3 »
搜珍网 www.dssz.com