CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Algorithm Design

搜索资源列表

  1. 亲密数

    0下载:
  2. 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1023byte
    • 提供者:姚紫欣
  1. design-vc

    0下载:
  2. 一个不错的神经网络算法,采用bp算法,整个算法简单实用-a good neural network algorithm, the algorithm used bp, the entire algorithm is simple and practical
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:205.4kb
    • 提供者:廖东
  1. MyPassTool

    0下载:
  2. 使用c语言设计的加密算法,直接对文件流加密.用vc++做的使用界面-use encryption algorithm design, direct flow of the document encryption. Vc done with the user interface
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:31.46kb
    • 提供者:CodeMan
  1. fa

    0下载:
  2. 算法设计与分析 C语言编程实现线性时间选择问题-The C programming language for algorithm design and analysis of linear time selection problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:1.2kb
    • 提供者:蒋雅
  1. quick

    0下载:
  2. linux下多线程编程,实现快排程序,比较简单,关键在于算法设计,希望对大家有所帮助-linux under the multi-threaded programming, scheduling procedures to achieve fast, relatively simple, the key lies in algorithm design, I hope all of you to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.54kb
    • 提供者:ww
  1. Hanoi

    0下载:
  2. 用VC++来实现对汗珞塔的算法进行演示。涉及到VC++的界面编程,汗珞塔算法的设计等等,对VC++初学者来说有较强的应用价值-Using VC to achieve Khan Luoyu tower demonstration algorithm. Related to VC programming interface, Khan Luoyu tower algorithm design, etc., on VC beginners to have a stronger
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:37.35kb
    • 提供者:光石
  1. ChesssBoard

    0下载:
  2. 分治法棋盘覆盖chess,算法设计的例子-Coverage of sub-rule method chessboard chess, algorithm design examples
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:楚燕
  1. d2

    0下载:
  2. 利用HASH(采用sha-1算法)算法原理,设计数字签名的水印算法,完成嵌入、(提取)验证,-Use HASH (using sha-1 algorithm) algorithm, design of watermarking algorithms digital signature to complete the embedding, (extract) authentication,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:34.37kb
    • 提供者:尉玉林
  1. AES

    0下载:
  2. 此为《分组密码算法的设计与原理》的PDF文档,详细介绍了分组密码算法的设计与原理的思路与过程-This is the " Block Cipher Algorithm design and principle" of the PDF document, detailing the block cipher algorithm design and principles of the idea and process of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:816.53kb
    • 提供者:哇啦
  1. aesCPP

    0下载:
  2. 此为分组密码算法的设计与原理的C++源代码,用于实现分组密码算法-This is a block cipher algorithm design and principles of the C++ source code used to implement block cipher algorithm for
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:8.5kb
    • 提供者:哇啦
  1. jsf

    0下载:
  2. 约瑟夫算法,算法设计与分析里的一个经典例子-Joseph algorithms, algorithm design and analysis inside a classic example. . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:258.69kb
    • 提供者:linchengjian
  1. IntroductiontoalgorithmsCormenSolution

    0下载:
  2. introduction to algorithm design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1.46mb
    • 提供者:prat
  1. EightNodeProblem

    0下载:
  2. 八数码问题的,运用人工智能的知识进行的算法设计,八数码问题是人工智能搜索的特征。-8 digital issues, the use of artificial intelligence knowledge of algorithm design, eight digital issue is the characteristics of artificial intelligence search.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:526.01kb
    • 提供者:李锐
  1. banker

    0下载:
  2. 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:11.03kb
    • 提供者:yuebo
  1. processdel

    0下载:
  2. 针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序可模拟撤销多个进程及其子孙进程。 1) 采用动态或静态方法生成一颗进程树(进程数目≥20); 2) 设计进程撤销算法; 3) 实现进程撤销函数,采用级联方式撤销; 4) 可动态撤销进程; 5) 可动态观察进程树的情况; 6) 测试程序并得到正确结果。 -The process for revocation of the operating system in the theory of the ex
  3. 所属分类:Network Security

    • 发布日期:2017-04-08
    • 文件大小:6.69kb
    • 提供者:kkk
  1. numerical.algorithm.RSA

    0下载:
  2. RSA数值算法设计经典文档Classical numerical algorithm design documents RSA -Classical numerical algorithm design documents RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:6.08kb
    • 提供者:utub
  1. Cryptography-course-design

    0下载:
  2. 密码学课程设计,des加密算法,rsa加密算法-Cryptography course design, des encryption algorithm, rsa encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:933.14kb
    • 提供者:王涛
  1. AES-implementation-based-on-FPGA

    0下载:
  2. 一种基于FPGA的AES加解密算法设计与实现,对于对AES算法效率的研究有参考作用-FPGA-based AES encryption and decryption algorithm design and implementation of the AES algorithm for the efficiency of a reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:348.28kb
    • 提供者:menshuang
  1. IDEA

    0下载:
  2. IDEA加密解密算法的设计与实现 杨建武 华南师范大学 -IDEA encryption and decryption algorithm design and implementation of Jian-Wu Yang South China Normal University
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:217.84kb
    • 提供者:谭峰
  1. Affine-encryption-algorithm-design

    0下载:
  2. 算法设计之仿射加密——课程设计(内附jar文件)-Affine encryption algorithm design- course design (with jar file)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:14.26kb
    • 提供者:李强
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com