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

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

图论,迪杰斯特拉,克鲁斯卡尔,弗洛伊德,拓扑排序算法,与大连理工大学软件学院课本代码相同并修正bug
Graph theory, Dijkstra, Kruskal, Freud, topological sorting algorithm, and Dalian University of Technology as textbooks with the same code and bug fixes (2016-06-15, Visual C++, 1KB, 下载2次)

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

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

总结一下我对混音算法的学习,大概有以下几种方式: 1. 直接加和 2. 加和后再除以混音通道数,防止溢出 3. 加和并箝位,如有溢出就设最大值 4. 饱和处理,接近最大值时进行扭曲(“软件混音的实现”一文算法就是这类) 5. 归一化处理,全部乘个系数,使幅值归一化。(只适用于文件) 6. 衰减因子法,用衰减因子限制幅值[1]。
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. (2016-05-26, Visual C++, 908KB, 下载9次)

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

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

朴素贝叶斯算法的源代码实现,(含训练数据)
to achieve native bayes classifier (2015-05-24, Visual C++, 1316KB, 下载7次)

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

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

斯坦福大学的Stephen Boyd和加州大学洛杉矶分校的Lieven Vandenberghe所著的凸优化,里面包括理论、应用及算法三大部分
Stephen Boyd Stanford University and the University of California, Los Angeles, written by Lieven Vandenberghe convex optimization, which includes theory, application and algorithm of three parts (2014-12-16, Visual C++, 5281KB, 下载7次)

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

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

卡尔曼滤波,匀加速运动加圆周运动,及误差分析
Kalman filter, plus a circular motion uniformly accelerated motion, and error analysis (2014-05-27, Visual C++, 3KB, 下载3次)

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

[数值算法/人工智能] router(WFQ-P-token)

此功能定义WFQ算法加令牌桶算法的实现功能,仅供参考。
This function definition WFQ algorithm and functionality of the token bucket algorithm, for reference only. (2014-03-19, Visual C++, 773KB, 下载21次)

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

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

home+work其实是01背包问题,二维一维都可以
home+work actually 01 knapsack problem, can be a two-dimensional one-dimensional (2013-12-15, Visual C++, 1KB, 下载4次)

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

[数值算法/人工智能] Bayes-classifier-code

朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能
Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function (2013-05-28, Visual C++, 209KB, 下载12次)

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

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

此程序实现人口迁移算法,用于求解无约束连续函数最小化问题。对于最大化问题,请先将其加负号转化为最小化问题。
failed to translate (2013-05-03, Visual C++, 5KB, 下载3次)

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

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

一维的三九条形码的原理算法实现及示例操作。
The the Sanjiu one-dimensional barcode principle algorithm and an example of the operation. (2012-08-27, Visual C++, 295KB, 下载16次)

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

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

四阶阿当姆斯预测-校正公式 - 龙格库塔方法,四阶,求解一个方程,可控精度,实现很直观,扩展性强。
Adam Williams, the fourth-order prediction- correction formula- Runge-Kutta method of fourth order, to solve an equation, control accuracy, the implementation is straightforward, and strong expansion. (2011-09-05, Visual C++, 1KB, 下载11次)

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

[数值算法/人工智能] One-dimensional-closed-Sofa

最优化一维收索法相关程序,其中有对分法,牛顿切线法,抛物线插值法,黄金分割法等,该程序用C语言编写!
One-dimensional optimization Sofa collection procedures, including on the sub-method, Newton tangent method, parabolic interpolation method, such as golden section method, the program using C language! (2011-06-02, Visual C++, 817KB, 下载6次)

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

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

矩阵最优求解算法 输入矩阵个数和维数求出最优解
Optimal Matrix Algorithm for number and dimension of the input matrix find the optimal solution (2010-01-24, Visual C++, 1KB, 下载4次)

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

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

RMQ的st算法,两道题,一个是一维的,一个是二维的
RMQ the st algorithm, two questions, one is one-dimensional, and one is two-dimensional (2009-12-16, Visual C++, 28KB, 下载5次)

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

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

维吉尼亚算法的扩展实现,主要是扩展为256的空间
Virginia algorithm is an extension to achieve, primarily to expand the space for the 256 (2009-10-24, Visual C++, 1829KB, 下载4次)

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

[数值算法/人工智能] ucmerced2007.tar

加利福尼亚大学的RoboCup Rescue Simulationde的Virtual Robot的代码。
University of California, RoboCup Rescue Simulationde of the Virtual Robot code. (2009-08-30, Visual C++, 3474KB, 下载35次)

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

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

区间操作,包括区间的加(将一个区间和另外一个区间合并成新的区间),减(从一个区间中减去另外一个区间而得到新的区间)
Interval Operation (2009-05-14, Visual C++, 8KB, 下载16次)

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

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

实现实数加复数运算符重载为友元函数形式的功能
Implementation of real numbers add plural operator overloading for the Friends of the functions of the form element function (2009-03-18, Visual C++, 3KB, 下载3次)

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

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

龙贝格求积公式,求解定积分 牛顿迭代公式,求方程的近似解 牛顿-科特斯求积公式,求定积分
Romberg quadrature formula for solving the definite integral of Newton s iterative formula, and the approximate solution equation Newton- cortez quadrature formula, and the definite integral (2008-12-07, Visual C++, 6KB, 下载9次)

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

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

这是计算机专业课程--算法分析与设计的一个实验内容:FJL算法的实现。希望对来访本站的学客们有点用出!
This is the computer professional courses-- algorithm analysis and design of an experiment : FJL algorithm implementation. Want to visit the school site were a little off with out! (2005-06-06, Visual C++, 1KB, 下载3次)

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