搜索资源列表
瑪莉台(老虎機)
var
Form1: TForm1;
MousePos: TPoint;
bet_x : Integer;
bet_y : Integer;
i, j, k, l, r, m, n : integer;// i:大迴圈 J:跑燈迴圈 K:倍數燈 L:倍數燈 M:大小燈 n:比倍迴圈
迷宫求解的非递归算法
- #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(i
randomize
- Randomizing function for vectors and attributes
exemple
- list of matlab m-files on matlab 7.0. learning , support vector machine and some utility routines : autocorrelation, linearly scale randomize the row order of a matrix
MMPlayerX
- Music Mp3 Player X. Search, order and play through albums mp3, wma, wav files and show your cover front. Karaoke function, tag editor, album browser, cover front browser, Mini Mask mode, skins, languages, xp theme, alpha
Blobs1
- creates random blobs, little diamonds. every time you refresh or resize the applet box they randomize again
randswap
- Matlab scr ipt that randomize rows and/or colums
getRandChars
- 1./////返回指定数量的随机字符串 ////调用函数前需先调用Randomize(0)函数 (string, integer) 2.日历-///// Returns a specified number of random string//// call the function is required prior to call Randomize (0) function
Crypteur
- Voici ENFIN un module ULTRA clair qui montre comment crypter à partir du Clef, décrypter à partir d une Clef et créer une Clef Randomizée.
Array-Randomize-(Discrete)
- A VB program to randomize data entered in an array
randomization
- 数字电视DVB-C/T调制器的randomize模块-Digital TV DVB-C/T randomize the modulator module
lehongky
- useful book for developer who want to study the randomize algorithm
VBRandom
- Randomize the sequence numbers
VB
- 点击command1,label1随机显示1.2.3-Function a() As String Dim b(2) As String b(0) = 1 b(1) = 2 b(2) = 3 Randomize a = b(Rnd* 2) End Function Private Sub Command1_Click() Label1.Caption = a
randomized-number-of-choosing-the-question
- to randomize the number of question to be answered by the user
tcal5.5
- 文本计算器说明 一、用法: 1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度; 2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置; 3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用; 4、输入数学表达式后,按回车键,自动计算结果; 5、一个表达式必须在一行内全部输入; 6、表达式不输入内容时直接回车,不再出现错误提示; 7、需要
C1
- #include "stdlib.h" #include"graphics.h" main() { int gd=DETECT,gr,a[8],b[8],x,y,i,j,c initgraph(&gd,&gr,"") randomize() for( !kbhit() ) { x=rand() 500+100 /*随机中心坐标*/ y=rand() 300+100 a[
datasepf
- the code can generate a randomize data set
rpc-server-gss
- Pseudo-randomize the id s returned.
Random-Numbers-Generator
- This sample shows you the usage of Randomize sub-procedure and Rnd function in order to generate random numbers within a range that you specify.