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

搜索资源列表

  1. 在Unix下用C编写类Windows菜单

    0下载:
  2. 目前,在Unix系统下运行的程序的界面大都比较死板,而且,在进行功能扩充时也不是很方便。那么,能不能设计一个象 Windows那样能够按照用户要求随意调整界面,功能扩充方便的程序呢?答案是肯定的。在用户需要进行功能扩充时,也无须改动源程序,只须对参数文件进行操作就可将新增功能挂到菜单上。 -Currently, the Unix operating system interface procedures Most rigid, but when conducting functional exp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8997
    • 提供者:建文
  1. myrand

    0下载:
  2. 我刚才已经上载了一份,为什么纪录中没有,现在重新发一份。随机函数生成器,c语言。-I have already uploaded a copy, why not record, a re-issue. Random function generator, c language.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1827
    • 提供者:黄运好
  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. BigInteger_src

    0下载:
  2. C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35882
    • 提供者:jason..
  1. coust

    0下载:
  2. 随机序列模拟的彩票摇奖系统。开发环境的Visual C++。采用链表的数据结构。-random sequence simulated lottery lottery system. Development environment for Visual C + +. Listless using the data structure.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5798
    • 提供者:魏鲲鹏
  1. randomForest_4.5-27.tar.gz

    0下载:
  2. 是基于linux系统的C++程序,是一个学习算法随机森林,希望对大家有用,Is based on the linux system C++ Process is a learning algorithm Random Forest, in the hope that useful
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-24
    • 文件大小:70390
    • 提供者:深夜
  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-01
    • 文件大小:1304
    • 提供者:许伟
  1. randomForest_4.5-27

    0下载:
  2. 本程序是基于linux系统下c++代码,实现了一个随机森林算法-This procedure is based on the linux system c++ Code, the realization of a random forest algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:212967
    • 提供者:深夜
  1. 1024RSA

    0下载:
  2. 支持大整数的RSA算法,还可以自动生成随机大素数-Support for large integer RSA algorithm, can also automatically generate random large prime numbers
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:63056
    • 提供者:
  1. ip

    0下载:
  2. 1、任务:设计一个能够识别IP地址类型的软件 2、功能要求:随意输入一个IP地址(十进制表示),要求能够输出该IP地址二进制表现形式,并能指出该地址属于A,B, C, D,E类中的哪一类。 -1, task: to design an IP address can identify the 2 types of software, functional requirements: Enter a random IP address (decimal), the requirements
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:852
    • 提供者:215465
  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. cryptopp560

    0下载:
  2. 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1049029
    • 提供者:沧海
  1. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8234
    • 提供者:代浩
  1. My-Random-Letters-Numbers-Generator-for-Linux

    0下载:
  2. This is random letter and number string generator. It may be used to make passwords or strings for a project. The code may be used in any c/pp projects. This code may work on both windows and linux.-This is random letter and number string generato
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-23
    • 文件大小:1024
    • 提供者:BMX
  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. random.c.tar

    0下载:
  2. Random genration of numbers it is written in c used as gain of knowdlege in random
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:680
    • 提供者:Manoj Kumar
  1. random

    0下载:
  2. random.c A strong random number generator. -random.c A strong random number generator.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:17845
    • 提供者:qutdnin
  1. team_mode_random

    0下载:
  2. drivers net team team mode random.c - Random mode for team for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1610
    • 提供者:wmjaqf
  1. random-forest

    0下载:
  2. 随机森林算法,使用c/c++,可直接使用和研究-Random Forest algorithm, using c/c++, can be used directly and research
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-05
    • 文件大小:56988
    • 提供者:于威
  1. main.c

    0下载:
  2. 用 pthread 进行1000个随机整数的快速排序,以达到加速的目的。(With pthread for 1000 random integer fast sort, in order to achieve the purpose of acceleration.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:opznlzwx
« 12 3 »
搜珍网 www.dssz.com