搜索资源列表

  1. first

    0下载:
  2. 这是学VC++的第一个窗口程序,希望大家-This is the school VC++ First a window procedure, I hope everyone
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-08
    • 文件大小:267264
    • 提供者:方航
  1. yufafenxiqi

    0下载:
  2. 计算FIRST及FOLLOW集,生成ll(1)分析表-Calculation of FIRST and FOLLOW sets, generated ll (1) analysis table
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:58368
    • 提供者:林攀
  1. opengl

    0下载:
  2. 此源码实现基于OpenGL的摄像漫游,模仿第一人称视角在游戏中漫游,程序简明扼要,对喜欢游戏编程的朋友有一定的帮助-This source OpenGL-based camera roaming, to imitate the first person perspective in the game roaming, concise procedures for programming like the game will certa
  3. 所属分类:OpenGL

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

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar is used to determin
  3. 所属分类:软件工程

    • 发布日期:2024-05-08
    • 文件大小:475136
    • 提供者:黄宇
  1. HFHTML_code

    0下载:
  2. 书籍《Oreilly Head First Html With Css And Xhtmlc》的源代码-Books
  3. 所属分类:书籍源码

    • 发布日期:2024-05-08
    • 文件大小:2396160
    • 提供者:李明
  1. a

    0下载:
  2. 求LL(1)文法的FIRST集合工具:LL(1)文法的FOLLOW集合工具-For LL (1) of the FIRST collection of tools for grammar: LL (1) grammar FOLLOW collection tools
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:386048
    • 提供者:
  1. CSharpHandBook

    0下载:
  2. C#完全手册中文版电子书 第一部分:C#语言概述 第二部分:C#程序设计基础 第三部分:C#面向对象 第四部分:C#深入了解 第五部分:附录 -C# Completely manual Chinese version of the first part of e-books: C# Language outlined in the second part: C# Program design based o
  3. 所属分类:软件工程

    • 发布日期:2024-05-08
    • 文件大小:1253376
    • 提供者:YMF
  1. odedemo

    0下载:
  2. The equation is written as a system of two first order ODEs. These are evaluated for different values of the parameter Mu. For faster integration, we choose an appropriate solver based on the value of the parameter Mu. -
  3. 所属分类:matlab例程

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

    0下载:
  2. c#百例,第一章,第一节的例子,可以看以下-c# 100 cases, the first chapter, section I, example, you can look at the following
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:39936
    • 提供者:张一
  1. fcfs

    0下载:
  2. 实现了先来先服务算法,可以作为大家学习的参考-Realize a first-come first-serve algorithm, can be used as the reference U.S. study
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-08
    • 文件大小:174080
    • 提供者:天地
  1. FCFS

    0下载:
  2. 操作系统实验二,先来先服务算法的简单程序实现-Experiment II operating system, first-come first-serve algorithm simple procedure to achieve
  3. 所属分类:操作系统开发

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

    0下载:
  2. 实现LL1文法,从输入文法到FIRST、FOLLOW集,分析表。再到输入文法动作-The realization of LL1 grammar, from grammar to enter the FIRST, FOLLOW sets, analysis table. To enter the action grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-08
    • 文件大小:46080
    • 提供者:Kword
  1. HeadFirstDesignPatternsInCSharp

    0下载:
  2. 关于设计模式的权威著作 head first中的源代码, 用C#实现, 但对其它语言使用者也不会产生理解困难, 非常值得一看-Authority on the design patterns head first in the book s source code, using C# To achieve, but users of other languages will not have to understand the diff
  3. 所属分类:书籍源码

    • 发布日期:2024-05-08
    • 文件大小:2152448
    • 提供者:VernChien
  1. ProcessScheduling

    0下载:
  2. 一、目的要求   用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 二、例题: 设计一个有 N个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -F
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-08
    • 文件大小:74752
    • 提供者:Anson
  1. 040410202

    0下载:
  2. LL1文法程序,输出有:first集follow集,select集,语法书树-LL1 grammar procedures, output there: first set follow set, select set, grammar tree
  3. 所属分类:其它资源

    • 发布日期:2024-05-08
    • 文件大小:279552
    • 提供者:狐狸
  1. graph

    0下载:
  2. 对图的深度优先遍历 基于堆栈 非堆栈 两种实现-On the graph depth-first traversal of non-stack based on the stack of two to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:杨平安
  1. first

    0下载:
  2. LINUX设备驱动程序第二版配套源码 第一版的内容-LINUX device driver supporting the second edition of the first edition of the content source
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-08
    • 文件大小:220160
    • 提供者:tangtang
  1. first_and_follow_SLR

    0下载:
  2. 实现编译原理中 通过已知的文法来产生First集和FOLLOW集 以及SLR分析表-Compilation Principle realize through grammar known to generate First Set and FOLLOW sets, as well as SLR analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-08
    • 文件大小:11264
    • 提供者:陈波
  1. yufafenxi

    0下载:
  2. 语法分析关于first集和follow集。可运行可使用。自己看吧。没问题的。 还有不知为什么不能归为源码一栏 那个谁谁有空看下-Grammar analysis of first set and follow sets. Can be used to run. Check it out themselves. No problem. I do not know why there should not fall into one col
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:shenchen
  1. mat

    1下载:
  2. 深度优先搜索算法Matlab源码 % 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释 % 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法-Depth-first search algorithm Matlab source this procedure site collected from abroad, is the stand
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:tangjia
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org