查找字符串 TABLE DB "ABCDEFGHIKLMNOPQRSTUVWYZ" STR1 DB "Please enter a string:",0DH,0AH,"$" STR2 DB "Wrong! The string is too long!"$"
资源简介:查找字符串 TABLE DB "ABCDEFGHIKLMNOPQRSTUVWYZ" STR1 DB "Please enter a string:",0DH,0AH,"$" STR2 DB "Wrong! The string is too long!"$"
上传时间: 2014-11-30
上传用户:hfmm633
资源简介:A Java Server Insertion to DB
上传时间: 2015-03-07
上传用户:洛木卓
资源简介:实现对输入文件的操作:保存文档 , 回到起始行 ,改变当前段的部分内容 , 删除当前, 查找字符串,段跳转, 帮助, 字符数 , 跳至下一行 , 跳至上一行 ,结束任务 ,读文档,改变当前段的全部内容, 阅览文档,写文档, 改为小写 等多种功能
上传时间: 2015-04-24
上传用户:hongmo
资源简介:汇编查找字符串 汇编查找字符串
上传时间: 2015-06-08
上传用户:13215175592
资源简介:data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,length...
上传时间: 2014-01-13
上传用户:xiaoyunyun
资源简介:KMP模式匹配算法,实现了用KMP算法无回溯查找字符串的功能
上传时间: 2014-11-22
上传用户:qiao8960
资源简介:1.建立一个以字符串文件,即从键盘输入若干行字符串,把它们输出到磁盘文件保存起来. 2.从磁盘文件上读回字符串,并在屏幕上显示出来. 3.从磁盘文件中查找字符串,判断文件中是否存在所查找的字符串,并在屏幕上显示出查找结果 4.替换查找到的存在于文件中的字...
上传时间: 2016-07-13
上传用户:hopy
资源简介:查找字符串中含有7e的代码用于传感器节点的解包
上传时间: 2016-10-16
上传用户:luke5347
资源简介:递归的字符串逆序,将带有空格的一行字符串按照单词的顺序逆序排列.例如:this is a string. 转化为string a is this.
上传时间: 2013-12-22
上传用户:
资源简介:Please input a number 1 : Memory test 2 : Timer PWM test ( Beep ) 3 : IIC EEPROM test 4 : ADC test
上传时间: 2015-11-29
上传用户:225588
资源简介:Good to read e-books Please take a look at it The latest one erupted dance ~
上传时间: 2016-02-21
上传用户:钓鳌牧马
资源简介:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,...
上传时间: 2016-05-12
上传用户:邶刖
资源简介:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A 由26 个小写英文字母组成A={a,b,…,z}。
上传时间: 2013-12-27
上传用户:恋天使569
资源简介:Collection of polish police speedcameras cars. Please enter site provided in documents for actual information.
上传时间: 2013-12-17
上传用户:熊少锋
资源简介:C51 examples, Please take a look at each other all of the other party to the other side is a
上传时间: 2013-12-21
上传用户:ryb
资源简介:一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。
上传时间: 2014-01-09
上传用户:hullow
资源简介:数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp DB 0dh,0ah, welcome you to run this programme!$ qq DB 0dh,0ah, when you input number,press enter.$ qw DB 0dh,0ah, 6eh,52h,94h,52h,$ qa DB 0dh,0ah, $ in...
上传时间: 2013-12-24
上传用户:离殇
资源简介:to study the example of creation of tables, formative DB, and filling with their information. Using this example to create DB, satisfying a logical structure, to developed in previous laboratory work and to fill with its information. To stu...
上传时间: 2017-09-15
上传用户:dengzb84
资源简介:Windows7下IE 8使用技巧5则 IE几乎是各位菜鸟、大虾上网时的首选浏览器,有关它的常规使用技巧,相信各位早已是耳熟能详了。只要你足够用心、细心,就一定会不断“挖掘”出IE新的使用技巧来。不信,就来看看下面的几则新鲜用法吧,相信会让各位有耳目...
上传时间: 2019-06-22
上传用户:yerbol
资源简介:带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128×64, 内置8192个16*16点汉字,和128个16*8点ASCII字符集.利用该模块灵活的接口方式和简单、方便的操作指...
上传时间: 2013-10-13
上传用户:123啊
资源简介:汇编实现一位数加数,多位数加法,查找字符串,乘法。程序中已经有详细的说明了。
上传时间: 2015-06-04
上传用户:冇尾飞铊
资源简介:《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与JavaScript交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实...
上传时间: 2013-12-06
上传用户:bruce
资源简介:电子通讯录系统,功能包括用户注册、用户登录、修改密码、添加好友、添加好友联系方式、修改好友联系方式、删除好友联系方式等。 \MyAddressList \DB \MyAddressList.sql 电子通讯录系统数据数据库创建脚本 \MyAddressList \DB \MyAddressList.bak 电...
上传时间: 2016-08-07
上传用户:498732662
资源简介:大学时学汇编做的一些小实验,包括查找字符串、偶数以十六进制显示、响铃、双精度数加法、匹配等等,绝对很适用。
上传时间: 2013-12-11
上传用户:xauthu
资源简介:我自己写的一个“文学研究助手”的程序,C语言写的,实现了从文件中查找字符串。用到了KMP算法。
上传时间: 2014-12-08
上传用户:努力努力再努力
资源简介:Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips ...
上传时间: 2013-12-19
上传用户:wangchong
资源简介:SQL数据库在App_Data下面 是sql格式的 用的时候只需要修改App_Code下面的DB字符串就可以了 有的代码我做了注释
上传时间: 2013-12-20
上传用户:qweqweqwe
资源简介:Thumbs.DB
上传时间: 2013-05-17
上传用户:eeworm
资源简介:Thumbs.DB
上传时间: 2013-04-15
上传用户:eeworm
资源简介:Thumbs.DB
上传时间: 2013-06-08
上传用户:eeworm