资源列表
AI_for_Game_Developers
- < 游戏中的人工智能>>,pdf电子书
MiniSpanTree_Kruskal
- 最小生成树算法程序,已经通过编译的程序,能运行出结果-minimum spanning tree algorithm, compiled by the procedure, the results can run
DecisionTreeApplet_3[1].20
- 决策树的源代码。需要的自己下阿。不多说了-Decision Tree source. Under their needs A. Little said
PackageProblem
- 实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 读入T、n、w1 , w2 , … , wn
classstr2
- 完善字符串类的运算符功能 1、 利用运算符重载完善字符串类的运算符功能。如: 串+整数;整数+串;浮点数+串;串-串;串/串 等; 2、 编制一个带菜单的小系统,演示该类的运算符操作。 -perfect string Operators such a function, using Operator perfect string category Operators function. Such as : String Integer; Integer string;
TriMat
- 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
ACKFunction
- 实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-Ackermann achieve statistical a
progMatlab
- 这个程序能清楚显示灰度图形的灰度直方图,并能进行平滑与滤波处理,方便程序员观察了解图像。-this procedure will clearly show that the gray-scale graphics histogram, and for smoothing and filtering. Observer allows programmers to understand images.
fuping
- BP神经网络预测。这是一个用于交通流量预测的MATLAB原程序-BP neural network forecasting. This is a traffic forecast for the original program MATLAB
C++BPCHENGXU
- C++的BP算法程序,这个程序是我从网上找到的,希望对大家能有用-C BP algorithm procedures, which is what I got from the Internet, I hope we can be useful right
LIDEBP
- BP算法的程序 ,这个是同学的,好象已经调出来了-BP algorithm procedures, this is the students, seems to have transferred out of
zhuzbp
- 一篇关于bp神经网络模拟碳纤维加固柱子程序-bp of a neural network simulation of carbon fiber reinforced pillars procedures