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

搜索资源列表

  1. ddzfs

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

    • 发布日期:2008-10-13
    • 文件大小:4143
    • 提供者:wl
  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
    • 文件大小:6778
    • 提供者:tangbo
  1. 华为软件工程师上机考试题目

    0下载:
  2. 华为软件工程师上机考试题目,要求对已知单链表求其逆序,并输出。-Huawei software engineers, computer exam questions, asked to watch for the known anti-shear reverse, and output.
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-26
    • 文件大小:194560
    • 提供者:青山小子
  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-26
    • 文件大小:221538
    • 提供者:martinwok
  1. bessalfansuan

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

    • 发布日期:2017-04-03
    • 文件大小:3768
    • 提供者: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
    • 文件大小:1557667
    • 提供者:冯小刚
  1. Hash

    0下载:
  2. 自己上学编的Hashtable的java源码,里面可以选择所有的hash算法和防撞处理方式,带junit测试程序。-own java source of the Hashtable, which can choose all of the hash algorithm and anti-collision approach, with junit test procedure。
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6364
    • 提供者:fang kun
  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
    • 文件大小:8744
    • 提供者:夏雪
  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
    • 文件大小:5237
    • 提供者:王小波
  1. 16Queue

    0下载:
  2. 实现的一个16皇后的算反,大家可以看看给我提下意见噶~-Achieve a count of 16 anti-queen, we can look under the comments give me Karma ~
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1214581
    • 提供者:
  1. 6.13

    0下载:
  2. 哈弗曼树的算法;它可以构造哈弗树,以及把哈弗曼编01码,以及反编码!-Ha Fuman tree algorithm it Harvard tree can be constructed, and the Ha Fuman compiled 01 yards, and anti-encoding!
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1114
    • 提供者:kongyuemei
  1. av_vel

    0下载:
  2. c语言编写的一个程序,用于计算平均流速用以修正防穿透速度。 -The average flow rate used to calculate the penetration rate for the modified anti-
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:791
    • 提供者:tom
  1. bitreezonghe

    0下载:
  2. /*综合性试验(排序二叉树) 1.建立一棵排序二叉树(随机产生1000个0~999的数) 2.前、中、反中序遍历 3.统计叶子数、结点数、深度 4.查找、插入、删除 5.求最大、最小值 6.求查找的次数n1,与二分查找作比较(n1>n2,二叉树不均衡) 7.排序算法与中序遍历的效率比较 *8.将上述各步的结果写入文件(result.txt)-/* Test (sort of binary tree) (1) to establish a sort bin
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2941
    • 提供者:向曦
  1. bitree

    0下载:
  2. 1、以广义表的方式输入二叉树 2--7、三种递归、非递归遍历的结果 8、统计结点数、叶子数 9、求深度(递归、非递归) 10、以反中序方式打印树图的格式-A generalized table input binary tree 2- 7, three recursion, non-recursive traversal results 8, the statistics the number of nodes, leaf number 9, seeking dept
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1802
    • 提供者:向曦
  1. zuobiao-

    1下载:
  2. 从0开始的整数按逆时针方向旋转排列,要求输入任意一个正整数,输出它在以0为原点的直角坐标系中的坐标(图中水平方向与垂直方向数与数之间的间隔都为1)。B10080221-Integer from 0 to start with by the anti-clockwise rotation, for the importation of any positive integer, the output it to 0 for the origin of the Cartesian coordinat
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:37506
    • 提供者:陈杰
  1. anti-collision-algorithm

    1下载:
  2. RFID防碰撞算法,matlab下模拟仿真,包括二进制树和ALOHA算法-RFID anti-collision algorithm, the matlab simulation, including binary tree algorithm and ALOHA
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:80860
    • 提供者:宋金林
搜珍网 www.dssz.com