登录
首页 » Compiler program » c语言标准库函数速查手册电子版

c语言标准库函数速查手册电子版

于 2022-08-20 发布 文件大小:60.45 kB
0 139
下载积分: 2 下载次数: 1

代码说明:

c语言标准库函数速查手册电子版-c language standard storehouse function speed-searches the handbook electron version

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

发表评论

0 个回复

  • 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_s...
    这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点作为根节点生成一个树控件JTree显示到窗体程序上 -CMM  parser
    2023-07-09 15:45:03下载
    积分:1
  • linux shell 得词法分析器,用于shell的命令解释。
    linux shell 得词法分析器,用于shell的命令解释。-linux shell a lexical analyzer for the shell command interpreter.
    2023-02-09 13:40:04下载
    积分:1
  • M8控制cc2500,usb无线接口,游戏控制器. 可作为通用的游戏受柄.
    M8控制cc2500,usb无线接口,游戏控制器. 可作为通用的游戏受柄.-M8 control cc2500, usb wireless interface, the game controller. Can be used as a universal game by the handle.
    2022-06-13 15:06:12下载
    积分:1
  • A used flex, bison and vc development stack machine, stack machine for one inter...
    一个用flex、bison和vc开发的堆栈机,堆栈机为一解释器,支持简单的表达式和赋值、条件和循环语句。-A used flex, bison and vc development stack machine, stack machine for one interpreter to support the simple expressions and assignment, conditions and loop.
    2022-07-06 09:01:15下载
    积分:1
  • 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。...
    构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-tectonic LR (1) analysis procedure, and use it for syntax analysis, judgment, given the string of symbols to whether the sentence grammar recognition, understanding LR (K) analysis method is strict scan from left to right, and bottom-up syntax analysis.
    2023-03-26 20:15:04下载
    积分:1
  • 在多道程序设计系统编辑器
    System Editor for multiprogramming
    2022-01-25 21:42:01下载
    积分:1
  • V的编码器编码。
    encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplication inverse of an Galois field element test-bench.v The test fixture, and some brief notes on using the modules. data-rom.v A simple data source for testing run For those intelligence-challenged who can t run verilog LGPL The license -encode.v syndrome.v Syndrome generator in decoder al berlekamp.v Berlekamp gorithm in decoder chien- search.v Chien searc h and Forney in decoder algorithm decode.v The t op module of the decoder inverse.v Computes intercommunication tiplication inverse of an element over Galois field test-bench.v The test fixture. and some brief notes on using the modules. data- rom.v A simple data source for testing run For th PNA intelligence-challenged who can not run veri The log LGPL license
    2022-02-03 11:33:44下载
    积分:1
  • 星子行V2.0(源码)公开星子行V3.0以上版本,都是由星子行V1.0和星子行V2.0的核心结合而开发成的! 星子行V1.0是单反接正法,星子行V2....
    星子行V2.0(源码)公开星子行V3.0以上版本,都是由星子行V1.0和星子行V2.0的核心结合而开发成的! 星子行V1.0是单反接正法,星子行V2.0是多反接法,星子行V3.0以上版本都是多反接反正双法连接核心. -Xingzi line V2.0 (source) line open Xingzi V3.0 or later, Xingzi line by line Xingzi V1.0 and V2.0 of the core-binding developed into! Xingzi line V1.0 is the next actual SLR , Xingzi V2.0 is a multi-line reverse law, Xingzi line version V3.0 and above are more than double reverse method to connect the core anyway.
    2022-08-11 23:03:11下载
    积分:1
  • KEIL 编译器的使用说明,共八章非常详细。
    KEIL 编译器的使用说明,共八章非常详细。-KEIL compiler userguide, a total of eight chapters in great detail.
    2022-07-27 03:01:01下载
    积分:1
  • 1.1 引言 1.1.1 设计目的 本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进...
    1.1 引言 1.1.1 设计目的 本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进行的。结合本学期所开设的软件工程课程,本次课程设计实验过程要求按照软件工程的思想来组织开发过程,按照软件生命周期的阶段划分来进行。由于课程设计规模较小,所以对软件生命周期进行适当的合并,简化为五个阶段,即需求分析、总体设计、详细设计、编码实现和测试。 1.1.2 设计任务 针对本次课程设计我们设计了一个简化的pascal语言,称为mini-pascal。设计的任务就是开发出针对mini-pascal语言的编译程序。标准的编译程序结构分为五部分,分别是词法分析、语法分析、语义分析和中间代码生成、优化和目标代码生成。由于时间和能力所限,我们的编译程序只包括前三个部分,最后生成四元式形式的中间代码。 -1.1 Introduction 1.1.1 design purpose of this course is designed to complete a semester of compiler theory courses , in order to further deepen the knowledge of compiler theory understanding, develop practical problem-solving skills into practice. In light of the semester created software engineering courses The experimental curriculum design process requirements in the software engineering idea to organize the development process. in the software life cycle stages to. Due to the smaller size of the curriculum design, the software life cycle appropriate to consolidate, streamline and five stages that the
    2022-05-22 18:39:40下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载