-
Better Executable RC5 algorithm
RC5是一种对称密钥分组密码,以简单著称。1994年由Ronald Rivest设计,RC代表“Rivest密码”,或者“Ron密码”(比较RC2和RC4)。高级加密标准(AES)候选RC6基于RC5。
- 2022-05-07 23:33:21下载
- 积分:1
-
清华大学出版社最新出版的《vc 项目开发全程实录》一书中的超市进销存管理系统的源程序。...
清华大学出版社最新出版的《vc 项目开发全程实录》一书中的超市进销存管理系统的源程序。-Tsinghua University Press published the latest " vc project development throughout Record" book supermarket source Invoicing Management System.
- 2022-03-29 23:36:31下载
- 积分:1
-
lucence客户端调用服务端的webservice
lucence客户端调用服务端的webservice lucence,客户端演示
获取服务端数据库类型,并转换到客户端。供参考。-lucence client-side call services webservice lucence, client-side demo access database type, and converted to the client. For reference.
- 2022-04-27 22:32:42下载
- 积分:1
-
是一个拨号上网软件的源程序,采用VC开发,是一个难得的好源代码。...
是一个拨号上网软件的源程序,采用VC开发,是一个难得的好源代码。-Is a dial-up software source code, the use of VC development, is a rare good source code.
- 2023-08-30 19:20:03下载
- 积分:1
-
编码器解码器Viterbi交际
encoder decoder viterbi communicacion
- 2022-05-15 21:11:33下载
- 积分:1
-
vc++环境下获得鼠标所在控件的内容的小程序
vc++环境下获得鼠标所在控件的内容的小程序-Access to the contents of the mouse where the control applet
- 2023-03-17 16:55:05下载
- 积分:1
-
本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助....
本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助.-realized by the mathematical 2:00 for the distance between the algorithm and its implementation process. We hope to have some help.
- 2022-03-18 16:10:00下载
- 积分:1
-
c++源码 《共享内存》源代码.zip
c++源码 《共享内存》源代码.zip-"shared memory" source code. Zip
- 2022-08-23 17:39:01下载
- 积分:1
-
是一个很好的学习windows的棵,欢迎大家下在啊 可以给我流言
是一个很好的学习windows的棵,欢迎大家下在啊 可以给我流言-Is a very good study of the trees windows welcome in the U.S. can give me ah rumors
- 2022-02-07 08:34:31下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1