CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - transposition

搜索资源列表

  1. python-Algorithm

    0下载:
  2. python 的一些数据算法,包括回潮算法、邻位对换法、切片、全排列、身份证校验-Some of the data of the python algorithm, including the resurgence of algorithm, ortho transposition method and slicing, full permutation, ID check etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2936
    • 提供者:cw
  1. math

    0下载:
  2. 一些数学运算的C++程序,例如三角函数,对数函数,矩阵转置。-some C++ programs for arithmetical operation, such as trigonometric function, logarithmic function, matrix transposition.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:73340
    • 提供者:
  1. SinTableLagrangeInterpMatrixTranS

    0下载:
  2. 包含查表法实现SIN,拉格朗日插值及矩阵转置的C语言实现-This file includes the realization of Sin, Lagrange interpolation and matrix transposition via C.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6916
    • 提供者:mingcheng
  1. 54321

    0下载:
  2. 换位加密解密算法:换位密码就是一种早期的加密方法,与明文的字母保持相同,区别是顺序被打乱了。通常,换位加密采用分组的形式,将明文分成指定的长度n的多组数据,然后在组内按照给定的置换规则进行字符换位。-Transposition encryption algorithm
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:945588
    • 提供者:yiling
  1. Algorithms

    0下载:
  2. 《算法分析与设计》书中一些算法的实现,包括二分搜索算法,循环与换位,自然合并排序,最长单调递增子序列等等,书中1-16号算法实现- Algorithm Analysis and Design book of some algorithm, including the binary search algorithm, circulation and transposition, natural merge sort, the longest monotonically increasing se
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:7740
    • 提供者:程浩
  1. swap

    0下载:
  2. 数组换位,输入数组,在第K位对换序列,并实现时间复杂度最小-Array transposition, the input array, in the first K-bit sequence to change, and to achieve the minimum time complexity
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:10292
    • 提供者:刘博
  1. bab2

    0下载:
  2. this scr ipt talks about encryption in java which containing the example scr ipt to doing classical cryptography such as classic cipher, transposition cipher, affinecipher and so on. so let s learn together-this scr ipt talks about encryption in java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:12019
    • 提供者:su
  1. Frog

    0下载:
  2. 根据青蛙换位游戏,使用回溯法编程实现算法解决换位问题。 在output.txt中给出具体的青蛙跳跃的方案。(给出六只青蛙的位置变化过程)-According transposition frog game, using backtracking algorithm to solve programming problems transposition. Give a specific program in output.txt frog jumping in. (Given the po
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:4865
    • 提供者:Qing
  1. 165-Sliding-mode-control-of-a-Five-Phase-Series-.

    0下载:
  2. In this work, we study vector control and sliding mode control of series-connected five-phase two asynchronous machines supplied with a three levels inverter.After presentation of multiphase machines, we worked out the mathematical model of five phas
  3. 所属分类:File Formats

    • 发布日期:2017-04-29
    • 文件大小:178663
    • 提供者:zakary
  1. 6

    0下载:
  2. 利用三元组存储的稀疏矩阵,三元组矩阵快速转置算法-Triples fast matrix transposition algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:li
  1. chesley-1.1.2

    0下载:
  2. Chesley 是一个面向 Unix 平台和 xboard GUI 的象棋算法引擎。实现了很多先进的象棋编程技术例如移动和换位算法。-Chesley is a xboard GUI for Unix platforms and chess algorithm engine. It implements a number of advanced technologies such as mobile chess programming and transposition algorithms.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-07
    • 文件大小:1106480
    • 提供者:刘明
  1. fuel-transportation

    0下载:
  2. 根据蚁群算法,建立蚁群算法模型,适合燃油运输类,车辆调度类问题-ant colony fuel transposition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:6491
    • 提供者:何萍
  1. Cipher

    0下载:
  2. 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。 试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。例如,明文为attack begins at five,密钥为cipher,将明文按照每行6个字母的形式排在矩阵中,如下形式: a t t a c k b e g i n s a t f i v e 根据密钥ciphe
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:1
  1. JzCal

    0下载:
  2. 矩阵的一般计算:矩阵加、减、乘、除、数乘、转置……(General calculations of matrices: addition, subtraction, multiplication, division, multiplication and transposition of matrices......)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:277504
    • 提供者:ML小楠
  1. 几何变换

    1下载:
  2. 数字图像处理中的几何变换,包括图像的平移,图像的镜像,图像转置,图像的缩放,图像的旋转以及三种插值算法(The geometric transformation in digital image processing includes image translation, image mirroring, image transposition, image scaling, image rotation, and three interpolation algorithms)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:王sirsir
  1. 一、移位密码算法的加密和解密

    0下载:
  2. 实现了移位密码算法的加密和解密,加密与解密程序在同一程序中,通过输入1or2选择加密或解密(The encryption and decryption of the transposition cipher algorithm are realized. In the same program, the encryption and decryption program is encrypted or decrypted by the input 1or2.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:1764352
    • 提供者:fwssnbb1
  1. rapport 10

    0下载:
  2. Frequency Transposition and IQ Imbalance Compensation for Multicore Systems
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:4575232
    • 提供者:kaissoun
  1. Demo

    0下载:
  2. 源码是一个动画效果集合的小例子,包括侧滑栏SlidingLayout、ViewPager实现画廊、简单用viewpager实现画廊、圆形图片、简单的跑马灯动画效果、可拖拽的弹簧式水泡、可拖拽换位的GridView、下载图片、翻书页效果、叠楼效果、android 控件嵌套点击触发事件、等十多种功能或动画效果实现,javaapk之前也介绍过一个Android应用源码安卓动画合集大全加站长代码库,跟这个差不多。感兴趣的可以去看下(The source code is a set of animatio
  3. 所属分类:android开发

    • 发布日期:2018-04-21
    • 文件大小:778240
    • 提供者:keiwei
  1. matrix

    0下载:
  2. 实现:矩阵的创建,输出,复制,转置,加法,减法,乘以一个数,通过行列坐标设置和获取矩阵该位置元素的值(Implementation: matrix creation, output, copy, transposition, addition, subtraction, multiplied by a number, set up and get the value of the location element through the row and column coordinates.)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:子熙
  1. 7

    1下载:
  2. 矩阵的二元组存储,一般形式输出,慢速及快速转置(Matrix two tuple storage, general form output, slow and fast transposition.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:SuperLoser
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com