资源列表
HuaWei_draft
- HUAWEI 2017软件精英挑战赛初赛代码,仅适用于小规模的数据。(HUAWEI 2017 Software elite challenge preliminary code, only suitable for small scale data.)
array
- 通过代码实现二维数组冒泡排序,选择排序等功能。(Through the code to achieve two-dimensional array bubble sorting, sorting, sorting and other functions.)
普里姆算法最小生成树
- 数据结构之普里姆算法最小生成树(图的相关应用)(data structure of minimum spanning tree-using Prim(application og graph))
min_dis_Dij
- min_dis_Dij.zip:利用Dijkstra算法求最短路(Use Dijkstra to solve the minimum distance problem)
C_Res
- db1——db5小波分解、重构输出,系数精度高(Wavelet decomposition and reconstruction output)
bitmap
- c++ bitmap()
bubblesort
- c++ bubblesort()
源代码
- 大数据应用中基于支配点的mlcss算法设计与实现,程序中设计了三条字符串,查找他们之间的最长公共子序列。相对于传统的动态规划法,基于支配点思想具有更加高效的效率。(The design and implementation of mlcss algorithm based on dominant point in large data application, three strings are designed in the program to find the longest common
time series decoup
- 复杂网络实验的非常特别有价值的实验数据(实地水泥工厂光纤光栅采集)(Complex network experiments are very particularly valuable experimental data (field cement plant fiber grating acquisition))
SimpleGA-master
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is a kind of evolutionary algorithm which is used to solve the optimal search algor
数据结构与算法分析:C语言描述(原书第2版)
- 学习c语言,一本资料。。。。。。。。。。。。。(this is a pdf docx about c language learning. it's very classical and useful. hope it is helpful.)
哈夫曼编码
- 哈夫曼编码的实现,数据结构课程中的经典算法(c code for Huffman which is a critical algorithm in data construction)