搜索资源列表

  1. AIbashuma

    0下载:
  2. 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:丁如敏
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:34816
    • 提供者:xuyan
  1. Diagram

    0下载:
  2. 图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:林静
  1. shengdubianli

    0下载:
  2. 1.首先选定图的类别(有向图、无向图),再选定图的存储结构,根据输入的顶点或者边建立图;并把相应的邻接表或者邻接矩阵输出; 2.根据已有的邻接矩阵或邻接表用递归方法编写深度优先搜索遍历算法,并输出遍历结果; -1. First of all selected map type (directed graph, undirected graph), re-selected map storage structure, under
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:异元
  1. findFile

    0下载:
  2. 文件搜索程序 在windows环境下根据键入的目录进行文件搜索,包括子目录在内进行递归遍历.使用了BFS算法.-File search process in the windows environment directory under the file type search, including subdirectories, to perform recursive traversal. The use of the BFS
  3. 所属分类:Shell编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:xiao fei
  1. graph

    0下载:
  2. 图的邻接表存储和深度优先搜索,采用的是递归。-Graph adjacency list storage, and depth-first search, using recursion.
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:谢斌
  1. wuziqi

    0下载:
  2. 五子棋的delphi语言实现,实现向前搜索的人工智能搜索算法,加入递归调用,在电脑中预测出今后几步的各种走法,以便作出最佳选择。 可以实现人机博弈-Gobang the delphi language, the realization of artificial intelligence search forward search algorithm, recursive calls to join the computer to pr
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:李荣春
  1. enum_file

    0下载:
  2. 实现对磁盘文件递归搜索,利用回调函数来实现对搜索-The realization of recursive search of the disk file, using a callback function to achieve the search
  3. 所属分类:文件操作

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:yucheng
  1. search

    0下载:
  2. 用VB函数Dir实现递归搜索目录.文件夹搜索.-Use VB Dir function to do the search.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:佘博文
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recurs
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:28672
    • 提供者:wgl
  1. ChnChess

    0下载:
  2. 本程序在Windows98下用VC6.0编译通过,所使用位图来源于“象棋大师”教学软件, 设计和改进时参考了BorlandC++3.1的国际象棋程序和陈成涛所写的“中国象棋程序”。 在算法上采用有界深度优先Alpha-Beta剪枝递归搜索技术-The program under Windows98 using VC6.0 to compile, the use of bitmap from " Chess Master"
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-17
    • 文件大小:455680
    • 提供者:guanmj
  1. 200741119366291

    0下载:
  2. 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-17
    • 文件大小:30720
    • 提供者:cc5432166
  1. makedep.tar

    0下载:
  2. 用lex ,flex 语言实现在c,c++源代码中inlcude 所包括的文件名及其深度递归搜索。-With lex, flex language in c, c++ source code included inlcude the file name and its depth of recursive search.
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:jiang feng
  1. ChgDirName

    0下载:
  2. 可以递归搜索指定的目录树,将所有出现的指定目录名替换为另一个指定的名称。-Can recursively search the specified directory tree, all appeared to replace the specified directory name to another name specified.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:Richard
  1. renname

    0下载:
  2. 根据自定义条件进行递归搜索文件并批量修改文件名-Recursive search for files and batch change file name
  3. 所属分类:文件操作

    • 发布日期:2024-05-17
    • 文件大小:1539072
    • 提供者:九里堤
  1. FindAllFilesInFolder

    0下载:
  2. 列出某个固定路径下面的所有文件列表,方便进行批量处理,含子文件夹递归搜索。-to list all the files in a certain folder.
  3. 所属分类:文件操作

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:余爱军
  1. search

    0下载:
  2. 递归搜索查找文件,带扩展名,功能简单,效率高-Recursive search to find files with the extension features a simple, high efficiency
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:490496
    • 提供者:damon_echo
  1. RecursiveDirFile

    0下载:
  2. 递归搜索复制删除对象,搜索文件目录,搜索指定目录路径下的所有对象,复制目录,复制一个对象(源对象(文件或目录)-Recursive search copied delete objects, search for files directory, specify the directory path search all objects, copy the directory, copy an object (the source ob
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-17
    • 文件大小:289792
    • 提供者:gdwuyihua
  1. FileSearcher

    0下载:
  2. 本地文件搜索,关键字递归搜索特定目录下的所有文件,符合要求的返回文件路径。-Local file search, keyword search for all files recursively specific directory, to meet the requirements to return the file path.
  3. 所属分类:其它源码

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:liangyuqin
  1. motionComp

    0下载:
  2. 基于三维递归搜索的运动估计得到运动矢量后进行运动补偿帧插算法,最后得到视频帧速率上转换序列-fr a me rate up conversion based on motion estimation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:胡圆圆
« 1 23 4 5 6 7 8 9 »

源码中国 www.ymcn.org