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

搜索资源列表

  1. unreduce_full

    0下载:
  2. As of UnZip 5.42, this source has been removed from Info-ZIP s UnZip source distribution because of its conflicting copyright. There are no plans to ever rewrite this code from scratch, because the unreduce algorithm was never used in the \"
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3162
    • 提供者:w
  1. lzari压缩算法

    1下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。-LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this a
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:28848
    • 提供者:李秉肇
  1. 经改写过的C++ bp神经网络算法

    1下载:
  2. 基本bp神经网络算法和改进型bp神经网络算法都是我改写完成的算法,是网上到处传播的一个c++ bp神经网络算法改写的,由于网上的那个算法编译会出现若干百个错误,在其基础上重新编写和改进,写出了这两个算法-bp basic neural network algorithms and improved neural network algorithm bp I are complete rewrite the algorithm, the Internet is spreading everywhe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:31431
    • 提供者:原则性
  1. 实现LZARI压缩算法的C++类

    0下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1370
    • 提供者:张吗恩
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. Matrix.设计一个造成矩阵类Matrix

    0下载:
  2. 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:1521
    • 提供者:5235668
  1. -p2

    0下载:
  2. 最长公共子序列(LCS),最长递增子序列(LIS),最长公共递增子序列(LCIS)的实现,根据《算法导论》英文版的伪代码改写成C语言版本,测试完美通过。-The longest common sub-sequence (LCS), the longest increasing subsequence (LIS), the longest sequence of public increments (LCIS) of the realization, according to " Intr
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:753970
    • 提供者:无我
  1. LZARI_Cpp_compress

    0下载:
  2. 一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. -LZARI algorithm based on the type of data compression. Haruhiko Okumura in 1989 July 4
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:139660
    • 提供者:李虚东
  1. gridregression

    3下载:
  2. 根据libsvm中的grid.py改写的支持向量机回归栅格搜索算法-Grid.py According to rewrite the libsvm Support Vector Machine Regression grid search algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-08-12
    • 文件大小:3061
    • 提供者:海廷
  1. ee

    0下载:
  2. 线性表的顺序实现:插入、删除、排序 实验内容: 1. 问题描述 给定线性表类定义的头文件,改为模板类、增加排序功能。 2. 基本要求 改进或重写类定义的头文件,并自行编写主程序测试各功能。 3. 测试数据 整型、浮点型、字符型三组,每组4-8个测试数据 -Realization of the linear order of the table: insert, delete, sort, test: 1. Descr iption of the problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4049
    • 提供者:吴海
  1. data_struct9

    0下载:
  2. 数据结构课后设计题第九章 9.26② 试将折半查找算法改写成递归算法。 实现下列函数: int BinSearch(SSTable s, int low, int high, KeyType k) 静态查找表的类型SSTable定义如下:-Data structure design question after class IX 9.26 ② would try to rewrite the binary search algorithm int
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2070
    • 提供者:W.Y.T.S
  1. pda

    0下载:
  2. 美国伊利诺伊大学MaYi博士做的广义PCA算法的源代码-Complete rewrite of the test_gpca function to use the generalized data generation function instead.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:78694
    • 提供者:郝人
  1. 013

    0下载:
  2. 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:174903
    • 提供者:zhu
  1. fdtd_1d

    0下载:
  2. 利用时域有限差分(FDTD)仿真一维(1D)电磁波的传播,根据Dennis Sullivan FDTD书中一维TM波程序,改写的Matlab程序 -Finite difference time domain (FDTD) simulation of one-dimensional (1D) propagation of electromagnetic waves, according to Dennis Sullivan FDTD book one-dimensional TM wave p
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:853
    • 提供者:许柳蒙
  1. JPEGImageZipProgram

    0下载:
  2. VC++实现JPEG图像压缩算法,写的比较简洁明快,对JPEG图像压缩算法研究有帮助.经过作者亲自改写,将BMP图像打开和保存,压缩保存做到一个图像类,使用和集成都非常方便.-VC++ to achieve JPEG image compression algorithm, written in relatively simple and neat, on the JPEG image compression algorithm for help. After a rewrite of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:193637
    • 提供者:idlerrf
  1. P

    0下载:
  2. 散列表的应用:插队买票,实现两个窗口。可从中改写。-Application of hash table: jump the queue ticket, to achieve two windows. From which to rewrite.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3343
    • 提供者:周凯
  1. three-merge

    0下载:
  2. 归并排序算法 三路归并 根据贪心算法2路归并改写-Three-way merge sort algorithm greedy algorithm based on 2-way merge merge rewrite
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1094
    • 提供者:polos
  1. MergeSort2

    0下载:
  2. C#编写的归并排序的源程序,最近复习软设书中的排序,自己使用C#把原来的C++程序给重新改写了一下,提供给广大学生参考.-Written in C# source code of merge sort, the recent review of the book sort of soft set, their original use C# to C++ program to rewrite a bit available to the general students.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:22201
    • 提供者:zhaoshuo
  1. gaSVMcgpForRegress

    0下载:
  2. 关于SVM的遗传算法参数寻找最优的方法,可以参照改写其他程序-The genetic algorithm about SVM parameters to find the best method, can consult to rewrite the other programs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1680
    • 提供者:廖俊玲
  1. xian-xing-biao-de-caozuo-

    0下载:
  2. 一、 实验目的 1、 掌握使用Turbo C2.0上机调试线性表的基本方法; 2、 掌握线性表的基本操作:插入、删除、查找以及线性表合并等运算在顺序存储结构和链接存储结构上的运算。 二、 实验要求 1、 认真阅读和掌握本实验的程序。 2、 上机运行本程序。 3、 保存和打印出程序的运行结果,并结合程序进行分析。 4、 按照你对线性表的操作需要,重新改写主程序并运行,打印出文件清单和运行结果 -First, the purpose of the experiment
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3903
    • 提供者:chen
« 12 3 »
搜珍网 www.dssz.com