登录
首页 » Windows开发 » 该程序实现对残缺棋盘覆盖问题的求解 采用方法:分治方法

该程序实现对残缺棋盘覆盖问题的求解 采用方法:分治方法

于 2022-10-27 发布 文件大小:2.28 kB
0 168
下载积分: 2 下载次数: 1

代码说明:

该程序实现对残缺棋盘覆盖问题的求解 采用方法:分治方法-the program right chessboard incomplete coverage of the methods used to solve : the administration

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

发表评论

0 个回复

  • 哈富的人边一qi.zhe葛东西很好de.da家块店下在拉
    哈夫曼编译器,这个东西真的很不错,适合初学者学习。请多多下载-ha fu man bian yi qi.zhe ge dong xi hen hao de.da jia kuai dian xia zai la
    2022-09-17 17:35:03下载
    积分:1
  • 自己的c语言日历小程序.
    自己开发的c语言日历小程序.-their development of the small-c language calendar procedures.
    2023-01-31 02:30:04下载
    积分:1
  • 使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输...
    使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输入的文件A存在后对文件A进行处理,生成另外一个文件B,要求文件B显式包含文件A的所有内容,并且不改变文件A中的已经有的内容。 c) 系统在文件A不存在的情况下,可以发现B中保留的A的内容被修改过。这种修改包括删除/增加A的某行信息,在A的内容中增加/删除/修改某个字符。-use JAVA following a function of the system) system will accept user input a name, the name of the paper document may contain A Chinese and English characters such as newline characters enter. B) System user input in identifying the existence of a document after document A pair of processed produce another document B, B requested documents Explicit document contains all the elements of A and A does not change the document has some content. C) A system in the document did not exist circumstances, it can be found B of A to retain the content has been modified. Such changes include the deletion/A increased to a certain line of information in the contents of A Increase/delete/change certain characters.
    2022-03-22 01:16:46下载
    积分:1
  • 最新的杀人游戏的源代码 来源于84源码下载站,请不要恶意传播,...
    最新的杀人游戏的源代码 来源于84源码下载站,请不要恶意传播,-The latest killings came from the source code of the game Download the source station 84, please do not malicious dissemination,
    2023-02-11 15:00:03下载
    积分:1
  •  《混乱竞技场》一个免费多人连线游戏,游戏支持多个连线玩家在同一个场景中杀怪,练级以及PK,游戏中设定了一个4000*4000大小的场景和一共43种拥有不同技能...
     《混乱竞技场》一个免费多人连线游戏,游戏支持多个连线玩家在同一个场景中杀怪,练级以及PK,游戏中设定了一个4000*4000大小的场景和一共43种拥有不同技能的怪物,有大量怪物聚居的地域供玩家练级,也有强大的怪物供玩家组队挑战,如高地战神、黑龙、巫妖等,怪物分为4种类型,分别是魔法型、战士型、力量射手型、魔法射手型,各有不同的特长,能力基本平衡,玩家可根据爱好选择游戏角色,游戏做过很充足的测试,在平衡性方面做了很多努力,有很强的可玩性,加上华丽的魔法效果,动感的音乐和动作,方便高效的设置和连线功能,是一款值得试玩的游戏。 -"confusion arena," a free people line games, the game supports multiple connections with the players in a scene militia, for itself and PK, the game set a 4000* 4000 and the size of the scenes have a total of 43 different skills monster. a large number of monster populated area for players for itself, but also a strong team player for a monster challenge, such as the upland God of War, Heilonggang. Wu Yao, a monster is divided into four types, namely the magic type, the soldiers type, strength-shooter, shooter-type magic, have different skills, and abilities of balance, players can choose game-loving roles, games done very well in testing, the balance have done a lot of hard work, a strong buzz, plus gorgeous mag
    2022-10-24 03:55:03下载
    积分:1
  • 运用单片机制作数字钟,C程序!非常实用的哦!这是我的课程设计程序...
    运用单片机制作数字钟,C程序!非常实用的哦!这是我的课程设计程序-The use of single-chip digital clock production, C program! Oh, very practical! This is my curriculum design process
    2022-02-10 09:12:15下载
    积分:1
  • 目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的...
    目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。   由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。   假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a
    2022-07-09 13:07:36下载
    积分:1
  • 实用Visual C++6.0教程各章节(第六章)的源代码,很好的让初学者熟悉VC平台。...
    实用Visual C++6.0教程各章节(第六章)的源代码,很好的让初学者熟悉VC开发平台。-Pratical Visual C++6.0 chapter examples
    2022-08-15 12:59:13下载
    积分:1
  • 本书深入介绍了C++语言的来源展及编程中的改进。必定对C++有进一步的认识。...
    本书深入介绍了C++语言的来源发展及编程中的改进。必定对C++有进一步的认识。-This book gave an insight into the source of C++ language development and programming improvements. C++ will definitely have further understanding.
    2023-04-17 21:30:02下载
    积分:1
  • 一个小型的用于管理班级的同学录,像记事一样可用于记录各类信息.有大量的文档说明...
    一个小型的用于管理班级的同学录,像记事一样可用于记录各类信息.有大量的文档说明-a small class for the management of the website, the same as Notepad can be used to record information of all kinds. A large number of documents note
    2022-02-04 00:43:45下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载