-
mct2008
固高卡调试软件。可以控制控制卡的各个轴,jog运行,联轴运行等。(the app of motion control card.)
- 2015-02-03 11:53:54下载
- 积分:1
-
这是一个用CSharp做的医院管理系统,代码简单易懂,适用于初学者。...
这是一个用CSharp做的医院管理系统,代码简单易懂,适用于初学者。-This is a CSharp to do with the hospital management system, code easy to understand for beginners.
- 2022-05-26 02:38:16下载
- 积分:1
-
udp
滑动窗口协议实现,分为客户端和服务器两部分。另外包含一个udp.cpp是利用udp协议传输文件。(Sliding window protocol is divided into two parts of the client and server. Another contains a udp.cpp is to use the udp protocol to transfer files.)
- 2020-12-09 11:19:19下载
- 积分:1
-
KEILmodule
Stellaris 系列 M3内核MCU的Keil工程模板(Stellaris family M3 core MCU, Keil project templates)
- 2010-01-23 19:43:46下载
- 积分:1
-
地震志愿者救灾
该程序基于C#,在AE环境下进行编写,可以实现缓冲区分析、叠置分析、属性查询和简单的路径分析功能,可用于的地震中的志愿者救灾活动,帮助指导救灾的进行,加快救灾速度,分析志愿者的派往和达到救灾点路线,并利用属性查询距离病人最近的医院,帮助救援
- 2022-01-22 00:35:55下载
- 积分:1
-
g711
linux系统音频采集及G711编码的网络发送与接收程序(the linux system audio capture and G711 encoded network to send and receive procedures)
- 2021-01-12 18:48:48下载
- 积分:1
-
pE7p9Bp91p
文件夹监控程序 包括增加 删除 修改等 可以根据实际情况增加功能(Folder control procedures include changes such as increased deletion)
- 2011-06-12 01:29:07下载
- 积分:1
-
jiaotong
简易的全国交通管理查询系统,包括列车查询系统和航班查询系统。它有查询城市,查询车次,查询航班等功能。(Simple national traffic management query system, including the train inquiry system and flight inquiry system. It has the query city, query trips, check flight.)
- 2013-05-17 15:55:54下载
- 积分:1
-
Demo_DsoFramer
C#Web开发 使用DSOFramer插件实例。(C# Web developers use DSOFramer plug-in instance.)
- 2013-12-13 17:17:17下载
- 积分:1
-
LL(1)文法
FIRST(α)的构造实现代码
FIRST(α)的构造算法
要构造FIRST(α),根据定义:
α=X1?Xn
那么对于从前到后的Xi我们进行分类讨论:
如果Xi∈Vt,那么FIRST(α)=FIRST(Xi)={Xi}
如果Xi∈Vn,因为不存在左递归,所以Xi=a.......|?,那么FIRST(Xi)={a,?,FIRST(Xi+1)}
只要Xi?1不包含?,那么Xi不可能影响FIRST(α)
那么我们通过记录每个a∈V,然后进行深度优先记忆化搜索,将所有的状态填满,因为LL(1)文法使不会回溯的,所以能够保证在O(n)的时间完成,采取递归的形式实现
- 2022-03-15 19:33:58下载
- 积分:1