-
研究生数学建模关于交警服务平台调度问题
此程序为2011年研究生数学建模试题的解答。程序中用到了Floyd算法,遗传算法,很好的解决了该问题。
- 2023-07-06 21:55:03下载
- 积分:1
-
Super 8 after the algorithm, only a dozen lines of code derived entirely all sol...
超强的八后算法,只有十几行代码完全求出所有解,速度超快-Super 8 after the algorithm, only a dozen lines of code derived entirely all solutions, speed Ultrafast
- 2023-04-19 07:05:03下载
- 积分:1
-
关于小波的matlab四种变换,研究小波应用的很需要
关于小波的matlab四种变换,研究小波应用的很需要-on four Matlab wavelet transform, the application of wavelet research is needed
- 2023-01-25 09:00:03下载
- 积分:1
-
C language Multiplier
用C语言实现的乘法器-C language Multiplier
- 2022-01-27 19:14:22下载
- 积分:1
-
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可
1.与前面所有的数不重复
2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
- 2022-03-13 12:39:07下载
- 积分:1
-
三角分解法,对于数值计算的朋友可能会有一定的帮助
三角分解法,对于数值计算的朋友可能会有一定的帮助-triangular decomposition method for the numerical calculation of a friend may be of some help
- 2023-05-08 10:25:03下载
- 积分:1
-
九九乘法表
一个用c++编写的打印九九乘法表的程序,初学者值得一看,仅供参考!
- 2022-01-28 01:51:27下载
- 积分:1
-
五子棋游戏
用C++编写的五子棋游戏
- 2022-11-06 14:00:03下载
- 积分:1
-
用于评价图像分割的精度,包括单个物体的相对错误率指标,和标记错误率。-used to evaluate the accuracy of image segmentation, including in
用于评价图像分割的精度,包括单个物体的相对错误率指标,和标记错误率。-used to evaluate the accuracy of image segmentation, including individual objects relative error rate indicators, and marking error rate.
- 2022-02-01 11:21:52下载
- 积分:1
-
键盘事件触发检测
当单击鼠标左键时或者按下键盘一个按键,程序会检测到,并在窗口显示相关信息,适用于初学VC6.0winapp开发者参考。
- 2022-08-24 20:27:01下载
- 积分:1