资源列表
源代码
- 将图转化为最小生成树,对处理实际问题,如物流点建设等具有重要意义(Transforming graph into minimum spanning tree is very important for dealing with practical problems, such as construction of logistics points)
边缘提取
- MATLAB代码,Sobel算子边缘提取,已经运行成功了(MATLAB code, Sobel operator edge extraction, has been running successfully)
USB转nRF24L01上位机
- 用于海洋航行器比赛的小上位机,比较好用,和nrf2401配套(simple upper monitor for ship design competition)
电机控制程序
- SysCtlDelay(10 * (TheSysClock / 3000)); // 延时约10ms,消除按键抖动 //while (GPIOPinRead(KEY_PORT, KEY_PIN) == 0x00); // 等待KEY抬起(#define KEY_up_PERIPH SYSCTL_PERIPH_GPIOD #define KEY_up_PORT GPIO_PORTD_BA
PD-MOPSO文档
- MOPSO算法文档,其中包含了多目标粒子群优化算法的基础程序(MOPSO algorithm document, which contains the basis of multi-objective particle swarm optimization algorithm)
timer_mesg
- 利用软时钟定时发送消息队列,,一个任务每隔一定时间发送一个消息到队列,另一个等待消息并根据消息的内容控制LED的闪烁次数。(Soft clock message queue)
Information_hiding
- 用加密代码将文字隐藏在图片中,用解密代码将文字提取。c++(The text is hidden in the picture with encrypted code, and the text is extracted with decryption code.)
DBMS-master (1)
- c++实现简单DBMS系统,增删改查、试图、索引等功能(C++ implementation of a simple DBMS system)
MSP430单片机参考代码
- 基于超低功耗单片机msp430的nrf24l01驱动程序,用惯了stm32或者51的同学,有超低功耗需求的可以试试。(nrf24l01 driver code based on msp430)
LotterySystem
- 一款简单的年会抽奖软件,可以进行二次开发 使用简单、方便上手(A simple annual meeting lottery software can be used for secondary development and easy to use)
LSTM-MATLAB-master
- matlab recurrent neural network machin learning
51单片机通信参考程序
- 基于51单片机的nrf2401开发入门代码,本人多次使用,做小比赛可以用用。(nrf24l01 driver code based on 51MCU)
