搜索资源列表

  1. des_js

    0下载:
  2. Javascr ipt实现的DES加密算法 function des (key, message, encrypt, mode, iv)-Javascr ipt realized DES encryption algorithm function des (key, message, encrypt, mode, iv)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:俞一琪
  1. ApEn

    0下载:
  2. 针对时间序列的复杂性测试,实现近似熵算法,可以分析确定信号和随机信号-time series against the complexity of testing, achieving approximate entropy algorithm, can be analyzed to determine signal and random signals
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:魏娜
  1. graphic_algorithm

    0下载:
  2. 每对节点间最短路径 Floyd-Warshall 算法 D[i,j]表示从i到j的最短距离; P[i,j]表示从i到j的最短路径上j 的父节点-between each pair of nodes Shortest Path Floyd-Warshall algorithm D [i, j] said from i to j is the shortest distance; P [i, j] said
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:changxia
  1. C-DCT

    0下载:
  2. 上传的是C编写的DCT算法,在图象处理方面常用到,希望对你有用-upload is prepared by the C DCT algorithm, the image processing used to the hope that useful to you
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:廖和
  1. C-DES

    0下载:
  2. 用C语言编写的DES加密算法的实现,可以解决对DES加密和解密的帮助-C language prepared by the DES encryption algorithm to achieve, can be solved right DES encryption and decryption of help
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:50176
    • 提供者:张化
  1. 13lab03

    0下载:
  2. 一组开发基于XILINX FPGA开发DSP算法的应用资料,具有实用性,可操作性。(3)-a group Xilinx FPGA-based DSP algorithm development of the information is useful, operability. (3)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:308224
    • 提供者:zhangxing
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:1965056
    • 提供者:
  1. D-ZX-Yccsf

    0下载:
  2. 像素点的生成 直线生成算法的实现 圆生成算法的实现 区域填充的实现-pixels Generation Linear Algorithm Implementation of the Circle generation algorithm to achieve the realization of regional Filled
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:刘碧茜
  1. DStar_5.26

    0下载:
  2. 人工智能里的A-star算法,用于机器人的路径规划和寻优.-AI's A-star algorithm for robot path planning and optimization.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:2110464
    • 提供者:yys
  1. rsa_code

    0下载:
  2. rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS]
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:潘伟波
  1. DSA_mmm

    0下载:
  2. 加密算法DSA之源代码及其实现原理,容易理解-encryption algorithm source code and its realization principle, easy to understand
  3. 所属分类:文件操作

    • 发布日期:2024-05-22
    • 文件大小:55296
    • 提供者:mwh
  1. NumberAlgorithm

    0下载:
  2. 科学工程与数值算法(VC版)包括6个类,相应的D-scientific engineering and numerical algorithm (VC version) includes six categories, the corresponding D
  3. 所属分类:电子书籍

    • 发布日期:2024-05-22
    • 文件大小:413696
    • 提供者:pipi
  1. VBchangyongsuanfadaquan.ISO

    0下载:
  2. VB常用算法大全.iso 光盘使用指南 本光盘包括三个子目录,内容分别如下: 1、子过程 该子目录下包含了“VB常用算法大全”书中的全部常用算法子过程。所有的 常用算法子过程按书中的章数分别放在以C开头的子目录中。 2、验证子过程 该子目录下按章存放验证上述常用算法子过程的全部验证子过程。所有这些 为验证上述子过程而编的过程按书中的章数分别放在以D开头的子
  3. 所属分类:书籍源码

    • 发布日期:2024-05-22
    • 文件大小:92160
    • 提供者:liaofei
  1. DES-VC

    1下载:
  2. DES算法及其VC源代码,详细图解,代码完整-VC DES algorithm and its source code, detailed diagrams, code integrity
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:38912
    • 提供者:王新昌
  1. Encode.dll

    0下载:
  2. 文件加密算法,包括DES等等,其中有详细说明-document encryption algorithms, including DES, etc., which are described in detail
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:211968
    • 提供者:胡永春
  1. md5dll

    0下载:
  2. md5加密算法动态链接库原文件,包括测试文件-md5 encryption algorithm DLL original documents, including test paper
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:2731008
    • 提供者:刘留
  1. atlabdspmatlab

    0下载:
  2. 用matlab进行数字信号处理dsp-matlab 用matlab进行数字信号处理dsp-matlab-using Matlab for digital signal processing dsp- Matlab using Matlab Digital signal processing dsp- Matlab using Matlab for digital signal processing dsp-using Matlab MA
  3. 所属分类:编程文档

    • 发布日期:2024-05-22
    • 文件大小:222208
    • 提供者:潘伟丰
  1. md5_10

    0下载:
  2. 一款pb10写的md5加密算法,用于软件加密-wrote md5 encryption algorithm for encryption software
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:36864
    • 提供者:王川
  1. esprit_DOA

    0下载:
  2. 一种新的快速esprit_DOA算法估计来波方向-a new fast algorithm esprit_DOA estimated to wave direction
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:32768
    • 提供者:菲菲
  1. DBSCAN_JAVA

    0下载:
  2. DBSCAN算法的JAVA实现,可以在D:\使用text.txt数据文件来进行DBSCAN聚类-DBSCAN algorithm JAVA, the D : \ text.txt data files used for clustering DBSCAN
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:16384
    • 提供者:赵发毅
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org