登录
首页 » 界面开发 » 1. Search algorithm should be as independent as possible on specific issues. Sea...

1. Search algorithm should be as independent as possible on specific issues. Sea...

于 2022-12-30 发布 文件大小:20.20 kB
0 108
下载积分: 2 下载次数: 1

代码说明:

1. 搜索算法应尽可能独立于具体问题。亦即搜索算法程序既可用于迷宫问题,也可用于九宫重排问题、修道士野人问题等-1. Search algorithm should be as independent as possible on specific issues. Search algorithm which can be used to the maze procedure, can also be used JiuGongTu rearrangement, monks Savage problems

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

发表评论

0 个回复

  • 在线测验管理
    软件信息: 管理学生,准备考试,考试成绩在线并保存在系统上。
    2022-07-15 17:23:30下载
    积分:1
  • 这个可视化的框架类支持具有不同组合的CView视图类、CSplitterWnd和CTabWnd类派生的SDI程序,本程序支持的特性包括: 支持单文档和多文档程序
    这个可视化的框架类支持具有不同组合的CView视图类、CSplitterWnd和CTabWnd类派生的SDI程序,本程序支持的特性包括: 支持单文档和多文档程序 任何视图、多分隔条和标鉴窗口的组合 支持嵌套的分隔条 支持简单的基于CView的程序 支持热键选择活动窗格 支持Ctrl+Tab来进行标签切换 支持列举窗口 标签可以在客户窗口的顶部或底部-visualization of the framework to support different types of combinations of CView View category, CSplitterWnd and CTabWnd category derived SDI procedures, The procedures for features include : support for single-and multi-file any document procedures View, more separation of the window and superscript Stephen support nested combination of the support of segregation based on a simple procedure CView support hotkeys election Optional activities pane support Ctrl Tab label switching to support listed in the window labeled client window or the top Bottom
    2022-08-24 11:15:42下载
    积分:1
  • MFC进程之间的单管道传输
    资源描述 进程之间的单管道数据传输 操作平台:win10+vs2013 pro 运行结果: 1、字符与宽字符之间的转换 //宽字符转字符 void TcharToChar(const TCHAR * tchar, char * _char) { int iLength; //获取字节长度 iLength = WideCharToMultiByte(CP_ACP, 0, tchar, -1, NULL, 0, NULL, NULL); //将tchar值赋给_char WideCharToMultiByte(CP_ACP, 0, tchar, -1, _char, iLength, NULL, NULL); } //字符转宽字符 void CharToTchar(const char * _char, TCHAR * tchar) { int iLength; iLength = MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, NULL, 0); MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, tchar, iLength); } 2、创建进程及单管道传输 void CDemoDlg::OnBnClickedButton1() { // TODO: 在此添加控件通知处理程序代码 //管道相关 HANDLE hPWrite, hPRea
    2022-03-06 10:20:16下载
    积分:1
  • 服装邮购系统,下订单
    服装邮购系统,下订单-->确认审核订单-->派单-->仓库出库,实现管理邮购.-clothing mail order system, under orders-- gt; Audit confirmed orders-- gt; Send alone-- gt; Warehouse out of the hangar, regulatory order.
    2023-07-17 23:55:07下载
    积分:1
  • 使用 MFC 串行化数据和 C++ 对象,三个简单的例子程序
    使用 MFC 串行化数据和 C++ 对象,三个简单的例子程序-The use of MFC serialization data and C++ object, three simple examples of programs
    2022-02-25 04:27:20下载
    积分:1
  • VLC player application
    应用背景基于VLC2.15的播放库,写的一个DEMO,VLC是个强大的播放器,支持众多音频与视频解码器及文件格式,并支持DVD影音光盘,VCD影音光盘及各类流式协议,它也能作为unicast或 multicast的流式服务器在IPv4或 IPv6的高速网络连接下使用。它融合了FFmpeg计划的解码器与libdvdcss程序库使其有播放多媒体文件及加密DVD影碟的功能。关键技术 1.支持音视频文件播放; 2.支持UDPRTSP网络协议流媒体直播; 3.采用MFC框架编写的,简单易懂; 4.可以通过参数设置调用VLC 硬件加速、网络缓存、解码方式、推送方式等。 5.可以进行轮巡播放,不停切换视频源。
    2022-08-10 10:48:40下载
    积分:1
  • PHP的人脸检测
    应用背景人脸检测在Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测网络使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web应用算法。关键技术PHP PHP和杰森杰森PHP和杰森PHP和jasonphp和杰森PHP和杰森PHP和杰森PHP和杰森PHP和杰森PHP和杰森
    2022-05-21 03:30:17下载
    积分:1
  • An effect of the slider divider bar is able to directly run vc++ program, useful...
    一个特效的slider分割条,能够直接运行的vc++程序,对单文档界面美化有用-An effect of the slider divider bar is able to directly run vc++ program, useful for single-document interface beautification
    2023-04-20 13:05:04下载
    积分:1
  • 仿360手机助手
    此代码是模仿360界面编写,里面用到一引起控件,请自行下载,特别有以下指令adb工具操作命令详解 adb(Android Debug Bridge)是Android提供的一个通用的调试工具,说白了就是debug工具。借助这个工具,我们可以管理设备或手机模拟器的状态。个人常用功能      1、在设备上运行shell命令      2、安装卸载程序      3、推送文件到设备中      4、从设备中推送文件到PC端      5、快速重启工具需求      各机型不同不做详细介绍,请在自己机型区寻找方法      1、设备驱动(必须)      2、设备Rooted(非必须)个人放在当前用户的工作目录下,建议大家也可以这样做,打开CMD就可以用,不需要再cd到其他目录!常用操作命令1. 查看设备adb devices这个命令是查看当前连接的设备, 连接到计算机的android设备或者模拟器将会列出显示 2.安装软件adb installadb install
    2023-08-11 19:55:04下载
    积分:1
  • 一个类似于delphi,c++builder属性编辑器的实现
    一个类似于delphi,c++builder属性编辑器的实现-similar to a, c builder attribute the achievement Editor
    2022-10-03 05:10:03下载
    积分:1
  • 696516资源总数
  • 106436会员总数
  • 7今日下载