代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/116070/14989524
~pas mc_about.~pas
unit MC_About;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, Buttons;
type
TAbout = class(TForm)
Image1: TImage;
www.eeworm.com/read/116070/14990367
pas mc_about.pas
unit MC_About;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, Buttons;
type
TAbout = class(TForm)
Image1: TImage;
www.eeworm.com/read/116026/14992150
py site_info.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 1994 Ling Li
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public Lic
www.eeworm.com/read/216798/14992189
~pa huffmaniptfrm.~pa
unit HuffmanIptFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
const
MAXN=10;
type
THuffmanIptDlg = class(TForm
www.eeworm.com/read/216798/14992373
~pa huffmaniptfrm.~pa
unit HuffmanIptFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
const
MAXN=10;
type
THuffmanIptDlg = class(TForm
www.eeworm.com/read/115968/14994413
java movingtext.java
/*
* MovingText.
*/
import java.awt.*;
import java.applet.*;
import java.util.*;
public class MovingText extends Applet implements Runnable {
String msg;
Font fnt;
Color clr;
int
www.eeworm.com/read/115861/14999143
c sre_math.c
/*****************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-1999 Washington University School of Medicine
* All
www.eeworm.com/read/115621/15005988
txt 漫天大雪的制作方法.txt
效果预览:
第一步 画雪
1>画雪
雪是白色的,所以你要在场景中画个白色的雪,至于雪的形状,实在不好描述,各位根据自己的喜好来画,像我美术不好的,画个简陋点的圆就可以了,当然你也可以画成雪花什么更好看的形状:)
2>建立雪的元件
然后选中画好的雪,按F8,将其保存为一个图片元件,并命名此元件为snow,并将此时场景中的snow元件删除
第二步 制作下雪
1>建 ...
www.eeworm.com/read/216463/15006121
h rand.h
/* RAND.H - Interface to random number generation procedures. */
/* Copyright (c) 1995, 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute this
www.eeworm.com/read/115358/15016226
java msgdlg.java
import java.awt.*;
import java.awt.event.*;
import java.util.Random;
class MsgDlg extends Frame implements ActionListener {
//Label label = new Label();
TextField label = new TextField();
privat