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

搜索资源列表

  1. Stack

    0下载:
  2. This a Stack Class with Funtions Push,Pop, check Stack is Full or Empty Application: Change a number from Decimal to Binary-This is a Stack Class with Funtions Push,Pop, check Stack is Full or Empty Application: Change a number from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:190.11kb
    • 提供者:Le Quoc Dung
  1. hartigansSLC_OpenCV

    0下载:
  2. hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1) Sequential Leader algorithm: Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY. 1. Select maximum cluster "radius" 2
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:52.62kb
    • 提供者:sas
  1. zhan.tar

    0下载:
  2. 实现顺序栈的基本操作(初始化、判断栈空、判断栈满、入栈、出栈),并利用栈实现十进制转换为其它进制-The order of the stack to achieve the basic operations (initialization, determine the stack empty, determine the stack is full, stack, the stack) and stack implementation using binary decimal conversio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:675byte
    • 提供者:杨永勇
  1. Mysteryproblem

    1下载:
  2. 重排九宫是一个古老的单人智力游戏。据说重排九宫起源于我国古时由三国演义故事“关羽义释曹操”而设计的智力玩具“华容道”,后来流传到欧洲,将人物变成 数字。原始的重排九宫问题是这样的:将数字1~8按照任意次序排在3×3的方格阵列中,留下一个空格。与空格相邻的数字,允许从上,下,左,右方向移动到 空格中。游戏的最终目标是通过合法移动,将数字 1~8 按行排好序。在一般情况下,n2-1 谜问题是将数字 1~n2-1 按照任意次序排在n×n的方格阵列中,留下一个空格。允许与空格相邻的数字从上,下,左,右
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:862.86kb
    • 提供者:wakaka
  1. Subset

    0下载:
  2. ary[]{1,2,3,4} 求打印其的所有子集。这是关于【幂集】的问题。 【幂集】包括【全集】和【空集】。对于有N个元素的集(/ □ \)合,它的幂集个数有2的N次方个。 比如这个例子,数组有4个元素。那么用4个位表示每一个元素(假设从左到右表示1234吧),0表示该数不存在,1表示存在。 则: 0000表示空集{}。 0001表示{4}。 0010表示{3}; 0011表示{3,4}; ………… 1110表示{1,2,3}; 1111表示{1,2,3,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:741byte
    • 提供者:jinceon
  1. sequence-alignment-matrix-

    0下载:
  2. 求解序列比对得分矩阵,对于两个序列S和T,令[S]和[T]分别为序列S和T的长度,S[i]和T[j](其中正整数i,j满足0≤j< [S]和0≤j <[T])都属于字符集Ω={A,T,C,G,-},对Ω中的任何元素和空符号。 设计S[i]和T[j]两两之间的一个记分值来比较序列间的同一性的优劣,用记分函数σ(x,y)表示, σ(S[i],T[j])=2 ( S[i]=T[j]≠-);σ(S[i],T[j])= -1 ( S[i]≠T[j],S[i]≠-,T[j]≠-);σ(S
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:3.72kb
    • 提供者:zhouyanghua
  1. a2

    0下载:
  2. Implementation a simple FIFO queue using arrays. Write a programs that will ask the user for the size of the queue. Then it will start reading characters from the keyboard and store them in the queue. If the user enters an empty line then the progr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:728byte
    • 提供者:yeah
  1. a3

    0下载:
  2. Implementation a simple FIFO queue using linked lists. Write a programs that will ask the user for the size of the queue. Then it will start reading characters from the keyboard and store them in the queue. If the user enters an empty line then the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:866byte
    • 提供者:yeah
  1. CRFPP-0.53

    1下载:
  2. 基于CRF++-0.53的改良版,修正了模型输入时多行空行导致的线程错误,优化了多线程操作,除LBFGS无法优化外,其余迭代操作全部多线程化,66MB模型在16线程服务器上运行,内存占用5.35GB,CPU利用率一般100 ,只有运行LBFGS时为7 。仅支持64位Windows操作系统,使用VC2008编译,不支持32位操作系统或Linux(Windows线程模型)。-Optimized CRF++-0.53. Fixed multi-empty line input bug. Optimiz
  3. 所属分类:Algorithm

    • 发布日期:2015-10-17
    • 文件大小:43kb
    • 提供者:吴岳
  1. genetic

    0下载:
  2. 遗传算法(完全变异法),对于解决多序列联配问题有一定的作用,由于完全变异法有两个随机数的,所以结果波动幅度较大,最佳遗传代数为200代,多序列联配的补空方案请自行调节。代码简单,方便。-Genetic algorithm (complete variation method) for solving the multiple sequence alignment problem to a certain extent, two random numbers due to total variat
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:1.64kb
    • 提供者:liu
  1. Honey777

    0下载:
  2. 3人合伙养蜂,多年后3人分伙,分伙时蜂已处理但尚余 整桶蜜7桶,半桶蜜7桶以及7个空桶,3人均分,且不动桶中蜜,编一程序实现他们的分法。 -there are 7 pots full honey, 7 pots half and 7 pots empty and everyone must has the same amount of honey and pots.how can you do?
  3. 所属分类:Algorithm

    • 发布日期:2016-11-13
    • 文件大小:1kb
    • 提供者:陈秀
  1. setdivide

    0下载:
  2. 给定正整数n,计算出n个元素的集合{1,2,...,n}可以划分为多少个不同的非空子集-Given a positive integer n, the calculated n elements of the set {1, 2, ..., n} can be divided into a number of different non-empty set
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:797byte
    • 提供者:王照伟
  1. DaffodilAccount

    0下载:
  2. C#求水仙花数的算法实例,水仙花数的算法是一个三位数,每一位数的立方相加等于该数本身。清空listBox1控件,获取3位数中的后两位数。 -C# example of the algorithm seeking daffodils, narcissus algorithm is a three-digit number, each digit is equal to the sum of the cube of the number itself. Empty listBox1 contro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:13.01kb
    • 提供者:杜金
  1. Insert-and-delete-the-linear-form

    0下载:
  2. 程序依次实现以下功能:(1)定义一个有序(非递减)线性表,其最大容量为 1000,初始时为空。 (2)从由 1 产生的数据文件中依次取前 N 个随机整数,陆续插入到此线性表中,并要求在每次插入后保持线性表的有序性。最后将此有序线性表打印输出。 (3) 在由(2)产生的线性表中,依在 1中产生的次序逐个将元素删除,直至表空为止。 -Program in order to achieve the following functions: (1) the definition of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:162.72kb
    • 提供者:huanglilei
  1. 10-15e

    0下载:
  2. 输出三角形边长 判断三角形类型 计算三角形面积 写入数据文件 查看文件中的数据 清空文件数据 -Data output triangle triangle side lengths to determine the type of writing data to calculate the area of ​ ​ a triangle file to view the file empty file data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.13kb
    • 提供者:梅旭光
  1. sgu262

    0下载:
  2. sgu262:Symbol Recognition(状压DP) 题目大意: 给出k个n∗ m的01矩阵Si,求出一个1尽量少的n∗ m的01矩阵P,满足k个矩阵与该矩阵的交互不相同,也就是说通过该矩阵能表示出给出的k个矩阵。-262. Symbol Recognition time limit per test: 0.25 sec. memory limit per test: 65536 KB input: standard output:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:834byte
    • 提供者:owaski
  1. Matrix

    0下载:
  2. 用C++实现矩阵的各种运算,包括:求逆运算,判断矩阵是否为空,获取矩阵的行向量,矩阵数据的输入输出,实现矩阵的嘉减乘法-In c++ implementation matrix of various operations, including: inversion, to determine whether a matrix is empty, matrix row vector, matrix of data input and output, the realization of matri
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.14mb
    • 提供者:echo42
  1. Matrixechol

    0下载:
  2. 用C++实现矩阵的各种运算,包括:求逆运算,判断矩阵是否为空,获取矩阵的行向量,矩阵数据的输入输出,实现矩阵的嘉减乘法-In c++ implementation matrix of various operations, including: inversion, to determine whether a matrix is empty, matrix row vector, matrix of data input and output, the realization of matri
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.14mb
    • 提供者:echo42
搜珍网 www.dssz.com