搜索资源列表
-
0下载:
多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practic
-
-
0下载:
一个利用OTL编写的数据库编程访问接口类,里边封装了支持8字节长整数的操作(使用时需要选择相应的平台宏开关),为利用OTL编写跨平台跨数据库的朋友提供帮助-use of a database prepared by the QTL visit Programming Interface category, Packaging support inside the 8 byte long integer operations (need to use the selection of platfo
-
-
0下载:
多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope -32767 ----
-
-
0下载:
RSA密码体制的实现摘要自20世纪90年代以来,计算机网络技术使得计算机应用得到 ... 用VC++编程实现了RSA算法加密和解密运算,在算法的实现过程中,调用了已有的大整数类-The realization of RSA cryptosystem Abstract from the 20th century since the 90' s, computer network technology allows computer applications to be used ... VC
-
-
0下载:
miracl库,用于密码编程者使用,有大整数运算,AES,HASH,等-miracl library programming for the password to use, large integer arithmetic, AES, HASH, and so on
-
-
0下载:
编程实现RSA算法。包括:生成公钥(e, n)和私钥d,对明文m加密,对密文m解密。
注:实际应用中,512比特的n 已经不够安全,所以建议公司用1024比特的n,及其重要的场合用2048比特的 n。所以大家要选择大整数n。-Programming RSA algorithm. Include: Creation of a public key (e, n) and private key d, m the plaintext encryption, decryption of cipher
-
-
0下载:
lindo使用教程,第一节 简介与安装
第二节 用LINDO求解线性规划 (LP) 问题
第三节 用LINDO求解整数规划(IP) 和二次规划(QP) 问题
第四节 GINO简介
第五节 LINGO简介
-lindo Tutorial, Section I Introduction Section II with the installation of linear programming with LINDO (LP) problem of Sec
-
-
0下载:
Cryptography programming algorithms and functions for Polynomial Mathematics with source and header files
-
-
0下载:
VB6源码实现猜数字游戏,可选择难度,有初级和中级之分,初级的当然简单了,中级的也难度,玩时候请在文本框中输入0-9之间的整数,猜对的几率不多啊,有意思。主要是学习VB的编程思路。-VB6 source guessing game, you can choose the difficulty, primary and secondary points, primary, of course, simple, Intermediate also the difficulty of playing
-
-
0下载:
windows系统下的编程,消息message的传递是贯穿其始终的。这个消息我们可以简单理解为一个有特定意义的整数,正如我们看过的老故事片中的“长江长江,我是黄河”一个含义。windows中定义的消息给初学者的印象似乎是“不计其数”的,常见的一部分消息在winuser.h头文件中定义。hook与消息有着非常密切的联系,它的中文含义是“钩子”,这样理解起来我们不难得出“hook是消息处理中的一个环节,用于监控消息在系统中的传递,并在这些消息到达最终的消息处理过程前,处 理某些特定的消息”。这也是h
-
-
0下载:
atomic64_add - add integer to atomic64 variable.
-