dspic的汇编例程,Write LCD with text using PSV feature and flash LED1 with a Timer1 loop
上传时间: 2013-12-30
上传用户:bruce5996
附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相关命令: makelut 2.bestblk 功 举例
标签: applylut lut MATLAB lookup
上传时间: 2015-09-08
上传用户:gundamwzc
ucGUI3.90版本在44b0上的移植,text控件得到了很好的解决,例子上一个串口例子
上传时间: 2014-01-31
上传用户:qq1604324866
This book contains a detailed analysis of the International Standard for the C language,-3.1 excluding the library from a number of perspectives. The organization of the material is unusual in that it is based on the actual text of the published C Standard. The unit of discussion is the individual sentences from the C Standard (2022 of them). Readers are assumed to have more than a passing familiarity with C.
标签: International the Standard analysis
上传时间: 2015-09-15
上传用户:13188549192
A fast lexical analyser generator. It is a tool for generating programs that perform pattern-matching on text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison
标签: pattern-matchin generating generator analyser
上传时间: 2013-12-15
上传用户:aig85
1,如果没有出现精灵,请安装资源文件夹里的MSAgent核心库。 如果精灵说话时在确定已经选择了发音选项的情况下,没有语音,则请安装资源文件夹中的Text-to-speech语音库。 2,在精灵上单击右键可以弹出菜单,同样的在任务栏的主程序上也有一样的效果。 双击精灵可以弹出发言对话框,在对话框中的发言快捷键是Alt+A。 3,一台机器只可以运行一个聊天精灵,如果想进行测试,可以在参数设置里把IP地址设置成本机地址。这样可以自己给自己发送信息。 4,目前聊天精灵只有英文的Text-to-speech语音库,所以请通过英文来测试语音输出。 5,想不同的电脑之间正常的互相传递信息,请在参数设置里更改地址。
标签:
上传时间: 2013-12-21
上传用户:yph853211
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.
标签: Java Expressions Regular version
上传时间: 2013-12-18
上传用户:lanhuaying
基于VB和ACCESS的成绩管理系统,此程序为毕业设计题目.采用ADO控件ADODC访问数据库并通过DATAGRID显示出来的结构.具有基本的添加查找删除等功能。涉及到多表联合查询。 文件包括info.mdb mainform.frm mainform.frx,mainform.text,moudel1.text,moude1.bas,工程1.dep,工程1.pdm,工程1.vbp,工程1.vbw,数据库作业.exe等文件。 下载解压可以运行。
上传时间: 2015-10-29
上传用户:youke111
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="关闭" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>
标签: lt LANGUAGE VBSCRIPT include
上传时间: 2015-11-05
上传用户:zhaoq123
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>会员登录</TITLE> <META http-equiv=Content-Type content="text/html charset=gb2312"> <SCRIPT language=javascript id=clientEventHandlersJS>
标签: HTML lt Transitional gt
上传时间: 2014-01-13
上传用户:jing911003