资源列表
[数据结构常用算法] 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> 在 2025-05-14 上传 | 大小: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 numbe<liumeihong> 在 2025-05-14 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 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> 在 2025-05-14 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] intPSO
说明:该程序是一整数版的PSO程序。该程序对于整数版PSO的各种应用可作为模板程序-this is a good source code for integer pso<曹婧> 在 2025-05-14 上传 | 大小:4kb | 下载: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> 在 2025-05-14 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] pso_nnet
说明:pso_nnet训练神经网络,优化BP神经网络-pso_nnet train the neural network, BP neural network optimization<曹婧> 在 2025-05-14 上传 | 大小:8kb | 下载:0
[人工智能/神经网络/遗传算法] hybrid_PSO
说明:一种基于混合策略的改进粒子群优化算法,包括执行程序hpso.m和参数设定hPSOoptions.m两个源文件。代码清晰,易于改进实现。结果显示有效的提高-Hybrid strategy based on improved particle swarm optimization, including the implementation of the program and parameter set hPSOoptions.m hpso<曹婧> 在 2025-05-14 上传 | 大小:4kb | 下载:0