资源列表
1
- UNXI环境下,解压、压缩的常用方法,热爱UNIX的同志可以方便的使用
checkapp
- linux下检测某个程序有没有运行的代码。-Detection of a program under linux there to run the code.
3pcf
- 3PCF计算多线程实现 定义: 点集D、R。 定义D中的点为ai∈D,R中的点为bi∈R。 距离:r1、r2、r3、err 求: 满足以下条件的三元组(空间中三角形)的数目 <ai, bm, bn>,|ai-bm|=r1±err且|ai-bn|=r2±err且|bm-bn|=r3±err 原始解法: 对于D中每一点ai,在R中找到与之距离为r1的点集R’,找到与之距离为r2的点集R’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。
InjFunc
- Function to inject dll module
shifouzhengtai
- 判断一组数据是否是正态分布,并且画出概率密度曲线-A set of data to determine whether it is normal
isoemu
- 二进制的文本编辑器的序列号,快下了。很好用的。-Binary text editor serial number, fast down.
AES
- 对于AES算法的加密和解密过程的C++实现-AES algorithm for encryption and decryption process of the C++ to achieve
crc
- C++ Program for Cyclic Redundancy Check
FileEncDec
- 本程序实现文件保险箱的功能,对文件加密和对文件解密。-This program functions to achieve the file safe, file encryption and decryption of files.
PhpEncodeDecode
- 本文通过Eval函数,对PhP代码进行加密和解密。 使用方法简单,不用任何附加库。 在任何需要书写Php代码的地方,用这个工具处理后,代码就进行加密了。-Encode for PhP code.
cesare
- Cryptographic substitution Algorithm written in java
search_n_pred
- search_n(ForwardIterator first, ForwardIterator last, Size count, const T& value, BinaryPredicate pred) .