资源列表
SP3485
- 这是一个stm32f103c8t6使用sp3485的实例,无BUG。(This is an example of stm32f103c8t6 using sp3485 without bug.)
QT_MyMap-master
- 使用qt开发,类似于百度地图的MAP(转载自github,若有侵权,联系删除)(Develop with QT, similar to map of Baidu map)
fvcom-toolbox-master
- 用于海洋数值模式FVCOM,输入输出文件的制作,包括小工具以及相应nc文件制作(It is used for the production of input and output files of FVCOM, including the production of gadgets and corresponding NC files)
SteamBot-Java-master
- 用于steam平台的自动交易功能机器人代码(Steam Trading Robot code)
TPP
- abaqus插件自动生成文件。里面是一个小的案例。(generate Abaqus plugins)
杆单元
- 用matlab编制的有限元程序,能计算平面杆单元的有限元分析,可以为有限元学习提供一定参考。(Finite element analysis of plane bar element)
Bin
- 现用远控,好用的很,和大灰狼差不多。。。。。。。。。。。。(Remote control.It's easy to use. It's similar to the wolf.)
复合材料大作业
- 用最先一层失效理论和渐进失效理论计算层合板失效。(Using the first ply failure theory and progressive failure theory to calculate the failure of laminated plates.)
GM三件套
- DNF私服通用GM工具,可以自己搭建私服使用或者找公益服(General GM tools for dnf private service)
matlab程序
- 对于 Ackley 函数,该函数称为 Ackley 函数,有很多局部最优的值。(For Ackley function, this function is called Ackley function, which has many local optimal values.)
code
- 基于蚁群算法的 TSP 求解,分别采用蚁群算法和蚁群算法-粒子群混合算法进行优化求解,使用不同的交叉和变异适应度函数更新粒子,从而实现 TSP问题的优化求解,更加逼近实际问题。(Based on the TSP solution of ant colony algorithm, ant colony algorithm and hybrid algorithm of ant colony algorithm particle swarm optimization are used to solv
SOA程序
- 针对面临的问题寻找优化解是人类的思维习惯和行为方式。借鉴人类丰富的社会经验,模拟人类搜索活动的智能行为,提出了一种新的基于种群的启发式随机搜索算法,即人群搜索算法 SOA(seeker optimization Algorithm)。SOA 研究人类在随机搜索时所采用的交流、协作、记忆、推理、学习知识与经验等的智能行为,结合搜索和进化思想,以搜寻队伍为种群,以搜寻者位置为优化问题的候选解,通过模拟人类搜索的“经验梯度”和不确定性推理,分别确定搜索方向和步长,完成位置更新,实现对所求问题解的优化(