资源列表
lane-detect
- 车道线检测,对道路的车道线进行检测,检测道路线(Lane line detection, detect the lane line of the road, detect the road line and extract it)
51黑论坛_数码管显示程序
- proteus+stm32+tm1637显示仿真,仿真时数码管刷新率太低,数字一位一位显示,哪位高手改进一下。(Proteus + stm32 + tm1637 display simulation, simulation digital tube when the refresh rate is too low, a digital one, according to which an improvement.)
STM32F1开发指南
- 标准例程-库函数版本。这个文件夹包含所有《STM32F1开发指南(精英版)-库函数版本》的实例源码。
官方例程
- 使用的是28035平台,DRV8301驱动芯片,包含无感,有感的FOC和无刷电机驱动(Using the 28035 platform, DRV8301 driver chip, including sensorless, sensory FOC and brushless motor drive)
非常简单的五子棋
- 菜鸟来学习QAQ不知道传啥,就传个这学期写的大作业吧orz(Rookies come to learn. I don't know what to pass on. Let's pass on a big assignment written this semester)
PHPYUN人才招聘系统v5.0.1beta
- PHP云人才系统,是专为中文用户设计和开发,程序源代码100%完全开放的一个采用 PHP 和 MySQL 数据库构建的高效的人才与企业求职招、聘解决方案,在尊重版权的前提下能极大的满足站长对于网站程序进行二次开发。(PHP cloud talent system, is designed for Chinese users and development, 100% open source code using PHP and MySQL database to build an efficie
LDPC
- ldpc编码,bpsk调制的通信系统,有中文注释(LDPC code, BPSK modulation communication system, with Chinese Notes)
XMC4400_Digital_CCM_PFC_v1_0_0
- XMC4400_Digital_CCM_PFC_v1_0_0数字无桥功率因数校正例程(Digital PFC control demo code)
修改图像尺寸
- 基于c++实现图像裁剪工作,可选择插值方法,包括双线性插值和双三次插值
贱人工具箱5.7破解版
- CAD绘图小插件CAD drawing plug-in(CAD drawing plug-in ,CAD drawing plug-in)
hspcap
- 使用pcap4j 进行 流量数据捕获,流量包解析(Using pcap4j to capture traffic data and analyze traffic packets)
顺序栈的基本操作
- 编写一个程序实现顺序栈的各种基本运算,并在此基础上设计一个主程序完成如下功能:初始化顺序栈,插入元素,删除栈顶元素,取栈顶元素,遍历顺序栈,置空顺序栈。