您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Pascal语言和程序设计基础

  2. 基本程序结构和几个概念: 标识符 保留字 常量 变量 运算符 表达式 标准数据类型   Pacal语言程序结构 Program prog_name; var 变量申明; begin 程序体; end. 例如: program pname; const n=4; type arr=array [1..4] of integer; var i:integer; a:arr; begin for i:=1 to n do read(a[i]); readln; for i:=n downto 1 d
  3. 所属分类:Delphi

    • 发布日期:2009-05-17
    • 文件大小:109568
    • 提供者:deteihc
  1. linux系统分析与高级编程技术

  2. 目 录 前言 第一篇 Linux系统介绍 第1章 Linux简介 …1 1.1 Linux 的起源 1 1.2 自由软件基金会的GNU计划 1 1.3 Linux 的发音 2 1.4 Linux 的特点 2 1.5 基本硬件要求 3 1.6 如何获得Linux 3 1.6.1 从网上下载Linux 3 1.6.2 从光盘获得Linux 3 1.7 涉及Linux 的Web 网址和新闻讨论组 6 1.8 Linux 的不足之处 7 第2章 外壳及常用命令 8 2.1 登录和退出 8 2.2 Li
  3. 所属分类:Linux

    • 发布日期:2009-05-19
    • 文件大小:8388608
    • 提供者:stud3x
  1. 编译原理 词法分析器的模拟

  2. #include #include using namespace std; #define MAX 22 char ch =' '; string key[15]={"begin","end","if","then","else","while","write","read", "do", "call","const","char","until","procedure","repeat"}; int Iskey(string c){ //关键字判断 int i; for(i=0;i<
  3. 所属分类:C

    • 发布日期:2009-05-19
    • 文件大小:3072
    • 提供者:hanshangongyuan
  1. Windows Embedded CE 6.0 Fundamentals

  2. Delve into the fundamental tools and techniques for Windows Embedded CE and get ready to deliver the next innovation in powered devices. Covering the newest version of the technology Windows Embedded CE R2 and led by two embedded-development experts
  3. 所属分类:其它

    • 发布日期:2009-05-20
    • 文件大小:7340032
    • 提供者:Egadnab
  1. LINUX系统分析与高级编程技术.rar

  2. 目 录 前言 第一篇 Linux系统介绍 第1章 Linux简介 …1 1.1 Linux 的起源 1 1.2 自由软件基金会的GNU计划 1 1.3 Linux 的发音 2 1.4 Linux 的特点 2 1.5 基本硬件要求 3 1.6 如何获得Linux 3 1.6.1 从网上下载Linux 3 1.6.2 从光盘获得Linux 3 1.7 涉及Linux 的Web 网址和新闻讨论组 6 1.8 Linux 的不足之处 7 第2章 外壳及常用命令 8 2.1 登录和退出 8 2.2 Li
  3. 所属分类:Linux

    • 发布日期:2009-05-20
    • 文件大小:8388608
    • 提供者:xrj1676
  1. 语法分析递归下降分析程序

  2. 编译原理课后实验2 #include "stdafx.h" #include #include char prog[80],token[8]; char ch; int syn,p,m,n,sum,kk; char *rwtab[6]={"begin","if","then","while","do ","end"}; void expression(); void factor(); void term(); void yucu(); void statement(); void scann
  3. 所属分类:C/C++

    • 发布日期:2009-05-21
    • 文件大小:4096
    • 提供者:youzhixia
  1. 掌握自上而下语法分析方法

  2. #include #include using namespace std; //VC命名空间 #define MAX 22 char ch =' '; string key[15]={"begin","end","if","then","else","while","int&quo t;,"float", "char","char","until"}; int Iskey(string c){ //关键字判断 int i; for(i=0;i<MAX;i++) { if(key[i]
  3. 所属分类:C

    • 发布日期:2009-05-21
    • 文件大小:33792
    • 提供者:xu19870617
  1. 《linux系统分析与高级编程技术》

  2. 目 录 前言 第一篇 Linux系统介绍 第1章 Linux简介 …1 1.1 Linux 的起源 1 1.2 自由软件基金会的GNU计划 1 1.3 Linux 的发音 2 1.4 Linux 的特点 2 1.5 基本硬件要求 3 1.6 如何获得Linux 3 1.6.1 从网上下载Linux 3 1.6.2 从光盘获得Linux 3 1.7 涉及Linux 的Web 网址和新闻讨论组 6 1.8 Linux 的不足之处 7 第2章 外壳及常用命令 8 2.1 登录和退出 8 2.2 Li
  3. 所属分类:Linux

    • 发布日期:2009-05-22
    • 文件大小:8388608
    • 提供者:tzf520
  1. C语言程序设计经典例子

  2. 适用于初学者    将灸c殻會100箭==61--70 ‐殻會61/ 籾朕・嬉咫竃剋市眉叔侘・勣箔嬉咫竃10佩泌和夕・    1.殻會蛍裂・        1       1  1       1  2  1       1  3  3  1       1  4  6  4  1       1  5  10 10 5  1  2.殻會坿旗鷹・ #include "stdio.h" #include "conio.h" main() { int i,j; int a[ 10][10]; pr
  3. 所属分类:C#

    • 发布日期:2009-05-22
    • 文件大小:7168
    • 提供者:fanhaoqiang
  1. Setting Up Visual C++ for OpenGL

  2. Before you begin, you will need to download the latest GLUT libraries. These are OpenGL libraries that are probably not on your system.
  3. 所属分类:C++

    • 发布日期:2009-05-23
    • 文件大小:406528
    • 提供者:dabing717
  1. ABAP的程序的类型

  2. REPORT EPORT Z_ZAG11_11. TABLES: BKPF, BSEG. DATA: begin of itab occurs 10, bukrs LIKE BKPF-BUKRS, budat LIKE BKPF-BUDAT, belnr LIKE BKPF-BELNR, shkzg LIKE BSEG-SHKZG, buzei LIKE BSEG-BUZEI, dmbtr LIKE BSEG-DMBTR, hkont LIKE BSEG-HKONT, end of itab.
  3. 所属分类:其它

    • 发布日期:2009-05-24
    • 文件大小:1024
    • 提供者:astoon
  1. 编译原理实验报告和源程序

  2. 附录c 编译程序实验 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 语法分析 C2.1 实验目的 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析. C2.2 实验要求 利用C语言编制递归下降分析程序,并对简单语言进行语法分析. C2.2.1待分析的简单语言的语法 实验目的 通过上机实习,加深对语法制导翻译原理的理解,掌握将语法分析所识别的语法成分变换为中间代码的语义翻译方法. 实验要求
  3. 所属分类:C

    • 发布日期:2009-05-26
    • 文件大小:687104
    • 提供者:wuguimei
  1. 编译原理词法分析实验报告

  2. 一、 实验目的 调试并完成一个词法分析程序,加深对词法分析原理的理解。 二、 实验要求 1、 待分析的简单语言的词法 (1) 关键字: begin if then while do end 所有关键字都是小写。 (2) 运算符和界符: := + – * / < <= > >= = ; ( ) # (3) 其他单词是标识符(ID)和整型常数(NUM),通过以下正规式定义: ID=letter(letter | digit)* NUM=digit digit * (4)
  3. 所属分类:专业指导

    • 发布日期:2009-05-27
    • 文件大小:70656
    • 提供者:dianacs
  1. 华工网院C语言同步练习答案

  2. 第一章基本数据与表达式 一、单项选择题 1.下列字符列中,合法的标识符是:( A ) (A)Begin (B)for (C)file.txt (D)兀 2.计算表达式x=a=4,b=x++ 后,变量X,a,b的值分别是:( D) (A)4,4,4 (B)4,4,5 (C)4,5,5 (D)5,4,4 3.以下运算符中,优先级最低的是:( B ) (A)&& (B)?:: (C)>= (D)-> 4.设有变量定义 int i,j;与表达式i==0&&j==0等价的表达式是:( B )
  3. 所属分类:C

    • 发布日期:2009-05-28
    • 文件大小:118784
    • 提供者:wu38342993
  1. 编译原理实验+报告+流程图

  2. C.3语义分析 实验目的 通过上机实习,加深对语法制导翻译原理的理解,掌握将语法分析所识别的语法成分变换为中间代码的语义翻译方法. 实验要求 采用递归下降语法制导翻译法,对算术表达式、赋值语句进行语义分析并生成四元式序列。 实验的输入和输出 输入是语法分析提供的正确的单词串,输出为三地址指令形式的四元式序列。 例如:对于语句串 begin a:=2+3*4;x:=(a+b)/c end# 输出的三地址指令如下: (1) t1=3*4 (2) t2=2+t1 (3) a=t2 (4) t3=a+
  3. 所属分类:C

    • 发布日期:2009-05-28
    • 文件大小:687104
    • 提供者:jessie84213
  1. explore2fs-1.00pre6

  2. Use write access at your own risk! Although it seems to work for me, it is possible that a bug could cause your filesystem or even disk to become unusable! Now, with that out of the way, make sure read support is working, then when you are feeling c
  3. 所属分类:Access

    • 发布日期:2009-05-29
    • 文件大小:363520
    • 提供者:zhongyunde
  1. Java 高级特性.doc

  2. JAVA高级特性 1.静态导入:先举个离例子 。 import java.lang.Integer.parseInt; public class StaticImport { int x = parseInt("123"); System.out.println(x); } 这样的程序如果不在IDE 工具中输入,是很难看出这个程序代码会出现问题,可它偏偏就出问题了,这是为什么呢?因为程序里面有个静态方法,如果导入import static java.lang.Integer.p arseInt
  3. 所属分类:Proxy

    • 发布日期:2009-05-30
    • 文件大小:57344
    • 提供者:ssq0001
  1. C++班级成员信息管理

  2. #include #include #include #include typedef struct Student//学生信息 { signed short id; char name[11]; char sex[7]; signed short age; char telNum[16]; }Student; typedef struct Node { Student data; Node* next; }Node; static Node* begin=NULL;//哨兵结点 st
  3. 所属分类:C++

    • 发布日期:2009-06-01
    • 文件大小:6144
    • 提供者:ybessie
  1. poj 1005 I Think I Need a Houseboat

  2. I Think I Need a Houseboat Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 41126 Accepted: 16537 Descr iption Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he
  3. 所属分类:其它

    • 发布日期:2009-06-01
    • 文件大小:540
    • 提供者:Lethe1989
  1. 单片机AVR彩灯控制程序

  2. architecture a of caideng is signal temp:std_logic_vector(1 downto 0); begin temp<=huan&ds;
  3. 所属分类:硬件开发

    • 发布日期:2009-06-02
    • 文件大小:1024
    • 提供者:apples398
« 1 2 3 4 56 7 8 9 10 ... 50 »