搜索资源列表
字符串、内存和字符函数
- 包含从源source中拷贝n个字节到目标destin中,在数组的前n个字节中搜索字符 ,移动一块字节,拷贝字节等等小程序-contains source from the source copy n bytes to target destin, in the array of n-byte characters search, a mobile byte, copy bytes and other small applications
nzbdw
- 嘿嘿,你找不到我。因为我不是 HTML 文件,我是内存中的一个字符串。我也没有上下文的菜单。-laughter, you could not find me. Because I was not HTML document, I was in memory of a string. I have no context menu.
Common
- 一组实用的公共函数,包括文件、字体、内存、注册表、字符串等
charcmp
- 实现输入内存的字符进行排序,经更改后可以实现字符串排序
Gb2Big ,进行GB码和BIG5码之间的双向转换
- 代码实现了对一组字符串内存,进行GB码和BIG5码之间的双向转换,采用中间件方式输出。编译后生成ATL COM组件,可以供Windows平台的应用软件和ASP网站中使用。文件中同时包含了一个VB做的简单的调用例子。,Code to achieve a set of strings of memory, BIG5 to GB code and two-way code conversion, the use of middleware output. After the compiler to g
MemoryRead
- Delphi写的内存搜索与内存读写操作库 指定进程,在进程中查找对应的字符与字符串,或者其他类型的数据。-Delphi to write the memory search and memory read and write operation of the Treasury designated the process, in the process to find the corresponding characters with the string, or other types o
2
- 依次输入单个字符到该数组中,直到输入回车完成该字符数组的输入。反向输出该数组中的字符串内容。 // 输入:This is Test! 输出结果为:!tseT si sihT // 并利用sizeof运算符,求出数组占用的内存字节数-Followed by the importation of a single character to the array until the completion of the carriage return character input array i
qsting
- 快速字符串处理原代码!直接操作内存,功能非常强大!-Quick dealing with the original code string! Direct operation of memory, very powerful!
lib
- 汇编头文件,包包含5个函数,分别有 1.显示 AL 中的数字 DispAL 2.显示一个整形数 DispInt 3.显示一个字符串 DispStr 4.换行 DispReturn 5.内存拷贝 MemCpy-Compilation of header file, package includes 5 function, respectively, have 1. Show DispAL figures AL 2. Displays a few plastic Di
assembly
- 里面有六个汇编程序,分别为: 实验一:在屏幕上显示数字串“0123456789”,每串一行,共显示10行。 实验二:从键盘上输入一含有多个随机出现的空格的字符串,滤出其中所有空格后,输出显示不含空格的该字符串。 实验三:从键盘输入一个字母,然后输出它的前一个字母,和后一个字母。这里必须考虑大小写字母,还要考虑A、a只会输出它后面那个字母,Z、z只会输出它前面那个字母。 实验四:显示小于1000的素数(用十进制数显示它们)。 实验五:分别统计内存中从0f00H开始的1024个
ZCXDLJ
- 汇编实验 之 子程序的连接 1. 编写程序,将内存中由DATA单元开始,连续20单元中存放的字节数据的最大值与最小值以十六进制形式显示在屏幕上。 2. 已知在TEXT开始的内存单元中存放着一组英文文本,文本长度存放在CNT单元中。编制程序,用内存单元中有KEY开始的一组密匙字符串中的每个字符与文本中的字符逐个进行异或,若文本长度大于密匙字符串长度,当密匙字符串中的字符用完后,再从头重复使用,直至处理完文本串的所有字符。 要求:A加密程序用子程序编写 B将待加密的文本首址
keyboard
- 程序运行后,在屏幕上接收键盘输入的字符串,然后存如某个指定的内存单元里-Program running on the screen to receive keyboard input string, and then deposit such as a designated memory cell where
noname
- 电子时钟~~~ ~~第一部分:定义显示界面。 第二部分:调用系统时间(日期),并将调用的用二进制表示的时间数转换成ASCII码,并将时间数(日期数)存入内存区。 第三部分:将存在系统内存区的时间数(日期数)用显示字符串的形式显示出来。 第四部分:获取键盘的按键值,判断键值并退出系统。 -Electronic Clock ~~~~~~~~ Part I: the definition of the interface appears. Part II: call to system
Burglar
- Burglar 病毒,因病毒中有字符串 Grave,又称 Grave 病毒,病毒长度为 1150 字节, 所以有的地方又称它为 1150 病毒,它感染DOS的 .EXE 文件,不感染 Windows 的可执行文件 当病毒在内存中的时候,UMB 将无法找到,在运行 Windows 95 时经常引起死机。-Burglar viruses, because viruses that have the string Grave, also known as the Grave virus, t
masm
- 计算存在内存中的字符串中的字符的个数由多少,并存入内存等程序。-Calculations exist in memory the number of characters in a string by the number and such procedures into memory.
Update
- 内存文件共享,主要是进程间的共享,收发字符串-Memory, file sharing, mainly shared between processes
MemShareUseDemo
- 一个进程间共享内存及消息传递组件 ①、简单的字符串共享与消息传递 ②、自定义格式的数据共享-A process of shared memory and message passing between components ①, simple string sharing and message passing ②, custom format of data sharing
Delphi7functions
- Delphi7函数速查,包含常用的数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-Quick Delphi7 functions, including common data type conversion functions, string, array function, file, disk manipulation functions, memory, pointer manipulation functions, math fu
Advance-Search-And-Replace(DELPHI)
- 对任意类型的文件中的内容进行字符串查找替换的高级工具软件源代码,用DELPHI编写。1.支持两种线程模式进行查找或替换:单线程、多线程 2.支持任意格式文件中查找,文件名支持通配符,可同时支持多种文件名 3.查找、替换内容支持使用二进制数据(16进制格式)或普通文本格式 4.支持替换备份,对不慎误替换的文件可以进行还原,防止误操作 5.使用内存搜索方式,速度很快 6.完全免费,提供完整源代码,没有任何功能限制 。-For any type of file contents s
字符串并行统计
- 根据一个英文文本文件,不区分大小写的统计26个字母的出现频率。假设内存足够大,可以将文件一次性读入。(According to an English text file, the frequency of appearance of 26 letters is not case sensitive. Assuming that the memory is large enough, you can read the file one at a time.)