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

搜索资源列表

  1. SHA1Demo

    0下载:
  2. 只包括两个核心文件sha1.cpp及sha1.h 计算数据的sha1摘要。简单,好用。 由于bit endian及little endian的原因,有些计算sha1摘要的算法计算出来的结果与正确结果有差异。此源码经过测试,与RFC里列出的测试结果匹配。-only two core document sha1.cpp sha1.h calculation and data sha1 Abstract. Simple and Easy. Because bit endian and litt
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12919
    • 提供者:黄永昌
  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. QccPack-0.54-1.tar

    0下载:
  2. QccPack-0.54-1 released (2007-04-30) is being developed and tested on Fedora Core Linux. QccPack provides an open-source collection of library routines and utility programs for quantization, compression, and coding of data. -QccPack - 0.54-1 released
  3. 所属分类:压缩解压

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

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

    • 发布日期:2008-10-13
    • 文件大小:4125
    • 提供者:万俟楠
  1. pellet-2.3.0一种基于Tableau算法的描述逻辑推理机

    1下载:
  2. Pellet是一种基于Tableau算法的描述逻辑推理机,由美国马里兰大学(College Park分校)的MindSwap实验室开发。此为最近的更新-Pellet is an OWL 2 reasoner. Pellet provides standard and cutting-edge reasoning services for OWL ontologies. For applications that need to represent and reason about
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-16
    • 文件大小:25434862
    • 提供者:王冬冬
  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. 07shumojinshai

    0下载:
  2. 2007高教社杯全国大学生数学建模竞赛题目 开发一个解决公交线路选择问题的自主查询计算机系统。 为了设计这样一个系统,其核心是线路选择的模型与算法, 包括相关数据-2007 China Undergraduate Mathematical Contest in Modeling the subject to develop a solution to the issue of bus lines to choose their own inquiries computer syste
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:45817
    • 提供者:qin
  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. lzwc

    0下载:
  2. 用c语言实现的数据压缩算法,核心算法为lzw算法-C language used to achieve data compression algorithm, the core algorithm lzw algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6960
    • 提供者:王艳群
  1. prim

    0下载:
  2. 数据结构中的最小生成树实现,根据核心算法在Visual studio6.0的开发环境中运行成功。-Data structure to achieve the minimum spanning tree, according to the core algorithm in the development environment Visual studio6.0 run successfully.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:750
    • 提供者:夏之星
  1. roughset

    1下载:
  2. ,在MATLAB环境下对 学生自主学习成绩决策表进行了求解,分析了该决策表的上近似集、下近似集、不可分辨关系、约简、核集、属性依赖度的概念,从而 在原始数据的基础上得出了条件属性与决策属性间的关系。 -The knowledge theory based on rough set can help to simplify the knowledge proceeded from originaldata. In the paper it intro- duces the roug
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:341711
    • 提供者:水晶
  1. dct

    0下载:
  2. JPEG压缩算法的核心是“视觉保真”原理,利用人类视觉系统特征进行处理,以达到最大图像数据压缩效果,实际上就是去除那些人眼不易觉察的信息。图像的空间频率对人的视觉至关重要,采用离散余弦变换可将图像分解成一组波,每个波有一个不同的空间频率,这样可以去除人类眼睛觉察不到的信息,而且还可使系统只保留重要的信息。-JPEG compression algorithm is the core of " visual fidelity" principle, the use of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1476
    • 提供者:huoxinglin
  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
    • 提供者:邹斌
  1. [PDF]data-structureCPP

    0下载:
  2. 数据结构C++语言描述,数据结构是计算机科学专业的一门核心课程。-Data Structures C++ language to describe the data structure of a computer science core curriculum.
  3. 所属分类:Data structs

    • 发布日期:2017-06-12
    • 文件大小:20142875
    • 提供者:chl
  1. core-sources

    0下载:
  2. 清华大学严蔚敏《数据结构》中的全部代码实现(C语言),希望和大家分享,一同提高-Tsinghua University, Yan Wei Min "data structure" in all the code (C language), would like to share, along with increased
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:334963
    • 提供者:乔静
  1. shunxulianbiao

    0下载:
  2. 理论性,数据结构方面核心讲解,很不错的东西。-Theory, explain the core data structure, it is a good thing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:262100
    • 提供者:cxd
  1. List

    0下载:
  2. 数据结构的核心一定要学好链表,链表的是用动态分配内存的方式,在节点之间进行操作的,本程序主要由链表的初始化,增删查改等功能。-Core data structure must learn the list, the list is dynamically allocates memory between nodes operate, the program mainly by the initialization list of additions and deletions to change
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2034
    • 提供者:金彪
  1. rddata1

    0下载:
  2. 读取MIT库的心电数据(Read the core data of the MIT library)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:DFQX
« 12 3 4 »
搜珍网 www.dssz.com