资源列表
Particle-Swarm-Optimization
- 人工智能的作业,是关于粒子群算法的,已经实现完成。可以参考-Artificial intelligence jobs, it s about particle swarm optimization algorithm, has been completed. You can reference
302.L7.15Nov02
- 关于弹性能的一个ppt和弹性能计算有关很有用-Microstructure-Properties Elastic Effects, Interfaces
PushPush
- This code is Push Push please use this source code we-This code is Push Push please use this source code well
FVS
- FVS 算法在MATLAB平台上的实现,包括源代码,说明等-FVS experiment on MATLAB
PID-controller
- 本文主要研究了基于BP算法神经网络的PID控制器。-In this paper, based on BP algorithm of neural network PID controller.
极限兑换空间
- 极限兑换空间.rar
KBDAretrieval
- 使用KernelBDA实现三维模型相关反馈的算法注:1、使用本系统必须在本地计算机上安装matlab 2、算法使用的三维模型特征向量是从PSB模型库中自动提取的DESIRE三维模型特征向量 3、本系统自带性能评测机制-KernelBDA use 3D model relevance feedback algorithm Note : 1. Use of this system must be installed on the local computer Matlab 2, algorit
image_fusion_curvlet_SOM
- matlab code for image fusion based on neural network
caffe-learn-pengti
- 深度学习资料,很好的入门笔记 是基于caffe框架 -deep learning for caffe
City_database
- 数据结构与算法案例,城市数据库,支持城市搜索,距离搜索-Data Structures and Algorithms cases, urban database to support urban search, distance search
nr3
- newton raphson load flow
33
- 1、设单链表中存放着n个字符,设计算法,判断该字符串中是否有中心对称关系。例如:xyzzyx、xyzyx都算是中心对称的字符串。 2、设计算法判断一个算术表达式的圆括号是否配对。(提示:对表达式进行扫描,遇‘(’进栈,遇‘)’退掉栈顶的‘(’,表达式被扫描完毕,栈为空) 3、假设以带头结点的循环链表表示队列,并只设一个指针指向队尾,编写相应的置队空、入队和出队算法。 -Set single linked list storage n characters, design algori