搜索资源列表
Mpeg4-code_decode
- Mpeg4视频处理编解码算法代码 适用于windows平台和unix平台 c语言编写
bm
- 字符串匹配算法,单模式字符串匹配。 使用c语言编写
FV(SBMH)
- SBMH算法。为字符串匹配算法。c语言开发。
jacobi
- JACOBI算法的C语言版,可用于openmp和pthreads。
Unix_canny_c
- Unix 下canny算法,c语言,来自http://www.ltrr.arizona.edu/
c-hash
- C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
cysf
- 常用算法程序集(C语言描述) 第三版 (PDF高清电子书+附书源码打包)-Commonly used algorithm assembly (C language descr iption) Third Edition (PDF e-book+ HD package attached to the book source)
page_replacement
- 在linux下用C语言开发的页面置换算法,并不适用于VC下运行-C for page_replacement in linux
1
- 页面置换算法C语言实现! -sas
drawline
- 伯明翰直线算法C语言实现,纯c语言实现,大家参考用-Birmingham line algorithm C language implementation, pure c language implementation, we reference
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
encryption-and-decryption
- des和3des 算法c语言实现,c语言描述了des和3des的加密和解密过程,此代码为成熟代码,可直接应用于工程。-Des and 3des algorithm c language, c language Des and 3des described the encryption and decryption process, the code for the mature code can be directly applied to the project.
3des
- Linux下c语言实现DES和3DES算法(Linux under c language, DES and 3DES algorithm)
C++_编程思想
- 主要讲述计C++语言的的编程思想,编写流程,STL源码的过程(It mainly focuses on the programming thought of c ++ language, the process of writing process and STL source code)
新建文本文档
- 该算法运用的是银行家算法,用于判断资源以及进程的申请资源的顺序是否安全,属于操作系统范围。(The algorithm uses the banker algorithm, which is used to judge whether the order of the resources and the application resources of the process is safe, and belongs to the operating system scope)
fft4
- FFT及IFFT算法的C语言实现,信号发生器产生的正弦信号在通过该算法可以准确算出频率(The implementation of the FFT algorithm in the C language)
fft5
- FFT及IFFT算法的C语言实现,信号发生器产生的正弦信号在通过该算法可以准确算出频率,计算耗时较短。(The implementation of the FFT & IFFT algorithm in the C language,After testing,the results are reliable.)
小小日历c4droid源码C语言
- 天文算法万年历,基于寿星万年历js不完全移植,前后近一万年误差不超过一分钟(The astronomical calendar algorithm, the longevity of the calendar JS is not completely based on nearly ten thousand years before and after transplantation, the error is less than a minute)
sort
- 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)
BCC异或校验算法(C语言实现)
- BCC异或校验算法(C语言实现) 将报文按位异或后取反+1 得到异或校验码