资源列表

« 1 2 ... .08 .09 .10 .11 .12 1813.14 .15 .16 .17 .18 ... 2656 »

[数据结构常用算法hamiton

说明:马的哈密顿周游问题 用的是二分算法 马的哈密顿周游问题 用的是二分算法-the question about hamiton
<速度> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法TarsusPmultiplication

说明:分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that ser
<彭宇> 在 2024-10-04 上传 | 大小:101376 | 下载:0

[数据结构常用算法The-data-structure-source-code

说明:数据结构原理实现,里面有各种常用的结构的源码实现(包括链表、树、队列)等等。。。 每个文件对应一种结构的实现。-Principles of data structure to achieve, there are a variety of common structure of the source code to achieve ( including the list, tree, queue ) etc.... Ea
<张锦涛> 在 2024-10-04 上传 | 大小:1471488 | 下载:0

[数据结构常用算法STL-source-analysis

说明:STL源码剖析.pdf 向专家学习 强型检验、内存管理、算法、数据结构、 及 STL 各类组件之实作技术-STL source analysis. PDF
<xk> 在 2024-10-04 上传 | 大小:2187264 | 下载:0

[数据结构常用算法NSGA-II

说明:相对于NSGA而言,NSGA—II具有以下优点:1)提出新的基于分级 的快速非胜出排序算法,将计算复杂度由 降到 ,其中: 表示目标函数的数目, 表示种群中个体的数目;2)为了标定分级快速非胜出排序后同级中不同元素的适值,也为使准 域中的元素能扩展到整个 域,并尽可能均匀遍布,文献[7]提出了拥挤距离的概念,采用拥挤距离比较算子代替需要计算复杂的共享参数的适值共享方法;3)引入了保优机制,扩大了采样空间,经选择后参加繁殖的个体所产生的后
<姜徐东> 在 2024-10-04 上传 | 大小:20480 | 下载:0

[数据结构常用算法DESOPR

说明:一个C语言实现的DES算法,编译环境为VS2008-A DES algorithm implemented in C
<vivian> 在 2024-10-04 上传 | 大小:208896 | 下载:0

[数据结构常用算法luojihanshuhuajian

说明:一篇关于用qm算法化简逻辑函数的程序的文章-an article about qm
<hiyaku> 在 2024-10-04 上传 | 大小:95232 | 下载:0

[数据结构常用算法WinRAR-ZIP

说明:在C++用递归实现链表逆序 使得倒序输出。-#include <stdio.h> #include <stdlib.h> #include <time.h> const int M=10 typedef int Type typedef struct Node{ Type data struct Node* next }Node void add_elem
<ye zi> 在 2024-10-04 上传 | 大小:3072 | 下载:0

[数据结构常用算法WinRAR

说明:在C++中写出二分查找的代码,实现二分查找-Write the code search dichotomy
<ye zi> 在 2024-10-04 上传 | 大小:3072 | 下载:0

[数据结构常用算法LinkStack

说明:数据结构中的链表部分 主要包含插入删除 查询功能-Linked lists some of the major data structure that contains the inserted delete query function
<坚持唯一> 在 2024-10-04 上传 | 大小:7168 | 下载:0

[数据结构常用算法Doubly-linked-.

说明:线性表链式存储(双向链表)插入、删除运算 1、预习要求:线性表的插入、删除相关概念及运算,完成线性表元素的插入、删除。 2、实验目的: (1)了解线性表的插入、删除相关概念; (2)理解线性表的插入、删除过程和结构定义; (3)掌握算法转换为程序的过程中的变化。 3、实验内容及要求: (1) 以“一个较完整的程序范例-顺序表”程序框架为框架 (2)双链表结构体为: typedef struc
<the spring> 在 2024-10-04 上传 | 大小:325632 | 下载:0

[数据结构常用算法Binary-tree-traversal

说明:二叉树遍历:构建一个二叉树,输出结点信息,二叉树前序遍历,中序遍历,后续遍历,层次遍历。-Binary Tree Traversal: build a binary tree, the output node information before, binary tree traversal in preorder traversal, the follow-up traverse the hierarchy traversal.
<the spring> 在 2024-10-04 上传 | 大小:642048 | 下载:0
« 1 2 ... .08 .09 .10 .11 .12 1813.14 .15 .16 .17 .18 ... 2656 »

源码中国 www.ymcn.org