资源列表
[数据结构常用算法] 3QQ-
说明:一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?1.程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后-An integer, it is with 100 after a perfect square, plus 168 is a perfect square, what is the number of how many? 1 program analysis: less than 100,000 in j<xie> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[数据结构常用算法] 4QQ
说明:输入某年某月某日,判断这一天是这一年的第几天?1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天。-Enter a certain period of a day, this day is to determine the first few days this year? 1 program analysis: the March 5, for example, should add up to tw<xie> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[数据结构常用算法] cloud-model
说明:李德毅教授的文章《数值型数据的泛概念树的自动生成方法》很有研究价值-Professor Li Deyi article, " the concept of numerical data of the pan-tree method of automatically generated" great research value<范丽媛> 在 2025-06-18 上传 | 大小:215kb | 下载:0
[数据结构常用算法] ParkingArea
说明:数据结构课程设计,停车场管理部分源码-Data structure course design, parking management component source<eewcee> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[数据结构常用算法] a3003@04.02
说明:本程序算法相对简单,可以申请一个2维数组,作为方格的抽象,本程序做了一个尝试,即将2维数组变为一维,但是仍然可以通过整数除法与模运算求得相应与2维数组的行列数值。本题算法其实是经典迷宫问题的一个变种。只是判断规则和行走规则有所出入。解决思想基本一致。现规定从当前点有4*step(step是最大步长)个选择(如果存在的话,否则到方格边界则不走);采用回溯遍历所有的情况,取得最大值输出。-The program algorithm is relatively simple, can apply fo<张飞> 在 2025-06-18 上传 | 大小:1.7mb | 下载:0
[数据结构常用算法] Binary-Tree-Sort
说明:二叉树排序~~~数据结构中要求掌握二叉树的排序-Binary sort ~ ~ ~ binary tree data structure required to master the sort ~~~~~~~<黄崇远> 在 2025-06-18 上传 | 大小:22.96mb | 下载:0
[数据结构常用算法] MergeSort
说明:排序算法:归并排序 根据排序原理实现,时间复杂度为NlogN。测试数据集mergesort.txt为100000个数,结果保存在sortresult.txt中 -Sorting algorithms: merge sort to achieve the principle according to sorting, time complexity NlogN. Test data set mergesort.txt of 100,000 the number of results sto<> 在 2025-06-18 上传 | 大小:552kb | 下载:0