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

[数据结构] chuanzhibokexianxinglianbiao

传智播客的 企业财富库线性链表 顺序存储开发和设计
It is chuanzhiboke. (2016-01-14, Visual C++, 703KB, 下载11次)

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

[数据结构] Voronoi

维诺图的实现,应用分治法实现维诺图,代码详细有注释
Voronoi come true (2014-10-26, Visual C++, 3034KB, 下载61次)

http://www.pudn.com/Download/item/id/2642244.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

[数据结构] 8Queen

三种算法解决八皇后问题, 有界面, 有结果和算法性能分析。 拉斯维加斯, 回溯, 拉斯维加斯+回溯混合
three algorithms to solve 8 queen problem. lasvegas, backtrace, lv+backtrace. (2012-07-11, Visual C++, 25843KB, 下载6次)

http://www.pudn.com/Download/item/id/1936045.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

[数据结构] nQueen

N皇后问题:拉斯维加斯算法和回溯法的结合,可以输出每次搜索的节点数(包括成功的搜索和失败的搜索),以及直到找到一个正确结点的搜索总节点数。
N Queens problem: Las Vegas, the combination of algorithm and backtracking, can output the number of nodes per search (including the failure of successful search and the search), and until you find the right node of the total number of nodes in the search. (2011-05-22, Visual C++, 872KB, 下载26次)

http://www.pudn.com/Download/item/id/1541983.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

[数据结构] 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

[数据结构] nqueen

用概率算法求解N皇后问题。1、拉斯维加斯概率算法 每一行得到了几个摆放位置时,不是按顺序进行摆放,而是随机摆放的。因此程序每次运行的时间都不一样。用拉斯维加斯算法除非找不到解,如果找到,答案就一定是正确的。
Probabilistic algorithm with N queens problem. 1, Las Vegas probabilistic algorithms have several display each line position, not by placing the order, but randomly placed. Therefore, each program running time is different. Unless with the Las Vegas algorithm can not find the solution, if found, the answer is necessarily correct. (2010-11-03, Visual C++, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/1335259.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

[数据结构] FIFO

fifo调度 先来 先 服 务 程序
fifo yemiandiaoduchengxu (2010-05-14, Visual C++, 76KB, 下载4次)

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

[数据结构] dijkstra

迪克斯加(Dijkstra)算法(最短路径算法)
Dijkstra algorithm (2010-04-26, Visual C++, 1KB, 下载5次)

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

[数据结构] las

使用拉斯维加斯随机算法解决N皇后问题 可以以较快速度解决128皇后 甚至是256皇后问题
Use Las Vegas randomized algorithm to solve the N Queens problem can be resolved more rapid pace of 128 or even 256 Queen Queens Problem (2009-10-15, Visual C++, 6KB, 下载27次)

http://www.pudn.com/Download/item/id/938972.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

[数据结构] nQueensLV

随机算法,利用拉斯维加斯算法计算n皇后问题。
Random algorithm, the use of Las Vegas algorithm n queen problem. (2009-02-26, Visual C++, 255KB, 下载23次)

http://www.pudn.com/Download/item/id/654723.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

[数据结构] nqueen_LV

利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。
use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem. (2007-01-23, Visual C++, 1KB, 下载43次)

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

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

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

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