资源列表
radixsort
- radix sort, using bit shift to improve performance.
rossler
- 因开发环境中没有fortran,故选C++代替,用Fortran语言编写的rossle程序,观察混沌图形,可用于教学
sa1100_shannon
- PCMCIA implementation routines for Shannon.
filter_ar
- This file contains the function WebRtcSpl_FilterAR(). The descr iption header can be found in signal_processing_library.h.
process
- 实现任务管理器中显示进程部分 -The realization of Task Manager shows that the process of some
pipe
- 线程与管道通信 设有二元函数f(x,y) = f(x) + f(y) 其中: f(x) = f(x-1) * x (x >1) f(x)=1 (x=1) f(y) = f(y-1) + f(y-2) (y> 2) f(y)=1 (y=1,2) 请编程建立3个并发协作进程或线程,它们分别完成f(x,y)、f(x)、f(y) -pipe and linear community
bst
- 重要的pascal代码 初学者必需熟练掌握-Important for beginners need to master pascal code
UdpAttack
- udp 泛洪攻击vc++源码,visual studi新建控制台程序编译即可-udp Pan Hung attack vc++ source code, Visual studi new console application compiled to...
neon
- neon 优化的例子。 arm处理器,使用neon优化,减少CPU处理时间。-neon examples of optimization. arm processor the neon optimized to reduce CPU processing time.
03operator
- 重载运算符,实现两个分数相加,里面有详细的注释。- Realize two scores to add,using overloaded operators, where there is a detailed annotation
arc4
- ARC4 Cipher Algorithm driver for Linux.