资源列表
copula_0.99-1
- copula函数算法,Copula函数描述的是变量间的相关性,实际上是一类将联合分布函数与它们各自的边缘分布函数连接在一起的函数(Algorithm based on Copula function.Copula function describes the correlation between variables, which is actually a kind of function that connects joint distribution function with their
UAV_with_trajectory
- 通过调整无人机速率和飞行轨迹,节省无人机的飞行能耗(path planning for UAV)
SIFT-opencv249
- SIFT opencv的源码,底层代码编写,有较完整的步骤和每一步的说明,对于sift初学者特别有帮助(Sift source code, the underlying code, there are more complete steps and each step of the descr iption, especially helpful for sift beginners)
神反
- 准确率达到90%,日内程序。开单条件苛刻(The accuracy of the program is 90%. Strict billing conditions)
222
- VHDL BISS,SSI,ENDAT2.2, ENCODER
演化博弈仿真
- 演化博弈仿真:可以进行演化博弈matlab的数值仿真(Matlab numerical simulation of evolutionary game)
X2-arqc EMV X2 2020
- New EMV X2 arqc 2020 for Windows Only
传奇登录器
- 登录器E语言源码免费送给你们看看朋友送的
基于遗传算法的车间调度实用程序
- matlab、使用遗传算法解决车间调度问题(Matlab, using genetic algorithm to solve job shop scheduling problem)
超声波声场仿真软件
- 基于MATLAB的超声波声场仿真软件,丹麦大牛编写搬运过来的,已亲测可使用,修改入参构建自己的声场模型。(Ultrasonic field simulation software based on MATLAB, written by Danio, has been tested and can be used. Modify the parameters to build its own sound field model.)
net server
- 本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的HTTP服务器HttpServer和一个回显服务器EchoServer,其中HTTP服务器实现了HTTP的解析和Get方法请求,目前支持静态资源访问,支持HTTP长连接;该框架不限于这两类服务器,用户可根据需要编写应用层服务。
DHT11温湿度传感器
- DHT11温湿度传感器可以实现与STM32F103RC之间的数据传输,通过串口USART1进行显示。