Welcome![Sign In][Sign Up]
Location:
Search - Rnd

Search list

[Othertihao

Description: 一个随机产生题号的小程序,只有一个窗体,主要使用的是VB中rnd函数-a randomly generated, and that the small program, only one window, using the VB rnd Function
Platform: | Size: 1804 | Author: www | Hits:

[GUI Developzhy

Description: 主要利用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 the purpose of random draw. Breaking function syntax structure is breaking [(number)], the number of optional parameters are single or any effective numerical expression. Breaking function returns but less than one greater than or equal to the value 0. The value of number of breaking decision generated random manner.
Platform: | Size: 6444 | Author: 3w3com | Hits:

[Other resourceRnd

Description: DELPHI 产生N个不同的随机数。 希望大家能用得上-DELPHI produce N different random number. Hope you will need them
Platform: | Size: 209558 | Author: element | Hits:

[Other resourcejishiqijiajianchenchu

Description: 利用rnd产生随机数,实现加减乘除的换算。同时可以统计题的数目和统计分数。-use rnd produces random numbers, the arithmetic to achieve the conversion. Statistics can also that the number of scores and statistics.
Platform: | Size: 2055 | Author: 裴仁林 | Hits:

[Windows DevelopCalcSolver

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

[OtherRnd

Description: 一个产生随机数的小程序,上次帮一个学生做的,拿上来大家参考参考。
Platform: | Size: 8283 | Author: 柳小惠 | Hits:

[Other resourcernd

Description: 用C语言编写的关于随机数的产生,很实用(对于做数值运算的同志挺有帮助)
Platform: | Size: 3050 | Author: fuxiao | Hits:

[Windows Develop如何对字符串进行加密解密

Description: 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按以下方法实现字符串内容的加密解密。-How to encode/decode the string? I consider that the database may be open by other software when I operate the database, so I want to know whether I can encode the database in other ways, that is to say, even though others can utilize other software to open the database, they will see some rubbish and do not know the content of the database at all. Under the circumstances, I write the following method for encoding/decoding utilizing the function RND ( ) which is contained by the VB. When the parameter of RND ( ) (we call it seed) is negative, the same seed produce the same random sequence, at the same time, VB have powerful function of binary technique. Then we can encode/decode the string in the following way.
Platform: | Size: 986 | Author: 张京川 | Hits:

[Embeded-SCM DevelopTI CC1110 CC2510 Basic Software Examples

Description: TI CC1110 CC2510 範例源码 (ADC,CLK,DMA,FLASH,IO,PowerMode/PM,Radio,Random/Rnd,SleepTimer/Sleep,SPI,UART,Timer1,Timer2,Timer3/4,WatchDogTimer/WDT)
Platform: | Size: 559253 | Author: testeryh | Hits:

[Windows Develop如何对字符串进行加密解密

Description: 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按以下方法实现字符串内容的加密解密。-How to encode/decode the string? I consider that the database may be open by other software when I operate the database, so I want to know whether I can encode the database in other ways, that is to say, even though others can utilize other software to open the database, they will see some rubbish and do not know the content of the database at all. Under the circumstances, I write the following method for encoding/decoding utilizing the function RND ( ) which is contained by the VB. When the parameter of RND ( ) (we call it seed) is negative, the same seed produce the same random sequence, at the same time, VB have powerful function of binary technique. Then we can encode/decode the string in the following way.
Platform: | Size: 1024 | Author: 张京川 | Hits:

[Othertihao

Description: 一个随机产生题号的小程序,只有一个窗体,主要使用的是VB中rnd函数-a randomly generated, and that the small program, only one window, using the VB rnd Function
Platform: | Size: 2048 | Author: www | Hits:

[GUI Developzhy

Description: 主要利用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 the purpose of random draw. Breaking function syntax structure is breaking [(number)], the number of optional parameters are single or any effective numerical expression. Breaking function returns but less than one greater than or equal to the value 0. The value of number of breaking decision generated random manner.
Platform: | Size: 6144 | Author: 3w3com | Hits:

[Data structsRnd

Description: DELPHI 产生N个不同的随机数。 希望大家能用得上-DELPHI produce N different random number. Hope you will need them
Platform: | Size: 208896 | Author: | Hits:

[source in ebookjishiqijiajianchenchu

Description: 利用rnd产生随机数,实现加减乘除的换算。同时可以统计题的数目和统计分数。-use rnd produces random numbers, the arithmetic to achieve the conversion. Statistics can also that the number of scores and statistics.
Platform: | Size: 2048 | Author: 裴仁林 | Hits:

[Windows DevelopCalcSolver

Description: 由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。 -As the source is collected by the Internet (former English), there may be a little failure to perfect. However, after testing, the majority of basic computing can, of course, including the commonly used functions (trigonometric functions,反三角函数, hyperbolic trigonometric functions, absolute value and even some .......), infinitely more complex expression can be calculated, such as: ln e+ rnd (2)+ 3 (2) 4* (log (tan (itan 1))) and so on. It is worth mentioning that, it also function mapping, data and custom constants and other functions. In addition, the procedures after I finished (only in the interface), more easy to understand.
Platform: | Size: 230400 | Author: 水文 | Hits:

[OtherRnd

Description: 一个产生随机数的小程序,上次帮一个学生做的,拿上来大家参考参考。-Generate a random number of small procedures, the last to help a student to do, and take up your information.
Platform: | Size: 8192 | Author: 郑寒冬 | Hits:

[ARM-PowerPC-ColdFire-MIPSUSBFN

Description: pxa270硬件平台的wince,usb从设备驱动程序-PXA270 hardware platform wince, usb device driver from
Platform: | Size: 144384 | Author: penghao | Hits:

[Windows CERNDIS-USB-Kit_05

Description: rndis usb kit for usb kitl
Platform: | Size: 234496 | Author: cjm | Hits:

[Algorithmrnd

Description: 用C语言编写的关于随机数的产生,很实用(对于做数值运算的同志挺有帮助)-Using C language on the random number generation, very practical (for numerical computation of the comrades to do quite Help)
Platform: | Size: 3072 | Author: fuxiao | Hits:

[Windows DevelopRnd

Description: Demonstration on using Rnd function in VB6.
Platform: | Size: 4096 | Author: Josef | Hits:
« 12 3 »

CodeBus www.codebus.net