EV-DO
EVDO(EV-DO)实际上是三个单词的缩写:Evolution(演进)、DataOnly。其全称为:CDMA20001xEV-DO,是CDMA20001x演进(3G)的一条路径的一个阶段。这一路径有两个发展阶段,第一阶段叫1xEV-DO,即“DataOnly”,它可以使运营商利用一个与IS-95或...
EV-DO 热门资料
查看全部 175 份 →Binary Search in Java. This can read in a .txt file and do search,sort on the file and output the so
Binary Search in Java. This can read in a .txt file and do search,sort on the file and output the sorted file
if the method is to be made void, then it cannot have a return statement, all it can do is set the v
if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReser...
Stellaris Luminary Micro ARM 系列之 EV-LM3S811 多个学习范例全都是基于 Keil 工程版的范例, 并包含 LM3S Library Source Code ,
Stellaris Luminary Micro ARM 系列之 EV-LM3S811 多个学习范例全都是基于 Keil 工程版的范例, 并包含 LM3S Library Source Code ,而范例内容列举如下: 1.BitBand...
Vehicle Maintenance Tracker (VMT) 可以对多个车辆的维护进行跟踪。项目类似于Auto-Do-It
Vehicle Maintenance Tracker (VMT) 可以对多个车辆的维护进行跟踪。项目类似于Auto-Do-It ,但没有必要过多的管理车辆的附件。由于这个程序使用了Java,所以具有跨平台性(不像其它应用程序)。
通过设计、编制、调试一个DO-WHILE循环语句的语法及语义分析程序
通过设计、编制、调试一个DO-WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。
基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序
基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式。