搜索资源列表
web server监测.zip
- 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
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 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
wachserver
- 局域网,广域网监控源代码,我自己编写的只要公司经理安装一个服务器端,然后在员工的电脑安装客户端,经理就可以随时知道每个员工在做什么,要是员工做别的事,经理可以发送警告信息,同时把员工的行为记忆下来,强烈推荐。- 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
ActiveX
- 在浏览器中不会弹出警告的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.
if语句
- if语句源码
if else
- if else语句
20064350132
- 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.
mycompile
- 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
20062445893021
- 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
22302304232
- 对条件语句: if 〈布尔表达式〉〈赋值语句〉 else 〈赋值语句〉, 进行词法,语法分析,并根据语法制导翻译方法将条件语句翻译成四元式中间代码形式,最后输出翻译后的四元式代码。-Of conditional statements: if <Boolean expression> <assignment statement> else <assignment statement> for lexical, syntax analysis, and in a
if
- IF函数的使用的一个实例,通过其实现高级筛选功能-IF function using an example, through its high-level filtering to achieve
bianyi
- 该程序能够对if-else进行语法指导的翻译,并输出四元式- 条件语句的翻译分析程序设计 ——LR方法、输出四元式kl -compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
VB.IF.operating.system.development.design.code
- VB IF操作系统开发设计代码VB IF operating system development and design code -VB IF operating system development and design code
if
- IF命令的示范代码!!适合初学者研究,IF相关语句!-IF command sample code! ! Suitable for beginners, the IF-related statements.
VS-2008-IF-else
- C# if else 语句嵌套 ,通过c#语句嵌套实现对年龄的比较,适合C#编程初学者.-C# if else statement nested, nested statement via c# to achieve the age comparison for C# Programming for beginners.
The-problem-of-(if-and-switch)
- 设教务分析百分制学生成绩时认为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
if-else-program
- 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
if--statement-cycle
- if语句有标志循环.基础学习例子。适用于初学者。c#开发完全手册-if there are signs the statement cycle. based learning examples. Suitable for beginners. c# development entirely manual
If Statement
- IF Statement program for conditional statement
6
- 4个案例,分别讲述if-if、if-else if、if-else等判断语句(4 cases, respectively, about if-if, if-else if, if-else and other judgment statements.)