登录
首页 » C++ » HEU_KMS_Activator_v2.4

HEU_KMS_Activator_v2.4

于 2013-12-02 发布 文件大小:2502KB
0 144
下载积分: 1 下载次数: 2

代码说明:

  合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。 一种压缩文本文件的方法如下: 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 )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vbchartsample
    说明:  直方图-柱状图-曲线图绘制及生成控件VB版附示例(Histogram Curve chart drawing and generating control VB version with examples)
    2020-06-18 17:18:21下载
    积分:1
  • shijuquxian
    假设地下一倾斜界面,地层倾角为15°,地层是均匀的各向同性介质,地震波纵波传播速度为1500m/s,炮检距为0~500m,现绘制出折射波、直达波、反射波的时距曲线图(If the underground inclined interface, dip angle is 15 degrees, the formation is a uniform isotropic medium, seismic wave propagation velocity is 1500m/s, the offset is 0~500m, we draw the refraction wave, direct wave, reflected wave time distance curve)
    2017-10-13 15:37:39下载
    积分:1
  • 2-1
    描述 其中,A为入口,B为出口,S为中转盲端。所有铁道均为单轨单向式:列车行驶的方向只能是从A到S,再从S到B;也可以不在S中驻留,直接从A驶向B;另外,不允许超车。因为车厢可在S中驻留,所以它们从B端驶出的次序,可能与从A端驶入的次序不同。不过S的容量有限,同时驻留的车厢不得超过m节。(A train dispatching station rail connection structure as shown.)
    2017-12-16 00:12:03下载
    积分:1
  • bootloader
    实现stm32f105程序代码的远程升级的boot(Stm32f105 program code to achieve remote upgrade of the boot)
    2020-08-24 11:08:16下载
    积分:1
  • my_HideReg
    冰刃下隐藏注册表 最亲朋的隐藏技术,请不要用于不法目的。学习研究的(Under the most hidden registry冰刃friends hidden technology, please do not for the unlawful purpose. Study of)
    2007-11-12 22:19:05下载
    积分:1
  • IrisSkin4
    说明:  C美化界面,用于帮助需要的人群!辛苦找到,分享给大家,以后大家可以更快更便捷的开发(C beautify the interface to help people in need! Find it hard and share it with you. You can develop it faster and more conveniently in the future.)
    2020-06-23 19:40:01下载
    积分:1
  • drag
    vc实现拖放操作的程序源码,希望对大家有所帮助(vc drag and drop operation of program source code, we want to help)
    2011-06-05 23:07:28下载
    积分:1
  • a written test procedures for small router basically have some of the
    一个用VC写的测试路由器的小程序,基本上有的都有了-a written test procedures for small router basically have some of the
    2022-02-14 16:07:11下载
    积分:1
  • 使用delphi写的实现局域网内通讯的序,在delphi6下译运行通过。...
    使用delphi编写的实现局域网内通讯的程序,在delphi6下编译运行通过。-prepared by the use of LAN communications within procedures, the compiler running under Delphi6 through.
    2022-07-08 00:48:08下载
    积分:1
  • vb6-md5jia
    采用VB6.0编程的MD5加密算法。MD5就是采用单向加密的加密算法,对于MD5而言,有两个特性是很重要的,第一是任意两段明文数据,加密以后的密文不能是相同的;第二是任意一段明文数据,经过加密以后,其结果必须永远是不变的。前者的意思是不可能有任意两段明文加密以后得到相同的密文,后者的意思是如果我们加密特定的数据,得到的密文一定是相同的。(Using VB6.0 programming of MD5 encryption algorithm. MD5 is the use of one-way encryption algorithm, for MD5, there are two characteristics is very important, the first is any two plaintext data encrypted ciphertext, later not to be the same second is an arbitrary piece of plaintext encrypted data, then, the results must always be the same. The meaning of the former is unlikely to have any two plaintext after getting the same ciphertext, which means if we encrypt specific data, the encryption must be the same. )
    2013-08-30 14:50:25下载
    积分:1
  • 696516资源总数
  • 106641会员总数
  • 4今日下载