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

搜索资源列表

  1. amo_tool_V1_2_6

    1下载:
  2. 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-06
    • 文件大小:41253
    • 提供者:amo
  1. GMRFFCM

    2下载:
  2. 高斯马尔科夫随机场和模糊c均值聚类的matlab源程序-Gassian Markov random filed and fuzzy c means clustering matlab source code
  3. 所属分类:matlab

    • 发布日期:2015-12-12
    • 文件大小:32768
    • 提供者:Y.Meng
  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. randomCSharp

    0下载:
  2. 每按一次回车生成一个随机数。代码虽然短,但是能在最短时间内教你学会用C#生成一个随机数-Every time you press Enter to generate a random number. The code is short, but in the shortest time to teach you how to generate a random number in C#
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:15737
    • 提供者:qindan
  1. themethodofcreatPRBS

    0下载:
  2. 产生伪随机序列的方法,C语言编写,调试通过。-Generate pseudo-random sequence, C languages, debugging through.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:7373
    • 提供者:陈涛
  1. chap03

    0下载:
  2. 计算机常用数值算法与程序(C++版 ) chap03 随机数产生-Computer numerical algorithm and procedures used (C++ Version) chap03 random number generator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:9860
    • 提供者:lihui
  1. randon_number

    0下载:
  2. 本程序是用C语言编的一个随机数产生器,可用于需要产生特定随机数的场合参考-This procedure is made using C language of a random number generator can be used for a specific need to generate random number of occasions reference
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:5302
    • 提供者:wu吴冰
  1. datastr

    0下载:
  2. C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltr
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16765
    • 提供者:sam
  1. 2.PRBSvc

    0下载:
  2. 用VC编的伪随机序列 很好的c语言程序 辨识用-VC allocated by the pseudo-random sequence c good language program used to identify
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:7372
    • 提供者:左小青
  1. computer

    0下载:
  2. C++继承,随机数的使用,该程序是自动随机显示电脑配置-C++ Inheritance, the use of random numbers, the program is automatically displayed random computer configuration
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:4303
    • 提供者:
  1. yaojiangji

    0下载:
  2. C#实现的摇奖机多线程应用程序,产生一个随机的数字。-C# Realized摇奖machine multi-threaded applications, resulting in a random number.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:79656
    • 提供者:田力
  1. IMGCaputre

    0下载:
  2. 图像的感知与获取.包括图案法显示图像的C++实现程序和随机抖动法实现的C++程序-Image perception and access. Including pictorial display images C++ Realization procedures and random jitter method of C++ Procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:198576
    • 提供者:吴铮
  1. VisualC++tuxingteji

    1下载:
  2. 随着计算机信息表示及实现的多媒体化,在许多学习软件、游戏软件,以及多媒体课件制作软件中,经常使用各种图形显示技巧,如图形的推拉、交错、雨滴状、百页窗、积木随机堆叠等显示模式。这样使画面变得更为生动活泼,更能吸引用户,也为更好地发挥软件的功能奠定了基础。本文就Visual C++ 6.0中实现图形的各种显示技巧的原理及具体方法做些探讨。-With the computer information and the realization that the multi-media, in many l
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5820
    • 提供者:东木
  1. 4

    0下载:
  2. 能够实现随机的生成牌面 初学者对C++的探访 可参考才小程序,对整个面向对像的概念有所了解-To achieve the generation of random sign face beginners C++ The visit may refer to only a small procedure like the whole concept for understanding
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2048
    • 提供者:wwwqingzheng
  1. pso

    0下载:
  2. 微粒群算法C++语言实现,随机PSO算法比标准pso搜索更快-Particle Swarm Optimization C++ Language, random PSO algorithm faster than the standard PSO search
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2383
    • 提供者:
  1. 1641010123_898604759

    0下载:
  2. 生成均匀分布伪随机数的c程序代码,用来生成gauss随即数-Generate uniformly distributed pseudo-random number in c programming code, used to generate the number of Gauss immediately
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:37671
    • 提供者:Kevin
  1. unif_gen

    0下载:
  2. 用DSP 5509平台上用C语言产生均匀分布的随机数-DSP 5509 platform by using C language have uniformly distributed random number
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:16398
    • 提供者:yinfeng
  1. gauss_gen

    0下载:
  2. 在TI TMS3205509平台上用C语言实现高斯随机变量-TI TMS3205509 platform in the C language using Gaussian random variable
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:17222
    • 提供者:yinfeng
  1. paixu

    0下载:
  2. 基于C++的排序各种排序操作,包括快速排序,shell排序,随机排序,选择排序等-C++ based on a variety of sort of sorting operation, including the quick sort, shell sort, random order, select Sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:55646
    • 提供者:大槛哥
  1. GRD

    2下载:
  2. 用C++实现计算标准正态分布,以后不用再查分布表了,只要输入u即可。-compute the probability by a Gaussian Random Variable value x
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:959
    • 提供者:李晓飞
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 45 »
搜珍网 www.dssz.com