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

搜索资源列表

  1. VeryChinese

    0下载:
  2. 用C#做的中文验证组件!其中包括中文编码!随机颜色显示!-C# to do with the Chinese authentication components! Including Chinese coding! Random color!
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:10193
    • 提供者:陈新杰
  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. 21dianpai

    0下载:
  2. 21点牌 使用C语言中顺序,选择,循环(三大结构)和随机函数,实现对一副牌(52张,除大小王)的初始化,洗牌,发牌,是否要牌,计算一次胜负并亮牌,计算总胜负等功能。 -21:00 licensing the use of C language in the order of selection, cycle (three structures) and the random function, implementation of a pair of license (52, with t
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:2467
    • 提供者:kzy
  1. 2_2

    0下载:
  2. c++builder做的在Memo控件中显示随机背景色和随机背景色的一个软件,运行成功。-c++ builder to do at the Memo control to display a random background color and random background color of a software, run successfully.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:319160
    • 提供者:张三利
  1. 12

    0下载:
  2. 提取HTML代码中文字的C#函数 random应该运用种子进行离散分离的,-Extraction of HTML code in the C# language function random seed should be applied to discrete separation,
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-12
    • 文件大小:1177
    • 提供者:yangzhi
  1. choice

    0下载:
  2. 这个是用系统时间产生随机数应用的一个小程序,用到了J2ME底层绘图机制。功能:在你输入4个选项后,系统自动筛选出一个结果。就像考试时a,b,c,d四个选项瞎蒙出来一个-This is the system time with the application of random numbers generated in a small procedure, use the bottom of the drawing mechanism of the J2ME. Function: you inpu
  3. 所属分类:J2ME

    • 发布日期:2017-04-11
    • 文件大小:973
    • 提供者:jessie
  1. Thegenerationofrandomnumbers

    0下载:
  2. 主要是用c++产生随机数的程序,用其可以产生随机数-Is mainly used c++ have a random number of procedures, using the random number can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2759
    • 提供者:千里草
  1. RandNum

    0下载:
  2. 利用C语言产生随机数,每次的随机数都是不一样的,并把随机数写到指定的文件中-The use of C language random number generated each time the random number is not the same, and wrote a random number of the document specified
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:194619
    • 提供者:yuanye
  1. 0-1suijishu

    0下载:
  2. 用c语言的图像函数取0到1之间的随机数,以点的输出表示-Use c language function check images between 0-1 random numbers to point that the output
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-23
    • 文件大小:40753
    • 提供者:李琳
  1. suijidaima

    0下载:
  2. 这个是一个将如何利用C#产生随机密码字符串的代码,希望大家交流啊·-This is a how to use C# generate a random password string of code, hope that the exchange of ah
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2188
    • 提供者:hehe
  1. ndp_src

    0下载:
  2. 英语数字和日期练习器的C#版本,基于dotNET Framework 3.5和vista自带的TTS5.3语音引擎,用visual studio 2008的C#开发组件设计,可以产生随机数字和日期以及随机的星期几,并朗读出来,并可以自由组合听写。 同时还提供了一个语音朗读器,只要把文本拷贝进去就可以读出来,可以自由选择系统安装的任何语音引擎。 要运行需要.net framework 3.5+和vista环境,更详细说明和截图可见http://bbs.gter.net/bbs/thread
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:504946
    • 提供者:HugeStar_Ju
  1. MeteorTube_C51

    0下载:
  2. LED控制,流星管,长度、速度、延时等参数随机,MCU用STC12C5410,c语言-LED control, meteor tube, length, speed, random parameters such as delay, MCU with STC12C5410, c language
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:37257
    • 提供者:王雷
  1. experiment

    0下载:
  2. 利用随机数产生1000个0~100之间的考试分数,将其存入一个文本文件中,然后程序从这个文件中读取这1000个考试分数,统计其中各分数段(A[90,100],B[80,90), C[70,80), D[60,70), F[0,60))的人数 、所占百分比,平均分。-The use of 1000 random number generator between 0 ~ 100 test scores, be deposited into a text file, and then the proc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:158452
    • 提供者:庄黛
  1. Terminator

    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 Lane in the design and use
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:326011
    • 提供者:lipeng
  1. maze(2solutions)

    0下载:
  2. 运用c++语言编程,利用随机数产生迷宫(内含两种方法)~-Maze using random number generator (containing the two methods) ~
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1110
    • 提供者:zmzy
  1. randomardcollection

    0下载:
  2. 用c#语言编写并模拟了一个随机的洗牌程序,短小实用-C# language used to simulate a random shuffling procedure, short practical
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:22597
    • 提供者:yayang
  1. reli_gen

    0下载:
  2. 用c语言在vc6.0环境下开发的瑞利变量的产生的函数-generating rayleigh random using the C language under the vc6.0 environment.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:1102745
    • 提供者:liu ge
  1. randomc

    0下载:
  2. Mersenne twister,Mother-of-All (Multiply with carry) and SIMD-oriented Fast Mersenne Twister Random number generator writtern in c-Mersenne twister,Mother-of-All (Multiply with carry) and SIMD-oriented Fast Mersenne Twister Random number generato
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:224666
    • 提供者:Mzong
  1. chromatography

    0下载:
  2. WINCE平台上实现基本的色谱谱图显示程序的设计。在Wince下用C#语言来模拟显示色谱图谱,采用了用定点与随机点两种方法来实现.-WINCE platform chromatography spectra showed that the basic design process. In Wince using C# language to show that chromatography patterns simulated using the fixed and random points
  3. 所属分类:Windows CE

    • 发布日期:2017-04-05
    • 文件大小:43362
    • 提供者:jiangkong
  1. exam

    0下载:
  2. 题库系统,包括用户管理,题库管理,随机抽题,题库维护,用C#编的-Item bank system, including user management, and item bank management, random questions, question bank maintenance, using C# for the
  3. 所属分类:Education soft system

    • 发布日期:2017-05-10
    • 文件大小:2321355
    • 提供者:惜戈
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 45 »
搜珍网 www.dssz.com