资源列表

排序选择:

« 1 2 ... .80 .81 .82 .83 .84 186185.86 .87 .88 .89 .90 ... 267454 »

[书籍源码linkqueue

说明:链式队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。一般队列的存储结构是顺序存储,当队列的存储结构是链式存储结构时(即队列中每个元素都包含一个指向其后继的指针,最后一个元素指针为null),就是链式队列,和链栈同理。-A queue is a special kind of linear form, it only allows the front end
<uname> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[J2MEjavaadvancereg

说明:java 正则表达式,用于字符串的比对、取代、分离等-java regular expressions for string matching, substitution, separation
<lg> 在 2025-07-08 上传 | 大小:15kb | 下载:0

[matlab例程ofdm_16qam

说明:16QAM调制OFDM系统仿真示例,实现OFDM系统各部分的基本功能-16QAM modulation OFDM system simulation example, the realization of OFDM system basic functions of each part
<> 在 2025-07-08 上传 | 大小:4kb | 下载:0

[matlab例程gscale

说明:matlab的gscale函数功能是将强度图像等映射到别的值范围。-Function of matlab gscale intensity images is mapped to another range.
<鲁力> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[书籍源码linklist

说明:链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。 相比于线性表顺序结构,链表比较方便插入和删除操作。-A linked list is a physical storage unit discontinuous, non-sequential storage structure, t
<uname> 在 2025-07-08 上传 | 大小: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-07-08 上传 | 大小:14kb | 下载:0

[android开发com.xzy.demo

说明:android 对于nfc标签的读取,自定义视频的使用-android nfc tag for reading, the use of custom video
<lg> 在 2025-07-08 上传 | 大小:233kb | 下载:0

[其他小程序Newton-diedai

说明:一个非线性方程,用fortran编程newton迭代法的解法。。。!-solve function with fortran (newton)
<范凡> 在 2025-07-08 上传 | 大小: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-07-08 上传 | 大小: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-07-08 上传 | 大小: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-07-08 上传 | 大小:1kb | 下载:0

[Windows编程pso

说明:微粒群算法,用于帮助用户完成一个简单微粒群算法的设计工作。-hello,This is a little pragram for pso .
<晓天> 在 2025-07-08 上传 | 大小:5kb | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 186185.86 .87 .88 .89 .90 ... 267454 »

源码中国 www.ymcn.org