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

[数据结构] ensemble_hic

“从人群平均接触数据中进行染色质结构集成的贝叶斯推断”(PNA...
Code for the article "Bayesian inference of chromatin structure ensembles from population-averaged contact data" (PNAS, 2020) (2022-07-01, Python, 0KB, 下载0次)

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

[数据结构] AlgDat2019

奥斯陆大都会算法和数据结构课程(DATS2300 ITPE2300)期间实时编码的源代码...
Source code from live coding during the algorithms and data structures course (DATS2300 / ITPE2300) at Oslo Metropolitan University. (2019-11-05, Java, 0KB, 下载0次)

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

[数据结构] dijkstra

迪杰斯特拉(Dijkstra)算法是典型最短路径算法,用于计算一个节点到其他节点的最短路径。 它的主要特点是以起始点为中心向外层层扩展(广度优先搜索思想),直到扩展到终点为止
Dijkstra algorithm is a typical shortest path algorithm, which is used to calculate the shortest path from one node to other nodes. Its main feature is to expand to the center of the idea (2020-11-09, C/C++, 1KB, 下载0次)

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

[数据结构] 公园导游图

公园导游图系统,利用迪杰斯特拉算法实现查询最短路径
Query the Shortest Path (2019-05-15, C/C++, 1KB, 下载0次)

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

[数据结构] project1

一个本地路由选择算法,用地杰斯特拉算法构建,实现最短路径选择等等
A local routing algorithm, land Jess Tel algorithm to construct, the shortest path selection, etc. (2016-12-22, Visual C++, 2048KB, 下载1次)

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

[数据结构] TicketQue-lgood

C++ 写的 基于队列的火车站购票系统,可以与数据库连接,可以加图形界面,可以改变成真实项目
C++ wrote train station ticket queue-based system, you can connect to the , you can add a graphical interface, it can change into a real project (2015-07-09, Visual C++, 1983KB, 下载5次)

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

[数据结构] PictureAL

算法作业包。使用c语言ege图形库做的3个算法实验,直线,直线裁剪,还有bresemham算法。还有2个是贪心算法会场问题和一维找硬币
3computer graphics-experiment。exchange-coins,greedy,line-cuting,bresemham。 (2015-04-22, C/C++, 4KB, 下载3次)

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

[数据结构] OJ_vcproj

主要功能是求解一个范围内的数字有多少个阿姆斯特朗数数字
Digital main function is to solve a range of how many number of digital Armstrong (2015-01-26, C++, 3941KB, 下载3次)

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

[数据结构] Cyuyanshuzu

数组是c语言程序设计中最常使用的数据结构,分别有一维数组和二维数组。
An array is a data structure c programming language most commonly used, there were one-dimensional and two-dimensional array of arrays. (2014-01-07, Visual C++, 7KB, 下载3次)

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

[数据结构] dxcl

单元最短路径算法,又称迪杰斯特拉算法,是图论中的经典算法
Unit shortest path algorithm, also known as the Dijkstra algorithm is a classical algorithm in graph theory (2013-07-24, Visual C++, 2KB, 下载3次)

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

[数据结构] Plumbing-problems

数据结构中的管道铺设问题,考虑成本选择最短路径,是关于图,利用迪杰斯特拉算法的一个数据结构经典问题。
Plumbing problems in data structure. (2013-07-12, Visual C++, 199KB, 下载4次)

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

[数据结构] Calculator

实现任意精度的加、减、乘、除和开方运算,精度位数可由用户设定,数据结构才用链表结构
Arbitrary-precision add, subtract, multiply, division, and square root of bits of precision can be set by the user, the data structure to a linked list structure (2012-04-03, Visual C++, 119KB, 下载2次)

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

[数据结构] reversed_Polish_notation

逆波兰算法,用以实现四则混合运算,可以支持加,减,乘,除,括号的优先级判断,得到运算结果。
RPN algorithm to achieve four hybrid operation, to support add, subtract, multiply, divide, to determine the priority of parentheses to get the results of operations. (2010-11-13, Visual C++, 3KB, 下载17次)

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

[数据结构] Dijkstra

迪杰斯特拉算法,求网络上的最短路径,这是算法的实现代码
Dijkstra' s algorithm, find the shortest path on the network, which is code for Algorithm (2009-11-29, Visual C++, 1KB, 下载2次)

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

[数据结构] Dijkstra

迪杰斯特拉最短路径算法(未优化,但是看起来比较容易理解,自己写的)
Dijkstra shortest path algorithm (not optimized, but it is easier to understand, wrote it myself) (2009-04-29, C++ Builder, 1KB, 下载4次)

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

[数据结构] xishujuzhen

稀疏矩阵的转置相加与相乘,已经通过编译与实现,数据结构的课程设计,加乘转置功能很全!
Sparse matrix transpose sum and multiplication, has been adopted and implementation of compilers, data structure of curriculum design, transpose function increases by a very wide! (2009-01-01, Visual C++, 116KB, 下载32次)

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

[数据结构] 12JSIM

常用算法程序集(C语言描述)第三版+徐士良 求N维极值的单调调优法
Commonly used algorithm for assembly (C language description of) the third edition of+徐士良for N-dimensional extremal monotone tuning method (2008-05-22, C/C++, 1KB, 下载4次)

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

[数据结构] Kruskal

按克鲁斯卡尔(Kruskal)算法思想,编制一个寻找最小生成树的完整的程序。
By Kruskal (Kruskal) algorithm ideas, the preparation of a minimum spanning tree search procedures. (2008-03-27, Visual C++, 1KB, 下载10次)

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

[数据结构] djstl

最短路径--迪杰斯特拉算法,求图最短路径的经典算法
The shortest path- Dijkstra algorithm, and the classic shortest path graph algorithm (2007-12-10, Visual C++, 1KB, 下载21次)

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

[数据结构] heapxu

通过堆(heap)排序法对关键字成员为实数的结构体一维数组进行排序计算和数值模拟。
through the reactor (heap) the keyword method of ranking members of the real structure of the one-dimensional array by calculated and Numerical simulation. (2007-03-04, Visual C++, 1KB, 下载2次)

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