资源列表
MSRM_1.0
- 这是一种基于最大相似度的超像素融合算法,大家多交流(This is based on the maximum similarity of the super pixel fusion algorithm)
北航Pascal编译 可用程序
- 个人编写的过考试用编译器,能完成最基本的编译功能。仅供参考。(The Compiler used by myself to pass examination.For refrence only.)
lrw14-master
- 用随机游走算法实现超像素的分割,效果好大家交流(Using random walk algorithm to realize super pixel segmentation, the effect is good)
chuli
- 扩展开发功能列表: 1.双击文件列表中的文件名,打开文件。 2.右击文件列表中的文件名,弹出消息框显示文件信息(完整文件名路径,文件大小,文件的创建时间) 3.提供第五个选项:是否遍历文件夹的子文件夹。如果遍历,则子文件夹中的文件也会被处理,否则不处理子文件夹的文件。 4.批量替换中,提供指定字符位置的单个字符的替换,比如3bd343.jpg,指定位置为0,替换后的字符为2015,替换后就是2015bd343,而后面的位置的3则不会被替换。(Extended development fu
program
- 本代码在不使用内置函数的情况下实现哈达玛变换,并且将图像分块为16*16(The code to achieve the Hadamard transform without using the built-in function, and the image block is 16*16)
解耦控制器设计matlab程序
- 本程序用于解耦控制的控制器设计以及函数计算(This program is used for designing a decoupling controller and calculating of the controller)
LAN_GPIB转换板程序开发资料
- LAN口转GPIB的代码,需要LAN口转GPIB的转接板(The code of the LAN switch to GPIB)
基于W5500硬件协议栈的TCP服务器收发数据例程
- 基于W5500硬件协议栈的TCP服务端收发数据例程,主芯片STM32F407(W5500 hardware protocol stack based TCP server transceiver data routine, the main chip STM32F407, the program has been measured, reliable and stable.)
基于W5500硬件协议栈的TCP客户端收发数据例程
- 基于W5500硬件协议栈的TCP客户端收发数据例程,主芯片STM32F407,程序实测过,可靠稳定。(W5500 hardware protocol stack based TCP client transceiver data routine, the main chip STM32F407, the program has been measured, reliable and stable.)
FM17XXSL
- 复旦FM1702SL开发板所有资料(包括原理图,PCB,程序,说明书)(All data of Fudan FM1702SL development board (including schematic diagram, PCB, program, instructions))
USB相关功能
- 这是用寄存器版本写的关于STM32 USB功能,有关USB虚拟串口和读卡器的程序(This is a program written in a register version of the STM32 USB function, the program about the USB virtual serial port and the card reader)
dijkstra
- 求有向图中的一点到任意一点之间的最短路径,用dijkstra算法实现。(The shortest path between one point and any point in the directed graph is realized by the Dijkstra algorithm.)