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

[数据结构] gfg_potd

极客对极客(gfg-potd)问题的解决方案
Solutions to the geeks for geeks (gfg potd) problem of day (2023-12-14, C++, 0KB, 下载0次)

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

[数据结构] gamaacademy

Repositório para armazenar饰演阿蒂维达斯实现达伽马学院的杜兰特o训练营。
Repositório para armazenar as atividades realizadas durante o Bootcamp da Gama Academy. (2021-08-11, JavaScript, 0KB, 下载0次)

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

[数据结构] Python_DSA

Python3中的DSA(基本到高级),分叉并创建PR以支持,提出疑问建议。极客对极客的参考
DSA in Python3 (Basic to Advance), fork and create PR to support, Raise Issue for doubt Suggestions. References from Geeks for Geeks (2023-02-04, Python, 0KB, 下载0次)

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

[数据结构] fenwick

芬维克树的实施(芬维克1994)。
An implementation of Fenwick trees (Fenwick 1994). (2023-06-25, Python, 0KB, 下载0次)

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

[数据结构] geeks-for-geeks-solutions

关于极客对极客的问题的解决方案。解决方案在C++中提供。
Solutions of questions on Geeks-for-Geeks.Solution Available in C++. (2022-10-16, C++, 0KB, 下载0次)

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

[数据结构] hypertrie

针对低秩(≤5)、支持任意维切片的稀疏张量和爱因斯坦求和,提出了一种灵活的数据结构...
A flexible data structure for low-rank (≤ 5), sparse tensors supporting slices by any dimension and Einstein summation (einsum). (2022-07-26, C++, 0KB, 下载0次)

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

[数据结构] lwycyj

此程序为非线性降维典型算法之一--LLE算法,对想进行高维数据降维研究的朋友们值得一看
This program is one of the typical nonlinear dimensionality reduction algorithms, LLE algorithm, the friends who want to do high-dimensional data dimension reduction research are worth a look. (2018-09-14, Others, 9KB, 下载1次)

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

[数据结构] 迪杰斯特拉最短路径

迪杰斯特拉算法计算两点之间的 最短路径
The shortest path for calculating the Dijkstra algorithm (2018-05-27, C/C++, 4KB, 下载2次)

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

[数据结构] SPRINGER-

Geometric Structure of High-Dimensional Data and Dimensionality Reduction,高维数据结构和数据压缩类,英文超清教材,斯普林格出版社
Geometric Structure of High-Dimensional Data and Dimensionality Reduction (2015-07-01, PDF, 8008KB, 下载3次)

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

[数据结构] BigNum

数据结构—大整数加减乘除,利用一维数组做的
Data structures- integer addition and subtraction, multiplication and division (2012-11-05, Visual C++, 36KB, 下载8次)

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

[数据结构] PCA

C++语言写的PCA降维算法,里面有两个主元分析C++代码
PCA language C++ dimensionality reduction algorithm, there are two principal component analysis C++ code (2012-05-27, Visual C++, 666KB, 下载61次)

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

[数据结构] ccc

编译一维热传导方程的C语言程序,不足之处请多多指教。
One-dimensional heat conduction equation (2011-12-12, Visual C++, 3KB, 下载11次)

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

[数据结构] 3625_kruskal

图论基础算法 解决最小生成树问题 克鲁斯卡尔算法加并查集优化
Graph theory based algorithm to solve the problem Kruskal minimum spanning tree algorithm for optimal set of plus and check (2011-05-21, Visual C++, 213KB, 下载2次)

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

[数据结构] dist

迪杰斯特拉算法的经典写法。。最短路径的问题。。
Dijkstra algorithm is the classic formulation. . The shortest path problem. . (2011-05-10, C/C++, 1KB, 下载4次)

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

[数据结构] huangjin

一维搜索的黄金分割C++算法,内附图片以供参考
#include "stdafx.h" #include<iostream> using namespace std (2011-04-23, Visual C++, 118KB, 下载3次)

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

[数据结构] onedemonsearch

一维搜索算法实现(黄金分割,二分法,抛物线,Fibonacci,三次差值和切线法)
One-dimensional search algorithm (golden section, dichotomy, parabola, Fibonacci, three times the difference and tangent) (2010-10-21, Visual C++, 1902KB, 下载11次)

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

[数据结构] queen

拉斯维加斯(Las Vegas)算法来解皇后控制问题的解题报告和源代码。问题描述:在一个n×n个方格组成的棋盘上的任一方格中放置一个皇后,该皇后可以控制他所在的行,列以及对角线上的所有方格。对于给定的自然数n,在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击? 设计一个拉斯维加斯算法, 对于给定的自然数n (1≤n≤100)计算在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击。
Las Vegas (Las Vegas) algorithm to solve the problem-solving control problems Queen' s report and the source code. Problem Description: In an n × n board, composed of a grid on the grid in any place a Queen, the Queen' s where he can control the rows, columns, as well as all the diagonal grid. For a given natural number n, the n × n board, composed of a grid to place at least the number of Queen' s board to control all the grid, and the Queen' s place to attack each other? The design of a Las Vegas algorithm, for a given natural number n (1 ≤ n ≤ 100) in the n × n board, composed of a grid to place at least the number of Queen' s board to control all the grid, and the Queen' s place to attack each other. (2009-06-23, Visual C++, 79KB, 下载94次)

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

[数据结构] 11

一个在计算机客科学与技术专业中数据结构课程非常经典算法
classic arithmetic (2009-02-23, Visual C++, 1KB, 下载1次)

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

[数据结构] DIJSHOW

迪杰斯特拉算法求最短路径,图形化界面,visual c++
Dijieshitela algorithms for the shortest path, graphics interface, visual c (2007-05-20, Visual C++, 521KB, 下载160次)

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

[数据结构] 最短路径 迪杰斯特拉

最短路径 迪杰斯特拉 最短路径 迪杰斯特拉
Shortest Path Floyd Shortest Path Floyd (2005-08-16, Visual C++, 23KB, 下载73次)

http://www.pudn.com/Download/item/id/107640.html
总计:732