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

搜索资源列表

  1. r6rs-rationale

    0下载:
  2. 算法语言Scheme修订6报告——基本原理叙述
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:210254
    • 提供者:blackfighter
  1. yuesefu

    0下载:
  2. 本代码是约瑟夫环的循环链表实现方法,可以帮助理解约瑟夫环的基本原理,及其实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5733
    • 提供者:刘俊
  1. oa_module

    1下载:
  2. 离散点插值程序,采用的是cressman客观插值原理-discrete points interpolation procedure, the objective is cressman interpolation Principle
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7574
    • 提供者:谢三天
  1. 编译原理-课后习题

    0下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6304
    • 提供者:数据库
  1. reply_1_257254

    0下载:
  2. 我写的那算法只是原理,要实用必须实现一个大整数类(用c++,我的算法是C的)。欢迎和我联系讨论-I wrote that the only algorithm principle, to be practical realization of such a large integers (with c, I C algorithms). And I welcome the discussion link
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:77037
    • 提供者:我心飞扬
  1. fengsuyun

    0下载:
  2. 本程序主要是用于编译原理中的语法分析用的是vc++语言,用的是LR1语法分析法。-this procedure is used mainly to the principle of compiler syntax analysis is vc language, the syntax is Sequence Analysis.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6643
    • 提供者:马丽
  1. ddt

    0下载:
  2. 算法设计于分析中的多段图问题,用VC编写应用动态规划的算法设计方法,利用最优性原理以及所获得的递推关系式求取最优决策序列,通过多段图的定义,找到由源点s到汇点t的最小成本路径,进而可以灵活解决可以用多段图描述的许多实际问题.-algorithm design in the analysis of many of the map, prepared with VC dynamic programming algorithm design, the optimum principle as well
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1017
    • 提供者:范铮
  1. 预测

    0下载:
  2. 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2141
    • 提供者:吴名
  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. 报文倒置法的链表实现

    0下载:
  2. 密码学中古典密码易位法中报文倒置法为原理研究的构造密码方法,这是一种最为简单和基础的方法,随着科学技术的不断发展,密码学已经发展到很高深的层次。研究密码学需要更高层次的数学理论知识和密码编译体制的知识等,这篇论文是属于步入密码学领域前的一些简单的分析和编译。编译密码也是根据不同需要解决不同问题的,并不是单一固定的,它灵活多变。就如本文实现一些简单祝福语,只需要一些简单密码就可以实现保密作用了,但是很多领域,如银行、金融系统、国家机密保密系统则不只是这些了。
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-01-07
    • 文件大小:9640
    • 提供者:xiaoxiongnana
  1. ChaZhiHuanyuan

    1下载:
  2. 利用插值原理,实现波形曲线的还原处理--方波锯齿波误差改进版。-The use of interpolation theory, to achieve the reduction of processing waveform curve- an improved version of the square wave sawtooth error.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:774337
    • 提供者:zjl
  1. 快速排序算法

    1下载:
  2. 1. 要求按快速排序原理实现非减序排序; 2. 待排数据可键盘输入,也可读文本文件输入; 3. 键盘输入时待排数据个数由输入确定,文件输入时数据格式如下所示; 4. 排序时不能移动数据; 5. 要求显示排序结果。 输入数据的文本文件格式:第1行为数据个数,第2行开始每行一个数据。 如:data.txt 14 19.4 30.43 26.88 7.62 有14行 ┋ 12.7 21.9
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-15
    • 文件大小:1684
    • 提供者:dwq000
  1. bak

    0下载:
  2. 数据结构中链表算法的PPT,包括伪代码和基本原理,内容很详细-Data structure linked list algorithm PPT, including pseudo-code and the basic principles of the content in detail
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:39126
    • 提供者:士大夫
  1. listk

    0下载:
  2. 用单链表求第K大元素,利用快排的分割原理-Find the list with the single largest element of K, using fast scheduling segmentation theory
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:889956
    • 提供者:heike
  1. MergeSort

    1下载:
  2. 排序算法:归并排序 根据排序原理实现,时间复杂度为NlogN。测试数据集mergesort.txt为100000个数,结果保存在sortresult.txt中 -Sorting algorithms: merge sort to achieve the principle according to sorting, time complexity NlogN. Test data set mergesort.txt of 100,000 the number of results sto
  3. 所属分类:Data structs

    • 发布日期:2014-10-22
    • 文件大小:565248
    • 提供者:
  1. huffman

    0下载:
  2. 利用哈夫曼编码的原理对字符进行处理,最后输出的是对输入的字符的0和1的编码-The principle use of Huffman coding of characters to deal with the final output is the input of 0 and 1 character encoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1316
    • 提供者:jack94
  1. tree

    0下载:
  2. C语言实现的数操作,利用数据结构里树的原理。-C language to achieve a number of operations, the use of the data structure tree principle.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1597
    • 提供者:king
  1. tiaomawenti

    0下载:
  2. 讲述回溯法的基本原理,使用回溯法编程,求解跳马问题。-Backtracking on the basic principles, the use of backtracking programming, problem solving vault.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:25420
    • 提供者:chenchen
  1. 142

    0下载:
  2. 编译原理中的递归下降语法分析器写得不好请凉解-Compilation Principle of Recursive dropped poorly written parser please cooler solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1436
    • 提供者:刘阳
  1. Sudu

    0下载:
  2. 使用MFC写的一个解数独的程序,主要使用了类CNineGong及CCell,原理回溯法测试填入的数字是否合理,做了些优化,速度比以前快许多-Use MFC to write a single procedure itself, the main use of the category CNineGong and CCell, the principle of backtracking fill in the number of tests is reasonable, to do some op
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:40190
    • 提供者:protoss
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com