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

搜索资源列表

  1. gen_rand

    0下载:
  2. 这段源码可以在VC上运行,稍加改动就可以在其他C或C++下运行。它能以70多M字节/秒产生真随机数。为了简单这里产生10M字节的随机数,放在rand.dat文件里。可供考察。   之所以能产生随机数原理前面重复多次了。这里用的方法是先建造有规律的数组,以字节为单位,数值从0到255,不断重复。然后对这个数组进行随机排序,随机数来自Nm()函数,它读系统计数器的低32位数值做模256运算得到交换序列号n1,并让序列号为i和n1的数据交换数值,并充填结果数组。-This code can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:759
    • 提供者:LonlyGod
  1. DrawPlane

    0下载:
  2. 程序是用C#编写的,用GDI+绘制一个动态的二维平面坐标,通过输入X轴和Y轴的最小刻度来控制平面坐标的大小,并通过产生一个随机数波形,来动态显示平面坐标。 希望这个小程序能对学习使用C#GDI+绘图的朋友带来帮助。-This program is written in C#, with GDI+ to draw a dynamic two-dimensional coordinates, the user can enter the X-axis and Y axis coordinates
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:43872
    • 提供者:zhanghailong
  1. HMMmodel

    0下载:
  2. 基于双重随机性的隐马尔科夫模型(Hide MarKov Model)的C语言实现-Based on double random hidden Markov model (HMM) of the C language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:7443
    • 提供者:wangzhenjun
  1. 4

    0下载:
  2. A C program for the operation of 5*5 matrix. 1.Function: to fill up all the element of this matrix with zero.2.Function: to fill up the upper right triangle with an integer given by user3.Function: to fill up the lower left triangle with an integer g
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1264
    • 提供者:姜正
  1. peitaochengxu

    0下载:
  2. 各种小电路的配套程序,有C语言的,也有汇编语言的,大家不用在东西乱凑了。-A variety of small circuits supporting procedures, with the C language, assembly language is also, we do not scrape together in something random.
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:1086900
    • 提供者:林勇
  1. gauss

    0下载:
  2. 利用C语言编程产生随机数,先产生0-1均匀分布随机数,再利用中心极限定理产生高斯分布随机数。- Using the C programming language to generate random numbers, uniformly distributed by first generating a random number 0-1, and then use the central limit theorem Gaussian random number generation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1293
    • 提供者:godfan
  1. Command_li22165312132011

    0下载:
  2. A simple commandline password generator written in C. Depending on what kindof characters the user wants it converts a range of decimals to ascii characters and adds them to an array, then it grabs a number of random characters from the array to gene
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2825
    • 提供者:Rahim
  1. HCRF2.0b

    0下载:
  2. HCRF程序包。里面包含了隐条件随机场。条件随机场的学习和测试程序。用于文字学习以及图像学习等方面同时有说明文档。同时有C和matlab程序-HCRF package. Which contains a hidden conditional random. Conditions of learning and random testing procedures. Text and images for learning to learn In the same time there is d
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2924492
    • 提供者:刘帅帅
  1. RWM.tar

    0下载:
  2. 1D Random Walk Model c/c-1D Random Walk Model c/c++
  3. 所属分类:GIS program

    • 发布日期:2017-04-24
    • 文件大小:126101
    • 提供者:Bandoura
  1. Sort

    0下载:
  2. 算法设计,给出快速排序和归并排序的C++实现代码,并利用产生大量随机数方式比较运行时间。-Algorithm design, given the quick sort and merge sort in C++ code, and using a large number of random number generation means compare running time.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:WangXiaolei
  1. saolei

    0下载:
  2. 以Visual C++ 6.0为开发环境,设计并开发一款扫雷游戏,其功能类似于Windows操作系统自带的扫雷游戏。论文首先介绍了制作游戏的整体思路及整个游戏设计的流程规划,然后介绍了雷区的布置以及地雷随机产生的实现方法;重点介绍了在游戏过程中各事件的处理,其中又以鼠标事件和清除未靠近地雷区方块这两方面最为最要,鼠标事件是利用鼠标所发出的信息了解使用者的意图,进而做出相对应的动作,而清除未靠近地雷区方块由于引进了“递归”这个概念而使其简单化。-What my thesis research fo
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:718349
    • 提供者:wallace
  1. linechart

    0下载:
  2. 画曲线图的c++例子,使用定时器去随机数的方式画图。-Draw the curve c example, use the timer to go the way of the random number drawing.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:12633
    • 提供者:黄峰
  1. MySong1

    0下载:
  2. 用C#写的播放器 实现了播放列表、随机播放、打开,保存播放列表、读取MP3title信息等功能-Player written in C# Playlist, random play, open, save a playlist, read MP3title information functions.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-02
    • 文件大小:188609
    • 提供者:adsl090807
  1. class-num

    0下载:
  2. 学C++时做的一个彩票随机生成系统,第一次做,欢迎大家提宝贵意见。 -Learn C++ to do a lottery random generation system, the first time, welcome valuable advice
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3056
    • 提供者:xu tingting
  1. interview

    0下载:
  2. C语言写的一个金融行业工作面试题随即抽取小程序,每次抽取三道题,其中包括两道必选题和一道随机题。-Then extract a small financial sector face questions written in C language program, each extracted three questions, including the two must be subject matter and a random question.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-03
    • 文件大小:619839
    • 提供者:郑宇宙
  1. code

    1下载:
  2. C++实现的两类问题随机森林生成算法,对学习随机森林很有帮助-Source code for random forests,wanderful codes,and help youself to it!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:43736
    • 提供者:左磊
  1. question

    0下载:
  2. C#编写的在线考试系统,类似考驾照的自动随机出题-C# write online examination system, similar to the automatic random set the driver s license
  3. 所属分类:Education soft system

    • 发布日期:2017-05-13
    • 文件大小:3038102
    • 提供者:刘骏
  1. FCM

    0下载:
  2. 模糊c均值聚类 FCM算法用matlab实现的,从随机初始化划分矩阵开始迭代。-Fuzzy C means clustering algorithm FCM realized by MATLAB, from the random initialization partition matrix starting the iteration.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5686
    • 提供者:xnzds
  1. class-specific-Hough-forests-

    0下载:
  2. 用于目标检测的Hough森林分类法。比随即森林效果要好。附有文章和代码。代码是在unix环境下的Opencv运行的。还有训练数据。-ClassSpecifi c Hough Forests for Object Detection,better than random forest.include paper and source code ,working in Opencv .
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:12258852
    • 提供者:hfutyang
  1. CreatePasswordProtection

    0下载:
  2. 创建随机密保卡,保存到本地C盘,并且可以校对密保卡。控制台程序。-Create a random secret security card, save to the local C drive, and proofreading close security card. Console application.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2331
    • 提供者:mark
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 45 »
搜珍网 www.dssz.com