CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 简单c程序

搜索资源列表

  1. girdercomment

    0下载:
  2. 简支梁的剪力与弯矩的计算C程序,很简单,结构化程序设计。-Simply supported beam the shear force and bending moment calculation of C procedures, is very simple, structured program design.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:4557
    • 提供者:马粪
  1. Wave6000

    1下载:
  2. 我学单片机89C51时编的大部分程序都在里面,单片机是软硬相结合的,硬件会了,软件部分没什么算法,相当简单。-89C51 Singlechip school when I made most of the procedures are in there, single-chip is a combination of hardware and software, hardware and software no algorithm is quite simple.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:818451
    • 提供者:王敬
  1. lex

    0下载:
  2. 用C语言实现了简单的词法分析功能,用户输入任意字符串,程序输出经分析后的token序列-Using C language to achieve a simple lexical analysis function, the user to enter arbitrary strings, the program output by the analysis of the token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:10716
    • 提供者:sdfe
  1. VioceRecognition

    0下载:
  2. 使用科大讯飞的语音识别和语音合成引擎作为基础,开发的适合SP的一套语音识别应用程序,可通过简单配置应用于现有的IVR业务中。主要文件简单说明:asr.c 系统初始化,入口点asrch.c 系统核心处理单元DynGra.c 动态语法生成tts.c 语音合成eventq.c 事件队列asrtimer.c 计时器iblock.c 内存管理.-The use of Science and Technology Institute of China inquiry flying speech recogn
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:199090
    • 提供者:至诚
  1. 4

    0下载:
  2. 一个小型的C解释器,可以编译执行简单的C程序并且给出结果。-A small C interpreter, you can compile a simple C implementation of procedures and results are given.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:13656
    • 提供者:LuoJun
  1. Compiler

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

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

    0下载:
  2. 一个简单词法编译器。具体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal或C程序(测试程序)分解成为一个一个的单词及类型。-A simple lexical compiler. The specific contents of a binary-type text file, extension dyd, can be Pascal or C procedures (test procedures) as a decomposition of a word and type.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:189077
    • 提供者:婴宁
  1. analysis

    0下载:
  2. 是一个很简单的编译原理的词法分析程序,就是对一个简单的C语言程序进行模拟编译。-Is to compile a very simple principle of lexical analysis procedure is a simple procedure to simulate the C language compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:赵全
  1. Ccifafenxi

    0下载:
  2. c语言词法分析程序的实现,实现了简单的词法分析-c language lexical analysis procedures to achieve
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:140392
    • 提供者:赵晓东
  1. OLEDB

    0下载:
  2. 利用mfc建立的OLEDB口令管理程序,使用OLEDB对数据库访问,简单的小程序-OLEDB using mfc established password management procedures, the use of OLEDB for database access, simple procedures
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:46530
    • 提供者:lengxueyu
  1. cifafenxi

    0下载:
  2. 简单c++单词词法分析程序设计:读取txt, 词法分析,结果输出并保存在制定txt文件!-Simple c++ word lexical analysis program design: read txt, lexical analysis, the results of the output and save txt document in the development!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1655
    • 提供者:王正道
  1. while

    0下载:
  2. 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:60276
    • 提供者:李伟霞
  1. C_Cplus_study_system

    0下载:
  2. 原名《Turbo C/C++ for Windows 集成实验与学习环境》,现在已支持最新操作系统WINDOWS 7,它是从事一线教学的大学教师根据C程序多媒体教学演示和C语言初学者的特点,量身打造的一个简单易用的C/C++程序设计教学演示、学习与实验软件(支持TC2/TC3、GCC、VC6四种编译器,没有使用日期限制)。-Formerly known as " Turbo C/C++ for Windows integrated experimental and learning en
  3. 所属分类:Compiler program

    • 发布日期:2017-06-21
    • 文件大小:37645105
    • 提供者:april
  1. 101259374RockCarryPL0

    0下载:
  2. 使用C/C++语言作为实现语言,实现一个简单PL/0语言的编译器。手工编码实现编译器的组成部分。语法分析程序采用递归下降分析法。-The use of C/C++ language as the implementation language, to achieve a simple PL/0 language compiler. Hand-coding part of the compiler. Parser uses recursive descent analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:304368
    • 提供者:哈根
  1. xmlParser

    0下载:
  2. xml解析程序,有例子程序。非常好用,linux,windows移植简单-prase xml。
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-30
    • 文件大小:573817
    • 提供者:sober
  1. C

    0下载:
  2. 有10个学生,每个学生的数据包括学号、姓名、3门课的成绩,从键盘输入10个学生数据,求出每个学生3门课的平均成绩,并输出最高分的学生的数据(包括学号、姓名、3门课的成绩、平均成绩)。 输入4个整数,按由小到大的顺序输出,使用指针进行处理。 请说明以下程序段存在的问题,并改正。 int a,*p scanf(“ d”,p) 通过计算机并口向数模转换器发送数据,实现D/A转换。 将两台计算机的COM口相连,一个作为接收端,另一个作为发送端,编程实现两台计算机之间的简单通信
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:30002
    • 提供者:闫志勇
  1. 12864

    0下载:
  2. 128*64T6963控制,C语言驱动程序,简单易懂
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:96570
    • 提供者:huyanfei
  1. lgh2.5

    0下载:
  2. 简单的表达式求值的C程序,运用了进栈出栈的一些应用-Simple expression evaluation of the C program, using the stack into the stack a number of applications
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:2005
    • 提供者:王杰
  1. key

    0下载:
  2. 调速流水灯程序,C语言,源码,一个很小很简单的程序-Light Speed program flow, C language, source code, a very small and very simple program
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:926
    • 提供者:王上
  1. scanner

    0下载:
  2. 一个简单的C++程序。编译原理最初的源程序的输入和扫描,即将源代码完整的扫描出来。-A simple C++ program. Compiler theory and the original source of the input scan, full scan the source code will come out.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1029
    • 提供者:fengyull
« 1 2 3 45 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com