资源列表
DFIG_SSR2
- 能够进行风机并网的仿真,进行振荡的分析(Simulation of wind turbine grid connection)
NSGA2
- 用c++写的用于解决多目标优化问题的nsga2+可行性准则,采用测试函数SRN(This ,which is NSGA2, use SRN that is test problem.)
kriging
- javascr ipt 实现克里金插值。实现克里金插值渲染图--不依赖GP服务(Javascr ipt implementation of Kriging interpolation. The Kriging interpolation map rendering -- do not rely on GP services)
qprop
- c bersion of quickprop java
aapp
- quickpropagation neural network with java language
App (2)
- Backpropagartion in java Neural Network
Cheatsheets-master
- 各种工程师的知识图谱说明,可参考下,寻找自己的缺失点。(Various engineers' knowledge map explanation can be referred to below to find their own missing points.)
内排序
- [问题描述] 设计一个用链表表示的直接选择排序算法,并用程序实现。 [输入] 待排序记录个数n,各待排序记录值。 [输出] n个记录由小到大排列的结果。 [存储结构] 待排序记录链式存储。 [算法的基本思想] 已知待排序初始序列用单链表存贮,头指针head指向第一个结点,从这个待排序列中找出最小结点,插入head之后,用r来指示。r以前为已排序序列,r以后为未排序序列。再从未排序序列中找出最小结点插入r的后面,让r指向这个结点。反复执行这个过程,直到排好序。(Design a
周志华-机器学习_
- 周志华机器学习,人工智能的经典入门书籍。。。。(Zhou Zhihua's machine learning, the classic introductory book of artificial intelligence.)
magnify
- 在线实现仿真波形局部放大,结合具体要求实现特定窗口图形(Online simulation of waveform amplification, combined with specific requirements to achieve specific window graphics.)
Python
- 简单的k_means算法Python 和 MATLAB实现(Simple k_means algorithm Python and MATLAB implementation)
VRP
- VRP,遗传算法的路径优化问题,车辆调度问题的MATLAB实现(VRP,Path optimization problem of genetic algorithm,MATLAB implementation of vehicle scheduling problem.)
