资源列表
1013_digital_root
- 数字根算法,用最简单的代码计算数字根。如果把一个大数的各位数字相加得到一个和,再把这个和的各位数字相加又得一个和,再继续作数字和,直到最后的数字和是个位数为止,这最后的数称为最初那个数的“数字根”。-Digital root algorithm, with the most simple code to calculate the digital root. If you figure in a large numbers is the sum of a, then this and you f
dfp
- 关于DFP算法的全局收敛性,个人认为是一篇非常不错的文章- a paper for optimization
Floyd
- Floyd算法介绍,说明了Floyd算法介绍的功能和使用条件。并且附带有代码-Floyd algorithm, the Floyd algorithm described features and conditions of use. And incidental code
erchapaixushu
- 用MFC实现的数据结构的二叉排序树序程序,可以正常运行。-MFC implementation of the binary sort tree data structure sequence program can run properly.
Algorithms-Unplugged
- 这是另一本算法书籍,可供学习完我上传的三本书的人继续学习。-Algorithms Unplugged
Data-Structure-and-Algorithm
- 继入门之后可以继续学习编程的数据结构,配合我之前上传的第一本书来学习。-Data Structure and Algorithm in C++
Beginning-CPP
- 一本非常适合初学者入门的C++书籍,后续我还会上传关于数据结构的书籍,初学者可以徐循渐进的进行学习。-C++ book for beginner.
11DISK_LIST
- 这个源码主要功能是对磁盘上的文本文件进行查找与排序-Disk text files of finding and order
Test2
- 一个简单的随机生成20个不重复字母的例子,涉及一些算法,分享一下供大家参考。-A simple randomly generated 20 does not repeat letters example, involve a number of algorithms to share with you for your reference.
bubble--sort
- 产生10000个随机数,分别用冒泡法排序、快速排序、插入排序、堆排序等方法排序。比较程序运行时间。-Generate 10000 random numbers using the bubble method to sort, quick sort, insertion sort, heap sort method of sorting. Compare program running time.
hrms_1.0.0.0
- 使用C语言实现的简单的人事管理系统,使用了linux内核的通用链表-Simple personnel management system, using the C language using the Linux kernel generic linked list
multiMat
- 简单的实现了两个N阶矩阵的相乘,没有用任何算法,可能时间和空间复杂度有点高。-Simple multiplication of two N-order matrix without using any algorithm, and time and space complexity may be a bit high.
