资源列表
[matlab例程] PWM-motor-control_
说明:这是一个Matlab实现的PWM型直流变换器的Simulink仿真,变换方式是Buck-Boost变换方式。示例,提供了一个从5伏到25伏电压,的升压变换。-This is a Matlab Simulink simulation of PWM DC-DC converter, and transform the way Buck-Boost transform. Example, from 5 volts to 25 volts, t<alex> 在 2025-06-01 上传 | 大小:184kb | 下载:1
[单片机(51,AVR,MSP430等)] ICC_H
说明:微雪公司avr编程器自带的一些封装库函数AT24CXX.H,DS1302.H,I2C.H,PS2_.H,SD-MMC_.H等等很多函数库,仅供大家参考。-The micro Fisher avr programmer comes with some package library functions AT24CXX.H DS1302.H, I2C.H PS2_.H, the SD-MMC_.H and so many libraries<baoquan> 在 2025-06-01 上传 | 大小:28kb | 下载:1
[matlab例程] GAF_routing_algorithm
说明:利用MATLAB工具对GAF地理位置路由算法进行仿真,其中底层路由方式采用了GPSR算法。-MATLAB tool to simulate the the GAF location routing algorithm, where the underlying routing using GPSR algorithm.<竹亮> 在 2025-06-01 上传 | 大小:3kb | 下载:1
[Linux/Unix编程] alam5
说明:利用Linux下ALSA音频、V4L2视频采集接口采集视频数据,并通过UDP发送数据实现音频、视频通话,系统界面由Qt开发工具设计。嵌入式Linux软件开发,毕设。-Using Linux ALSA V4L2audio, video capture interface collecting video data, and through the UDP to send data to realize the audio, video c<赖兴辉> 在 2025-06-01 上传 | 大小:106kb | 下载:1
[数值算法/人工智能] Ddijkstra-ci
说明:Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。CSHARP实现算法 -Dijkstra algorithm is a typical shortest<> 在 2025-06-01 上传 | 大小:2kb | 下载:1