资源列表
qqq
- 浙江大学一篇博士论文《人工免疫算法及其在电力系统中的应用研究》,希望对大家有用-Zhejiang University, doctoral dissertation, " Artificial immune algorithm and its application in power system research" , we hope to be useful ~ ~
FastSLAMgai
- 对fastslam的修改程序,能运行,不用改动。-FastSLAM modification procedures, can run, without change.
MATLAB
- 完整书籍《MATLAB在工程数学上的应用》-MATLAB application of mathematics in engineering
wuziqi
- 本代码是一个完整的小游戏,界面美观,其中的人工智能算法也很值得参考学习. -This code is a complete game, interface aesthetics, in which artificial intelligence algorithm is also very worthy of study and reference.
200510282246282796
- 简单的网吧收费系统,可用在小型网吧,有服务端与客户端两个部分组成。-Simple Internet cafe billing system can be used in a small cafe
Cluster_K-means
- k中心算法的基本过程是:首先为每个簇随意选择一个代表对象,剩余的对象根据其与每个代表对象的距离(此处距离不一定是欧氏距离,也可能是曼哈顿距离)分配给最近的代表对象所代表的簇;然后反复用非代表对象来代替代表对象,以优化聚类质量。聚类质量用一个代价函数来表示。当一个中心点被某个非中心点替代时,除了未被替换的中心点外,其余各点被重新分配。-The basic process k center algorithm is: First free to choose a delegate object fo
Amouzesh_Matlab
- lerarning matlab simply with math
FINITE_DIFFERENCE_AND_SPECTRAL_MTHODS_FOR_ORDINARY
- 偏微分方程,很不错的课本,英文原版的,
Data-Structures-a-Algorithms-in-Java
- Data Structure in Java
code
- 数据结构,c源代码。 -Data structures, c source code.
hogcpluscplus
- 计算梯度直方图(HOG)的C++代码。可计算给定图片的HOG特征-Compute the gradient histogram (HOG) of C++ code. Calculate the characteristics of a given picture of the HOG
shujujiegoukeshe
- 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。 [基本要求] (1) 从键盘读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。-An arithmetic expression is