-
ModeDemo
一种新的学习asp.net的例子,介绍了用asp.net开发精美留言板的例子。(Learning a new asp.net examples, asp.net development introduced with exquisite examples of message boards.)
- 2009-05-18 09:26:12下载
- 积分:1
-
eg8_IndependentProject_CAN
说明: DSP28335芯片CAN总线模块案例程序(case codes about CAN bus of DSP28335)
- 2020-06-22 20:20:01下载
- 积分:1
-
编译原理——词法分析器
列出你的C编译器支持的语言特性所涉及的单词,设计正规定义
利用Lex工具实现词法分析器,识别所有单词,能将源程序转化为单词流
设计符号表,当然目前符号表项还只是词素等简单内容,但符号表的数据结构,搜索算法,词素的保存等等都可以考虑了。
保留字的处理等问题也可考虑了。
验证你的程序,可以输入简单的C源程序,输出单词流每个单词的词素内容、单词类别和属性(常数的属性可以是数值,标识符可以是指向符号表的指针)。
如下例:
main()
{
int a;
if (a == 0)
a = a + 1;
}
可能的输出结果为:
单词 词素 属性
ID main 0
LBRACE {
INT int
ID a 1
SEMICOLON ;
- 2022-03-07 02:25:51下载
- 积分:1
-
sort
说明: 能够实现起泡法,二分法,堆排序,插入排序,选择排序,快速排序六种方法对100个数进行排序的时间空间复杂度进行比较(To achieve foaming method, dichotomy, Heap Sort, Insertion Sort, Selection Sort, Quick Sort six methods on 100 the number of sort of time and space complexity comparison)
- 2008-11-14 20:29:09下载
- 积分:1
-
usatr
stm32 串口的代码,包括串口的初始化(stm32 usatr)
- 2012-08-11 22:27:34下载
- 积分:1
-
QRcodeDecoder
是二维码识别源码,里面加入了图像的预处理,可以实现二维码的正确识别。(Two-dimensional code to identify source, I added the image preprocessing, can achieve the correct identification of the two-dimensional code.)
- 2012-04-23 15:00:38下载
- 积分:1
-
机械臂舵机控制
说明: 四个舵机的键盘输入控制,需要使用arduino的串口通讯和串口监视(Keyboard input control of the four steering engines requires the use of arduino serial port communication and serial port monitoring)
- 2020-06-19 05:20:01下载
- 积分:1
-
.NET留言板,简单,适合新手
.net+sql做的留言板,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手
- 2022-08-21 13:36:47下载
- 积分:1
-
Essence-Simplified-of-com
这是一本专门介绍com的电子书,对com的诠释的非常透彻(This is a devoted com e-books on the interpretation of a very thorough com)
- 2009-09-05 20:00:45下载
- 积分:1
-
CRC
说明: CRC7,CRC8,CRC9,CRC16编解码,查表方法实现(CRC7, CRC8, CRC9, CRC16 codec, look-up table method)
- 2009-07-31 11:36:19下载
- 积分:1