CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - core

搜索资源列表

  1. C_KERMIT

    0下载:
  2. C语言核心协议的C语言源代码,用于早期网络通信,由哥伦比亚大学开发-C language core protocol C language source code for early network communications, from Columbia University Development
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:117340
    • 提供者:何云龙
  1. RSA MD5 v1.2

    0下载:
  2. RSA MD5加解密算法,用c++实现,核心部分是c的代码,完全跨平台-RSA encryption and decryption algorithms, used to achieve c, c is the core part of the code, completely cross-platform
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:103467
    • 提供者:张晓博
  1. PyChem

    0下载:
  2. PyChem是用Python语言编写的多元变量分析软件。它包括一个前端图形界面用于管理和保存试验数据,并用多元分析的算法分析试验数据。主要的目录结构如下: PyChem\\PURELIB\\pychem 包括前端界面的管理和数据保存,以及核心的分析算法 PyChem\\PURELIB\\pychemlib 包括一些必要的支持库-PyChem Python language is used to prepare the multivariate analysis software. It
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:97856
    • 提供者:star
  1. DisplayBTree

    0下载:
  2. 代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作-focus on B-tree code insertion, deletion algorithm logic applies to B-tree research learners to achieve the core idea. The code has nothing to do with the complex operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11894
    • 提供者:byron
  1. linux核心数据结构

    0下载:
  2. linux核心数据结构-core data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4125
    • 提供者:万俟楠
  1. cvm

    0下载:
  2. core vector machine 内有详细说明
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:937846
    • 提供者:xia
  1. preorder

    0下载:
  2. 该程序完成对二叉树的非递归的前序遍历,在三种遍历方法中,这种遍历最简单,所以,核心代码自然要少很多。-completion of the process of non - recursive binary tree of the former preorder, the three traverse method, which traverse the most simple, so natural to the core code is much less.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9603
    • 提供者:唐海浪
  1. wt

    0下载:
  2. 小波变换算法,运用小波理论,优化其核心算法,提高计算效率-wavelet transform algorithm, using wavelet theory, optimizing their core algorithm, improve computational efficiency
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6187
    • 提供者:jjt
  1. DE.python

    0下载:
  2. Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differ
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4103
    • 提供者:谷琼
  1. clist-1.5.4-release

    0下载:
  2. CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:169550
    • 提供者:james
  1. Dijkstra

    0下载:
  2. 这个例程,会在多条相同最短路径中选出边数最少的路径.只是改变path域即可在遍历的时候访问到边数少的路径.核心的思想,就是建立一个数组,存放从出发点到当前顶点的最短路径边数.通过每次查看最短路径相同的情况, 即dv + cvw = dw.时,如果 Count[v] + 1 < Count[w]时,就执行 Count[w] = Count[v] + 1, 同时 w -> path = c.-This routine will be the same number of shortest
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:885
    • 提供者:php0
  1. rtree-core-lib

    0下载:
  2. r-tree及其变形的库,对于开发gis的人员很有帮助-r-tree and the deformation of the Treasury, for the development of the staff very helpful gis
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:184419
    • 提供者:metallica
  1. LLE-and-improve

    1下载:
  2. LLE(局部线性嵌入)算法研究介绍的pdf,属于算法的开山之作,LLE算法基础核心。学习LLE从这篇开始。-LLE (Locally Linear Embedding) algorithm introduced in pdf, the mountains are algorithms for, LLE algorithm is based on the core. LLE learn from this start.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:207040
    • 提供者:陈普登
  1. minimum-spanning-tree

    0下载:
  2. 使用C#图形界面生成最小生成树,核心算法使用Prim算法。图的形状可以在源文件中的图定义处修改。-C# graphical interface to generate a minimum spanning tree, the core algorithm using Prim algorithm. The graph shape defined in the source file in Figure modify.
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:45241
    • 提供者:黄佳禾
  1. KMLCreator

    1下载:
  2. KML 2.0介绍 KML全称是Keyhole Markup Language KML,是一个基于XML语法和文件格式的文件,用来描述和保存地理信息如点、线、图片、折线并在Google Earth客户端之中显示 The core of the project is the KMLCreator.cs. This has three classes, KMLCoordinates, KMLPoint and KMLLine-Google Earth KML File Creator C
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:32369
    • 提供者:Anykey
  1. redblacktree

    0下载:
  2. 算法导论之红黑树算法,红黑树主要用在内核的算法,该算法的时间复杂度很好!-Introduction to the red and black tree algorithm algorithm, a red, black tree in the main core of the algorithm time complexity good!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:413897
    • 提供者:hanks
  1. tree

    0下载:
  2. 这是一个二叉树的算法,主要用C++开发,只写了二叉树的核心代码,该代码已经调试通过可以直接运行.该算法也没有输入功能,为了方便大家看清二叉树的结构,把输入的数据都在源码中用一个数组存放好的-This is a binary tree algorithms, the main C++ Development, only to write a binary tree of the core code, the code has been run directly through debugging.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1749
    • 提供者:李梓钺
  1. kernel2.4.18_r1.1

    0下载:
  2. 自己根据lkd和情境分析,对kernel源码的核心模块的关键数据结构做的注释-Themselves in accordance with lkd and situational analysis, kernel-source core modules to do the key data structure of the Notes
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:51543759
    • 提供者:bradgei
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. ssd7exercise1

    0下载:
  2. 描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client) 目的: 1,使用C++的数据类型; 2,实现所有声明的函数; 3,使用预处理器实现包含。-Descr iption:This assessment requires the creation of three of the core classes of the auction project. Class Date, clas
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:17377
    • 提供者:邹斌
« 12 3 4 »
搜珍网 www.dssz.com