资源列表
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()
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.)
python_Class.py
- python 类例程,人、学生、老师以及异常的简单运用(Python class routines, people, students, teachers, and unusual simple use)
Single_LinkedList.py
- python的链表操作、单链表、循环链表、双向链表、带尾指针的链表以及链表排序等基本操作(Python linked list operations, single chain table, circular chain list, two-way chain list, with the tail pointer of the chain list, and chain sorting and other basic operations)
约瑟夫环
- 数据结构描述,使用C++编写约瑟夫环,实现约瑟夫环的排序等功能(Data structure descr iption, the use of C++ write Joseph ring,)
LinkedList
- 数据结构中的链表,采用了一种比较基础的写法,易懂(Data structure in the list, using a relatively basic style of writing, easy to understand)
ND
- 用牛顿法求方程的一个根 方程的表达式:f 区间的左端点:a 区间的右端点;b 根的精度:eps 求得的根:root(Using Newton method to find a root of equation)