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

搜索资源列表

  1. ddzfs

    0下载:
  2. 在坐标转换中重要的大地换算 包含了正算和反算-coordinate conversion in the land is converted to contain anti-counting and counting
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.05kb
    • 提供者:wl
  1. 2501425708

    0下载:
  2. 此程序用提升法实现第二代小波变换 %% 我用的是非整数阶小波变换 %% 采用时域实现,步骤先列后行 %% 正变换:分裂,预测,更新; %% 反变换:更新,预测,合并 %% 只做一层(可以多层,而且每层的预测和更新方程不同)-the procedure used to upgrade method is the second generation wavelet transform%% I use a non-integer-order wavelet transform%%
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:刘树春
  1. 00000000

    0下载:
  2. 简单的编程,通过算法来实现将民排好序的数组反序排列-simple programming algorithm to achieve through to the people arranging the order of the sequence with the anti-array
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.62kb
    • 提供者:tangbo
  1. Opus6_Source

    1下载:
  2. Data Structures and Algorithms with Object-Oriented Design Patterns in C# 这本书的范例代码dll自己反编译的source code http://www.brpreiss.com/books/opus6/-Data Structures and Algorithms with Objec t-Oriented Design Patterns in C# this book since dll code exam
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:594.21kb
    • 提供者:李奕璋
  1. fanzishu

    0下载:
  2. 反质数解题报告,汲及一个数与其约数”的关系
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.46kb
    • 提供者:张伟华
  1. guiyihua

    0下载:
  2. 用VC++编写的数据归一化和反归一化处理
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.02kb
    • 提供者:温浩敏
  1. erchapaixushudepanding

    0下载:
  2. 试写一个判别给定二叉树是否为二叉排序树的程序。 1.1.1 此二叉树以二叉链表作存储结构; 1.1.2 树中结点的关键字均不同。 1.1.3 正、反测试用例自己设计
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:656.88kb
    • 提供者:谢欢
  1. atan

    0下载:
  2. 反正切函数C实现,一个简单的C语言函数的实现,以及两个math的头文件-Arc tangent function C implementation, a simple implementation of C-language function, and two math header file
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:6.59kb
    • 提供者:张无忌
  1. C

    0下载:
  2. 有关于矩阵的的一些运算和算法,有希尔排序的c实现,有数字取反的算法。-Some on the matrix computation and algorithms, a sort of c Hill implemented a number of negated algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3.36kb
    • 提供者:龚禹
  1. guangyibiaofanxu

    3下载:
  2. 广义表的反序 逆置广义表的递归模型如下: F(LS) = null              若 LS 为空 F(LS) = LS              若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) )  若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(head(LS)) )  若 LS->tag=1
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:216.35kb
    • 提供者:martinwok
  1. bessalfansuan

    0下载:
  2. 白赛尔大地主题结算,反算代码,自己编的。-Purcell clearing land of the theme of white, anti-counting code, its own series.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3.68kb
    • 提供者:song
  1. hymain

    2下载:
  2. 一套反出来的股票分析软件,对于分析程序结构和数据结构有一定的帮助.-By a set of anti-stock analysis software for the analysis of program structure and data structure have some help.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.49mb
    • 提供者:冯小刚
  1. GrayCode

    0下载:
  2. 格雷码(Gray code),又叫循环二进制码或反射二进制码 在数字系统中只能识别0和1,各种数据要转换为二进制代码才能进行处理,格雷码是一种无权码,采用绝对编码方式,典型格雷码是一种具有反射特性和循环特性的单步自补码,它的循环、单步特性消除了随机取数时出现重大误差的可能,它的反射、自补特性使得求反非常方便。 -Gray code (Gray code), also known as cyclic binary code or binary code reflected in the d
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:8.54kb
    • 提供者:夏雪
  1. zj

    0下载:
  2. c语言版数据结构课程设计,实现了算术表达式的加减乘除 取反 乘方 括号识别 赋值运算等,内有标注-c-language version of the data structures curriculum design, implementation of the arithmetic expression to take anti-involution, Math parentheses identify assignment operator, etc., there labeled
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:5.11kb
    • 提供者:王小波
  1. c

    0下载:
  2. 这里包含了对于链表的大部分操作,建立,排序,反向量表,单向链表,唤醒量表-List ,thelist have many contents
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:71.43kb
    • 提供者:xueliang
  1. Q3

    0下载:
  2. c++ 链表功能,包括链表输出和反序输出,搜索和删除以及合并两个链表-c++ hain
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:370.11kb
    • 提供者:kjj
  1. ex_lisan

    0下载:
  2. 实现闭包,自反闭包以及查找一个关系中的等价类-To achieve closure, reflexive closure and to find a relationship between the equivalence class
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1.95kb
    • 提供者:yangjian
  1. feijipiao

    0下载:
  2. 飞机票 数据结构 是多少身上是是是反对方的是否适当方式大幅-cdfsdfdfddfsdfdsfsdfsdfsdfsdfds
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2.98kb
    • 提供者:mars
  1. lisanshuxu2

    0下载:
  2. 1. 求有限集上给定关系的自反、对称和传递闭包。(有两种求解方法,只做一种为A,两种都做为B) 2. 求有限集上等价关系的数目。(有两种求解方法,只做一种为A,两种都做为B) -1. Find a limited set of relations on a given reflexive, symmetric and transitive closure. (There are two solution method, only one is A, both are used as B)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.54kb
    • 提供者:程国栋
  1. 卷积反投影

    1下载:
  2. 滤波反投影的改进算法,先进行傅里叶变化,再进行傅里叶逆变换,去掉噪声
  3. 所属分类:数据结构常用算法

    • 发布日期:2018-04-26
    • 文件大小:1.88mb
    • 提供者:tutuaituchun
« 12 3 »
搜珍网 www.dssz.com