登录
首页 » 算法 » A source code for gragh

A source code for gragh

于 2022-01-26 发布 文件大小:34.80 kB
0 43
下载积分: 2 下载次数: 1

代码说明:

A source code for gragh

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 素数环: 把从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
  • acm换钱的,主要检查货币的度量衡是否可以用贪心
    acm换钱的算法,主要检查货币的度量衡是否可以用贪心法-acm exchange algorithms, the main currency of the Weights and Measures to check whether the greedy method can be used
    2023-01-06 12:45:03下载
    积分:1
  • 双色球随机软件源码
    void CRandDlg::OnOK()  { // TODO: Add extra validation here int a[7]; int b=0; srand((unsigned)time( NULL ));  for (int i=0;i
    2022-03-24 20:24:18下载
    积分:1
  • 用opencv实现的图像平滑去噪(领域滤波、中值滤波)
    用opencv实现的图像平滑平滑,包含领域滤波和中值滤波,通过程序结果可以看出,对于胡椒盐噪声,中值滤波明显优于领域滤波
    2022-01-31 16:59:50下载
    积分:1
  • Slope One
    Slope One算法实现,用java编程语言实现的,可用于数据挖掘研究和知识发现等,其中还提供了数据集供实验分析。
    2022-05-07 10:33:24下载
    积分:1
  • 用vc实现的遗传,有界面,易操作,从文件读取参数设置,结果输出到文件中,移植性强...
    用vc实现的遗传算法,有界面,易操作,从文件读取参数设置,结果输出到文件中,移植性强-Vc implemented using genetic algorithms, there are interface, easy to operate, read from the file parameter settings, the resulting output to a file, transplantation and strong
    2022-03-19 18:25:10下载
    积分:1
  • C语言推箱子
    资源描述 基于C语言的小游戏推箱子源码,在X-code中运行的,同时,可以在其他工具中实现。
    2022-01-22 14:30:43下载
    积分:1
  • 红黑树的C++实现
    红黑树的C++实现,包括红黑树的插入,删除,左右旋转等操作,还包括了二叉树的基本操作(用于红黑树的实现)。
    2022-03-14 12:23:01下载
    积分:1
  • 北大ACM试题poj 第3068题源码,很好的代码,希望对搞ACM的同学有帮助...
    北大ACM试题poj 第3068题源码,很好的代码,希望对搞ACM的同学有帮助 -Peking University ACM Chapter 3068 question Question poj source code, good code, and want to help students engage in ACM
    2022-01-28 18:40:13下载
    积分:1
  • 混合矩阵估计在瞬时盲源分离
    这是刊登在报纸的混合矩阵估计算法的 matlab 代码 V.G.Reju、 S.N.岛和 I.Y。很快,"为混合的瞬时盲源分离中的矩阵估计算法,"信号处理,卷第 89 9 期,2009 年 9 月,页 1762–1773.
    2022-12-22 05:00:04下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载