资源列表
hill_sorting
- 希尔排序算法: 基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量h的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n为待排序序列的长度。
vigeneer-encryption
- 维吉尼亚密码的c程序实践,程序实现很巧妙,相信大家会满意-Virginia password c program practices, program implementation is very clever, I believe we will be satisfied
newbt_led
- 简单的字符设备驱动 2440开发板跑马灯例子-Simple character device driver 2440 development board Marquee example
aes_encrypt
- 纯C语言实现基于AES算法的加密,从文件每次读取16个字节加密后写入指定文件中,同时把源文件大小和密钥做异或写入加密文件中。-Pure C language based on the AES algorithm encryption, encrypted each read 16 bytes written to the specified file from the file, while the size of the source file and the key is to do XOR
PackageManagerRequiringPermissionsTest
- Verify the PackageManager related operations require specific permissions.
Libbase64.c.tar
- base64 C语言实现 base64 C语言实现-base64 c implement base64 c implement base64 c implement
iohelper
- helper for define functions to access ISDN hardware supported are memory mapped IO indirect port IO (one port for address, one for data) for Linux v2.13.6.
unusual_realtek
- Driver for Realtek RTS51xx USB card reader.
scale_argb
- Clipped scale takes destination rectangle coordinates for clip values.
win_blanket
- Overview: Implement the blanket window.
get_a_packet
- 得到一个网络数据包,数据结构(基于Lincap)
Q-q
- 计算油库库容的经典算法,Q-q方法,用来确定补油的量和补油点。-Q-q method for oil product depot capacity computing, a classic method of determing the amount of oil supply and the point to gain oil