资源列表

« 1 2 ... .50 .51 .52 .53 .54 555.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法2chashu

说明:最简单易学的二叉树例子,适合刚开始接触数据结构的同学!-The simplest example of a binary tree to learn, just getting started with a data structure suitable for the students!
<诚毅韬世> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法conversion

说明:数据结构的简单应用来实现数制转换,利用链式结构实现栈。-Simple application data structures to achieve number system conversion, the use of chain structure to achieve stack.
<诚毅韬世> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法1-1

说明:一本书的页码从自然数1开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0。例如第6页用6表示而不是06或006。数字统计问题要求对给定书的总页码,计算出书的全部页码中分别用到多少次数字0,1,2,3,.....9。-A book page from the coding sequence of natural numbers starting at 1 until the natural number
< 高安市> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法pajek_vgr

说明:将复杂网络连边关系转换为.vgr格式,以便导入pajek进行拓扑结构分析-The complex network of relationships even convert edge. Vgr format to be imported topology analysis pajek
<某静某> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法homework6_2

说明:日历的设置。输入数组,构造年、月、日数据,按最大至最小的次序输出日期。-Calendar settings. Input array, constructed year, month, date data, according to the order of the largest to the smallest output date.
<赵宇> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法P204-ziliti-4

说明:矩阵相加、相减、作乘法运算。使用运算符重载方法进行调用。-Matrix addition, subtraction, multiplication made. Use operator overloading method call.
<赵宇> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法P207-ziliti-5

说明:实现简单计算器功能的程序。加减乘除运算,可以是整数,也可以是小数。-Simple calculator program. Arithmetic operations, can be an integer, it can be fractional.
<赵宇> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法fluent-making-irregular-waves

说明:fluent造不规则波,结合fluent UDF功能造不规则波-fluent making irregular waves
<木子雨> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法eightqueen2

说明:八皇后的两种算法 八皇后的两种算法 八皇后的两种算法-Two algorithms of the two algorithms Eight Queens Eight Queens Eight Queens two algorithms two algorithms Eight Queens Eight Queens of the two algorithms
<wer234> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:1.模式匹配:子串在主串中的定位,也叫字符串匹配。模式匹配成功是指在主串S中能够找到模式串T,否则,称模式串T在主串S中不存在。 2.模式匹配的应用在非常广泛。例如,在文本编辑程序中,我们经常要查找某一特定单词在文本中出现的位置。 3.模式匹配算法的研究能极大地提高文本编辑程序的响应性能。 -1 pattern matching: substring positioned in the main string, also c
<奋斗菠萝> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:1.某银行有四个窗口。编制程序记录银行的客户服务情况,并计算当天客户的平均逗留时间。 2.事件 类型:客户到达和四个窗口的客户离开。 时间:时间发生时间 3.事件考虑用“链表”进行存储。 -1 There are four windows of a bank. Programming the bank s customer service record, and calculate the average lengt
<奋斗菠萝> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法ttt

说明:题目描述】 给定一个R行C列的01矩阵,求一个最大的正方形全1子矩阵,并输出该最大正方形子矩阵的面积。 【输入】 第一行给出两个正整数R,C,表示矩阵有R行C列; 接下来R行C列给出这个01矩阵,行内相邻两元素用一个空格隔开。 【输出】 一个数,最大正方形子矩阵的的面积(即1的个数)。 输入输出样例】-Topic Descr iption Given a R
<test> 在 2025-01-27 上传 | 大小:1kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 555.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org