联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(733) 

[数据结构] ai-programming-with-python-bertelsmann

贝塔斯曼Python语言的人工智能编程
Artificial intelligence Programming using Python Language by Bertelsmann (2024-01-28, Jupyter Notebook, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1706785875466669.html

[数据结构] AI-2-red-blue-nim-game

硕士课程期间我的人工智能课程工作的2号项目。苏维埃红蓝NIM游戏使用数据结构。
Project no 2 for my AI course work during masters program. Soved Red Blue NIM game using data structures. (2023-08-07, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691510520921510.html

[数据结构] Algorithms-and-Data-Structures-Implementations

那不勒斯帕台诺普大学算法和数据结构(ASD)课程练习的实现。,
Implementations of exercises from the Algorithms and Data Structures (ASD) course at Parthenope University of Naples., (2023-05-18, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689605659244809.html

[数据结构] DataStructuresAndAlgorithmsInJava2ndEdition

ИсхоДнрееиемаДамикни“СтруктурианнхиАГорр我титме爪哇(Втае我еаи快速)РобертЛафе“。ISBN(罗斯)9...
Исходный код с решением задач из книги "Структуры данных и Алгоритмы Java(Второе издание) Роберт Лафоре". ISBN(rus) 978-5-496-00740-5. Source code for solving problems from the book "Data Structures and Algorithms in Java (2nd Edition) Robert Lafore". ISBN(eng) 978-0672324536 (2021-02-27, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687829383685480.html

[数据结构] EQBNZJU

模式识别中贝页斯分类器的MATLAB实现,且用不同颜色标记了分类点和错分点
Mr Page in pattern recognition classifier of MATLAB, and use different color tag by classification and fault point (2017-05-12, matlab, 35KB, 下载1次)

http://www.pudn.com/Download/item/id/1494546124182666.html

[数据结构] xwtdhd

模式识别中贝页斯分类器的MATLAB实现,且用不同颜色标记了分类点和错分点
Mr Page in pattern recognition classifier of MATLAB, and use different color tag by classification and fault point (2017-05-12, matlab, 35KB, 下载1次)

http://www.pudn.com/Download/item/id/1494546067955845.html

[数据结构] Dijkstra

数据结构Dijkstra迪杰斯特拉带权有向图求最短路径算法,有图分析。
Data structure Dijkstra Dijkstra weighted directed graph algorithm for the shortest path between a figure analysis. (2016-05-31, C/C++, 399KB, 下载2次)

http://www.pudn.com/Download/item/id/1464699720747438.html

[数据结构] adms

阿当姆斯显式和隐式求解方法,用四阶龙格库塔作为起始,然后运用四阶阿当姆斯算法求解初值问题。主要程序包含在test2.cpp中,方法简单易懂。编译环境VC2010
Adam James explicit and implicit method for solving fourth-order Runge-Kutta as a start, then use the fourth-order A Williams algorithm for solving initial value problem. The main program contains in test2.cpp method is simple and easy to understand. Compile environment VC2010 (2012-06-09, Visual C++, 3766KB, 下载17次)

http://www.pudn.com/Download/item/id/1907300.html

[数据结构] data-structure

数据结构 包含了数据结构中比较重要的算法实现 二叉树,迪杰斯特拉,堆排序算法
The data structure contains important data structures algorithm binary tree, Dijkstra, heap sort algorithm (2012-04-06, Visual C++, 70KB, 下载2次)

http://www.pudn.com/Download/item/id/1818206.html

[数据结构] Dijkstra

迪杰斯特拉算法的简单实现,供大家参考,代码简洁易懂,数据结构可用
Di jester pull algorithm of simple realization, provide everyone reference, code concise to understand, the structure of the data available (2012-03-30, Visual C++, 1075KB, 下载4次)

http://www.pudn.com/Download/item/id/1812285.html

[数据结构] RLCS.tar

经典的《算法导论》第三版,美国麻省理工大学和达特茅斯大学几位计算机科学家倾情奉献
The third edition of ,,Introduction to algotithm" by the professors of MIT and Dartmouth University (2011-12-03, Others, 4845KB, 下载8次)

http://www.pudn.com/Download/item/id/1719181.html

[数据结构] C

几个有趣的问题,提供了相应的C代码,可执行,像爱因斯坦问题,九宫图问题
Several interesting questions, to provide the corresponding C code, executable, such as Einstein issue, Jiugong graph problems (2011-09-20, Visual C++, 11KB, 下载2次)

http://www.pudn.com/Download/item/id/1650591.html

[数据结构] RussiaWaWa_Final

这是一个关于俄罗斯套娃的算法实现程序,算法能够快速找到最优套娃路径
This is a Russian doll of the program algorithm, the algorithm can quickly find the optimal path Doll (2011-08-21, C#, 22KB, 下载3次)

http://www.pudn.com/Download/item/id/1627461.html

[数据结构] Polynomials-Math-Calculator

1. 程序可以将多项式以字符串(可以采用CString类表示)的形式输入,如多项式 可以采用: 表示; 2. 程序能对输入的两个多项式进行多项式的加,减,乘运算; 3. 程序完成运算后,将计算结果按照升幂排列输出;
Polynomials Math Calculator (2011-04-26, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1507626.html

[数据结构] Single-source-shortest-path

在vc6.0环境下,实现单源最短路径的迪杰斯特拉的完整算法
In vc6.0 environment, single-source shortest path algorithm Dijkstra complete (2011-02-22, Visual C++, 169KB, 下载3次)

http://www.pudn.com/Download/item/id/1434039.html

[数据结构] DataStructure1800

数据结构1800题是一本很好的掌握数据结构的书,答案清楚详细,编程时数据结构加算法,学好数据结构很重要。
Data Structure 1800 is a good problem to master data structure of the book, the answer is clear about the details, programming data structures plus algorithm, master data structure is very important. (2010-08-19, C++, 1452KB, 下载1次)

http://www.pudn.com/Download/item/id/1273083.html

[数据结构] Introduction.to.Algorithms.Second.Edition

算发导论,英文第二版,达特茅斯学院和麻省理工合著
Introduction to hair count, the second edition in English, Dartmouth College and the Massachusetts Institute of Technology co-author (2009-03-30, C/C++, 18275KB, 下载1次)

http://www.pudn.com/Download/item/id/694142.html

[数据结构] FILE27

用C语言来实现的10维迷宫问题 来字符的作品 来自一个很用C语言来实现的10维迷宫问题 来字符的作品 来自一个很很阳光又喜欢不断不断分析问题的男孩很阳光又喜欢不断不断分析问题的男孩 在读大学
Using C language to realize the 10-dimensional maze problem to characters from the works of a very used C language to realize the 10-dimensional maze problem to characters from the works of a very very sunny and he likes to keep constantly analyzing the problem of boys also enjoy a very sunny Analysis of questions constantly keep boys at Reading University (2009-03-04, C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/660674.html

[数据结构] class

给定m个n维向量a , a , ,am 1 2  ,向量分类问题要求将相同的向量划分为同一类。试用 抽象数据类型表设计解向量分类问题的有效算法。
Given m a n-dimensional vector a, a,, am 1 2 (2008-05-05, Visual C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/453743.html

[数据结构] GraphSmalltree

演示了最小生成树的普林算法和克鲁斯卡尔算法得算法过程。
demonstration of the minimum spanning tree algorithm and Chapline Kelushikaer algorithm algorithm in the process. (2006-06-07, Visual C++, 43KB, 下载64次)

http://www.pudn.com/Download/item/id/192163.html