-
patch_for_VS_drag_collapse
解决VS2010拖动选择代码后编译器崩溃的补丁,直接双击安装,重启VS即可解决(To solve the patch compiler crashes VS2010 drag to select the code, directly double-click the installation, restart the VS can be solved)
- 2013-05-04 15:41:37下载
- 积分:1
-
nfa
对给定的正规式r1、r2,已知它们的NFA分别为M1、M2(其状态转换矩阵及初态、终态信息分别保存在指定文件中)。构造一程序,由此程序构造正规式r1r2(连接运算)的NFA(将其状态转换矩阵及初态、终态信息保存在指定文件中)。(Given formal type r1, r2, known to the NFA that they were M1, M2 (the state transition matrix and the initial state, final state information were kept in the designated file). Construction of a procedure, the resulting program structure formal ceremony r1r2 (connected computing) of the NFA (its state transition matrix and the initial state, final state information saved in the specified file).)
- 2008-12-27 09:50:53下载
- 积分:1
-
Compiler
自己实现的Tiny+ 编译器的scanner(The scanner of Tiny+ compiler)
- 2009-11-10 07:52:49下载
- 积分:1
-
Caesar-code
凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。(Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been very popular, his basic idea is: by the letters move a certain number of bits to achieve encryption and decryption. For example, if the key is the number of bits of plaintext letters backward move three, the plaintext letter B into a ciphertext E, and so on, X will become Y-become a B,, and Z becomes C Thus, the median is the Caesar cipher encryption and decryption keys. Personal originality.)
- 2012-05-11 16:37:09下载
- 积分:1
-
The-Hoffman-code
利用Huffman编码方式对一段文字进行编码和解码。哈夫曼编码是可变字长编码(VLC)的一种。(Using the Huffman encoding method for encoding and decoding of a paragraph of text. Huffman code is a variable length coding (VLC) is a kind of.)
- 2015-01-27 15:30:06下载
- 积分:1
-
ET99资料
ET99加密狗破解工具和思路,担心有毒可以在沙盒里运行(ET99 dongle cracking tool and ideas)
- 2021-04-29 14:28:43下载
- 积分:1
-
Hash_sha256
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现
依次执行
SHA256Init、
SHA256Update
SHA256Final
三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
- 2013-09-19 16:09:12下载
- 积分:1
-
yufa.cpp
编译原理_词法分析,实现了基本的词法功能,二元式输出( Compiler theory lexical analysis, to achieve the basic lexical functions, binary type output)
- 2013-10-20 00:05:54下载
- 积分:1
-
File-Encryption
文件加密器,实现对文件加密,用来学习的代码(File encryption, encrypting files, the code used to study)
- 2012-05-20 14:28:54下载
- 积分:1
-
USE-OF-xpressive
正则表达式是处理文本强有力的工具,它使用一套复杂的语法规则,能够解决文本处理领域的绝大多数问题,如验证,匹配,查找,替换等,这些问题用通常的字符串算法是很难甚至无法解决的。这里包含boost xpressive的基 本用法(boost xpressive.boost xpressive.boost xpressive.regex,match,search)
- 2013-08-18 10:24:53下载
- 积分:1