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

[数据结构] Thales-Interview-Question

该存储库保存了泰勒斯最常见的数据结构和算法(DSA)问题的集合!
This repository holds a collection of the most frequently asked Data Structures and Algorithms (DSA) questions in Thales! (2024-01-22, C++, 0KB, 下载0次)

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

[数据结构] cba

几个项目涉及将关于阿姆斯特丹市11y的客户调查数据转换为A11yJSON标准。
Several projects related to converting a clients survey data about the a11y of the city of Amsterdam to the A11yJSON standard. (2022-03-18, TypeScript, 0KB, 下载0次)

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

[数据结构] Algos-and-Data-Structures

从普林斯顿大学课程中收集测试规范和各种算法和数据结构的实现...
Collection of Test Specs and Implementation of various algorithms and data structures from the Princeton Coursera course: Intro to Algorithms part 1 and 2 (2017-06-23, JavaScript, 0KB, 下载0次)

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

[数据结构] owo_bntcees

自己编写的关于电子测量的莱特准则和格拉布斯准则的算法,可以用来批量处理数据,
His own algorithms for the Wright and Grubbs criteria for electronic measurements can be used to process data in batches. (2018-09-05, MultiPlatform, 5KB, 下载0次)

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

[数据结构] dbscanPointcloud

用DBSCAN聚类算法实现的三维点云的聚类
using DBSCAN to realise 3d pointcloud clustering (2014-06-06, C++, 2942KB, 下载101次)

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

[数据结构] perceptron

4. 试将感知机学习算法用C语言编成程序,并做下述的 维随机矢量 的二值分类的模拟实验: (1) 用程序产生M个均值为0,方差为1的正态随机矢量(取维数 ,即 , ;每个 为服从N(0,1) 分布的随机变量)。要求产生三组矢量(分别取M=10,20,30), 分别用每组矢量训练一个感知机模型。对于每个训练矢量 ,给定其理想输出为 。在每组训练收敛后,再产生30个新矢量,用来检验所得到的感知机的分类性能。对每一组结果要给出收敛时所用的迭代次数 ,收敛时的权矢量值 ,和检验时所达到的正确分类率 。
perceptron (2012-12-04, C/C++, 1KB, 下载16次)

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

[数据结构] Java

四本经典Java书籍 :EffectiveJava+Java数据结构与算法+深入Java虚拟机第二版+从虚拟机内部着手提高Java效率。加一本Java面试宝典。
Four classic Java books: EffectiveJava+ Java data structures and algorithms+ in-depth second version of the Java Virtual Machine+ from within the virtual machine approach to improving the Java efficiency. Plus a Java interview book. (2012-11-25, Java, 30282KB, 下载5次)

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

[数据结构] shijian

通过邻接矩阵,利用迪杰斯特拉和弗洛伊德两种算法,计算同一张图的具体执行时间。
Through the adjacency matrix, the use of Dijkstra and Floyd two algorithms to calculate a figure with a specific execution time. (2011-11-21, Visual C++, 7KB, 下载2次)

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

[数据结构] binarytree

二叉树的操作,涉及到三种顺序的遍历,树的凹入表示法,转化为一维数组储存,节点的计数,以及中序线索化。
Binary operation, involving three kinds of the order of traversal, tree concave representation into a one-dimensional array of storage, the node count, as well as in the threaded sequence. (2011-05-24, Visual C++, 126KB, 下载5次)

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

[数据结构] ShortPath_DIJ

数据结构中的缔结斯特拉最短路径源程序,在DEV c++中测试通过,数据结构为邻接矩阵
Data structures concluded Stella source shortest path, in DEV c++ in the test, the data structure of adjacency matrix (2010-11-01, Visual C++, 1KB, 下载4次)

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

[数据结构] tudeyingyong

(1)根据选课表建立对应的图 (2)求出至少一种拓扑有序序列 (3)如果能实现求出所有拓扑有序序列,则加分
(1) According to the enrollment form to establish the corresponding graph (2) find the ordered sequence of at least one topology (3) If all the topology to achieve an orderly sequence obtained, then a plus (2010-07-02, Visual C++, 120KB, 下载4次)

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

[数据结构] Yanghuisanjiao_method2

使用一个一维数组和两个临时变量代替二维数组输出杨辉三角:方法同Fun_4,但更具有技巧,有点难懂
Using a one-dimensional array and two temporary variables instead of two-dimensional array of output Yang Hui triangle: the same Fun_4, but more skills, a little hard to understand (2010-05-26, C/C++, 1KB, 下载1次)

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

[数据结构] jisuanqi3

利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序
Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the preparation of calculator (2009-04-21, C/C++, 1KB, 下载7次)

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

[数据结构] c

爱因斯坦的思考题 二叉树算法集 分解质因数新解 石子归并问题等有趣的C程序
Consider Einstein' s title tree decomposition algorithm sets new quality factor solution stones merge interesting questions, such as C procedures (2009-03-18, Visual C++, 21KB, 下载5次)

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

[数据结构] Algorithm

本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考.请各位朋友多提建议!
err (2008-09-02, C/C++, 532KB, 下载25次)

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

[数据结构] abc

数据结构最短路径求法,迪杰斯算法。大二时写的。在可以运行C的环境中都可运行。
Data structure for shortest path method, DiGisi algorithm. Sophomore year when writing. C can run in the environment can be run. (2008-06-30, C/C++, 2KB, 下载3次)

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

[数据结构] 12CPLX

常用算法程序集(C语言描述)第三版+徐士良 求约束条件下N维极值的复形调优法
Commonly used algorithm for assembly (C language description of) the third edition of+徐士良for binding under the conditions of the complex N-dimensional extremal optimization method (2008-05-22, C/C++, 1KB, 下载5次)

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

[数据结构] 0-1beibao

01背包问题题目 有N件物品和一个容量为V的背包。第i件物品的费用是c[i],价值是w[i]。求解将哪些物品装入背包...但它却是另一个重要的背包问题P02最简捷的解决方案,故学习只用一维数组解01背包问题是十分必要的。
01 knapsack problem subject N items and a capacity of V backpack. The first i items cost c [i], the value of w [i]. Solution which items will be loaded backpack ... but it is another important knapsack problem P02 the most simple and quickest solution, it is to learn only one-dimensional array of 01 knapsack problem solution is very necessary. (2007-11-07, C/C++, 233KB, 下载29次)

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

[数据结构] hafuman

哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。
Huffman encoding/decoding algorithm using Kruskal data section of the Huffman coding, in order to improve channel utilization. (2007-07-18, Visual C++, 8KB, 下载2次)

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

[数据结构] ShortestPathUsingC

的克斯查最短路径分析的c代码实现,可以手工输入路径矩阵并得到两点路径。
investigation of Vieques analysis of the shortest path to achieve c code can be entered manually path matrix and the following two paths. (2006-03-28, C/C++, 84KB, 下载18次)

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