资源列表

« 1 2 ... .20 .21 .22 .23 .24 1525.26 .27 .28 .29 .30 ... 2656 »

[数据结构常用算法C

说明:详细介绍了C语言的各种常见算法,算法简单易懂,很适合初学者,值得一看-Described in detail the various common C language algorithm is easy to understand, it is suitable for beginners, worth a visit
<堂堂> 在 2025-06-18 上传 | 大小:38kb | 下载:0

[数据结构常用算法1

说明:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去      掉不满足条件的排列。 -There are numbers 1,2,3,4, can form a number of disparate and non-repetitive three-digit number? Is how much? 1 program analysis: can fill in one hundred
<xie> 在 2025-06-18 上传 | 大小:3kb | 下载:0

[数据结构常用算法2QQ

说明:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高   于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提   成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于   40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于   100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数     掉不满足条件的排列。 -Corp
<xie> 在 2025-06-18 上传 | 大小:3kb | 下载:0

[数据结构常用算法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

[数据结构常用算法5QQ

说明:输入三个整数x,y,z,请把这三个数由小到大输出。1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,      然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小-Enter three integers x, y, z, the number of small to large output of these three please. 1 program analysis: we find a way to p
<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

[数据结构常用算法Heap-Sort

说明:数据结构中所要了解及掌握的堆排序算法。-Data structure to understand and master of the heap sort algorithm. ~~~~~~
<黄崇远> 在 2025-06-18 上传 | 大小:22.77mb | 下载: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
« 1 2 ... .20 .21 .22 .23 .24 1525.26 .27 .28 .29 .30 ... 2656 »

源码中国 www.ymcn.org