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

搜索资源列表

  1. shiyan01

    1下载:
  2. 功能强大,包括:创建新十字链表、节点删除、节点插入、打印十字链表 、存盘、文件中恢复(读出)矩阵、检索指定矩阵元素(关键字是行列下标) 、检索一个指定矩阵元素(关键字是矩阵元素值)-powerful features, including : creating a new Cross List, delete nodes, the nodes to insert, print Cross Chain, archive, the paper recovery (read) matrix, retr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2813
    • 提供者:孙廷
  1. DelphiZLib.123

    1下载:
  2. The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:191737
    • 提供者:江焱风
  1. HUFMAN

    0下载:
  2. The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest. -The two C source files in this archive are
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5691
    • 提供者:王仲楼
  1. SPLINT

    0下载:
  2. The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest. -The two C source files in this archive are
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23233
    • 提供者:王仲楼
  1. HopfieldNN0-9Recognise

    0下载:
  2. This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST, H5x8D7.TST and H5x8D9.TST, Output of the pr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19926
    • 提供者:czyujian
  1. huffman-0.7

    0下载:
  2. Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. M
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:49562
    • 提供者:张森宁
  1. WinBig1976112242006

    0下载:
  2. WinBig. A file archive utility written in VB. Compression and decompression routines are LZSS. Full source code included. -WinBig. A file archive utility written in V B. Compression and decompression routines are LZSS. Full source code included.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:241999
    • 提供者:jason..
  1. zip_demo

    0下载:
  2. This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP (2.5 and higher) and WinZip. Supported are all possible operations on the zip archive: creating, extracting, adding, deleting files from the archive,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:48159
    • 提供者:李建達
  1. randomc

    0下载:
  2. Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quali
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:102418
    • 提供者:lilin
  1. demos

    1下载:
  2. This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pu
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:92500
    • 提供者:zhoeng
  1. Delphi2009_Smart_Pointer

    0下载:
  2. 在Delphi2009中实现类似于STL中auto_ptr的智能指针!关于此智能指针的原理及解释请进入以下网址: http://www.cnblogs.com/felixYeou/archive/2008/09/06/1285806.html
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:105597
    • 提供者:杨芹勍
  1. 一个二值hopfield神经网络源程序

    1下载:
  2. 这是一个二值hopfield神经网络源程序,有一个实例,训练数据保存在h7x8n4.trn,输出数据保存在ARCHIVE.LST中。-This is a value hopfield two neural network source, an example of training data stored in h7x8n4.trn, output data stored in ARCHIVE.LST China.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:31722
    • 提供者:原则性
  1. huffman统计文件中各字符频率

    1下载:
  2. 建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Create a text file, statistical frequency of the characters in the file, the char
  3. 所属分类:密码/编码算法

    • 发布日期:2015-12-29
    • 文件大小:1057792
    • 提供者:范晓军
  1. huffman-C

    0下载:
  2. 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that implement Huffman code compressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:38960
    • 提供者:毕雪成
  1. Archive

    0下载:
  2. 实现一个三维点(x,y,z)的Point类。包含一个构造函数,一个复制构造函数,一个把这个点变成负的函数negate( ),一个返回到(0,0,0)点的距离的函数norm( )和一个print( )函数。 (1)为类Point实现一个重载的赋值运算符。 (2)为类Point实现重载的流插入运算符。 (3)为类Point实现重载的比较关系运算符==和!=。 (4)为类Point实现重载的加法+和减法运算符-。 (5)实现一个重载的乘法运算符*来返回两个Point类对象的点积。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:5313
    • 提供者:zengzeng
  1. Archive

    0下载:
  2. Introduction to Random Signals and Applied Kalman Filtering 书中.M文件-MFILES of Introduction_to_Random_Signals_and_Applied_Kalman_Filtering
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:317186
    • 提供者:Le ke
  1. search

    0下载:
  2. A Pacman agent needs to efficiently find paths through a maze, either to reach a particular location or collect remaining food quickly. In this project, you will build general search algorithms and apply them to Pacman scenarios. The code for t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:11237084
    • 提供者:xiaoxiao
  1. archive-neerc-2007

    0下载:
  2. archive-neerc-2007 acm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-14
    • 文件大小:3783041
    • 提供者:晓天
  1. north-2009-archive

    0下载:
  2. Solution archive of ACM ICPC NEERC quaterfinal 2009-2010
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:307140
    • 提供者:matkarimov
  1. Astar-Archive-algorithm

    0下载:
  2. Astar 最短路径算法Archive Copyright (c) 2010, Bob Sturm All rights reserved.-Astar shortest path algorithm Archive Copyright (c) 2010, Bob Sturm All rights reserved.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:15950
    • 提供者:Richard
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com