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

[人工智能/神经网络/深度学习] pso

电力系统机组组合问题的动态双种群粒子群算法,用MATLAB来仿真
Power system unit commitment problem dynamic double population particle swarm optimization algorithm, using MATLAB to simulate (2017-04-20, Visual C++, 1KB, 下载46次)

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

[人工智能/神经网络/深度学习] Hanoi

用C语言做的汉诺塔小程序。人工智能课程实验
Hanoi.tower c (2014-04-22, Visual C++, 3KB, 下载7次)

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

[人工智能/神经网络/深度学习] hannuo

简单算法类,动态输出汉诺塔的自动完成过程,效率一般。
Simple algorithm, dynamic output completion process of Hanoi, efficiency. (2014-01-17, Visual C++, 1KB, 下载3次)

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

[人工智能/神经网络/深度学习] java

这是一个关于移动臂调度算法的代码 第一次上传试试 谢谢合作
good boy。good job (2013-12-08, Visual C++, 1KB, 下载2次)

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

[人工智能/神经网络/深度学习] M

克里金算法的重要介绍,想跟大家一起交流,把代码写的越来越好
Kriging algorithm introduced, would like to communicate with, and write the code is getting better and better (2012-12-28, Visual C++, 327KB, 下载1次)

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

[人工智能/神经网络/深度学习] report_sdedeeass_2012-12-3-15-12-44

克里金算法的重要介绍,想跟大家一起交流,把代码写的越来越好
Kriging algorithm introduced, would like to communicate with, and write the code is getting better and better (2012-12-28, Visual C++, 373KB, 下载2次)

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

[人工智能/神经网络/深度学习] Kriging

克里金算法的重要介绍,想跟大家一起交流,把代码写的越来越好
Kriging algorithm introduced, would like to communicate with, and write the code is getting better and better (2012-12-28, Visual C++, 242KB, 下载11次)

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

[人工智能/神经网络/深度学习] Hanno

Hanno塔非递归实现,用c写的非递归实现Hanno塔问题。
The Hanno tower of non-recursive (2012-06-17, Visual C++, 1KB, 下载2次)

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

[人工智能/神经网络/深度学习] GAVRPWITHC

vrp 问题遗传算法代码 多谢大家合作啦 学习进步
vrp (2012-05-28, Visual C++, 13KB, 下载14次)

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

[人工智能/神经网络/深度学习] echo1

双基地sar回波数据仿真程序,使用BP算法的点目标仿真
Bistatic sar echo data simulation program, the point target simulation using the BP algorithm (2012-04-06, Visual C++, 3KB, 下载112次)

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

[人工智能/神经网络/深度学习] TowerMfcLast

梵塔,又称汉诺塔,对于学人工智能的人这个程序一点都不陌生,主要就是通过最优的方式实现圆盘的移动。
Brahman tower, also said han s tower, artificial intelligence to learn of the program was not a strange, is mainly through the optimal way realization of the disc movement. (2011-12-30, Visual C++, 3999KB, 下载10次)

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

[人工智能/神经网络/深度学习] Hanno

算法设计课程中介绍到的汉诺塔的实现代码,汉诺塔是很经典的案例。
Algorithm design course introduction to the north tower of the han the realization of the code, han s tower is a classic case. (2011-12-11, Visual C++, 40KB, 下载2次)

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

[人工智能/神经网络/深度学习] m

一种双聚类算法的实现与改进,通过对双聚类算法的优化来改进
A double-clustering algorithm to achieve and improve, through the double-clustering algorithm optimization to improve (2011-11-21, Visual C++, 2466KB, 下载25次)

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

[人工智能/神经网络/深度学习] BiclusterDemo

双聚类算法 vc++实现 双聚类算法 vc++实现 供初学者测试
Bicluster Demo in c++ language (2011-10-14, Visual C++, 2975KB, 下载40次)

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

[人工智能/神经网络/深度学习] auto

auto专杀以及免疫的小工具,娱乐用。。。简单。。。。
designed to kill and auto immune gadgets, entertainment. . . Simple. . . . (2010-10-13, Visual C++, 98KB, 下载3次)

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

[人工智能/神经网络/深度学习] hannuota

汉诺塔代码A*算法,根据人工智能提供的算法思路,编写的程序
Tower of Hanoi code A* algorithm (2010-06-08, Visual C++, 3KB, 下载26次)

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

[人工智能/神经网络/深度学习] tony

河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d次\n",fun_a(n)) printf("是否顯示移動過程? 是請輸入1,否則輸入0\n") scanf("%d",&option) if(option==1) { fun_b(n,1,2,3) } system("pause") return 0 } int fun_a(int n) { int sum1=2,sum2=0,i for(i=n i>1 i--) { sum1=sum1*2 } sum2=sum1-1 return sum2 } void fun_b(int n,int left,int mid,int right) { if(n==1) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) else { fun_b(n-1,left,right,mid) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) fun_b(n-1,mid,left,right) } }
err (2008-11-15, Visual C++, 6KB, 下载3次)

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

[人工智能/神经网络/深度学习] hanoiother

汉诺塔的非递归算法,有人有兴趣的话可以
HANOR non- recursive algorithm, people who are interested in the case can look at (2007-03-30, Visual C++, 186KB, 下载15次)

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

[人工智能/神经网络/深度学习] Hanoi_2

汉诺塔的双递归调用,一样的原理,新的思路,新的算法。
HANOR double recursive call, the same principle, the new ideas and new algorithms. (2006-12-09, Visual C++, 6KB, 下载1次)

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

[人工智能/神经网络/深度学习] MuRoS

多机器人合作中的动态角色分配仿真算法是多机器人合作领域的一个比较著名的仿真软件
multi-robot cooperation in the dynamic allocation of roles simulation algorithm is multi-robot cooperation in the field of a replica of the famous real Software (2006-06-29, Visual C++, 786KB, 下载150次)

http://www.pudn.com/Download/item/id/199424.html
1234
总计:67