-
交互支持向量机学习算法及其应用
交互支持向量机学习算法及其应用- Alternately supports the vector machine study algorithm and its
applies
- 2022-03-18 12:04:40下载
- 积分:1
-
Biometric recognition: techniques, applications and challenges
生物识别:
- 2023-01-05 07:40:03下载
- 积分:1
-
克里格algorithym
Kriging 内插算法 通过已知点的测量值来内插获取未知点的预测-Kriging algorithym
- 2022-03-04 00:57:53下载
- 积分:1
-
通过星历文件计算卫星的坐标,当然星历数据有限,如果要计算更多的星历数据,需要更改源代码...
通过星历文件计算卫星的坐标,当然星历数据有限,如果要计算更多的星历数据,需要更改源代码-Through the calculation of satellite ephemeris file coordinates, of course, ephemeris data is limited, if calculated more ephemeris data, need to change the source code
- 2022-04-07 16:56:43下载
- 积分:1
-
taxable procedures. Income can be calculated weekly, recently income from the be...
计税程序。可以计算每周收入、最近收入、从年初到目前的所得税、扣除的联邦收入税以及帐目检查等。
This program computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.-taxable procedures. Income can be calculated weekly, recently income from the beginning of the current income tax, the deduction of federal income taxes as well as accounts of inspection. This program computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.
- 2022-08-20 10:08:10下载
- 积分:1
-
SolovayStrassen素性检测算法
Solovay-strassen概率判别法
利用欧拉判别条件
成立不一定为素数,n为合数时成立叫做基b的euler拟素数
基b的euler拟素数一定是基b的拟素数,逆不成立
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-27 14:20:06下载
- 积分:1
-
用VB实现优化计算的智能算法
用VB实现优化计算的智能算法-VB Intelligent Optimization Algorithm
- 2022-05-26 09:02:40下载
- 积分:1
-
一种混杂粒子群优化算法,通过单纯形加速优化过程
一种混杂粒子群优化算法,通过单纯形加速优化过程-A hybrid particle swarm optimization algorithm, to accelerate the adoption of simplex optimization process
- 2022-06-16 04:09:21下载
- 积分:1
-
用VC编写的迷宫最短路径求解。
用VC编写的迷宫最短路径求解。-VC prepared by the shortest path to solve the maze.
- 2023-04-02 16:05:03下载
- 积分:1
-
vb CRC校验源码
"CRC算法函数
Public Function CRC(STR1 As String) As String
Dim CRCREG As Long
Dim MVAL As Long
Dim R As Integer
Dim T As Integer
CRCREG = 65535
For R = 1 To Len(STR1) Step 2
MVAL = Val("&H" + Mid(STR1, R, 2))
CRCREG = CRCREG Xor MVAL
CRCREG = C
- 2022-02-10 03:39:12下载
- 积分:1