-
-
-
-
-
cifafenxi.rar
简单词法分析器构造在开始状态,首先要读进一个字符。若读入的是一个空格(包括blank,tab,newline)就跳过它,再继续读字符,直到读进一个非空字符为止。
在标识符状态,识别并组合出一个标识符之后,还必须加入一些动作,以便查保留字表,确定识别出的单词符号是保留字,还是用户自定义标识符,并输出相应的记号。
在无符号数状态,可识别出各种常数,包括整数在内。在组数的同时,还要做从十进制数到二进制数的转换。
-
read_file.rar
this function read ascii file in columns separates
by spece or tab, this function open a dialog open file
and you just pick the file to read
the out "a" is the matrix of your file
also you obtain the filename and pathnme (location)
-
jQueryAjaxGuestbook.rar
jquery+ajax无刷新评论源码
实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果
jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示,
实现起来都非常的简单,往往就是几句代码的事。
做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不
提供 ...
-
tabcontrol.rar
tab control 学习实力tab control 学习实力tab control 学习实力tab control 学习实力tab control 学习实力
-
-
-
code.rar
循环
1,窗口置前
2,模拟TAB键(需要等待sleep)
3,模拟1键普通 ...
-