搜索资源列表

  1. firstfit

    0下载:
  2. 装箱问题的首次适应firstfit方法实现。VC开发图形界面显示。每次点击一下运行按钮装入一个箱子。箱子大小随机生成-crates of the first to adapt firstfit method. VC graphical interface shows. Each button click operation packed a box. Box size random generation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:38912
    • 提供者:胡一
  1. ll1yufafenxi

    0下载:
  2. ll1语法分析没有自动生成分析表和first follow集-ll1 syntax analysis is not automatically generate Table and first follow Set
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:学衔
  1. graphSearch

    0下载:
  2. 实现了图的搜索算法,包括深度优先搜索,广度优先搜索,Dijstra算法,A*算法等较典型的搜索算法,同时可以进行图的输入和编辑等操作,仅供大家参考。-achieve the plan's search algorithm, including depth-first search, breadth- first search algorithm Dijstra, A* algorithm is more typical sear
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:96256
    • 提供者:王墨村
  1. eclat

    0下载:
  2. A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries out a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction list
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-08
    • 文件大小:31744
    • 提供者:无心
  1. wmvappend

    0下载:
  2. akes two Windows Media files for input, and attempts to create an output file with the contents of the first followed by the second. -akes two Windows Media files for input. and attempts to create an output file with t
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-08
    • 文件大小:17408
    • 提供者:cjgssq
  1. GOOD_DFS_BFS

    0下载:
  2. 图论中二种遍历图的算法.深度优先遍历,与广度优先遍历.-graph theory two species traverse map algorithm. Depth-first traversal, and the breadth- first traversal.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:张新
  1. MEMORY_1

    0下载:
  2. 存储器管理模拟程序,本模拟程序采用首次适应算法-memory management simulation, the simulation program using the first-fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:crony
  1. simpleshoot

    0下载:
  2. 这是一个简单的模拟第一人称射击的游戏 实现了基本的第一人称射击的要素 模拟真实弹道效果-This is a simple simulation of the first-person shooter game to achieve the basic first-person shooter elements simulate live Road effect
  3. 所属分类:射击游戏

    • 发布日期:2024-05-08
    • 文件大小:55296
    • 提供者:zooey
  1. LL1gongnengquan

    0下载:
  2. 功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态-function over the entire LL1 grammar analysis, since the definition of input grammar, Generating Sets follow first set, then input sentence, the judge is whethe
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-08
    • 文件大小:202752
    • 提供者:chengning
  1. BFS_DFS_Astar

    0下载:
  2. Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:bo
  1. yufafenxisaomiaochenxu

    0下载:
  2. 了解语法分析器的内部工作原理,通过在本次实验中运用一定的编程技巧,掌握对表达式进行处理的一种方法。① 对输入文法,由程序自动构造FIRST FOLLOW集② 对输入文法,由程序自动生成它的LL(1)分析表;③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。-Understanding of the internal parser working principle, in this experiment through the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-08
    • 文件大小:1031168
    • 提供者:vivian
  1. Memory_assign

    0下载:
  2. 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-08
    • 文件大小:113664
    • 提供者:王卫国
  1. Diagram

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

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:林静
  1. yufafenxi_ll(1)

    0下载:
  2. 学编译原理时写的一个语法分析程序 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:李爱春
  1. grapher

    0下载:
  2. 用图形用户界面表示的图,数据结构基本应用,最小生成树算法,最短路径,广度、深度优先搜索-graphical user interface with the plan said, the basic data structure application, the minimum spanning tree algorithm, the shortest path, breadth, depth-first search
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-08
    • 文件大小:61440
    • 提供者:张旭
  1. wenfaLL(1)

    0下载:
  2. 可以实现求First集、Follow集、Select集、分析表、分析栈-can achieve for First Set, Follow Set, Select collection, analysis table, analysis Stack
  3. 所属分类:.net编程

    • 发布日期:2024-05-08
    • 文件大小:377856
    • 提供者:王义
  1. crossingriver

    0下载:
  2. Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:孔铁柱
  1. depth_first_search

    0下载:
  2. JAVA 深度優先搜索實例 JAVA Depath First Search-JAVA depth-first search examples JAVA Depath First Search
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:Siu BB
  1. hfdp

    0下载:
  2. Head first design pattern这本经典书的 源码,对学设计模式的人特别有用哈。-Head first design of this classic pattern of the source book, for school design patterns are particularly useful Kazakhstan.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-08
    • 文件大小:181248
    • 提供者:往往
  1. QuakeIII

    0下载:
  2. 最早的3D FPS(first person shooting)游戏叫Wolfsein 3D,后来是DOOM,再后来是Quake,虽然都可以算是很古老的游戏但对于学习c程序的编写很有好处 -The first 3D FPS (first person shooting) game called Wolfsein 3D, then DOOM, and then later Quake, although can be a very o
  3. 所属分类:射击游戏

    • 发布日期:2024-05-08
    • 文件大小:1712128
    • 提供者:guang_j
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org