资源列表
[数据结构常用算法] a
说明:输入某年某月某日,判断这一天是这一年的第几天? 程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天。-Input of a certain period of a day, this day is to determine the first few days this year? Program analysis: the Marc<liumeihong> 在 2024-11-13 上传 | 大小:3kb | 下载:0
[数据结构常用算法] a
说明:输入三个整数x,y,z,请把这三个数由小到大输出。 程序分析:我们想办法把最小的数放到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. P<liumeihong> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 1--Fibonacci
说明:C简单写的Fibonacci数的递归算法-C write simple of the number of the Fibonacci recursion algorithm<xiechen> 在 2024-11-13 上传 | 大小:175kb | 下载:0
[数据结构常用算法] 2--Binsearch
说明:利用C语言二分查找的算法实现,供大家参考-Using C language binary search algorithm for your reference<xiechen> 在 2024-11-13 上传 | 大小:888kb | 下载:0
[数据结构常用算法] Binary-tree
说明:用C语言实验数据结构中的二叉树的建立,先序排列,及统计叶子节点数-Experiments with the C language data structures in the establishment of a binary tree, the first order arrangement, leaf nodes and statistics<李工> 在 2024-11-13 上传 | 大小:1kb | 下载:0