搜索资源列表

  1. 20051004深度优先 人工智能 八数码

    0下载:
  2. 人工智能中很重要的思想,用深度优先的思想解决八数码问题。-AI is very important idea, with priority to the depth of eight digital thinking to solve problems.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:290889
    • 提供者:张南
  1. 深度优先搜索、广度优先搜索

    2下载:
  2. 图的深度优先搜索和广度优先搜索。值得一看。-map the depth-first search and breadth - first search. An eye-catcher.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11218
    • 提供者:乐天
  1. 短进程优先算法

    0下载:
  2. 短进程优先算法,主要考虑完成时间短优先原则。如考虑到达时间,还需下载者自己加强。-short process priority algorithm, the main consideration to complete a short time priority principle. If a time of arrival, may also need to download strengthen themselves.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:30346
    • 提供者:巫丙亮
  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3488
    • 提供者:米子
  1. 优先队列式分支限界法园排列问题

    1下载:
  2. 优先队列式分支限界法园排列问题,是一个作业,算法设计与分析-priority queue-branch and bound with France Park, is an operation, algorithm design and analysis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17167
    • 提供者:老七
  1. 算符优先分析器

    0下载:
  2. 用C++实现算符优先器,规律是自己定的,想改的话只能自己在源程序中改-C + + Operator priority device that is the law itself, would change so only in the source changed
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:53044
    • 提供者:林一森
  1. 响应比高者优先算法

    0下载:
  2. 操作系统中的 响应比高者优先调度算法 计算响应时间,周转时间-operating system, the response is high priority scheduling algorithm for calculating response time, the turnaround time
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12547
    • 提供者:dd
  1. 算符优先分析

    0下载:
  2. 算符优先分析的 代码-operator priority code analysis
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2193
    • 提供者:陈活
  1. C_deadblocked和按优先数

    0下载:
  2. C_deadblocked和按优先数.rar-C_deadblocked and by priority number. Rar
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2485
    • 提供者:王心宇
  1. 算符优先分析法

    0下载:
  2. 算符优先分析法 根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 文法:E→E+E E-E E*E E/E (E) i- The operator first analytic method basis operator first analytic method, carries on the expression the grammar analysis, judges an expression is whe
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:5052
    • 提供者:姜浩
  1. 八数码问题以及双向广度优先算法

    0下载:
  2. 八数码问题以及双向广度优先算法-8, as well as two-way digital breadth priority algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:12428
    • 提供者:林丰
  1. 广度优先算法八数码问题

    1下载:
  2. 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有3X3,4X4…9X9几种节点数),然后输入初始状态和终点状态-application breadth - first search strategies : The first algorithm based on the input nodes (which are optional procedures 3X3, 4X4 ... Frankfurt several n
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:57346
    • 提供者:吴晓辉
  1. 迷宫问题的算法(优于广度优先,深度优先,递归)

    0下载:
  2. 迷宫问题的算法(优于广度优先,深度优先,递归).-maze of algorithm (priority than breadth, depth priority, recursive).
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3498
    • 提供者:张科
  1. 八数码问题以及双向广度优先算法

    0下载:
  2. 八数码问题以及双向广度优先算法-8, as well as two-way digital breadth priority algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3484
    • 提供者:张科
  1. 进程同步 -- 写者优先

    0下载:
  2. 进程同步 -- 写者优先-process synchronization -- priority
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2471
    • 提供者:林夕
  1. 算符优先语法分析器

    1下载:
  2. 算符优先语法分析器,根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。-operator priority syntax analyzer, according to operator priority analysis, expression for syntax analysis, judgment, an expression is correct.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:30065
    • 提供者:李白
  1. 深度优先搜索

    0下载:
  2. 深度优先搜索二叉树-depth-first search Binary Tree
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7684
    • 提供者:张小成
  1. 迷宫问题的算法(优于广度优先,深度优先

    0下载:
  2. 迷宫问题的算法(优于广度优先,深度优先-maze of algorithm (priority than breadth, depth priority
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10720
    • 提供者:大叔
  1. 宽度优先

    0下载:
  2. 宽度优先搜索法见cpp1.cpp文件,在vc6.0环境运行实现-width priority search see cpp1.cpp documents in the operation to achieve environmental vc6.0
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2039
    • 提供者:蔡鹏
  1. 读者优先算法-操作系统

    0下载:
  2. 这是一个操作系统中的读者优先算法的实现绝对正确-This is an operating system as a priority readers algorithm to achieve absolutely correct
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9474
    • 提供者:田田
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org