资源列表

« 1 2 ... .49 .50 .51 .52 .53 1754.55 .56 .57 .58 .59 ... 66581 »

[C#编程Circularlinkedlist

说明:实现一个双向循环链表,每个结点中除有prior,data和next三个域之外,还增设了一个访问频度域freq。在链表被起用之前,频度域freq的值均初始化为零,而每当对链表进行一次LOCATE(L,x)的操作后,被访问的结点(即元素值等于x的结点)中的频度域freq的值便增1,同时调整链表中结点之间的次序,使其按访问频度非递增的次序顺序排列,以便始终保持被频繁访问的结点总是靠近表头结点。-Circular linked list to implement a two-way, each node
<欧阳翔> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[C#编程Bracketmatching

说明: 判别给定表达式中所含括号(包括圆括号“()”、方括号“【】”、花括号“{}”)是否正确匹配出现。-Discrimination contained in the given expression in parentheses (including the parentheses " ()" , square brackets " 【】" braces " {}" ) correct match appears.
<欧阳翔> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序chap3_1

说明:专家PID源程序 刘金锟 先进PID-Expert PID source
<破破> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序randomsingal

说明:随机信号 频谱分析 随机信号 频谱分析 随机信号 频谱分析 -Spectral analysis of random signalsSpectral analysis of random signalsSpectral analysis of random signalsvSpectral analysis of random signalsv
<陈辉华> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序xnbm

说明:Matlab关于香农信道容量公式演示实验 -Matlab on Shannon channel capacity formula Matlab demonstration experiment on the Shannon channel capacity formula Demonstration
<陈志平> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[文件操作ceshi

说明:从键盘读入字符并输出到显示器的程序的设计;从文件中读入信息并输出到显示器的程序的设计;直接输出到文件上的功能。-Read characters from the keyboard and output to monitor the design process information read from the file and output to monitor the design process direct output to a file on the function.
<李真> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序bfs

说明:hdu 3085 一道bfs题 一点值得注意的,鬼魅先走,mm与gg后走,直接模拟这个这个场景,突出时间的先后性,一秒与一秒的区别。。。这样模拟很难出错-hdu 3085 an ACM question.it is about bfs
<asd> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[C#编程a3

说明:关于二叉树的C语言编程,描述了二叉树的建立以及二叉树的遍历-On the binary tree of C language programming, described the establishment as well as binary tree binary tree traversal
<飞鸟> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序BinaryTree

说明:二叉树的递归遍历,包括前中后三种遍历,并且采用先序输入-Recursive binary tree traversal
<yangchao> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序LenearTableComplet

说明:采用c语言实现数据结构单链表的各种操作,如增加表元素,删除表元素等-C language data structure used a single list of the various operations, such as increasing the table element, delete the table element, etc.
<刘晓> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序juzhenchengfa

说明:用C语言编写的矩阵的乘法,并且采用行序方法压缩存储。-Using C language matrix multiplication, and sequence method using compressed row storage.
<刘晓> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序24points

说明:用C++写的穷举算能否为24点的小程序,剔除了一些重复的可能,算法算比较有效。-Written in C++, can count to 24 points, exhaustivity small program might eliminate some duplication, algorithms considered more effective.
<zgx> 在 2025-06-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 1754.55 .56 .57 .58 .59 ... 66581 »

源码中国 www.ymcn.org