资源列表

« 1 2 ... .25 .26 .27 .28 .29 1930.31 .32 .33 .34 .35 ... 2656 »

[数据结构常用算法SX23

说明:编写一个函数sort(int A[],int n),函数的功能是用选择法对数组进行由小到大的排序,其中n为数组A的元素个数。在主函数中输入10个数据,调用函数排序,然后输出排序好的10个数据。(输入数据:6,8,9,1,2,5,4,7,3,18)-Write a function sort (int A [], int n), the function is the function selection method for sorti
<macaihong> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法SX21

说明: 用二分查找法在已排序好的数组中查找输入的数。如果找到了输出该数的下标,否则输出“未找到”。(数组为:1,2,13,24,25,44,57,63,66,78,90,100)。-Using binary search in a sorted array to find a good number of inputs. If you find out the number of subscr ipts, otherwise output
<macaihong> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法EXHASH

说明:implementation of extendible hashing
<amritha> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法time_apart

说明:分时系统模拟,C++代码,数据结构算法。自定义用户数量,cpu工作时间,等待时间-Time-sharing system simulation, C++ code, data structures, algorithms. Customize the number of users, cpu working hours, waiting time
<黄悦> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法tutututu

说明:C++编程,图的遍历算法。广度优先遍历和深度优先遍历算法都有。-C++ programming, graph traversal algorithm. Breadth-first and depth-first traversal.
<黄悦> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法Job-manage

说明:使用C语言模拟的,单道处理机的作业调度算法,使用的是最大响应比优先的算法。-Simulated using the C language, single-channel processor job scheduling algorithm, using the maximum response than the priority of the algorithm.
<> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法a

说明:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 -With 1,2,3,4 numbers, how many can be composed with each other and not repeat the three-digit numbers? Are how muc
<liumeihong> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法a

说明:企业发放的奖金根据利润提成。利润(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万元的部分
<liumeihong> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法a

说明:一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少? 程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后       的结果满足如下条件,即是结果。-An integer, with 100 after it is a perfect square, plus 168 is a perfect square, what is the numbe
<liumeihong> 在 2024-11-03 上传 | 大小:2048 | 下载: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-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法sort

说明:用c语言实现数据结构课本中的排序算法,包括希尔排序,快速排序,堆排序,归并排序,基数排序-Data structure using c language textbooks, sorting algorithms, including the shell sort, quick sort, heap sort, merge sort, radix sort
<李工> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法Binary-tree

说明:创建二叉树,先序中序后序递归二叉树,求叶子数目,求树高,左右子树交换。-Create a binary tree, in order of first-order recursive post-order binary tree, find the number of leaves, tree height requirements, exchange of left and right subtrees.
<zhoulu> 在 2024-11-03 上传 | 大小:2048 | 下载:0
« 1 2 ... .25 .26 .27 .28 .29 1930.31 .32 .33 .34 .35 ... 2656 »

源码中国 www.ymcn.org