搜索资源列表

  1. AlgorithmsinC_Parts14

    0下载:
  2. Algorithms in C, Parts 1-4 (Fundamental Algorithms, Data Structures, Sorting, Searching) code-Algorithms in C, Parts 1-4 (Fundamental Algorithms. Data Structures, Sorting and Searching) code
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:15360
    • 提供者:dedema
  1. javadscode

    0下载:
  2. A Practical Introduction to Data Structures and Algorithm Analysis 一书的java源代码。对算法学习有非常高参考价值。-A Practical Introduction to Data Structur es and Algorithm Analysis of a book java source code. Learning algorithm to a very
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:321536
    • 提供者:pentium
  1. Data_Structures_and_Algorithms

    0下载:
  2. Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course, to a large extent, follows on from Data Structures and Algorithms I. However, while DS&A I focused on fundamental da
  3. 所属分类:文件格式

    • 发布日期:2024-05-16
    • 文件大小:206848
    • 提供者:maxultra
  1. Data.Structures.and.Algorithms.in.C++.(Adam.Drozde

    0下载:
  2. 数据結構与算法C++版Adam Drozdek著-Data structure and algorithm C++ Version of the Adam Drozdek
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:22513664
    • 提供者:feng
  1. 10_Alglorm_classic_book

    0下载:
  2. 做算法的必看的10部经典算法著作的合集,Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni-Does algorithm 10 must-see classic collection algorithm works, Fundamentals of Data Structuresby Ellis Horowitz and Sartaj Sahni
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:29000704
    • 提供者:stephen
  1. EssentialBooksonlgorithmsandDataStructures

    0下载:
  2. 数据结构电子书,Essential Books on Algorithms and Data Structures-Data Structure e-book, Essential Books on Algorithms and Data Structures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:29001728
    • 提供者:wang
  1. Fundamentals_of_Data_Structures_Horowitz_1983_1stE

    0下载:
  2. 数据结构经典:《数据结构基础》 "Fundamentals of Data Structures" 作者:Horowitz 1983年第一版-Classical data structure:
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:16241664
    • 提供者:eteng
  1. NONSAP

    3下载:
  2. 非线性有限元程序,NONSAP is a general finite element program for the nonlinear static and dynamic analysis of complex structures. The program is very flexible and was designed to be extended and modified by the user. In particula
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:124928
    • 提供者:wangsong
  1. Dijkstra

    0下载:
  2. 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。   Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 -The Dijkstra shortest
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:haiyan
  1. 123

    0下载:
  2. 英文版数据结构与对象 书名《DATA STRUCTURES &OTHER OBJECTS USING c++》-The English version of the data structure and object title DATA STRUCTURES
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:120832
    • 提供者:马丽雅
  1. data+structures+using+c

    0下载:
  2. data+structures+using+c的源码-data+ structures+ using+ c source code
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:174080
    • 提供者:Virgo
  1. examples

    0下载:
  2. 游戏开发数据结构Data Structures for Game Programmers,这是里面包含是实例-Game development data structure Data Structures for Game Programmers, which is contained inside is the example of
  3. 所属分类:游戏

    • 发布日期:2024-05-16
    • 文件大小:1010688
    • 提供者:dreamsxin
  1. demonstrations

    0下载:
  2. 游戏开发数据结构Data Structures for Game Programmers,这是里面包含是范例,文件比较大-Game development data structure Data Structures for Game Programmers, this is an example of which is included in the document more
  3. 所属分类:游戏

    • 发布日期:2024-05-16
    • 文件大小:24607744
    • 提供者:dreamsxin
  1. Data_Structures_and_Problem_Solving_with_C++

    0下载:
  2. Data Structures and Problem Solving Using C++ provides an introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision o
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:1544192
    • 提供者:voirin
  1. DataStructure(CSharp)

    0下载:
  2. 将数据结构与C#语言和.NET框架结合是本书的一大特点。.NET平台是微软推出的一个新的开发平台,目的是让“不同的语言共享同一平台”。.NET很可能成为下一代Windows操作系统的一部分。而C#语言作为新一代完全面向对象的语言,是.NET的母言。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1346560
    • 提供者:liukunyao
  1. CBuilder

    0下载:
  2. C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1671168
    • 提供者:南才北往
  1. eigen

    0下载:
  2. Program to solve for natural frequencies (eigenvalues) and resulting mode shapes (eigenvectors) in simple structures -Program to solve for natural frequencies (eigenvalues) and resulting mode shapes (eigenvector
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:cougar
  1. Data.Structures.with.Cplusplus.using.STL

    0下载:
  2. Data Structures with C++ using STL, 2nd Edition 的源代码-Data Structures with C++ using STL, 2nd Edition source code
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:2762752
    • 提供者:silence.simon
  1. Data.Structures.Demystified

    0下载:
  2. Data Structures Demystified Whether you are an entry-level or seasoned designer or programmer, learn all about data structures in this easy-to-understand, self-teaching guide that can be directly applied to any program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:2928640
    • 提供者:primitive_man
  1. structures

    0下载:
  2. structures programs source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:akshay
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org