搜索资源列表
亲密数
- 如果整数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
design-vc
- 一个不错的神经网络算法,采用bp算法,整个算法简单实用-a good neural network algorithm, the algorithm used bp, the entire algorithm is simple and practical
MyPassTool
- 使用c语言设计的加密算法,直接对文件流加密.用vc++做的使用界面-use encryption algorithm design, direct flow of the document encryption. Vc done with the user interface
fa
- 算法设计与分析 C语言编程实现线性时间选择问题-The C programming language for algorithm design and analysis of linear time selection problem
quick
- 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
Hanoi
- 用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
ChesssBoard
- 分治法棋盘覆盖chess,算法设计的例子-Coverage of sub-rule method chessboard chess, algorithm design examples
d2
- 利用HASH(采用sha-1算法)算法原理,设计数字签名的水印算法,完成嵌入、(提取)验证,-Use HASH (using sha-1 algorithm) algorithm, design of watermarking algorithms digital signature to complete the embedding, (extract) authentication,
AES
- 此为《分组密码算法的设计与原理》的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
aesCPP
- 此为分组密码算法的设计与原理的C++源代码,用于实现分组密码算法-This is a block cipher algorithm design and principles of the C++ source code used to implement block cipher algorithm for
jsf
- 约瑟夫算法,算法设计与分析里的一个经典例子-Joseph algorithms, algorithm design and analysis inside a classic example. . . .
IntroductiontoalgorithmsCormenSolution
- introduction to algorithm design
EightNodeProblem
- 八数码问题的,运用人工智能的知识进行的算法设计,八数码问题是人工智能搜索的特征。-8 digital issues, the use of artificial intelligence knowledge of algorithm design, eight digital issue is the characteristics of artificial intelligence search.
banker
- 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
processdel
- 针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序可模拟撤销多个进程及其子孙进程。 1) 采用动态或静态方法生成一颗进程树(进程数目≥20); 2) 设计进程撤销算法; 3) 实现进程撤销函数,采用级联方式撤销; 4) 可动态撤销进程; 5) 可动态观察进程树的情况; 6) 测试程序并得到正确结果。 -The process for revocation of the operating system in the theory of the ex
numerical.algorithm.RSA
- RSA数值算法设计经典文档Classical numerical algorithm design documents RSA -Classical numerical algorithm design documents RSA
Cryptography-course-design
- 密码学课程设计,des加密算法,rsa加密算法-Cryptography course design, des encryption algorithm, rsa encryption algorithm
AES-implementation-based-on-FPGA
- 一种基于FPGA的AES加解密算法设计与实现,对于对AES算法效率的研究有参考作用-FPGA-based AES encryption and decryption algorithm design and implementation of the AES algorithm for the efficiency of a reference
IDEA
- IDEA加密解密算法的设计与实现 杨建武 华南师范大学 -IDEA encryption and decryption algorithm design and implementation of Jian-Wu Yang South China Normal University
Affine-encryption-algorithm-design
- 算法设计之仿射加密——课程设计(内附jar文件)-Affine encryption algorithm design- course design (with jar file)