资源列表
排序选择:
[matlab例程] ofdm_16qam
说明:16QAM调制OFDM系统仿真示例,实现OFDM系统各部分的基本功能-16QAM modulation OFDM system simulation example, the realization of OFDM system basic functions of each part<> 在 2025-09-24 上传 | 大小:4kb | 下载:0
[书籍源码] linklist
说明:链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。 相比于线性表顺序结构,链表比较方便插入和删除操作。-A linked list is a physical storage unit discontinuous, non-sequential storage structure, t<uname> 在 2025-09-24 上传 | 大小:2kb | 下载:0
[C#编程] csharpwin
说明:C#实现注销、关闭和重启计算机,关注本站的网友可能会发现,本站已发布过实现相同功能的C#重启、关机程序-C# implement logout, shutdown and restart your computer, concerned about the site' s users may find that this site has been released to achieve the same functionality in C# restart, shutdown proc<tpudn11> 在 2025-09-24 上传 | 大小:14kb | 下载:0
[android开发] com.xzy.demo
说明:android 对于nfc标签的读取,自定义视频的使用-android nfc tag for reading, the use of custom video<lg> 在 2025-09-24 上传 | 大小:233kb | 下载:0
[其他小程序] Newton-diedai
说明:一个非线性方程,用fortran编程newton迭代法的解法。。。!-solve function with fortran (newton)<范凡> 在 2025-09-24 上传 | 大小:648kb | 下载:0
[C#编程] kuaijiefs
说明:C#创建应用程序快捷方式,通过本程序很容易就创建了指定程序的快捷方式,浏览到指定的程序,然后点击“创建快捷方式”按钮就可实现-C# to create application shortcuts, through this program is very easy to create a shortcut to the specified program, navigate to the specified program, and then click the " Create Sho<tpudn12> 在 2025-09-24 上传 | 大小:37kb | 下载:0
[C#编程] mousestyle
说明:C#程序实现改变鼠标的指针样式,将鼠标指针由Windows默认的白色变成带渐变的蓝色,看上去漂亮极了,不过,程序并不能恢复已更改的鼠标样式,可能程序有Bug,欢迎修正-C# program to change the mouse pointer style, move the mouse pointer from the Windows default with a gradient white to blue, looks fantastic, but the program will not<tpudn13> 在 2025-09-24 上传 | 大小:18kb | 下载:0
[书籍源码] linkstack
说明:链表实现的栈,并包含相应的栈操作。栈(stack)是一种特殊的线性表。其特殊性在于限定插入和删 除数据元素的操作只能在线性表的一端进行。-Linked list implementation of the stack and the stack contains the corresponding operation. Stack (stack) is a special linear form. Its uniqueness lies in defining insert and delete<uname> 在 2025-09-24 上传 | 大小:1kb | 下载:0
[2D图形编程] Decoder_Png-
说明:png 格式图片解码读写(调用底层方式实现)-decode png image<liuchao> 在 2025-09-24 上传 | 大小:5kb | 下载:0
[书籍源码] seqstack
说明:顺序栈:即栈的顺序存储结构,是用一 组地址连续的存储单元依次存放自栈底 到栈顶的数据元素,并用起始端作为栈底,附设指针 top 指示栈顶 元素在顺序栈中的位置。-Stack order: the order of stack storage structure is the use of a set of contiguous memory cells sequentially stored from bottom of the stack to stack the data elements,<uname> 在 2025-09-24 上传 | 大小:1kb | 下载:0