搜索资源列表

  1. 瑪莉台(老虎機)

    0下载:
  2. 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:比倍迴圈

  3. 所属分类:其他游戏

    • 发布日期:2009-02-14
    • 文件大小:4438122
    • 提供者:039917
  1. 迷宫求解的非递归算法

    0下载:
  2. #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
  3. 所属分类:C#编程

  1. randomize

    0下载:
  2. Randomizing function for vectors and attributes
  3. 所属分类:matlab例程

    • 发布日期:2024-06-13
    • 文件大小:1694720
    • 提供者:kay
  1. exemple

    0下载:
  2. 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
  3. 所属分类:matlab例程

    • 发布日期:2024-06-13
    • 文件大小:5120
    • 提供者:titou23
  1. MMPlayerX

    0下载:
  2. 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
  3. 所属分类:Audio

    • 发布日期:2024-06-13
    • 文件大小:775168
    • 提供者:thangbom40000
  1. Blobs1

    0下载:
  2. creates random blobs, little diamonds. every time you refresh or resize the applet box they randomize again
  3. 所属分类:JSP源码/Java

  1. randswap

    0下载:
  2. Matlab scr ipt that randomize rows and/or colums
  3. 所属分类:matlab例程

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:Felipe
  1. getRandChars

    0下载:
  2. 1./////返回指定数量的随机字符串 ////调用函数前需先调用Randomize(0)函数 (string, integer) 2.日历-///// Returns a specified number of random string//// call the function is required prior to call Randomize (0) function
  3. 所属分类:Windows编程

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:Tang Jiufei
  1. Crypteur

    0下载:
  2. 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.
  3. 所属分类:加密解密

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:Zoro
  1. Array-Randomize-(Discrete)

    0下载:
  2. A VB program to randomize data entered in an array
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:robbie
  1. randomization

    0下载:
  2. 数字电视DVB-C/T调制器的randomize模块-Digital TV DVB-C/T randomize the modulator module
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:yuzhiwu
  1. lehongky

    0下载:
  2. useful book for developer who want to study the randomize algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-13
    • 文件大小:287744
    • 提供者:kyhoolee
  1. VBRandom

    0下载:
  2. Randomize the sequence numbers
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:mandala
  1. VB

    0下载:
  2. 点击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
  3. 所属分类:汇编语言

    • 发布日期:2024-06-13
    • 文件大小:57344
    • 提供者:ted
  1. randomized-number-of-choosing-the-question

    0下载:
  2. to randomize the number of question to be answered by the user
  3. 所属分类:软件工程

    • 发布日期:2024-06-13
    • 文件大小:716800
    • 提供者:lasbor
  1. tcal5.5

    0下载:
  2. 文本计算器说明 一、用法: 1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度; 2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置; 3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用; 4、输入数学表达式后,按回车键,自动计算结果; 5、一个表达式必须在一行内全部输入; 6、表达式不输入内容时直接回车,不再出现错误提示; 7、需要
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-06-13
    • 文件大小:439296
    • 提供者:gogol
  1. C1

    0下载:
  2. #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[
  3. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:阿鑫
  1. datasepf

    0下载:
  2. the code can generate a randomize data set
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:zzz
  1. rpc-server-gss

    0下载:
  2. Pseudo-randomize the id s returned.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-13
    • 文件大小:9216
    • 提供者:vwpzgb
  1. Random-Numbers-Generator

    0下载:
  2. 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.
  3. 所属分类:文件格式

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:Mateus
« 12 »

源码中国 www.ymcn.org