搜索资源列表
300_encrypt
- 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
CPU-Z
- 用于测试个人计算机CPU性能的工具,欢迎使用-Personal computer used to test CPU performance instrument are welcome to use
TEST
- test example develop using labrose example program to use memory stack using ASCI code A to Z
System-identification
- 系统辨识作业 考虑如下模型 z(k)-1.5z(k-1)+0.7z(k-2)=u(k-1)+0.5u(k-2)+v(k) 其中v(k)是均值为0,方差为1的白噪声。根据模型生成数据,采用递推最小二乘法对模型参数进行辨识,要求绘出各参数随时间的变化曲线。 -"System identification" computer test 。Consider the following model Z (k) to 1.5 of z (k- 1)+ 0.7 z (k- 2) = u (k-
ficoll
- CollationFinnishTest is a third level test class. This tests the locale specific primary and tertiary rules. For example, a-ring sorts after z and w and v are equivalent.
sp_quad_depth_test_tmp
- Template for generating Z test functions Only PIPE_FORMAT_Z16_UNORM supported at this time.
s_depth
- Do depth test for an array of 16-bit Z values.
017-define-func-2-args
- The stencil test is bypassed when fast Z clears are enabled. -The stencil test is bypassed when fast Z clears are enabled.
minui
- Test the writing Z in fragment shader. The red quad should be entirely in front of the blue quad even though the overlap and intersect in Z.
RSA
- 利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。