资源列表

« 1 2 ... .15 .16 .17 .18 .19 21320.21 .22 .23 .24 .25 ... 28523 »

[数据结构常用算法time_apart

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

[数据结构常用算法tutututu

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

[matlab例程KL

说明:matlab实现的K-L变换实现主成分分析-matlab implementation of KL transform PCA
<郭鹏宇> 在 2025-11-16 上传 | 大小:2kb | 下载:0

[matlab例程RSA

说明:this is coding of dwt in matlab
<kannan> 在 2025-11-16 上传 | 大小:2kb | 下载: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 much? Program analysis: can fill
<liumeihong> 在 2025-11-16 上传 | 大小:2kb | 下载: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万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?
<liumeihong> 在 2025-11-16 上传 | 大小:2kb | 下载: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 number of how many? Program analysi
<liumeihong> 在 2025-11-16 上传 | 大小:2kb | 下载: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. Program analysis: we find a way
<liumeihong> 在 2025-11-16 上传 | 大小:2kb | 下载:0

[matlab例程fuyangbi

说明:基于养老保险原理对养老保险抚养比进行测算,得出我国养老保险抚养比大小。-Based on the principle of old-age insurance pension dependency ratio is calculated on, come to the size of China' s pension dependency ratio.
<河马> 在 2025-11-16 上传 | 大小:2kb | 下载:0

[matlab例程juzhenzhuanzhi

说明:基于matlab程序对矩阵转置编写的程序,对于矩阵转置很有帮助-Matlab program based on programs written in matrix transposition, matrix transpose for helpful
<河马> 在 2025-11-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法sort

说明:用c语言实现数据结构课本中的排序算法,包括希尔排序,快速排序,堆排序,归并排序,基数排序-Data structure using c language textbooks, sorting algorithms, including the shell sort, quick sort, heap sort, merge sort, radix sort
<李工> 在 2025-11-16 上传 | 大小:2kb | 下载:0
« 1 2 ... .15 .16 .17 .18 .19 21320.21 .22 .23 .24 .25 ... 28523 »

源码中国 www.ymcn.org