- GetHostNddameIP 获取主机名和IP地址\GetHostNameIP\.rar
- OpenFileDemo 将24位bmp图像灰度化后进行小波变换的VC++源代码
- mainprogramRTC Using Keil uVision to create this project and compile it to get the hex file.Interfacing DS1307 with AT89S52/1/3 to read and write RTC(Real Time Clocking) IC with I2C bus protocol.SDA and SCL connected into AT89S52 P2.0 Pin and P2.1 pin.
- 11111111 数据库大实验指导(学生信息管理
- idatializationManchestertime 不用控制器
- IIC 5883 本源码的功能是驱动磁力计HMC5883l
资源列表
Minimum-spanning-tree
- C 语言 数据结构,《Minimum spanning tree》-C language data structures, the Minimum spanning tree
sicily-1150
- sicily 1150 简单魔板。使用坎托展开,-sicily 1150 simple magic board. Use Cantor expansion
fabonacci_search
- fabonacci search,利用fabonacci array进行的search-fabonacci search, use the fabonacci array search
Sequential-search
- 本程序仅仅是模拟分块查找算法中的顺序查找,比普通的顺序查找快, 但并不是最快的查找算法, 如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可. -This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest search algorithm, if you want a
shunxuchazhao
- 本程序仅仅是模拟分块查找算法中的顺序查找,比普通的顺序查找快, 但并不是最快的查找算法, 如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可.-This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest search algorithm, if you want a faster
HookDLLDemo
- VC2008下创建和调用全局钩子的示例模板。-VC2008 to create and invoke the example of the global hook template.
quicksort
- 这是一个用C语言编写的快速排序程序,只有一个源文件,原数据也是直接写到数组里的,只是为了测试,可根据自己的需要修改。-This is a quick sort program in C language, and is only one source file, the original data is written directly to the array, just to test, may be modified according to their needs.
migongsuanfa
- 迷宫算法的可视化,有效的帮助其他学习者理解迷宫算法,使迷宫算法简单明了-Maze algorithm visualization, to help other learners to understand the maze algorithm to make the maze algorithm is simple and clear
FFT128real32
- FFT real 128 for STM32F4 - discovery board. NICE CODE
huffman
- 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、 初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、 建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、 编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、 译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、 打印(Print):以直观
paixu
- 使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序 7、归并排序 8、基数排序 要求: 1、测试数据分成三类:正序、逆序、随机数据 2、对于这三类数据,比较上述排序算法中关键字的比较次数和移动次数(其中关键字交换计为3次移动)。 3、对于这三类数据,比较上述排序算法中不同算法的执行时间,精确到微秒-Using a simple ar
Hanoi
- 简单的汉诺塔算法,采用归约算法的思想,实例是三个盘子,三个柱子-Simple HANOR algorithm
