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

搜索资源列表

  1. zhy

    0下载:
  2. 主要利用VB中的Rnd函数,来实现随机查找和打乱排序的功能,从而实现随机抽奖的目的。Rnd函数的语法结构是Rnd[(number)],可选的number参数是 single或任何有效的数值表达式。Rnd函数返回小于1但大于或等于0的值。number 的值决定了 Rnd 生成随机数的方式。-mainly use VB breaking the function to achieve random search and sort functions disrupted, thus achieving
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:6444
    • 提供者:3w3com
  1. CalcSolver

    0下载:
  2. 由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:230887
    • 提供者:水文
  1. 如何对字符串进行加密解密

    0下载:
  2. 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按以下方法实现字符串内容的加密解密。-How to encod
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:986
    • 提供者:张京川
  1. .rnd

    0下载:
  2. 关于系统的查询及提交信息的合并等等。。及一系列合并的系统型说明-guanyubuyaodebudui
  3. 所属分类:Static control

    • 发布日期:2017-03-28
    • 文件大小:1092
    • 提供者:lanranzi
  1. CalcSolver

    0下载:
  2. 包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是 一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提 的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易 懂。-Including the commonly used functions (trigonometric, inverse trigonometric
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:229554
    • 提供者:zhj_hjh
  1. zd

    0下载:
  2. 图片rnd走动功能,内置两个TIME控件模拟人物的思维-Photo rnd walking function, built-in analog control two characters thought TIME
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:10092
    • 提供者:leegons
  1. numberpuzzle

    0下载:
  2. 该程序用visual basic开发,简单的介绍了一些基本控件的使用方法和随机函数的应用。-the program developed by visual basic,introduce some uaual controlbox and funtion of rnd in vb.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1751
    • 提供者:吉伟
  1. sizeyunsuan

    0下载:
  2. 自动出计算题,由用户输入希望的随机数的最大值,由用户输入答案,程序判断是否正确,用到了输入输出框,RND函数。-Written in VB, automatic applet math problems
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1501
    • 提供者:richarden
  1. Rnd

    0下载:
  2. Demonstration on using Rnd function in VB6.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3585
    • 提供者:Josef
  1. cdommd

    0下载:
  2. 用随机函数做简单的运算可执行文件x = Fix(Rnd * 9) + 1 Text1.Text = x Text2.Text = x-Used to do a VB to do with the MP3 player, supports file association, file drag and drop controls and playlists of sounds (although still a little BUG)-previously done with a VB d
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4693
    • 提供者:唐杰
  1. picture-move

    0下载:
  2. 自己添加的图片碰到壁后反弹,并且背景颜色也会变化-picture move on the screen,when it contact the edge,it would rebound. And the screen backcolor also become RND
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:5885
    • 提供者:
  1. huichitubiao

    0下载:
  2. 在VB中动态绘制图表,供VB编程人员学习-Private Sub Form_Load() Me.MSChart1.chartType = VtChChartType3dCombination Me.MSChart1.ColumnCount = 5 Me.MSChart1.RowCount = 3 Dim column, row As Integer For column = 1 To Me.MSChart1.ColumnCount
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3406
    • 提供者:和科理
  1. ICalcSolvern

    0下载:
  2. 包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(22)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。 -Common functions (trigonometric functions, inverse trigonometric functions, hyperbolic, tr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:229897
    • 提供者:thlqt
  1. mzhyyrara

    0下载:
  2. 主要运用VB中的Rnd函数,来实现随机查找与打乱排序的功能,从而实现随机抽奖的目的。Rnd函数的语法结构是Rnd[(number)],可选的nuumber参数是 single或任何有效的数值表达式。Rnnd函数返回小于1但大于或等于0的值。number 的值决定了 Rnd 生成随机数的方式。 -Purpose of use VB Rnd function, to random search disrupt sort functions, in order to achieve the ran
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:6144
    • 提供者:pgx0123
  1. RND

    0下载:
  2. 正反面分别一个框,投掷100次硬币,如出现正面一次就在正面框内记下一个黑点,用框内黑点数记录总共出现正面次数-Positive and negative, respectively, a box, throwing 100 coins, such as positive time to write down in a positive frame a black spot, a positive number of with the box black points record total
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:782
    • 提供者:john
  1. 1

    0下载:
  2. 考试系统 默认情况下,.NET的随机数是根据系统时间来生成的,如果电脑速度很快的话,生成的随机数就会一样。 Random rnd = new Random() int rndNum = rnd.Next() //int 取值范围内的随机数 int rndNum = rnd.Next(10) //得0~9的随机数 int rndNum = rnd.Next(10,20) //得10~19的随机数 int rndNum = rnd.NextDouble() //得0~
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:179048
    • 提供者:zjja2
  1. 33333

    0下载:
  2. 考试系统 默认情况下,.NET的随机数是根据系统时间来生成的,如果电脑速度很快的话,生成的随机数就会一样。 Random rnd = new Random() int rndNum = rnd.Next() //int 取值范围内的随机数 int rndNum = rnd.Next(10) //得0~9的随机数 int rndNum = rnd.Next(10,20) //得10~19的随机数 int rndNum = rnd.NextDouble()
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:179292
    • 提供者:zjja2
  1. suijijuzhen

    0下载:
  2. VB源码,算法相关,转置矩阵 VB编写的一个随机矩阵并求它的VB随机矩阵代码,代码中rnd是随机的意思,Print a(i, j) 分号一定要加,涉及到横向排列和纵向排列的问题,利用循环输出矩阵结果,请参见演示图。-VB source code, algorithms related to transpose matrix VB, a random matrix and find its random matrix VB code, the code is random rnd meanin
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2003
    • 提供者:飞儿
  1. shuziyouxi

    0下载:
  2. VB语言编写的一个猜数字游戏的源码,内容比较简单 就是猜0-100之间的任意数 采用了 rnd 随机数-VB language of a guessing game source code, content is relatively simple to guess any number between 0 and 100 using a random number rnd
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:28102
    • 提供者:辰风
  1. vbrndstring

    0下载:
  2. VB打字游戏,使用VB中的Rnd随机数生成字符的原理,编写实现的打字小游戏,用来练习指法挺不错的。点击开始后,从上到下会下落随机的字母,敲击键盘上的对应字母键,可消除下落的字母,如果你一个字母也没打着,那你认输吧!祝你下次好运吧-VB typing game, using the principles of VB Rnd generates a random number of characters, prepared to achieve the typing game, used to pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:135006
    • 提供者:cpudn54
« 12 »
搜珍网 www.dssz.com