资源列表
yiqunyouhuasuanfa
- 蚁群算法的优化,以改善传统的蚁群算法不适用欲大规划的TSP问题的解决,缩短搜索的时间。-Ant colony optimization algorithm to improve the traditional ant colony algorithm NA For big plan to solve TSP problem, shorten the time of the search.
ClimbLadder
- 分别使用动态规划思想和非动态规划思想完成爬梯子问题(一次爬一步或者两步)-Using dynamic programming and non-dynamic programming to complete the problem of climbing a ladder (one-step or two-step a time)
MaxContinueArraySum
- 最大连续数组和,求解数组中子连续数组中最大的和-Maximum continuous array and solve the largest and contiguous array
QuickSort
- 快速排序,使用数组和指针两种方式完成快速排序算法-Quick sort, to use the two ways ofarrays and pointers completes the quick sort algorithm
FixedSum
- 利用Hash查找的方式,寻找int数组中元素之和为固定和-Find a way to make use of Hash, looking int elements of the array and fixed and
firtest2015.2
- vivado fir 测试工程,dds chansheng shuju ranhou gei fir -vivado fir
KMP
- KMP算法解决了BF算法效率低下的问题,并且在子串前缀重复时进行了性能优化-KMP algorithm solves the problem of low efficiency of BF algorithm, and when the prefix substring repeat performance optimization
ctci-5th-cPPcode
- ctci是一本程序员面试的好书,不过其中内容大部分有java实现,这里提供了全部的c++代码,供C++程序员学习-ctci is a programmer interview books, but most of its contents have java to achieve, there is provided a full c++ code for programmers to learn C++
dsaa-in-c-code
- 数据结构与算法分析——c语言描述全书的c源码,对于学习有很大帮助-Data structure and algorithm analysis c language to describe the book c source code, learning a great help
PBoss_List
- 用单链表来实现一个用户信息添加、删除、查看等信息。-VC++ and CList
Que_Task
- 用一个循环队列来实现游戏中的主线任务接收与完成等操作。-VC++ and QueTask
Binary tree
- binary tree code for algorithum