CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - if

搜索资源列表

  1. web server监测.zip

    0下载:
  2. This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have ema
  3. 所属分类:其它

    • 发布日期:
    • 文件大小:1652
    • 提供者:
  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. wachserver

    0下载:
  2. 局域网,广域网监控源代码,我自己编写的只要公司经理安装一个服务器端,然后在员工的电脑安装客户端,经理就可以随时知道每个员工在做什么,要是员工做别的事,经理可以发送警告信息,同时把员工的行为记忆下来,强烈推荐。- The local area network, the WAN monitoring source code, I compile so long as company executive installs a server end, then in staff s computer
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:401947
    • 提供者:罗家兄弟
  1. ActiveX

    0下载:
  2. 在浏览器中不会弹出警告的ActiveX 大家在上网时,经常会遇到各种ActiveX的警告,如果大家能够按照本程序的方法,就可以- Cannot spring the warning in the browser ActiveX everybody when surfer, frequently can meet each kind of ActiveX the warning, if everybody can defer to this procedure the method, may.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:78872
    • 提供者:姜振
  1. if语句

    0下载:
  2. if语句源码
  3. 所属分类:系统编程

    • 发布日期:2012-01-01
    • 文件大小:15847
    • 提供者:cls199093
  1. if else

    0下载:
  2. if else语句
  3. 所属分类:系统编程

    • 发布日期:2012-01-01
    • 文件大小:7101
    • 提供者:cls199093
  1. 20064350132

    1下载:
  2. 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:488522
    • 提供者:aden
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:9551
    • 提供者:rachel
  1. 20062445893021

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-if-else conditional statements translation procedures, LR method, the output quaternion type element-type, recursive descent method to write the if. . else conditional statement syntax anal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:13260
    • 提供者:协力
  1. 22302304232

    0下载:
  2. 对条件语句: if 〈布尔表达式〉〈赋值语句〉 else 〈赋值语句〉, 进行词法,语法分析,并根据语法制导翻译方法将条件语句翻译成四元式中间代码形式,最后输出翻译后的四元式代码。-Of conditional statements: if <Boolean expression> <assignment statement> else <assignment statement> for lexical, syntax analysis, and in a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2985577
    • 提供者:xieli123
  1. if

    0下载:
  2. IF函数的使用的一个实例,通过其实现高级筛选功能-IF function using an example, through its high-level filtering to achieve
  3. 所属分类:File Operate

    • 发布日期:2016-01-25
    • 文件大小:2334
    • 提供者:yangyang
  1. bianyi

    0下载:
  2. 该程序能够对if-else进行语法指导的翻译,并输出四元式- 条件语句的翻译分析程序设计 ——LR方法、输出四元式kl -compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2885
    • 提供者:pz
  1. VB.IF.operating.system.development.design.code

    0下载:
  2. VB IF操作系统开发设计代码VB IF operating system development and design code -VB IF operating system development and design code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:1791
    • 提供者:金剑
  1. if

    0下载:
  2. IF命令的示范代码!!适合初学者研究,IF相关语句!-IF command sample code! ! Suitable for beginners, the IF-related statements.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:984
    • 提供者:小胤
  1. VS-2008-IF-else

    0下载:
  2. C# if else 语句嵌套 ,通过c#语句嵌套实现对年龄的比较,适合C#编程初学者.-C# if else statement nested, nested statement via c# to achieve the age comparison for C# Programming for beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:36896
    • 提供者:cultivationman
  1. The-problem-of-(if-and-switch)

    0下载:
  2. 设教务分析百分制学生成绩时认为90分以上为优,80~89分为良,70~79分为中,60~69分为及格,60分以下为不及格。输入某学生百分制成绩,将其转换为上述等级评分后输出。要求用if语句和switch语句两种方法编程。并注意输入数据的正确性和合法性验证。-Let the Senate analyze student achievement percentile more than 90 points when considered as excellent, 80 to 89 were div
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2253
    • 提供者:键三
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL (1) grammar, for if condition
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:1000241
    • 提供者:许大卫
  1. if--statement-cycle

    0下载:
  2. if语句有标志循环.基础学习例子。适用于初学者。c#开发完全手册-if there are signs the statement cycle. based learning examples. Suitable for beginners. c# development entirely manual
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:8273
    • 提供者:eileen
  1. If Statement

    0下载:
  2. IF Statement program for conditional statement
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:34816
    • 提供者:arole2
  1. 6

    0下载:
  2. 4个案例,分别讲述if-if、if-else if、if-else等判断语句(4 cases, respectively, about if-if, if-else if, if-else and other judgment statements.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:5811200
    • 提供者:qianbianzhu
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com