代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/318165/13484857
c line.c
/****************************************************************************
* 文件名:Line.C
* 功能:MiniGUI应用例子。
* 创建一个主窗口,并在窗口中间画出随机颜色、随机长度和随机角度
* 的50根直线。
* 说明:使用MiniGUI for uC/OS-II,使用ADS 1.
www.eeworm.com/read/316412/13523392
m randtx.m
function U = randtx(arg1,arg2)
% RANDTX Text book version of RAND
% Uniformly distributed random numbers
% This M-file exactly reproduces the numerical
% behavior of the builtin RAND function.
% Usag
www.eeworm.com/read/316060/13530978
c yichuan.c
/********************************************************************/
/* 基于基本遗传算法的函数最优化 SGA.C */
/* A Function Optimizer using Simple Genetic Algorithm
www.eeworm.com/read/315531/13541108
txt yichuan.txt
遗传算法的实现
// gasample.cpp : Defines the entry point for the console application.
//
#include
#include "malloc.h"
#include
#include "stdlib.h"
/* 全局变量 */
struct individual
www.eeworm.com/read/315466/13541864
m threeray.m
%File:c14_threeray.m
NN = 256;
tb = 0.5;
fs = 16;
ebn0db = [1:2:14];
x = random_binary(NN,fs)+i*random_binary(NN,fs);
p0 = input('Enter P0 > ');
p1 = input('Enter P1 > ');
p2 = input('Enter P2
www.eeworm.com/read/315460/13541994
mak dos.mak
#
# Borland C++ IDE generated makefile
#
.AUTODEPEND
#
# Borland C++ tools
#
IMPLIB = Implib
BCCDOS = Bcc +BccDos.cfg -DBCPATH="$(BCPATH:\=\\)"
TLINK = TLink
TLIB = TLib
TASM = Tasm
#
# I
www.eeworm.com/read/315460/13541996
mak windows.mak
#
# Borland C++ IDE generated makefile
#
.AUTODEPEND
#
# Borland C++ tools
#
IMPLIB = Implib
BCC = Bcc +BccW16.cfg -DBCPATH="$(BCPATH:\=\\)"
TLINK = TLink
TLIB = TLib
BRC = Brc
TASM
www.eeworm.com/read/314499/13565588
asm down.asm
; 游戏界面上方字母随机下落的子程序
;入口参数--------------主程序中的字母表table
;出口参数--------------键盘的输入值ax
down proc far
push cx
push dx
push ax
push si
INC TOTAL ;下降的字符个数的计数器增一
MOV CX,1
MOV
www.eeworm.com/read/314499/13565598
asm down1.asm
; 游戏界面上方字母随机下落的子程序
;入口参数--------------主程序中的字母表table
;出口参数--------------键盘的输入值ax
down proc far
push cx
push dx
push ax
push si
INC TOTAL ;下降的字符个数的计数器增一
MOV CX,1
MOV
www.eeworm.com/read/314220/13571226
html forward_iterator_tag.html
MFC Programmer's SourceBook : STL Programmer's Gui