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

[数值算法/人工智能] forbats-atperiment-report

页面调度算法的实验报告,全格式,绝对可用!朋友不妨试一试哦!
Page scheduling algorithm of experiment report, all formats, absolutely available! (2017-04-26, Visual C++, 2KB, 下载1次)

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

[数值算法/人工智能] cha-zhao-de--CPP

给出了两种查找算法源码,亲试可用,适合初学者,简单可用!
Gives two search algorithm source code, pro-test available, suitable for beginners, easy available! (2016-08-12, Visual C++, 1KB, 下载1次)

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

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

反直线wu算法,非常好用的,你们可以试一试,很嗨的。
Help (2015-08-31, Visual C++, 241KB, 下载1次)

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

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

C++常用数值算法锦集,包括许多经典数值算法,是不错的参考资料。
C++ algorithms Jinji common values, including many classic numerical algorithm is a good reference. (2015-03-03, Visual C++, 7418KB, 下载1次)

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

[数值算法/人工智能] 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

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

一个简单的knn算法程序,核心算法是基于欧几里得距离,程序在vs2010上调试运行,一点问题都没有,其他环境不知道
A simple knn algorithm program, the core algorithm is based on the Euclidean distance, program debugging run on vs2010, no problem at all, other environments do not know. (2014-10-02, Visual C++, 2486KB, 下载6次)

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

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

凸优化真题及相关代码程序,主要来源与斯坦福大学
Zhenti convex optimization and related code program, the main source of the Stanford University (2013-12-25, Visual C++, 93KB, 下载6次)

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

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

斯坦福大学的非结构化的代码——集成结构源代码
Stanford University Unstructured (SU2) Code-integration_structure (2013-09-24, Visual C++, 5KB, 下载1次)

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

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

斯坦福大学的非结构化的代码——定义结构的源代码
Stanford University Unstructured (SU2) Code-definition_structure (2013-09-24, Visual C++, 9KB, 下载1次)

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

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

设代数系统V1=<A, .>、V2=<A, .>、 V3=<A, ⊙>、 V4=<A, △>,A={ x|x∈Z,1≤x≤20}, a.b= 2a+b,a.b=max(a, b),a⊙b=(a+b) mod8 + 2,a△b=min(a,b),试设计算法并编程实验, 要求: (1)试判断V1、V2、V3、V4 是否为代数系统。 (2)试判断这些代数系统是否有左单位元与右单位元、零元,如存在,请求出。
Let Algebra System V1 = <A, .> , V2 = <A, .> , V3 = <A, ⊙> , V4 = <A, △> , A = {x | x ∈ Z, 1 ≤ x ≤ 20}, ab = 2a+b, ab = max (a, b), a ⊙ b = (a+b) mod8+ 2, a △ b = min (a, b ), try to design algorithms and programming experiment requirements: (1) trial judge V1, V2, V3, V4 is an algebraic system. (2) whether the trial judge these algebraic systems have left and right units per unit, nil, if present, the request out. (2013-06-19, Visual C++, 155KB, 下载1次)

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

[数值算法/人工智能] Guide-of-basic-ACM-programming

ACM程序设计方面的入门指导书,适合ACM新手学习,对于应付考研的机试有比较多的帮助
Guide of basic ACM programming (2013-05-16, Visual C++, 1325KB, 下载2次)

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

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

本算法是基于数据挖掘与关联规则,有很强的参考价值,有测试试数据,及说明文档 ,说明文档英文,已通过测试。
This algorithm is based on data mining and association rule, there is a strong reference value, the pilot test data, documentation, documentation in English, has been tested. (2012-05-21, Visual C++, 952KB, 下载2次)

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

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

假设树以儿子兄弟链表的方法存储,试分别设计实现它的前序,后序和层次遍历的算法
Hypothesis trees to son brother list of method storage, test design and realize it before the respectively sequence, sequence and after level traversal of the algorithm (2012-05-06, Visual C++, 49KB, 下载10次)

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

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

很好的用VC++解决了遗传算法实现TSP的源代码,很不错的,去试一试吧
Using yichuan suanfa jiejue TSP (2010-05-16, Visual C++, 3KB, 下载86次)

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

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

noi2009一试,二试的分析和源代码,绝对实用。
变换序列 目录 问题简述 .................................................................................................................................................................... 2 问题建模 .................................................................................................................................................................... 2 解法1 尝试完美匹配 ....................................................................................................................................... 2 算法描述 .................................................................................................................................................... 2 算法证明 .................................................................................................................................................... 3 复杂度分析 ................................................................................................................................................ 3 (2010-01-30, Visual C++, 1593KB, 下载3次)

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

[数值算法/人工智能] stream-0.6.0.tar

斯坦福大学开发的流管理工具源代码,C++代码
Stanford University developed the source code management tool (2009-07-03, Visual C++, 2058KB, 下载2次)

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

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

用基本C++语言实现的解决运筹学对偶问题的程序,需要提交对偶问题程序的朋友可以一试
With the basic C++ Realize the language of operations research on the dual problem solution procedure, required to submit to the dual problem procedures friends can one test (2008-08-24, Visual C++, 771KB, 下载6次)

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

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

第四纪法拉第哭诉;分阶段;罗斯福 地方军大;算法
Quaternary Faraday cried; Phases; Roosevelt local army major; Algorithm (2005-03-31, Visual C++, 1258KB, 下载4次)

http://www.pudn.com/Download/item/id/1112236699827721.html
1234
总计:63