-
一种最大数量的随机抽取
输入一个最大数字,随机数抽奖-importation of a maximum number of random draw
- 2022-03-03 12:47:21下载
- 积分:1
-
《科学计算和C程序集》配套光盘,有很多常用的数值算法。
《科学计算和C程序集》配套光盘,有很多常用的数值算法。-"scientific calculation and collection procedures C" complementary discs, there are many commonly used algorithm.
- 2022-01-26 04:34:17下载
- 积分: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
-
curve fitting code, based on minimize the variances values.
更具 聂翔 教授写的 最小二乘法 在曲线拟合中的实现,写成的code,编译通过。-curve fitting code, based on minimize the variances values.
- 2022-04-07 09:33:45下载
- 积分:1
-
fibnacci数列
斐波那契数列:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...如果设F(n)为该数列的第n项(n∈N*),那么这句话可以写成如下形式:显然这是一个线性递推数列。
- 2023-04-15 07:55:10下载
- 积分:1
-
小孩排队问题
小孩排队问题- The child lines up the question
- 2022-09-18 19:00:03下载
- 积分:1
-
人脸追踪 FaceTrace
应用背景
人脸识别 人脸追踪
The software is provided under the terms of this licence stricly for
// academic, non-commercial, not-for-profit purposes.
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions (licence) and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions (licence) and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * The name of the author may not be used to endorse or promote products
// derived from this software without specific prior written permission.
// * As this software d
- 2022-08-14 06:55:42下载
- 积分:1
-
车间调度问题
车间调度问题的基于工序的编码源程序,适合用遗传算法研究车间调度问题的人。-shop scheduling processes based on the source code suitable for use genetic algorithm shop scheduling people.
用遗传算法解决多目标车间调度问题,此算法是经典算法.
一个用于图编码的遗传算法,实现了多种算子,如选择、交叉、编译、比较等,具体的请参见源码
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-19 12:31:32下载
- 积分:1
-
有限差分波动方程不加边界条件二阶正演时间切片程序。
有限差分波动方程不加边界条件二阶正演时间切片程序。-Finite difference wave equation without boundary conditions of second-order forward time-slicing procedure.
- 2023-01-28 02:50:03下载
- 积分:1
-
杭州电子科技大学在线系统ACM的2037题,用贪心方法解决
杭州电子科技大学在线系统ACM的2037题,用贪心方法解决-Hangzhou University of Electronic Science and Technology ACM-line system of the 2037 title with a greedy solution
- 2022-06-17 04:16:28下载
- 积分:1