资源列表
[VHDL编程] lift-verilogHDL
说明:利用verilog语言实现一个简单的电梯控制,可借助最小系统开发板进行试验-control lift by using verilong HDL<吴国强> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[Windows编程] battery-cauge-problem-bios
说明:this is a test upload maybe work or not i hope later uploading more<marco> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] shuzishizhong
说明:利用单片机做数字时钟,支持调表功能,键盘,分离独立键盘。-Digital clock using microcontroller to do to support the transfer table, keyboard, separates the keyboard.<jiangjiaguo> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[matlab例程] match-lfm
说明:线性调频信号匹配滤波器的设计与实现,详细-LFM matched filter design and implementation details<huangxiaodong> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[matlab例程] macthed_filter_2
说明:线性调频信号的匹配滤波器的设计与实现第二款-LFM matched filter design and implementation of paragraph<huangxiaodong> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] LED
说明:PIC16F628A单片机跑马灯程序,对首次接触PIC单片机的很有帮助啊~-PIC16F628A microcontroller Marquee procedures on the first contact is helpful ah PIC microcontroller<yangzx> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] xuanzhuanzhengfangxing
说明:这是一个计算机图形学的程序,通过它可以实现正方体的旋转。-This is a computer graphics program, it can be achieved by rotating the cube.<阿斯顿> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] scom
说明:linux 里面最简单的串口程序,是开始了解串口好的入门例子-linux serial port which the simplest procedure is to begin to understand a good introductory example serial ~ ~ ~<kaka> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[Internet/网络编程] node_2
说明:ns2经典例子,用于仿真无线节点的情况,可以再此基础上扩展-ns2 classic example, the case for the simulation of wireless nodes that can be extended on this basis<夏佳> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[数据结构常用算法] (Dijkstra)-a-shortest-path-algorithm
说明:大概流程如下: 初始对每个点e,令v[e]=0,dis[e]=inf 令起点dis[s]=0 每次找出p,使得v[p]=0,并且dis[p]最小 令v[p]=1 对每个和p相邻的q,用dis[p]+distance[p,q]去更新dis[q] 直到找不到v[p]=0-Probably process is as follows: For every dot e, initial [e] to v = 0, dis [e] = inf Make starting<江洋> 在 2025-07-20 上传 | 大小:1kb | 下载:0