搜索资源列表
迷宫求解的非递归算法
- #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(int (*t)[N]); void lose(); void
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 mode. Intro, mute, repeat, ra
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 End Sub
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[0]=x /*各点坐标的计算,我的烟花图形没能是圆的*/-#
1_3
- 栈的实现及应用 栈是一种常用的线性表,在操作系统中被大量使用,比如计算各种表达式。设计程序完成一个24点游戏,要求用户将四个随机产生的十以内的整数进行加减乘除(允许使用括号,每个数只能用一次)求得二十四。(注:可以不判断录入的表达式是不是只使用了给定的四个数或者使用了多次数) 功能要求: (1)随机产生四个数(使用randomize和random函数); (2)要求用户录入表达式,只能使用括号,加,减,乘和除; (3)将中序算术表达式变成逆波兰式(也就是后序算术表达式);
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.