代码搜索:initialise
找到约 1,377 项符合「initialise」的源代码
代码结果 1,377
www.eeworm.com/read/182985/9181436
m initialise.m
function [pop]=initialise(popsize,stringlength,fun)
pop=round(rand(popsize,stringlength+2));
pop(:,stringlength+1)=sum(2.^(size(pop(:,1:stringlength),2)-1:-1:0)
pop(:,1:stringlength)(b-a)/(2.^strin
www.eeworm.com/read/179705/9342556
c initialise.c
/* integration/initialise.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/424281/10469252
c initialise.c
/* integration/initialise.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2007 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/494270/6380944
m initialise.m
function [W,B,delw]=initialise(l,no)
for k=1:l-1
for i=1:no(k)
for j=1:no(k+1)
W(i,j,k)=rand-0.5;
delw(i,j,k)=0;
end;
end;
end;
disp(
www.eeworm.com/read/491724/6433377
c initialise.c
#include "Talkthrough.h"
//--------------------------------------------------------------------------//
// Function: Init_EBIU //
// //
// Description: This functio
www.eeworm.com/read/124283/14579665
c initialise.c
/* integration/initialise.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/116808/14952879
h initialise.h
/* ATmega103 initialise.h file
Author : Robert Stuart
Company : PDL Industries Ltd
Date of Creation : 13 April 2000
*/
/* includes */
#include
#include "logic.h"
/* E
www.eeworm.com/read/116808/14952887
~h initialise.~h
/* ATmega103 initialise.h file
Author : Robert Stuart
Company : PDL Industries Ltd
Date of Creation : 13 April 2000
*/
/* includes */
#include
#include "logic.h"
/* E
www.eeworm.com/read/116808/14952902
c initialise.c
/* ATmega103 initiailise.c file
Author : Robert Stuart
Company : PDL Industries Ltd
Date of Creation : 13 April 2000
Tested : Not yet
Function :
*/
/* include */
#inclu
www.eeworm.com/read/116808/14952909
lis initialise.lis
.module initialise.c
.text
0000 .dbfile C:\Documents\Software\AVR\lcd16x2\code\initialise.c
.area text