搜索资源列表
CSharpFUNDAMENTALS
- SOME PROGRAMS IN Csharp like sorting linear search and some programs are look like funny things
LinearSearchDri
- linear search algorithm in c sharp
DataStructure
- C#语言版本的各种数据结构的代码,包括线性表、循环链表、堆栈、队列、矩阵、树、图及各种查找算法的代码。-C# language versions of the various data structures of the code, including the linear form, circular linked list, stack, queue, matrix, tree, graph, and a variety of search algorithm code.
SequenceList
- 建立顺序表,实现取元素、判断表是否为空、求表长、打印、查找、求前驱、求后继、插入、删除等操作。编写就地逆置顺序表的算法,即利用原表的存储空间将线性表(a1, a2, … , an) 逆置为(an , … ,a2 , a1 ) -Established order of the table to achieve taking elements to determine whether the table is empty, seeking long table, print, search,
cpp
- 最速下降/牛顿法 armijo线性搜索 比较 F(x)=x2+2x2-ln(x1x2-1) 迭代次数、步长 精度ε=0.1 σ1=0.4 ρ=0.5-Steepest descent/Newton method armijo linear search compare F (x) = x2+ 2x2-ln (x1x2-1) iterations, step length Precision ε = 0.1 σ1 = 0.4 ρ = 0.5
DS_EX4
- 分别基于线性表、二叉排序树或哈希表不同的检索策略,实现一个列车信息检索系统(列车信息保存在train.txt中),能根据输入的“车次”检索出对应的列车详细信息,并计算不同检索策略的平均查找长度ASL。-Respectively, based on the linear table, binary sort tree or hash table different search strategies to achieve a train Information Retri System (tra