资源列表
PINJUNZHI
- 编程语言为 C++ ,功能实现求平均值,比较适合初学者参考-C++ averaged reference for beginners
24-led-show
- for pic 16f84a 24 led show hex file
wordmove
- 假设有一个字符串为“ABCDE”, 每按下一次任意键(响应WM_KEYDOWN消息),该字符串就移动一格,当字符串的第一个字符碰到窗口的用户区域的边界时,该字符串就向Y轴移动。字符串每移动一格,颜色将随机地发生变化。-Suppose a string "ABCDE", each time you press any key once, the string move one encounter the boundary of the user area of the window when th
tt
- 该程序分配时间,用于会面时间的安排,可以用于一周时间的-The program allocation time, the arrangements for the meeting time, the time can be used for a week
eLock_ID0612
- 自动开门系统,配合电子锁实现定时开门、任意时间开门.经测试可用-Automatic door system
compass
- java程序中用到的compass搜索功能的jar包-jar package java program used the compass the search function
10.UARTP--PLCD
- cc2430与上位机之间的串口通行程序,可以将存储2430板上的LCD显示内容显示在超级终端上并能通过串口控制lcd的显示-cc2430 between the host computer' s serial port access procedures can be stored 2430 panel LCD display HyperTerminal through serial control lcd display
Blink
- 在motework中系统中,在PN2中使用Nesc语言,编写的控制传感器三个灯循环闪亮的例子。- In the motework system, using the Nesc language, write cycle of control over sensor three lights shining examples.
1452
- matlab遗传算法求解多目标问题,flowshop调度问题-matlab genetic algorithm for multi-objective problems, flowshop scheduling problem
delete
- sql 表中关于重复记录的删除-delete duplicate records in sql table ...............
RSDLite5.7
- motorola mobility software multi flash / multi felx tool
lexical_analysis_program
- 编译原理、词法分析程序。 题目:词法分析程序的设计和实现 实验内容:设计并实现C语言的词法分析程序,要求如下。 (1)可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2)可以识别并读取源程序中的注释。 (3)可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4)检查源程序存在的错误,并可以报告错误所在的行列位置。 (5)发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过