NSGA-Ⅱ算法大量测试函数实验结果展示
2022-12-14 22:42:50 2.04MB NSGA-Ⅱ算法
1
这个代码是用窗函数设计FIR滤波器的代码。
2022-12-14 19:57:07 2KB 使用窗函数设计FIR低通滤波器
1
PHP常用函数总结 PHP常用函数总结 PHP常用函数总结.pdf
2022-12-14 18:36:13 338KB PHP 常用函数 总结 pdf
1
PHP常用函数总结 数学函数 1.abs(): 求绝对值 $abs = abs(-4.2); //4.2 数字绝对值数字 2.ceil(): 进一法取整 echo ceil(9.999); // 10 浮点数进一取整 3.floor(): 舍去法取整     echo floor(9.999); // 9 浮点数直接舍去小数部分 4.fmod(): 浮点数取余 $x = 5.7; $y = 1.3; // 两个浮点数,x>y 浮点余数 $r = fmod($x, $y); // $r equals 0.5, because 4 * 1.3 + 0.5 = 5.7 5.pow(): 返
2022-12-14 18:33:06 152KB 函数
1
本文实例讲述了python简单实现矩阵的乘,加,转置和逆运算。分享给大家供大家参考,具体如下: 使用python完成矩阵的乘,加,转置和逆: # -*- coding:utf-8 -*- #矩阵的乘,加,转置和逆 #numpy库提供矩阵运算的功能 from numpy import *; import numpy as np; #矩阵的创建(随机) data=mat(random.randint(10,size=(3,3))) data=mat([ [3,4,4], [4,9,7], [2,3,3] ]) #矩阵的乘: data_1=mat([[1],[2],[3]]
2022-12-14 18:05:10 35KB python python函数 python矩阵
1
关于Nilsson sequence score这个估计花费算法(也就是计算h的,估计函数) 其中 Nilsson's sequence score A tile in the center scores 1 (since it should be empty) For each tile not in the center, if the tile clockwise to it is not the one that should be clockwise to it then score 2. Multiply this sequence by three and finally add the total distance you need to move each tile back to its correct position.
2022-12-14 13:48:51 58KB 八数码 A*算法 估价函数
1
该函数用于计算 Modbus CRC16 多项式为 0xA001,输入数据是您要发送的数据的向量。
2022-12-14 10:37:13 1KB matlab
1
高级函数汇总
2022-12-14 10:16:17 7KB pgsql
1
常用的VB bas函数文件源码集,涉及API,鼠标操作、数学函数、字符串和声音函数、光标函数、托盘函数、对话框和GDI函数等,都是些比较基储基本的函数,但对于完善你的应用程序有很实用的价值。
2022-12-14 08:45:41 39KB VB源码-其它源码
1
使用SAP IP工具发布SAP RFC函数的webservice服务 使用JAVA调用IP发布的webservice服务,包括代码实现 打包SAP IP开发包,导入生产系统
2022-12-13 19:18:21 1.25MB SAPRFC SAPPI webservice服务 接口
1