搜索资源列表
migong
- 迷宫问题 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; [问题描述] 走迷宫是实验心理学中一个古典问题。用计算机解迷宫路径的程序,就是仿照人走迷宫而设计的,也是对盲人走路的一个机械模仿。 [实现提示] 假设迷宫是一个矩形,我们把它分成许多小方格,在每个小方格上或者已筑成墙或者没有,这
ArrayList
- C# ArrayList C++模仿版,只支持最简单的动态队列操作,采用双层链表,支持16兆以上个对象的队列管理。 效率:查找上界O(988+N/976144),插入及删除上界O(988+N/976144+N*T(create/delete-C# ArrayList C++ Imitation version, only support the simplest dynamic queue operations, the use of double-linked list, support
word
- 模仿word对英文字符的操作,输入一篇英文文章,可以对其段落进行剪切、复制、粘贴等操作,并可以计算其单词数和段落数-Word of English characters to imitate the operation, enter an English article, you can carry out their paragraphs cut, copy, paste and other operations, and can calculate the number of its wor
kmp
- kmp算法 我模仿着写的 不过还是有些不会 我写了不少注释-i dontEnglish
panada
- 模仿熊猫烧香的感染过程的一个小程序,主要是练习数据结构用-It is a small program which mimic the process of Panda infection burning incense , a good pratice of thedata structure .
PreciseCalculation
- 这个把高精计算的高精数放在类里边,模仿Java高精数做的类。-This high-precision calculation of the number on the class inside the high-precision, high-precision number to imitate Java classes do.
Sort
- SHELL排序 插入排序 的C++实现 模仿自数据结构课本-SHELL insert SORT of c++ edition
the-application-of-tree
- 做了一个树模板类(protected派生于二叉树类)。 类方法模仿MFC的CTreeCtrl-Made a tree template class (protected derived from binary tree class). MFC' s CTreeCtrl class method to imitate
hush-Similarity-statistics
- 利用hush算法统计c语言程序的相似度,以检查两个c程序是否有相互模仿的嫌疑-hush Similarity statistics
libcstl-2.0.3.tar
- libcstl是使用标准C编写的一个通用的数据结构和常用的算法库,它模仿SGI STL的接口和实现-libcstl is written in standard C, a common data structures and algorithms library, which mimics the SGI STL interface and implementation
ZhanDeShiXian
- 栈的简单实现,简单的模仿了栈的各种操作,如压栈,出栈等等主要的栈实现的操作-Simple implementation of the stack, a simple imitation of a stack operation, as pushed on the stack, the stack so the main stack to achieve the operating
实验(1)
- 数据结构实验一,模仿打印机,排队等候,输出结果(data program Data structure experiment First, imitate the printer, wait in line, output the result)
data structure
- 基本数据结构源代码,c语言版,适合初学者模仿以及中级工程师调试(Basic data structure codes)
09 遗传算法(Genetic Algorithm, GA)
- 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
