- File_Send 用VB写的一个串口文件传送系统
- ImageEdgeDetection-master The goal of this project was to create an edge detection software without using too much of the OpenCV library. We programed everything from scratch except for the Mat class that we use to store images. A report and a powerpoint in french are also available in the repository. Lots of comments (in english) can be seen in the code which is pretty straightforward to read.
资源列表
lab9-SCIC_RS485_PC
- 基于DSP28335的rs485通信程序(RS485 communication program based on DSP28335)
simulation
- 超快光纤激光器模拟 锁模方式为NALM(simulation of ultrafast fiber laser)
Graph_Signal_Processing
- 针对图信号处理的几个基础点的代码教程。非常好。(A code tutorial for basic basic points of graph signal processing.Very good.)
窄带波束形成
- 实现了窄带波束形成,有传统的cbf算法,也有自适应波束形成算法(There are traditional CBF algorithm and adaptive beamforming algorithm)
重力正演
- 设计一个重力模型,模拟在地面观测的重力值(Design a gravity model to simulate the gravity value observed on the ground)
函数法多椭圆画法
- 可通过matlab语言进行多椭圆绘制,得到虚线边或填充椭圆,可自由更改条件。(The multi ellipse drawing can be done by MATLAB language, and the dotted edge or filled ellipse can be obtained, and the condition can be changed freely.)
GA
- MATLAB中,使用遗传算法(GA算法)求某个函数的最小值,最基础的遗传算法实现(Using genetic algorithm to find the maximum value of function)
HDSC额温枪release20200322
- 完整的额温枪 耳温枪 华大 HC32L136 方案 包含源代码和硬件原理图(The complete scheme of temperature gun includes source code and hardware schematic diagram)
带温度测量的CCD驱动程序
- STM32F103驱动TCD1304线性CCD,同时MAX31865测量得到的温度值,通过串口输出至上位机(STM32F103 drives tcd1304 linear CCD, and the temperature measured by max31865 is output to the upper computer through the serial port)
chronux_2_12.v02
- chrounx是matlab的一个工具包(a toolbox for matlab)
禁忌搜索算法
- 禁忌搜索算法解决tsp问题,matlab程序(tabu search algorithm to solve tsp problem, matlab program)
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能