CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 标识符

搜索资源列表

  1. huawei

    0下载:
  2. 华为编程规范排版 6 2 注释 11 3 标识符命名 18 4 可读性 20 5 变量、结构 22 6 函数、过程 28 7 可测性 36 8 程序效率 40 9 质量保证 44 10 代码编辑、编译、审查 50 11 代码测试、维护 52 12 宏
  3. 所属分类:J2ME

    • 发布日期:2017-03-28
    • 文件大小:25682
    • 提供者:zhaoyiming
  1. WIN-TC

    0下载:
  2. 识别独有意义的单词,如保留字、标识符、常数、运算符、界限符等-Identification of the unique significance of the word, such as reserved words, identifiers, constants, operator, such as limits of Fu
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1555
    • 提供者:沧海一线
  1. jincheng

    0下载:
  2. char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/-char name [10]/* process identifier*/int prio/* process priority number*/int round/* process tim
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2294
    • 提供者:WZZ
  1. sy2

    0下载:
  2. 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值-Reading the course of the preparation of a word, from the input source program to identify the meaning of each word is an independent, that is the basic reserved words,
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:8221
    • 提供者:wangguan
  1. ward

    0下载:
  2. 词法分析 1 试验目的 设计,编制并调试一个此法分析程序,加深对此法分原理的理解. 2 试验要求 1)待分析的简单语言的词法 * 关键字: begin if then while do end 所有关键字都是小写. 2)运算符和界符: : = + * - / < <= <> > >= = ( ) # 3)其他单词是标识符(ID)和整数型常数(NUM),通过一下正规式定义: ID=lette
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:11349
    • 提供者:HUGO
  1. suanfa

    0下载:
  2. 实现识别标识符的状态转换图算法。掌握识别标识符的状态转换图的理论知识和算法实现。-Identifier to achieve recognition of the state transition map algorithm. Master identifier to identify the state transition graph theoretical knowledge and algorithms to achieve.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:994
    • 提供者:陈斌
  1. cifafenxiyuandaima

    0下载:
  2. 1. 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 -1. Features: (1) C++ Source code scanner to identify C++ Mark. C++ Language contains several types of marks: identifier, keyw
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:95300
    • 提供者:梁海玲
  1. huawei_training

    0下载:
  2. 华为内部关于程序设计的一些规范,主要在标识符的命名,程序可读性,可测性,以及程序的效率和质量进行叙述.-Huawei internal program design on a number of norms, mainly in the identifier name, the program readability, testability, as well as the procedures described in the efficiency and quality.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:372246
    • 提供者:zhangjiansen
  1. 2

    0下载:
  2. 汇编语言使用过程中 一些主要的标识符 语句 很重要的 总结-Assembly language using some of the key identifier statement summed up a very important
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1887
    • 提供者:晓东
  1. cifafenxi

    0下载:
  2. 建立一个词法分析器,要求能对关键字 标识符 常量等进行分析-The establishment of a lexical analyzer requires constant identifier on keyword analysis, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2215
    • 提供者:孟健
  1. MDIDemo

    0下载:
  2. MDIDEMO支持两种型态的非常简单的文件窗口:第一种窗口在它的显示区域中央显示"Hello, World!",另一种窗口显示一系列随机矩形(在原始码列表和标识符名中,它们分别叫做「Hello」文件和「Rect」文件)。这两类文件窗口的菜单不同,显示"Hello, World!"的文件窗口有一个允许使用者修改文字颜色的菜单。-MDIDEMO supports two types of extremely simple document windows: one displays "Hello,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-28
    • 文件大小:64453
    • 提供者:我有罪
  1. windowscom

    0下载:
  2. 这是串口通信演示源码是在WINDOWS环境下运行,显示为16进制,但还有提取对应的标号。可以用来取标识符.-This is a serial communication demo source code are running in the WINDOWS environment, shown as 16 hexadecimal, but there are extraction of the corresponding label. Can be used to check ID.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:38629
    • 提供者:yangxiuming
  1. HTMLTextBox

    0下载:
  2. 一个看上去很专业、功能也不错的Html网页在线编辑器控件,它的原理是采用IE的命令标识符对.NET的WebBrowser控件进行扩展,使其不仅可以作为一个Web浏览器,还可作为一个功能强大的Web编辑器。
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:69127
    • 提供者:david_623
  1. cifafenxi

    0下载:
  2. 识别简单语言的单词符号 识别简单语言的基本字、标识符、无符号整数、运算符和界符。 -Easy to identify the language of words easy linguistic symbols to identify the basic character identifier unsigned integers, operator and community site.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:202783
    • 提供者:洛未末
  1. Programming_specification

    0下载:
  2. 编程规范与范例之标识符命名与可读性-Programming specification and examples of identifier naming and readability
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:5570
    • 提供者:LF
  1. AG

    0下载:
  2. 编制一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。-The preparation of a can analyze the three integers, identifiers, the main operator and the main keywords lexical analysis program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1182
    • 提供者:gg
  1. cifafenxiqi

    0下载:
  2. 是编译原理的一个小程序,用来判断标识符和关键字-Compiler Construction Principles are a small program used to determine the identifiers and keywords
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:291552
    • 提供者:郭娟
  1. Compiler

    0下载:
  2. 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于&g
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:483490
    • 提供者:丁丁
  1. GetProcessAuth

    0下载:
  2. 本程序通过进程标识符(PID)得到目前运行该进程的用户的名字-This procedure adopted by the process identifier (PID) has been running the current process user name
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:107116
    • 提供者:cc
  1. cdaima2

    0下载:
  2.  在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3880
    • 提供者:熊志祥
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com