搜索资源列表
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
testmanagerthread
- 一个vc写的多线程例子,通过单线程和多线程的执行效果来展示多线程的特点,改实例中使用了进度条-Vc wrote a multi-threaded example, through the single-threaded and multi-threaded implementation of effect to show the characteristics of multi-threading, changing an instance of the use of a progress ba
MulThread
- 多线程的程序框架,该程序实现了3个线程,其中第一个线程实现了秒表功能,第二个线程是个进度条,第三个线程测试系统最多能生产多少个线程-Multi-threaded application framework, the program achieved three threads, where the first thread to achieve a stopwatch function, the second thread is a progress bar, a third thread te
WKDWE55
- Delphi简单多线程实例,利用多线程执行多个进度条,()