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

搜索资源列表

  1. c-Senior-courseware

    0下载:
  2. 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2535408
    • 提供者:
  1. main

    0下载:
  2. 题目7 页面置换 一、实验目的 1、对页面置换做进一步的理解。 2、了解页面置换的任务。 3、通过编程掌握页面置换算法及缺页率。 4、了解Belady现象和抖动现象。 二、实验内容及要求 1、任意给出一组页面访问顺序(如页面走向是1、2、5、7、5、7、1、4、3、5、6、4、3、2、1、5、2)。 2、分配给该作业一定的物理块(如3块、4块等)。 3、利用某几种页面置换算法模拟页面置换过程并计算其缺页率并分析结果。 4、通过给出特殊的页面访问顺序,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:834
    • 提供者:haolei
  1. data-structure-algorithm-code

    0下载:
  2. 使用Visual Studio 2010开发了数据结构算法演示程序,包括二叉树,栈,线性表的演示。-we use Visual Studio 2010 software to design data structure algorithm code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:209248
    • 提供者:LiXiuRong
  1. ulib-2.0.1_src.tar

    0下载:
  2. c语言下的高效算法库,包括常用数据结构二叉树、avl、红黑树等以及加解密算法的封装。-The ULIB is a collection of efficient building blocks for developing high-performance and scalable systems in C and C++. These building blocks mainly cover, multithreading, parallel computing, efficient data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:137340
    • 提供者:brucelee
  1. sparse-matrix

    0下载:
  2. 根据数据结构的算法和原理用c++实现稀疏矩阵的压缩和计算,-Achieve compression and sparse matrix algorithms and calculated using c++ according to the principle of data structures,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:609
    • 提供者:liuyujian
  1. xianxingbiao

    0下载:
  2. 数据结构 实验一:线性表算法实现 链表 源代码-Source list
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:303078
    • 提供者:王鸿绪
  1. code

    0下载:
  2. 大型社交网络分析程序,可能对学数据结构与算法的同学很有帮助-Large social network analysis program, you may learn data structures and algorithms for the students helpful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:488788
    • 提供者:youzong
  1. code_03

    0下载:
  2. 数据结构中与图有关的一些经典算法在社交网络中的完美应用,与前面传的几个没有重复-Several data structures of some classical algorithm perfect application and map-related social networks, do not repeat the previous pass
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:267364
    • 提供者:youzong
  1. 8p

    0下载:
  2. 数据结构的树结构 用来树的查找 遍历 等算法功能!-Tree data structure for tree traversal algorithms search function!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:14712
    • 提供者:曹毅
  1. haffman

    0下载:
  2. 这是哈夫曼编码程序,可以作为你算法与数据结构的课程设计例子-This is the Huffman coding procedures, curriculum design can be used as an example of your algorithms and data structures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1037
    • 提供者:wuwang
  1. algorithms-master

    0下载:
  2. 数据结构和算法导论中的许多算法的实现。用c++编写-By C++,some algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1646440
    • 提供者:WYJ
  1. linux-ccPP

    0下载:
  2. 主要是linux c/c++基础学习资料,像linux命令字详解,linux下编程环境,C/C++基础,数据结构算法等,由于资源较大,附有百度云链接和提取码,对linux C/C++初学者有帮助! -Based learning materials mainly Linux c/c++, like Linux command word explanation, under Linux programming environment, c/c++, data structure, algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5756
    • 提供者:李晨旭
  1. no1100

    0下载:
  2. 数据结构堆栈的基本操作c语言实现,是学习数据结构的基本算法-Stack data structure of the basic operation c language is learning the basic algorithm for data structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1285
    • 提供者:yinag60558
  1. code

    0下载:
  2. 常用的算法以及常见的数据结构的实现代码,链表、堆栈等。-Common algorithm and common data structure to achieve code, linked list, stack, etc..
  3. 所属分类:Driver develop

    • 发布日期:2017-05-01
    • 文件大小:329685
    • 提供者:沈树煜
  1. lvguanyusuan

    0下载:
  2. 设计用动态规划算法求解旅游预算问题的数据结构和递推程序。一个旅行社需要估算乘汽车从某城市到另一城市的最小费用,沿路有若干加油站,每个加油站收费不一定相同。旅游预算有如下规则: 若油箱的油过半,不停车加油,除非油箱中的油不可支持到下一站;每次加油时都加满;在一个加油站加油时,司机要花费2元买东西吃;司机不必为其他意外情况而准备额外的油;汽车开出时在起点加满油箱;计算精确到分(1元=100分)。编写程序估计实际行驶在某路线所需的最小费用。C++实现-Design algorithm travel
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1067
    • 提供者:kiko
  1. SJF

    0下载:
  2. 数据结构设计(JCB,后备作业队列) – 算法实现与模拟(排序、调度) – 输出调度结果,展示调度过程并解释 - 检测到中文 英语 自动检测 你的常用语种在这里-常用语种中文英语 ABC 阿拉伯语 爱沙尼亚语 保加利亚语 波兰语 DEFG 丹麦语 德语 俄语 法语 芬兰语 HIJKLMN 韩语 荷兰语 捷克语 罗马尼亚语 OPQRST 葡萄牙语 日语 瑞典语 斯洛文尼亚语 泰语 UVWX 文言文 西班牙语 希腊语 匈牙利语 YZ 中文 英语 意大利语 粤语 中文繁体 -
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1086
    • 提供者:周舟
  1. TinySTL

    0下载:
  2. 采用C++11实现一款简易的STL标准库,既是C++STL的一个子集(裁剪了一些容器和算法)又是一个超集(增加了一些容器和算法) 目的:练习数据结构与算法和C++ Template编程 编译环境:VS2013及以上版本-C++11 realized using a simple STL standard library, not only a subset of C++STL (clipping some containers and algorithms) is a sup
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:2692354
    • 提供者:张三
  1. InBiThrTree

    0下载:
  2. 数据结构课程设计【中序线索二叉树】的相关算法。包括中序线索化算法、中序遍历线索二叉树、求父亲结点算法。-[Including] inorder threaded binary algorithm in order clues, clues to binary tree traversal, seeking parent node algorithm and destructors
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:99434
    • 提供者:韵儿
  1. struct

    0下载:
  2. c语言中的数据结构和算法相关书籍和练习,这本数据结构的书讲解的很清晰-struct
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-14
    • 文件大小:57394176
    • 提供者:蒋韩
  1. lrmp

    0下载:
  2. 数据结构的一个程序,叫秦九韶算法,计算方法也应用到,-Data structure of a program, called chiu-shao algorithm, the calculation method is also applied to the,
  3. 所属分类:Network Security

    • 发布日期:2017-12-16
    • 文件大小:8192
    • 提供者:CQL@0128
« 1 2 3 4 56 »
搜珍网 www.dssz.com