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

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

在2维矩阵中通过随机抽样选定占据的格点,再将占据的格点标号,相邻的格点为同一标号
In the 2-D matrix, the occupied lattice points are selected by random sampling, and the occupied lattice points are labeled with the same lattice points. (2018-11-19, Visual C++, 55KB, 下载0次)

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

[数值算法/人工智能] 15数码求解

15数码问题的求解思路,给定一个最小的h*,递归地增加h*的值,每次加一,直到找到最优解。
Given a minimum h*, the solution of the 15-digit problem increases the value of h* recursively, one at a time, until the optimal solution is found. (2018-11-12, Visual C++, 123KB, 下载2次)

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

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

用于特征降维,特征融合,相关分析等,插值与拟合的matlab实现,直线阵采用切比学夫加权控制主旁瓣比。
For feature reduction, feature fusion, correlation analysis, Interpolation and fitting matlab implementation, Linear array using cut than learning laid upon the right control of the main sidelobe ratio. (2017-05-15, Visual C++, 4KB, 下载0次)

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

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

n*m的矩阵,从左上角到右下角只能向右和向下运动,将每一落脚点的数加起来,求结果最小的路径和做小结果
N*m matrix, upper left to lower right corner only right and down movement, will add up to each goal number, path and a minimum for the results (2015-05-04, Visual C++, 11KB, 下载49次)

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

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

这个是学习凸优化的文献,在斯坦福大学的官网上下的,很多。
This is a convex optimization study literature at Stanford University s official website, a lot. (2014-11-08, Visual C++, 2681KB, 下载12次)

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

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

1、实现一个表示 n*n 矩阵的模板类 2、提供如下加、减、乘三种矩阵操作 3、编制一个交互式程序对该模板类进行测试
1, represents the realization of a template class 2 n* n matrix, provides the following add, subtract, multiply three 3 matrix operations, the preparation of an interactive program to test the template class (2014-06-06, Visual C++, 2KB, 下载2次)

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

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

这是一个基于最小曲率算子的一维离散散乱点曲线细分插值算法
this is a minmimum curvature interpolation for 1D scatter point set! (2014-04-15, Visual C++, 4KB, 下载7次)

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

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

实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算 符“()”,用来返回矩阵元素的值。
The realization of a real matrix class, which can add, subtract, multiply and assignment operators, and to override operator " ()" , is used to return the value of the matrix element. (2013-12-30, Visual C++, 1591KB, 下载1次)

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

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

利用选择问题算法,写程序实现从一个未排序的一维整数数组中选取第k大的整数出来,k的取值在程序中设定。
The choice of algorithm, write the program selects the K large integer from an unsorted integer one-dimensional array, the value of K in the process of setting. (2013-11-03, Visual C++, 868KB, 下载5次)

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

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

运用 *********/ /*狄杰斯克拉算法,实现棋盘上任意两点间的“马走日”最短路径
To use*********// the* 鐙勬澃鏂厠鎷� algorithm to achieve the shortest path between any two points on the board, " horse walk Day (2013-04-03, Visual C++, 2KB, 下载5次)

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

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

用贝叶斯算法解决数据挖掘中分类问题,,先用训练集进行训练,再用测试集进行测试
Bayesian algorithm to solve the classification problem in data mining, training, first use the training set, and then the test set to test (2012-05-21, Visual C++, 887KB, 下载8次)

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

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

采用树形结构处理表达式,按优先级运算结果,一个加,减,乘,除或数值为一个节点,做出的计算器的源代码
Tree structure processing expression, by priority result of the operation, a plus, subtract, multiply, or the value of a node, the source code to make the calculator (2012-04-30, Visual C++, 3KB, 下载4次)

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

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

实测斜距化算至高斯平面边长c语言源程序,大地测量学课程实习编程。
Measured slant range of the operator to the Gaussian plane side length c language source code, programming internship course Geodesy. (2011-09-23, Visual C++, 1KB, 下载14次)

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

[数值算法/人工智能] k-means--source-code

k-means算法,已附数据文件。其中文件第一行的3个数字分别为数据数量、数据维度和所需聚类数
k-means algorithm, is attached data files. Which documents the first line of three figures were the amount of data, data dimension and the required number of clusters (2011-06-19, Visual C++, 16KB, 下载2次)

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

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

本文我在北航读研时主修《现代偏微分方程》时花费一个多月时间写的期末报告,里面系统阐述了快速傅里叶变换的算法原理及其在数字信号处理等工程技术中的应用。介绍了一维DFT的基2 FFT 算法频域抽取和时域抽取FFT的短发原理和编程步骤。最后在附录中给出了一维DFT的基2 FFT 算法(包括频域抽取的FFT和IFFT算法、时域抽取的FFT和IFFT算法),一维任意非基2 FFT算法,二维DFT的基2 FFT 算法以及二维DFT的任意非基2 FFT 算法的详细的Visual C++程序。
The paper systematically expounded the fast Fourier transform algorithm and its application in digital signal processing applications such as engineering technology . Introduced a one-dimensional DFT of the base 2 FFT algorithm for extraction and time domain frequency domain FFT of the short hair extraction principles and programming steps. Finally, the appendix gives the one-dimensional DFT of the base 2 FFT algorithm (including the extraction of the FFT frequency domain and IFFT algorithms, time domain FFT and IFFT algorithms extracted), one-dimensional arbitrary non-base 2 FFT algorithm, the basic two-dimensional DFT 2 FFT algorithm and two-dimensional DFT of any non-base 2 FFT algorithm in detail Visual C++ program. (2010-07-08, Visual C++, 448KB, 下载49次)

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

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

利用克鲁斯卡尔算法计算最小生成树,以文本形式输出生成树中各条边以及他们的权值。
Using Kruskal minimum spanning tree algorithm to output text in the spanning tree edges and their weights. (2009-06-19, Visual C++, 46KB, 下载1次)

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

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

先输入矩阵的维数,再输入该矩阵,然后通过该算法从大到小输出该矩阵的各行各列和主辅对角线的和
First dimension of input matrix, and then enter the matrix, and then through the smallest of the algorithm output lines of the matrix columns and the main diagonal and Des (2009-04-17, Visual C++, 1675KB, 下载5次)

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

[数值算法/人工智能] super-int-operation

此算法实现超长整数(计算机所不能表示的整数,如长度为100位、1000位)的加、减、乘、除运算!
Long Integer realize this algorithm (the computer should not express an integer, such as a length of 100, 1000) of the add, subtract, multiply, with the exception of computing! (2008-07-02, Visual C++, 1KB, 下载5次)

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

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

这是解决另外问题的PSO进化算法源程序,里面有注释,易于学习.我正在写硕士论文,写好后,会把我的成果共享,请把我加为VIP会员,谢谢.
This is the solution to another problem source PSO evolutionary algorithm, which has notes, easy to learn. I was writing a master (2007-10-11, Visual C++, 2KB, 下载6次)

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

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

快速傅立叶变换算法中的分裂基算法,又称基2/4算法,对一维序列,这种算法使FFT比较完善
Fast Fourier Transform algorithm separatist base algorithm, also known as base 2/4 algorithm, the one-dimensional sequence, so FFT algorithm sound (2004-08-18, Visual C++, 2KB, 下载129次)

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