联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数值算法/人工智能(313) 
按平台查找All Visual C++(313) 

[数值算法/人工智能] djstra-backup

最短路径算法的C语言实现,迪杰斯特拉算法的C语言实现
Shortest path algorithm C language, Dijkstra algorithm C language (2016-07-29, Visual C++, 1KB, 下载2次)

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

[数值算法/人工智能] Dijkstra

利用迪杰斯特拉算法实现单源最短路径问题,编程语言为c++.
using Dijkstra algorithm realize the problem of single source shortest path.the language of program is c++. (2016-04-28, Visual C++, 4664KB, 下载3次)

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

[数值算法/人工智能] id3

id3决策树算法,maxlen为数据维数,根绝数据自行修改,根据属性名修改main函数,可运行
id3 decision tree algorithms, maxlen for the data dimension, eradicate data modify, modify the main function according to the attribute name, you can run (2015-06-30, Visual C++, 2KB, 下载1次)

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

[数值算法/人工智能] Chasing-method-solve-heat-transfer

追赶法求解简单一维数值传热程序,该方法在计算流体力学中有很广泛的应用。
using chasing method to solve one dimensional numerical heat transfer process which is widely used in computational fluid dynamic。 (2015-05-29, Visual C++, 10KB, 下载5次)

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

[数值算法/人工智能] luodeligesi

此程序能够求取由3个数确定的罗德里格斯矩阵。
This program can Rodriguez matrix is determined by 3 numbers. (2015-03-11, Visual C++, 15738KB, 下载5次)

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

[数值算法/人工智能] hw4

这个程序使用蒙特卡洛模拟计算欧式期权价格和蒙特卡罗和布莱克-斯科尔斯之间的误差进行比较。
This program uses Monte Carlo simulation to calculate the European option prices and compare the error between Monte Carlo and Black-Scholes. 1.use Marsagalia s polar method to generate the standard normal variables, (2014-05-02, Visual C++, 2KB, 下载6次)

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

[数值算法/人工智能] DouglasPeuker

用C++实现的道格拉斯普克算法,可以实现矢量边界线的简化,减少数据冗余。
By Douglas Peucker algorithm C++ achieve, you can simplify the vector boundary lines, reduce data redundancy. (2014-03-27, Visual C++, 236KB, 下载43次)

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

[数值算法/人工智能] bayes-

这是用c++写的贝叶斯分类的算法源码,非常实用,也非常好用。
It is written in c++ Bayesian classification algorithm source code, very practical and very easy to us (2013-12-10, Visual C++, 616KB, 下载1次)

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

[数值算法/人工智能] CPP-naive-bayes

用c++编写的经典贝叶斯算法,非常适合初学者,建议看看!
Using c++ to write the classic Bayesian algorithm is very suitable for beginners, it is recommended to take a look! (2013-05-17, Visual C++, 6KB, 下载4次)

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

[数值算法/人工智能] Douglas

该程序基于MFC平台实现了经典的道格拉斯算法,示例数据jpl_vegetation_grass.txt也包含在工程中,首先显示读取并显示示例数据,经过道格拉斯抽样后输出抽样结果Data.txt,并进行显示
The program implements classic Douglas algorithms based on the platform of MFC , sample data jpl_vegetation_grass.txt is also included in the project.First sample data are read, then the result are output to Data.txt. (2013-02-26, Visual C++, 46KB, 下载6次)

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

[数值算法/人工智能] A_star

A星算法,windows窗口演示 支持任意生成路径,动态演示
A star algorithm, the windows window shows support for randomly generated path, dynamic presentations (2012-06-17, Visual C++, 2032KB, 下载35次)

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

[数值算法/人工智能] kurskral

克鲁斯卡尔完整算法,希望给C语言爱好者给予帮助。
The complete algorithm of Kruskal, hoping to provide assistance to the C language enthusiasts. (2012-05-20, Visual C++, 1KB, 下载3次)

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

[数值算法/人工智能] 57578895BAYES

用基于贝叶斯的的方法对文本进行分类主要用于数据挖掘领域
Using the method based on Bayesian text classification is mainly used for data mining (2010-06-28, Visual C++, 2KB, 下载9次)

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

[数值算法/人工智能] 1

在一个一维数组里找出连续的几个数,使数的总和最大,计算最大子段
In a one-dimensional array of several successive years to find out the number, so that the sum of the number of the largest sub-segment calculating the maximum (2010-01-10, Visual C++, 70KB, 下载7次)

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

[数值算法/人工智能] shortestpath

利用迪杰斯特拉算法和弗洛伊德算法计算两节点之间的最短路径
get the shortest path between two node with arithmetic of DIJ and floyd (2009-12-20, Visual C++, 2KB, 下载60次)

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

[数值算法/人工智能] shuzhi4

雅克比迭代,求解方程近似解 秦九昭算法 幂法 高斯塞德尔
Jacobian iteration, solving equations approximate solution algorithm Qin Zhao nine high-power law斯塞德尔 (2008-12-07, Visual C++, 7KB, 下载5次)

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

[数值算法/人工智能] closed_point

在一维空间上,有N个点,使用递归算法求解两个点x1和x2,使得这两个点靠得最近。
in one-dimensional space, a point N, the use of recursive algorithm for two points x1 and x2, This makes two points on a recently. (2007-04-26, Visual C++, 1KB, 下载2次)

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

[数值算法/人工智能] earmark

在2维矩阵中通过随机抽样选定占据的格点,再将占据的格点标号,相邻的格点为同一标号
in two-dimensional matrix randomly selected to occupy the grid, and then occupy the grid label, adjacent to the grid for the same grade (2007-02-05, Visual C++, 56KB, 下载5次)

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

[数值算法/人工智能] 2维图像离散余弦变换

二维图像离散余弦变换:数字图像处理常用例程,可执行文件在Release中,具体说明见Readme。
two-dimensional discrete cosine transform image : Digital image processing routines used, in the Release executable file, specify see readme. (2005-11-09, Visual C++, 135KB, 下载66次)

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

[数值算法/人工智能] cholesky

用乔里斯基(cholesky)算法求解对称正定方程组。
(cholesky) the algorithm solves symmetrically with the tall Reese base is deciding the system of equations. (2005-09-30, Visual C++, 24KB, 下载109次)

http://www.pudn.com/Download/item/id/116090.html
总计:313