登录
首页 » 其他项目 » 此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以...

此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以...

于 2023-02-08 发布 文件大小:66.34 kB
0 174
下载积分: 2 下载次数: 1

代码说明:

此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以-This article has iteration of the algorithm, exhaustive search method, the recursive method, greedy method, backtracking, sub-rule method, dynamic programming, etc., can be useful

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

发表评论

0 个回复

  • labview多指令上位机
    LabVIEW(Laboratory Virtual Instrumentation Engineering Workbench,实验室虚拟仪器工程平台)是由美国国家仪器公司所开发的图形化程序编译平台,发明者为杰夫·考度斯基(Jeff Kodosky),程序最初于1986年在苹果电脑上发表。目前可支持Windows,UNIX,Linux,Mac OS等操作系统。由于LabVIEW特殊的图形程序简单易懂的开发接口,缩短了开发原型的速度以及方便日后的软件维护,因此逐渐受到系统开发及研究人员的喜爱。初学labVIEW,自己制作的上位机,互相学习!!!
    2023-05-22 03:40:03下载
    积分:1
  • 欢迎使用网页设计 在线学习系统 本系统主要特点如下: 1.本系统采用学号加密码登录,可接受外部注册。 2.教学内容模块可由教师后台管理。 3.保...
    欢迎使用网页设计 在线学习系统 本系统主要特点如下: 1.本系统采用学号加密码登录,可接受外部注册。 2.教学内容模块可由教师后台管理。 3.保存学生学习进度。 4.多种交互方式。 5.提供在线考试模块,同时能够进行补考,成绩查询等功能。 6.网页设计教学内容部分精心挑选,并进行了较好的分类。 本系统运行环境 windows 98 +PWS windows 2000+IIS windows XP+IIS 最佳分辨率:1024*768 要求IE流览器版本不低于5.0 要系统未在NETSCAPE流览器下测试过,建议您使用IE流览器。 如果在线学习者较多时,建议转成Sql server 数据库 本系统可自由使用,没有任何限制。 QQ:86214492 本系统学生测试帐号为122005001 密码为:123 老师测试帐号为:teacher 密码为:123 -Welcome to Web Design Online Learning System The main features of the system are as follows: 1. The school system increases its password, acceptable external registration. 2. Teaching content management modules can be teachers in the background. 3. To preserve the progress of student learning. 4. A variety of interactive ways. 5. Provides an online test module, at the same time to carry out make-up, the functions of query results. 6. Web Design part of carefully selected educational content and a better classification. The system operating e
    2023-04-05 06:25:04下载
    积分:1
  • 抄表机程序,简短TXT文件
    抄表机程序,简短TXT文件-CBJ
    2022-03-11 11:43:25下载
    积分:1
  • 使用VB,在MAPX中利用定时器方法闪烁图元
    使用VB,在MAPX中利用定时器方法闪烁图元-The use of VB, the use of timers in MAPX flashing graphic element Methods
    2022-04-09 09:55:00下载
    积分:1
  • 7 segment driving with 74164 with atmel
    7 segment driving with 74164 with atmel
    2022-05-04 22:44:22下载
    积分:1
  • unicode码转换 unicode码转换
    unicode码转换 unicode码转换 -unicode conversion unicode code code code-switching unicode conversion unicode code-switching
    2022-02-03 22:58:56下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 红蓝军对战
    运用C语言编写的小游戏,在DOS环境下运行,所有的界面和实现算法都是自己写的,可以参考~
    2023-01-25 23:25:04下载
    积分:1
  • dds
    dds->9954的pcb供大家参考,这个扳子我调通了的可以放心开办-dds-
    2022-01-21 01:31:55下载
    积分:1
  • 红外4PPM解码的源程序,在muxplusII下实现的,
    红外4PPM解码的源程序,在muxplusII下实现的,-4PPM infrared source decoder, in the realization of the muxplusII,
    2023-03-04 01:15:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载