搜索资源列表
Touch_Screen_new
- 这是一个基本的触摸屏程序,优化还需要加去噪声算法。-This is a basic Touchscreen procedures, optimizing the need to increase the noise algorithm.
GD_SDK
- 本文提出了一种基于数字图像处 进行检测就显得更加重要。因此有必要寻求 术的表面裂纹检测算法。运用这种算法能精 一种行之有效的检测技术。 确的检测裂纹的位置、长度等特征。将这种 随着计算机技术的高速发展,计算机为 裂纹检测算法运用到裂纹自动检测系统以 -This paper presents a digital image based on the Department detection becomes even more important. It is neces
ttle
- 指纹识别的小代码 不是很大 算法仅供参考-fingerprint identification code is not very small Algorithm for reference
Calculator
- 计算器程序,主要的算法实现;计算器程序,主要的算法实现
war
- 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这
vivi
- vivi 源代码文件,需要仔细研究才行。其中的算法要好好体会。欢迎大家共享自己的文件。
UC-os
- UcossII 源代码,希望对大家有用,内容详细,讲解透彻.有中断,优先算法,调度策略
Emb_list
- 嵌入式常用的Buffer 算法 List。 可以直接使用已完成接口。
sha1 c 源代码
- 使用GCC完成的SHA1算法SOURCE CODE
jibuqi
- 计步器算法,主要用于android app中-Pedometer code for android app
NAND_FLASH_ECC_DESIGN
- NAND Flash的ECC算法原理和实现。NAND Flash由于工艺的原因,不可避免有坏区,所以需要ECC 算法进行校验。-NAND Flash ECC Design
bombs_20111028191451475
- 深入理解计算机系统C语言程序代码,描述对于bo算法的实现与理解-In-depth understanding of the computer system C language code that describes the algorithm for the realization and understanding of the bo
encrypt_decrypt
- linux下的tea加密解密算法,可以对任何长度字符串进行加密解密。非常精彩。-tea under linux encryption and decryption algorithms, can be of any length string encryption and decryption.
fair-share-scheduling
- 改进进程调度算法 进程调度算法是解决如何使资源分配策略最优化的关键,通过实现一个被称作公平调度的进程调度算法。-Process scheduling algorithm to improve the process of scheduling algorithm is to solve how to make optimal resource allocation strategy key to understanding the Linux process scheduling mechani
pi_css5_src.tar
- Linux 下 的superpi源码, 使用FFT算法实现可以做测试使用.-A good superpi source code running at linux/unix platform, also you can port to any hardware.Realized with FFT algorithm.
2chalianbiao
- 最简单的算法集,可以提供给大家学习和研究参考。-The most simple set of algorithms
edukit2410_driver-i2c
- 基于EduKit-II S3C2410x的实验平台的IIC设备的linux驱动,实现IIC驱动的核心算法。 可驱动该实验平台EEPROM、八段数码管和键盘等基于IIC实现的设备。-EduKit-II S3C2410x IIC linux driver
SecureFileTransfer
- 一个安全文件传输的项目资料,用到的用H.264算法,网络加密算法等等里面有详细的项目文档和项目实例,已经在产品中得到应用-A secure file transfer program, as used with the H.264 algorithm, encryption algorithm, etc. inside the network detailed project documents and project examples, has been applied in the prod
String
- String算法 1、子串比较 2、求子串 3、字符串拷贝 4、子符串替代-String Algorithm 1, sub-string comparison 2, Child-giving string 3, string copy 4, sub-character string substitution
ECDSA算法实现源码
- ecdsa 算法实现 通过openssl 实现(ecdsa use the openssl lib)