-
HEU_KMS_Activator_v2.4
合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。
一种压缩文本文件的方法如下:
1. 原始文本文件中的非字母的字符,直接拷贝到压缩文件中;
2. 原始文件中的词(全部由字母组成),如果是第一次出现,则将该词加入到一个词的列表中,并拷贝到压缩文件中;否则该词不拷贝到压缩文件中,而是将该词在词的列表中的位置拷贝到压缩文件中。
3. 词的列表的起始位置为 1 。 词的定义为文本中由大小写字母组成的最大序列。大写字母和小写字母认为是不同的字母,即 abc 和 Abc 是不同的词。词的例子如下: * x-ray 包括两个词 x 和 ray * mary s 包括两个词 mary 和 s * a c-Dec 包括三个词 a 和 c 和 Dec 编写一个程序,输入为一组字符串,输出为压缩后的文本。(Fruit combined compression is an effective method for reducing the amount of data, has been widely applied to various types of information into the system. A method of compressing a text file is as follows: 1 original text file non-alphabetic characters, copy directly to the compressed file 2 words in the original document (all composed of letters), if it is the first time, then. The word is added to a word list, and copied to the compressed file otherwise the term is not copied to the compressed file, but the position of the word in the list of words copied to the archive. 3 the starting position is a list of words. The maximum term is defined by a sequence of text consisting of uppercase and lowercase letters. Uppercase and lowercase letters are considered different letters, ie abc and Abc are different words. Examples of the word as follows:* x-ray consists of two words x and ray* mary' s, including two words mary and s* a c-Dec consists of three words a and c and Dec to write )
- 2013-12-02 17:28:34下载
- 积分:1
-
STYGP24H_VCPP.tar
Visual CPP source dode of book Sams Teach Yourself Game Programming in 24 Hours by Michael Morrison. ISBN 0-672-32461-X
- 2012-06-24 09:52:01下载
- 积分:1
-
famous LAN chat, file transfer tool! WINSOCK classic study code!
鼎鼎大名的局域网聊天、文件传输工具!
WINSOCK学习的经典代码!-famous LAN chat, file transfer tool! WINSOCK classic study code!
- 2022-02-18 14:34:17下载
- 积分:1
-
source-code-is-the-design
C++是编程——并且因此是软件设计——艺术的一个进步,但是还需要更大的进步。就算我完全没有看到语言中出现任何真正的编程进步来挑战C++的流行,那么在今天,我会认为这一点甚至要比我首次编写它时更加正确。(code is design. we can find design from the source code.)
- 2012-02-16 16:03:37下载
- 积分:1
-
the purpose of this software is how to search, which is when the user input for...
本软件的目的是如何进行网络搜索,也就是当用户输入查询关键词的时候,能够自动的网络资源里面进行查找相关资料。-the purpose of this software is how to search, which is when the user input for keywords, can automatically inside the network resources to search for relevant information.
- 2022-08-12 16:18:04下载
- 积分:1
-
WMA_encoder
WMA_encoder/WMA解码器详解(WMA_encoder)
- 2009-09-09 21:30:18下载
- 积分:1
-
这是一个用完成端口(IO Completion port)写的echo server,运行iocp.exe后,在控制台使用 telnet 127.0.0.1 7...
这是一个用完成端口(IO Completion port)写的echo server,运行iocp.exe后,在控制台使用 telnet 127.0.0.1 7 就可以连接上,然后你输入什么屏幕就显示什么。-This a complete port with (IO Completion port) was the echo server, running iocp.exe after the console using telnet 127.0.0.1 7 can be connected to, then you input on what the screen shows what.
- 2022-03-05 12:51:26下载
- 积分:1
-
Windows Socket网络编程与规范
Windows Socket网络编程与规范-Windows Socket network programming and standard
- 2022-01-26 03:36:52下载
- 积分:1
-
C# 读取显卡信息 源码
读取显卡信息,com组件
- 2013-04-23下载
- 积分:1
-
HxD
说明: Hex Editor See hexadecimal files
- 2020-06-25 08:20:01下载
- 积分:1