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

[数据结构] beyes

数据挖掘中的聚类算法,为朴素贝叶斯算法,算比较经典的算法
Clustering algorithm in data mining, Naive Bayes algorithm, considered classic algorithms (2013-04-10, Visual C++, 1KB, 下载4次)

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

[数据结构] Dijkstra1

数据结构中迪杰斯特拉算法,c语言实现vc6.0软件写的,
Data structure Dijkstra algorithm, c language the vc6.0 software written (2013-03-27, Visual C++, 5KB, 下载4次)

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

[数据结构] DIJ-final

最短路径迪杰斯特拉算法,是我们课程设计的作业
The shortest path Dijkstra algorithm, our curriculum design jobs (2012-12-15, Visual C++, 263KB, 下载2次)

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

[数据结构] 1-1

利用VC++来实现一维数组的倒置,这是数据结构中一个很简单的例子。
VC to achieve a one-dimensional array of inverted, this is a very simple example of the data structure (2012-11-16, Visual C++, 121KB, 下载3次)

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

[数据结构] Tetris

俄罗斯方块的简单解法,VC++实现,编译环境,visual studio2008
Tetris A simple approach to VC++ to achieve the build environment, Visual studio2008 and (2012-05-12, Visual C++, 7KB, 下载6次)

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

[数据结构] Europe-by-Rail

欧洲游【Dijkstra(迪杰斯特拉)算法】,典型的单源最短路径算法
Europe by Rail (2012-05-02, Visual C++, 3KB, 下载8次)

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

[数据结构] youhuajieti

一维优化解题,同丰东股份个四个苟富贵发个发个发个发个发个发个功夫哥哥
A d optimization problem solving (2012-04-10, Visual C++, 36KB, 下载3次)

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

[数据结构] zoj-2212

zoj的第2212测试题:阿耳戈斯(希腊神话中的百眼巨人)
the 2212nd test of zoj:Argus (2012-03-20, Visual C++, 6KB, 下载4次)

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

[数据结构] Minimum-spanning-tree

最小生成树的生成与演算 分为普利姆算法和克鲁斯卡尔算法
Minimum spanning tree (2011-12-13, Visual C++, 2KB, 下载3次)

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

[数据结构] 6

重载加运算符,将一复数与一个double数相加,结果存放在double型的变量中
Overloading the addition operator, will be a complex number with a double and the result is stored in a variable of type double (2011-11-02, Visual C++, 5KB, 下载2次)

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

[数据结构] graph

图如何建立,采用了链表知识,其中还采用了迪杰斯特拉算法求两点最短距离
graph disk (2011-05-19, Visual C++, 2KB, 下载3次)

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

[数据结构] visKDTree

KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。
KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree (k-dimensional search tree) is to be extended to multidimensional binary search tree data structure of a main memory data. kd tree is a binary tree, whose internal nodes are associated by an attribute a and a value v, the data points will be divided into two parts: a part is less than v and v a value greater than or equal parts. Since all the properties in layer-dimensional cycle, so the trees on the property in the different layers are different. (2011-05-09, Visual C++, 802KB, 下载43次)

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

[数据结构] 1042

poj 1042 Gone Fishing 枚举加贪心思想,也可用动态规划做
poj 1042 Gone Fishing enumeration plus greedy thinking, dynamic programming can also be used to do (2011-04-09, Visual C++, 1055KB, 下载14次)

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

[数据结构] Huffmancodedesign

哈夫曼编码设计,一颗有N个接点的赫夫曼树共有2N-1个接点,并将其存在大小为2N-1的一维数组中,以便之后便于查找。
Huffman code design (2011-04-09, Visual C++, 7KB, 下载1次)

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

[数据结构] Bezier

贝叶斯曲线的生成的VC++源码,是mfc的哦!
Bayesian curve generated by VC++ source code for a mfc Oh! (2011-04-01, Visual C++, 1930KB, 下载20次)

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

[数据结构] fushu

实现复数的四则基本运算。用C语言编写,主要功能有复数的输入与输出;两个复数的加、减、乘、除基本四则运算;
To achieve the four basic operations complex. Using C language (2011-01-13, Visual C++, 1KB, 下载7次)

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

[数据结构] DIJ

迪杰斯特拉算法是数据结构中一实验算法。用vs2008编写,已无错误
Dijkstra algorithm is an experimental algorithm for data structure (2010-12-31, Visual C++, 1KB, 下载1次)

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

[数据结构] Kruskal

用VS2008开发工具开发的数据结构中克鲁斯卡尔算法的VC++实现。是大家常见的数据结构题目。
Kruskal (2010-09-07, Visual C++, 4356KB, 下载2次)

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

[数据结构] travel

通过学习奥赛培训课程,利用回溯加递归的编程技巧完成的骑士旅行问题
Training courses through learning Orsay, plus use of recursive programming skills back to complete the Knights travel problems (2010-09-02, Visual C++, 831KB, 下载2次)

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

[数据结构] 03072003zuixiaoshengchengshu

数据结构作业,克鲁斯卡尔算法求最小生成树。
Data structure operations, Kruskal algorithm to solve the minimum spanning tree. (2010-06-10, Visual C++, 36KB, 下载5次)

http://www.pudn.com/Download/item/id/1208537.html
总计:371