搜索资源列表

  1. Permutation

    0下载:
  2. Column permutation cipher是基于置换的加密解密方式。利用本程序可实现Column permutation cipher的加密和解密。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7349
    • 提供者:马茜
  1. permutation

    0下载:
  2. 产生全排列的程序-have with the whole process
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:陈国栋
  1. 排列和组合

    0下载:
  2. 排列和组合的算法。算法简练,dos界面,执行文件是组合算法,源码里还有排列算法- permutation and combination arithmetic. arithmetic easy ,dos interface,the*.exe is combination arithmetic, and permutation arithmetic in sound code.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:zqm
  1. pailie

    0下载:
  2. 用java实现了数学上的排列组合问题,包括Cmn,Pmn,Pnn三种排列组合的情况-Using java realize the mathematical permutation and combination issues, including the Cmn, Pmn, Pnn three permutation and combination of circumstances
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:yang
  1. bignumcaculate

    0下载:
  2. 大数运算的设计与实现,大数加,减,乘,除,阶乘,幂,排列组合,进制转换-Computation of large numbers of design and realization of large numbers add, subtract, multiply, divide, factorial, power, permutation and combination, hexadecimal conversion
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:2213888
    • 提供者:谢新强
  1. nineBox

    0下载:
  2. 自己用labview编的用来计算九宫格排列组合方式的小程序-Their series with LabVIEW squares used to calculate the permutation and combination forms of small programs
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:25600
    • 提供者:刘今越
  1. pailiezuhe

    0下载:
  2. 实现了字典序求全排列的算法和组合算法. 用C++实现排列组合算法(排列仅实现字典序法,程序见附件)-Realize the lexicographic order of the overall situation of the algorithm and combination algorithm. With C++ Realize permutation and combination algorithm (with only r
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:kevin
  1. state_switch

    0下载:
  2. 这个小程序实现的是排列组合功能,并且方法采用的是状态机方法,通过遍历各种状态来得到全部的排列组合-This little program is permutation and combination functions, and methods of using the state machine approach, through a variety of state traversal to get all of the permu
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:116736
    • 提供者:王骏
  1. algorithm.tar

    0下载:
  2. 一个算法教案,包括多精度数值处理、排列组合、枚举法、递归与回溯法、贪婪法等在章节-An Algorithm for lesson plans, including multi-precision numerical processing, permutation and combination, enumeration, recursive and backtracking, greedy method, such as in the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:416768
    • 提供者:jhiter
  1. Permutation

    0下载:
  2. Column permutation cipher是基于置换的加密解密方式。利用本程序可实现Column permutation cipher的加密和解密。 -Column permutation cipher is based on the replacement of the encryption and decryption methods. This procedure can be realized using Colum
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:332800
    • 提供者:马茜
  1. zhihuan

    0下载:
  2. 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。-Permutation cipher does not change the principle is expressly characters, only characters in
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:rose
  1. Permutation

    0下载:
  2. 经典密码学中列置换密码的实现 此为字符串版本的加解密实现 开发平台为VC6.0-Classical Cryptography replacement passwords out to achieve this for the string version of the encryption and decryption realize development platform for VC6.0
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:8192
    • 提供者:薛智虎
  1. GEE

    0下载:
  2. The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangu
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:Allan KAO
  1. ldiv

    0下载:
  2. The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangu
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:Allan KAO
  1. comb

    0下载:
  2. 一、 程序作用 实现排列组合功能。 例如:如果允许出现的数字为1 2 3 4 ,每个组合有3个元素,则输出的组合为 (1 2 3) (1 2 4) (1 3 4) (2 3 4) 二、 算法实现 采用栈的思想,首先输入第一个组合(1 2 3…..r) 如果r<n,则r弹栈,把r=r+1压栈,如果r=n,则r弹栈,同时把前一项也弹栈,再依次增加,直到出现组合 (n-r+1 n-r+2 ….n). -Fi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:187392
    • 提供者:yangjun
  1. PermutationAndCombination(JAVA)

    0下载:
  2. 实现了排列组合算法的类(JAVA),实现了排列组合算法的类(JAVA)-Permutation and combination to achieve the type of algorithm (JAVA), the realization of the permutation and combination of types of algorithm (JAVA)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:8192
    • 提供者:yangjun
  1. Permutation

    0下载:
  2. 用递归方法求n个数的无重复全排列!!感觉还可以吧,所以拿出来大家一起分享了!一起努力学习!-Recursive method used for n number of non-duplication of the entire order!! Can you feel so out together shared! Work together to learn!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:李兵
  1. randpermfull

    0下载:
  2. permutation is jumbled in a random order
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:saranya
  1. sample2

    0下载:
  2. 双色球彩票游戏软件 1横向滚动显示文字 2优良的随机数产生算法 3动态显示随机数 4彩色静态文本的实现 5使用VC操作EXCEL 6高效的排列组合算法 7文件操作-1 horizontal Scrolling text 2 good random number generator algorithm for random number 3 dynamic display 4 static text color
  3. 所属分类:其他游戏

    • 发布日期:2024-05-09
    • 文件大小:7704576
    • 提供者:lishiming
  1. Catalanandmaze

    0下载:
  2. 产生Catalan数,火车调度的所有排列,以及证明排列的正确性. 迷宫算法.-produces Catalan number, and all permutation in train dispatch, and of course including the proof. maze algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:youguiyan
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org