资源列表
SAforVRP
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。(The simulated annealing algorithm derived from the principle of solid annealing, heating the solid to a sufficiently high, let it slowly cooling, he
TSP双蚁群算法
- 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the wa
紧急搜索求VRP
- TS算法通过引入一个灵活的存储结构和相应的禁忌准则来避免迂回搜索,并通过藐视准则来赦免一些被禁忌的优良状态,进而保证多样化的有效探索以最终实现全局优化(TS algorithm by introducing a flexible storage structure and corresponding tabu criteria to avoid circuit search, and the contempt of criterion to pardon a little good state
cpu_VHDL
- vhdl 编写的cpu 代码, 详细说明了各个部分的功能及所有对应的代码,对cpu架构的学习和vhdl 编程有很大帮助(vhdl code for simple CPU)
常用算法程序集第五版
- 数值积分、线性方程组求解、数据处理、统计分析算法(Numerical integration, linear equations, data processing, statistical analysis algorithm)
uart
- 串口uart文档及原程序,适合初学者学习(Serial uart document and the original program)
c
- c语言总结,基于谭浩强的版本,虽然老谭的书写的不怎么样。(c program hahhahhahhahahha)
GPS
- 对GPS的数据进行解析,计算经纬度,可以作为参考(The data of GPS are analyzed and the longitude and latitude are calculated)
FTP_VB
- ftp客户端访问远程主机,实现上传/下载文件、文件夹的增加/删除等功能(FTP client access remote host, upload / download files, add / delete folders, and other functions)
stroustrup_ppp-master
- 《C++程序设计原理与实践》 斯特劳斯特鲁普(Bjarne Stroustrup), 源码("C++ programming principles and practices" J Drost Rupp (Bjarne Stroustrup), source code "C++ programming principles and practices" Bjarne Stroustrup, source code)
牛顿法小算例1
- 主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)
pingmiandu
- 对平面度进行计算和构造拟合平面等算法,从而求出点到平面的距离和平面到平面之间的距离。(The plane distance is calculated and the fitting plane is constructed, and the distance between the point and the plane and the distance between plane and plane are calculated.)