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

搜索资源列表

  1. RANDOMS

    0下载:
  2. 随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4361
    • 提供者:张张
  1. 与计算机玩24点游戏

    0下载:
  2. 本文用C语言编了24点游戏程序。与计算机玩24点还有个好处,解决了用扑克牌玩时的缺陷——有时候谁也无法确定四个数到底能不能算出24点。本程序的基本思路是:先由计算机产生四个随机数,然后将其中的两个数进行加减乘除四则运算,把计算结果分别再与第三个数进行四则运算,再把结果与第四个数进行四则运算,然后轮换四个数的顺序按以上步骤重复运算-Using C language compiled the 24 point game. Playing with the computer also has a 24
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:82309
    • 提供者:文风
  1. HUNT

    0下载:
  2. 一个捉虫子游戏(C++课程设计时做的)。 通过该实践来加深理解面向对象编程里类的设计和使用(比如说继承,访问方式),里还有定时器和随机数的使用。该程序是用控制台写的。界面有点难看。 -a catch insects games (C + + programs designed to do). The adoption of the practice to deepen our understanding of object-oriented programming category La
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:284234
    • 提供者:李冰海
  1. RandomNumberGenerators

    0下载:
  2. Random Number Generators(随机数生成)包括gaussian random number generator、uniform random number generator、low-frequency hold generator、1/f noise generator等5种随机信号生成的c源代码-Random Number Generators (Random Number Generation), including Gaussian random number gen
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2447
    • 提供者:刘嘉焜
  1. MCS-libre

    0下载:
  2. 随机数 基于c++的Monte Carlo源代码-c random number based on the Monte Carlo code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:139162
    • 提供者:张玲
  1. c-9(Chart-and-Graph)

    1下载:
  2. 用Chart和Graph分别显示40个随机数产生的曲线,比较程序的差别-Display 40 random numbers generated curve respectively by Chart and Graph, comparison of difference
  3. 所属分类:LabView

    • 发布日期:2017-04-16
    • 文件大小:9265
    • 提供者:xiaoqi
  1. c语言产生随机数

    0下载:
  2. 使用c语言产生高斯分布,瑞利分布以及泊松分布的随机数
  3. 所属分类:matlab例程

  1. RandomNumber

    0下载:
  2. 采用C++语言产生伪随机数,可以选择产生整数随机数和小数随机数(Generating pseudo-random numbers in C++ language ,You can choose to generate integers, random numbers, and decimal random numbers)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1854464
    • 提供者:LLSS
  1. 新手入门级程序

    0下载:
  2. 新手入门需要掌握的基本程序,包含一些有趣的东西,比如猜随机数。非常适合入门的同学阅读。(A nice zip for green hands.)
  3. 所属分类:其他

  1. match

    0下载:
  2. 简单的匹配游戏,运用泛型,随机数,每对图标检测运用时间限制。(Simple matching games, using generic, random number, each pair of icon detection, the use of time constraints.)
  3. 所属分类:C#编程

  1. 8.3随机数产生器

    0下载:
  2. 随机数产生器 nRF24LE1 嵌入式单片机编程 51 C语言(Random number generator, nRF24LE1, embedded microcontroller programming, 51 C language)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:29696
    • 提供者:iM96
  1. FallingSnowSrc

    0下载:
  2. 在桌面上生成随机飘落的雪花,根据图片生成windows Region,并利用随机数进行timer显示(Display random snow flakes on the desktop)
  3. 所属分类:C#编程

    • 发布日期:2018-01-02
    • 文件大小:62464
    • 提供者:jianliuer
  1. random

    0下载:
  2. 用C语言编程实现在控制台输出10个两位数的随机数(Implement the output of 10 double digits in the console)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:150528
    • 提供者:蝶恋香榭
  1. datasave random

    0下载:
  2. 将仿真数据写入TXT文档,是几个函数重载的文件;还有做信道损耗计算的时候需要用到的一些随机数生成函数。(write systemlevel simulation data into txt,in c++,some random number function)
  3. 所属分类:3G/4G开发

  1. c_dazhi

    0下载:
  2. 用C语言写的打字游戏,里面介绍了随机数生成原理,(A typing game written in the C language, which introduces the principle of generating random numbers.)
  3. 所属分类:游戏

  1. montecarlo

    0下载:
  2. 根据蒙特卡洛方法的基本思想,利用乘同余法递推公式以及抽样公式,严格按照 adams模板格式,编写的语言程序。可以编写实现adams中随机数的实现。(According to the basic idea of Monte Carlo method, the recurrence formula and sampling formula of the multiplicative congruence method are used strictly. Adams template forma
  3. 所属分类:其他

  1. c

    0下载:
  2. 随机数生成器,多少位的都可以生成,生成后写入到pass.txt文件里面(Random number generator)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:39936
    • 提供者:Parrot
  1. WindowsFormsApplication1

    0下载:
  2. 一个简单的随机数生成,猜数字游戏。包括了用户界面的控件数据读写,随机数生成等简易功能。压缩包为整个项目文件,用VS2015以上版本导入直接打开即可(A simple random number generation, guessing digital games. It includes simple functions such as data reading and writing of the user interface, random number generation and so
  3. 所属分类:C#编程

    • 发布日期:2018-04-28
    • 文件大小:41984
    • 提供者:Jacky喵
  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
  1. sort

    1下载:
  2. 随机函数产生一百,一千,一万和十万个随机数,用快速排序,直接插入排序,冒泡排序,选择排序的排序方法排序,并统计每种排序所花费的排序时间和交换次数。其中,随机数的个数由用户定义,系统产生随机数。并且显示他们的比较次数。(Random function produces 100,1000,10,000 and 100,000 random numbers, which are sorted by quick sorting, direct insertion sorting, bubble sort
  3. 所属分类:Windows编程

    • 发布日期:2019-01-03
    • 文件大小:9216
    • 提供者:RealFaker
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com