搜索资源列表

  1. 6

    0下载:
  2. 构造一个简单程序设计语言的词法分析器,要求: 1) 含有保留字program, begin, end, var, integer, if, then, else, do, while. 2) 标识符和无符号的整常数,其中保留字和标识符不区分大小写. 3) 含有界符和运算符如下:+,-, (, ), =, >, <, , :, :=.,,。 4) 输出二元组。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1758
    • 提供者:wangyangyang
  1. dll_test_MD5

    0下载:
  2. MD5变换动态链接库文件调用:(delphi例子) ========================================================================= function transfer(tran:widestring):widestring stdcall external md5.dll name transfer //edit1为输入字符,edit2为
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:267973
    • 提供者:果松
  1. MC-ACT-RSENC_DS

    0下载:
  2. MemecCoreReed-Solomon coding is a method of forward error correction in the form of block coding. Block coding consists of calculating a number of parity symbols over a number of message symbols. The parity symbols are
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:95237
    • 提供者:张波
  1. qishiyouli

    0下载:
  2. 任务一的源程序: const dx:array[1..4]of integer=(2,2,1,1) dy:array[1..4]of integer=(1,-1,2,-2) type map=record x,y:integer end var i,j,n,m,k:integer a:array[0..50,0..
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2609
    • 提供者:cqzz
  1. laborsentimentinformation

    0下载:
  2. Under the labor sentiment monitor system has several parts of compositions: The mobile termination software and hardware development, the central server software development as well as opens video frequency the prompt r
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:387487
    • 提供者:yangshu
  1. asm

    0下载:
  2. 实现中断复制功能. 除非输入i(I),否则会在屏幕上显出输入的字母或字符值. 以end结束. 具体解释见源程序.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1568
    • 提供者:张言国
  1. 010

    0下载:
  2. Make Text-Overflow work on both IE and Firefox If the text inside each line exceed the width of each line, then you will see \"...\" (ellipsis) shows up at the end of each line. Try to resize the window or change
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2643
    • 提供者:超武
  1. STUDY1

    0下载:
  2. 300 km 传输线和功率补偿仿真 The circuit below represents an equivalent power system feeding a 300 km transmission line. The line is compensated by a shunt inductor at its receiving end. A circuit breaker allows energizing and de
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6617
    • 提供者:楚燕
  1. lccnet

    0下载:
  2. This hierarchy augments an lcc version 4.2 distribution with a MSIL back end, which makes it possible to ANSI/ISO C program under .NET. lcc编译器的MSIL后端, 让开发者可以在.NET下开发标准C程序, 全部源代码
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:145390
    • 提供者:Rick Chen
  1. yuanwenjian

    0下载:
  2. Private Sub cancel_Click(Index As Integer) Unload form1 End Sub
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5621
    • 提供者:scf
  1. adwallpaper

    0下载:
  2. 桌面设置源程序 Private Sub cmbBrowse_Click() With CommonDialog1 .Flags = cdlOFNFileMustExist Or cdlOFNHideReadOnly Or cdlOFNLongNames Or cdlOFNExplorer .FileName = txtFilename.Text .ShowOpen If .FileName
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10517
    • 提供者:行者
  1. WCDMAModelpresentation

    0下载:
  2. The WCDMA Physical Layer Demo consists of an end-to-end (transmitter-to-receiver) simulation of the Frequency Division Duplex (FDD) Downlink physical layer for several Dedicated Channels (DCH) as specified by the 3GPP st
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1355592
    • 提供者:高飞
  1. Semantic_Session_Analysis_for_Web_Usage_Mining

    0下载:
  2. A semantic session analysis method partitioning Web usage logs is presented.Semantic W eb usage log preparation model enhances usage logs with semantic.The M arkov chain mode1 based on ontology semantic measurement is
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:154318
    • 提供者:li
  1. VBQQ

    0下载:
  2. 用VB做QQ强制聊天器 用VB做QQ强制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家来用VB做QQ强制聊天器..... 废话不多说了``` 直接打开VB 新建一个EXE文件..新建一个Text和一个Command按纽 最后直接把代码写上去就可以了... Private Declare Function ShellExecute Lib \"shell32.dll\"
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:829
    • 提供者:好感觉
  1. Cpp1

    0下载:
  2. 词法分析 分析如下形式的语句 begin a:=3 end #
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1076
    • 提供者:范力
  1. Cpp2

    0下载:
  2. 编译原理 语法分析 分析begin u:=0 end #
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1337
    • 提供者:范力
  1. waitprocess

    0下载:
  2. 简单演示了如何让一个进程等待另一个进程结束!-simple demonstration of how a process for the other end of the process!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:26083
    • 提供者:刘平
  1. 94518687

    0下载:
  2. 小学生成绩管理系统(一篇比较简单的论文)我的初稿 题目:小学生成绩管理系统 仅供参考,本人的论文初稿已经比他复杂好几倍了。当然,毕业答辩之前不会贴出来的,嘿嘿 姓名:陈抒 摘要: 小学生成绩管理系统是典型的信息管理系统(MIS),其开发主要内容包括后台数据库的建立和维护 以及前端应用程序的开发两块。对于前者主要要求数据一致性和完整性、数据安全性。而对于后 者则要求应用程序功能完备,易使用。 我将使用ACCESS数据库管理系统创建后台数据
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:29720
    • 提供者:s
  1. Regular

    0下载:
  2. 输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式-input is a regular expression, you can use : lowercase letters or numbers, said Fu end; * Closure; , And set; To
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:175504
    • 提供者:杨震原
  1. vme2hex

    0下载:
  2. 在嵌入式系统中用CPU下载CPLD的代码,这是最后将VME文件转成HEX文件的代码。--Download CPLD through CPU in embedded system. This is the code to convert VME file to HEX file in the end.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:12035
    • 提供者:可可
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org