搜索资源列表
词法分析程序(编译原理)
- 用C语言写的词法分析程序 #include "stdio.h" #include"string.h" #include "stdlib.h" FILE *fp; char filename[20]; char token[100]; int m=0; char getch() { char ch; ch=fgetc(fp); return ch; } char getbc
ProxyFox1.5
- ProxyFoxDlg.h, ProxyFoxDlg.cpp - the dialog These files contain your CProxyFoxDlg class. This class defines the behavior of your application's main dialog. The dialog's template is in ProxyFox.rc, which can be edited in Microsoft Visual C++. If your
SSH
- 用spring和Hib和sturs集合的系统
H-ui v2.1.8.zip
- H-ui source code. Easy to use.
汽车转速eda VHDL语言
- 设计一个汽车速度表。车轮每转一圈会产生一个脉冲,每个脉冲代表1米的距离,根据单位时间的脉冲数可推算出汽车的速度。 要求:(1)模拟产生车轮运转产生的脉冲信号并对其计数,用按键选择脉冲信号的不同频率; (2)每隔10秒读取一次脉冲计数器,并据此计算车速; (3)用数码管显示车速,单位Km/h; (4)给出超速警告。