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

资源列表

« 1 2 ... .39 .40 .41 .42 .43 24844.45 .46 .47 .48 .49 ... 28278 »
  1. revcount_MergeSort

    0下载:
  2. 统计两个序列中的逆序对。经典的分治法,采用归并排序的框架实现。-Counting reverse pairs
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2.32kb
    • 提供者:PKUmzhang
  1. he_fu_man_bian_ma

    0下载:
  2. 假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:227.36kb
    • 提供者:谭毅
  1. c-code

    0下载:
  2. c语言经典代码,包括:打印图案 ,大小写字母的互换 整数因子 /*请编写一程序完成下面的功能:从键盘上任意上任意输入一个大于0且小于1000的整数,然后输出此整数的所有整数因子。如输入12,则输入1,2,3,4,6,12。*/ 插入后自动排序 /*原题:把一个整数插入到按由小到大排列的数列中,插入后仍然保持由小到大的顺序排列*/ /*指针,穷举法进行比较交换*/ 求数列 /*原题:已知一正整数递增等差数列,前5项之和为25,前5项之积为945,根据以上条件,请编写
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.21kb
    • 提供者:wangyicai
  1. f31

    0下载:
  2. 蛇顺序表中的关键字是递增有序的,将监视哨设在高下标端,设计算法实现简单顺序查找-Snake order keyword in the table are incremental and orderly, and will monitor the post is located in Gao Xia S side, the design algorithm is simple in order to find
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:545byte
    • 提供者:左左
  1. f41

    0下载:
  2. 进冒泡排序,试编写一个程序,对一个待排序的数据元素集合进行奇偶转换排序。-Into the bubble sort and try to write a program, for a set of data elements to be sorted to parity conversion to sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:563byte
    • 提供者:左左
  1. chazhaozuijinzuxian

    0下载:
  2. 编写算法,在二叉排序树上找出任意两个不同结点的最近公共祖先-Write algorithm, binary sort tree to find any two different nodes of the nearest common ancestor
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:745byte
    • 提供者:左左
  1. xiawei

    0下载:
  2. 顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手-Find the order of search in order to achieve the design and implementation and the addition of annotations easier to understand and get started
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.1kb
    • 提供者:刘云
  1. DS_ppt

    0下载:
  2. 某大学一个设计很好的数据结构课件,不少算法过程使用动画,版面颜色搭配得很好,是一个优秀的数据数据课件。-A university in a well-designed data structures courseware, algorithm process uses a lot of animation, layout colors very well and the data is an excellent courseware.
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11.43mb
    • 提供者:李东国
  1. DatastructuresalgorithmsVisualCpp6

    0下载:
  2. 数据结构算法VisualCpp6程序集电子教案-Data structures algorithms VisualCpp6 assembly of electronic teaching plan
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:615.77kb
    • 提供者:于敏洁
  1. hashing_table

    0下载:
  2. hashing table source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.88kb
    • 提供者:dfxx
  1. shortpath

    0下载:
  2. 1、读入城市结点数据 */ /* 2、邻接矩阵初始化:所有元素赋Infinity, */ /* 对角线元素赋0 */ /* 3、读入城市间边的数据,转换为邻接矩阵的数据 */ /* 4、路径矩阵初始化,若arc[i][j]<Infinity, */ /* 则: at[i][j]=i 否则:Path[i][j]=-1 */ /* 5、计算最短路径 */ /* 6、保存最小路径数据-1, read into the city node data*/
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4.07kb
    • 提供者:wudiksp
  1. zojcode

    0下载:
  2. zoj 400道ACM 源码,是在ZOJ混的ACMer必备。希望对大家有点帮助。-zoj 400 Dao ACM source code, is essential in the ZOJ mixing ACMer. Hope to everyone to some extent.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:710.4kb
    • 提供者:张龙
« 1 2 ... .39 .40 .41 .42 .43 24844.45 .46 .47 .48 .49 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭