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

搜索资源列表

  1. LibTomCrypt

    0下载:
  2. LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。 你可以在这里下载到源文件及其说明:http://www.libtomcrypt.org libtomcrypt在C++builder6下编译为tomcrypt.lib -LibTomCrypt is a comprehensive, scalable cryptography libraries. Including the major types
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:306997
    • 提供者:lucy
  1. Desktop

    0下载:
  2. Desktop 保护程序及源代码-此小程序主要是在登陆后运行的另外一个需要输入密码的桌面保护程序,在输入密码之后方可进入系统。 密码是随机产生的数字,运算方法为当产生一个五为的随机数a,b,c,d,e当不足五为时默认为0,使输入的 数字等于(a+c+e)*(b+d)*a-a-e便可以进入系统。当不需要的时候则在注册表的run里面删除此注册项 目即可。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:181294
    • 提供者:baogq
  1. 224

    0下载:
  2. 这是用C编写的伪随机数加密算法,请大虾们指教。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18836
    • 提供者:lixianfeng
  1. RSA

    0下载:
  2. RSA公钥加密算法的c语言实现,包括随机数的选择,加密解密-RSA public key encryption algorithm c language, including the choice of random numbers, encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1304
    • 提供者:许伟
  1. Random

    0下载:
  2. 标准C实现,根据线形同余法的随机数生成器-Standard C implementation, according to wire more than the law is tantamount to random number generator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:4003
    • 提供者:杨颖
  1. genzipf

    0下载:
  2. 用c语言产生符合zipf分布的伪随机数,很好用-generate zipf distribution random numbers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2385
    • 提供者:miaoyi
  1. 55

    0下载:
  2. 用c语言编写的伪随机数加密程序,希望对大家有帮助。-Written by c pseudo-random number encryption program, we want to help.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:18565
    • 提供者:廖化
  1. choujiang-1.0.tar

    0下载:
  2. 很早之前用C语言写的运行于Linux环境的生成随机数抽奖的程序,包含makefile。-Long ago written using C language running on Linux environment, the program generates a random number draw, including the makefile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:87487
    • 提供者:陈旭
  1. choujiang-1.0.tar

    0下载:
  2. C语言写的运行于Linux环境的生成随机数抽奖的程序.-Written in C language running on Linux environment, the program generates a random number draw.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:85112
    • 提供者:lwj
  1. Programto-generaterandomnumbers

    0下载:
  2. 产生随机数的C++程序,可以生成大素数,解决了rsa算法的随机数产生问题-Generate random numbers in C++ program that can generate large prime numbers rsa algorithm to solve the problem of the random number generator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:6944
    • 提供者:lyj
  1. c_dft

    0下载:
  2. 在codeblocks下,用C语言写的用来测试随机数离散频谱的小程序,测试的数据存在data.dat文件里面。-rodom c
  3. 所属分类:CA program

    • 发布日期:2017-11-18
    • 文件大小:23958
    • 提供者:jiangton37
  1. demining

    0下载:
  2.  C++ 扫雷游戏辅助源码,学习如何定义一个顶级窗口的指针,如何创建游戏窗口菜单、窗口主界面、随机创建雷、如何布置雷区、鼠标左键注册、设定右键可用,利用时间来生成随机数等。-Auxiliary source of C++ minesweeper game, learn how to define a top-level window pointer, how to create the menu of the game window, the main window interface, ran
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:140491
    • 提供者:陈文英
  1. SecretShare

    0下载:
  2. 门限算法(又名秘密共享算法)源程序,标准C实现,可直接跨平台移植。其中随机数的产生仅调用了rand()函数,建议实际使用时,修改随机数发生函数,至少前导加入srand( (unsigned)time( NULL -Threshold algorithm (also known as secret sharing algorithm) source, the standard C implementation, can be directly portable across platforms.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:178199
    • 提供者:echo
  1. suijishu

    0下载:
  2. 在使用C#编程,但伪随机数加密一直不知道是怎么实现的,今天研究了一下,看了一个使用伪随机数加密用户名密码的例子,觉得简单易懂,索性把源代码也共享出来,帮助更多想实现C#伪随机数加密的朋友。-In the use of C# programming, but pseudo-random number encrypted did not know how to achieve today study a little, read a pseudo-random number encrypted us
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:10950
    • 提供者:陈丽凤
  1. PRAN

    0下载:
  2. 在使用C#编程,但伪随机数加密一直不知道是怎么实现的,今天研究了一下,看了一个使用伪随机数加密用户名密码的例子,觉得简单易懂,索性把源代码也共享出来,帮助更多想实现C#伪随机数加密的朋友。在演示窗口,输入密码的时候,会适时显示出经过加密的密码,挺有参考价值。-In the use of C# programming, but pseudo-random number encrypted did not know how to achieve today study a little, read
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:10902
    • 提供者:zengzheng
  1. price

    0下载:
  2. C语言 猜价格的代码,首先根据给出区间随意生成一个随机数,然后根据输入数字的不同给出不同的提示-Guess the price C language code, the first interval is given above under generates a random number, and then enter the number of different tips give different
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:2470
    • 提供者:gyy
  1. gasample

    0下载:
  2. 基本遗传算法的C语言实现,由用户输入繁衍世代数、交叉率、变异率、随机数等内容,经过遗传变异等,得出最佳个体的所在代数及其他相关信息。-Basic genetic algorithm C language, multiply the number of generations, crossover rate, mutation rate, a random number and other content entered by the user, through genetic mutation,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:247898
    • 提供者:boy
  1. Csharp-encrypted-random

    0下载:
  2. C#生成加密的随机数,适合初学者学习,希望对各位有帮助。-C# generates an encrypted random number, suitable for beginners to learn, and I hope to help.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:13386
    • 提供者:利兆天
  1. Desktop

    0下载:
  2. c语言实现的http上传文件代码,并获取设备的ip地址,mac地址,根据mac地址获取随机数(C language to achieve HTTP upload file code, and get the IP address of the device, MAC address, according to the MAC address to get the random number.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-04-05
    • 文件大小:2048
    • 提供者:qbxu85
搜珍网 www.dssz.com