搜索资源列表

  1. supcode_50342

    0下载:
  2. unformat,一个格式化后的数据恢复工具,c++语言编写的。-unformat, a formatted data recovery tool, c prepared by the language.
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:51200
    • 提供者:贾铮
  1. algo & data structures graphs

    0下载:
  2. 图的遍历:图是由顶点集合(vertex)及顶点间的关系集合组成的一种数据结构:Graph=( V, E ).使用拓扑排序的算法.-traverse the map : The map is set by the vertex (Vertex) and the relationship between peak set consisting of a data structure : Graph = (V, E). The use of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:黄枫
  1. ID3II

    0下载:
  2. ID3,数据挖掘 决策书算法 vc中的具体实现 数据挖掘工具 cls算法扩展-ID3, data mining algorithms vc decision on the specific data mining tools cls algorithm expansion
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:
  1. 时态关系数据的分类及时态关系表示

    0下载:
  2. 时态数据处理 时态数据处理 有关数据库中的时态数据-Temporal data processing temporal data processing database of temporal data
  3. 所属分类:编程文档

    • 发布日期:2024-05-18
    • 文件大小:238592
    • 提供者:www
  1. 2005041015134483数据结构原代码

    0下载:
  2. 2005041015134483数据结构原代码,从事算法设计与分析技术-Source codes for data structures.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:279552
    • 提供者:
  1. UsbApp

    0下载:
  2. usb接口相关程序,涉及到USB接口的控制方法,数据传输等.-USB interface related program including USB Interface control, data transfer and so on.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:46080
    • 提供者:仇韬
  1. TCPDate

    0下载:
  2. tcp ip DATA 用VS。NET的例子-tcp ip with VS.NET example
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:李德国
  1. CURE

    0下载:
  2. 数据挖掘算法之一,基于代表点的CURE聚类算法,该算法先把每个数据点看成一类,然后合并距离最近的类,直至类个数为所要求的个数为止。-CURE cluster algorithm based on representive point,one of data mining algorithms,classifies each data as a category firstly, then unifies categories with
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:45056
    • 提供者:黄镇
  1. 用新的高级加密标准(AES)保持你的数据安全

    0下载:
  2. AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。  -AES (The Advanced Encryption Stand
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:
  1. er档

    0下载:
  2. 用汇编编写程序,任意输入两个数进行四则运算。要求从键盘输入数据和运算符,并把运算的结果显示在屏幕上。 你好-used to prepare the compilation process, arbitrary number of input 2 for 4 operator. Requests from the keyboard data entry and Operators, and the results of operation
  3. 所属分类:防火墙与安全工具

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:11
  1. Bmp2Txt

    0下载:
  2. 解析BMP文件,并将BMP文件数据转换成C文件格式。 可适用于Windows CE开发时替换其LOGO画面。-analytic BMP file, and BMP file data into C files. Windows CE can be applied to the development of its replacement when LOGO picture.
  3. 所属分类:Windows CE

    • 发布日期:2024-05-18
    • 文件大小:24576
    • 提供者:赵士杰
  1. Apriori(VC程序)

    1下载:
  2. 本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)-The code is the VC implementation of the well-known Aprior algorithm in Association Rule Model of Data Mining field, can be used in Knowledge Discover
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2113536
    • 提供者:杨永刚
  1. iriscloud

    0下载:
  2. 云分类器,一种基于云模型理论的分类程序。程序中使用云分类器对Iris数据集进行了测试-cloud classifier, a theoretical model based on cloud classification procedure. Procedures used for cloud classification of Iris data set for testing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:王力
  1. AESDemo

    0下载:
  2. AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-The AESDemo application
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:杨康
  1. GolombCode1

    0下载:
  2. 自适应 Golomb 编码, 为高级数据压缩算法的一种-Adaptive Coding for advanced data compression algorithm of a
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王晓鹏
  1. C++ programming design including data struct

    0下载:
  2. C++ programming design including data struct
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:276480
    • 提供者:安秋
  1. 短信收发系统 OF MSP430

    0下载:
  2. 由MSP430 控制实现的 短消息收发功能的系统 可利用单片机的 串口与无线MODEM 进行连接在进行发送和解析数据 必须按照PDU的格式进行处理-MSP430 control achieved by the Short Message System transceiver functions of the MCU can be used with wireless modem serial port to connect to sen
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:47104
    • 提供者:吴亮
  1. 92

    0下载:
  2. 本代码是用java语言编写的基于决策树c4.5算法的数据挖掘程序,它可以在很多领域如股票系统中使用 -the code is written in java-based Decision Tree Algorithm Bank data mining process, it can in many areas such as the use of the stock system
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:231424
    • 提供者:飞翔
  1. HnSRTree-2.0beta5a

    0下载:
  2. SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:460800
    • 提供者:hu
  1. Data Structures And Problem Solving Java Source Co

    0下载:
  2. 这是数据结构与问题求解的Java版的源码-This is the data structure and problem solving version of the Java source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:423936
    • 提供者:舒海林
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »

源码中国 www.ymcn.org