代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/338523/12298664
c initial.c
#include "genet.h"
initialize_population()
{
int p,i,j;
int s[K],d[N];
for (p = 0; p < pop; ++p)
{
pp[p] = &population[p]; /* initialise the pointer pp */
for (i=0; i
www.eeworm.com/read/251858/12314362
m initial.m
%初始化函数
city_n=30;
NC=100;
everbest=inf;
hu_table(city_n,city_n)=0;
%===================================
%第一种群数据
ant_n_A=30;
tobu_A(ant_n_A,city_n)=0;
ph_table_A(city_n,city_n)=0;
a_A=1;
b_A
www.eeworm.com/read/251853/12314491
java initial.java
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.FileInputStream;
import javax.swing.*;
import sun.audio.AudioPlayer;
import sun.aud
www.eeworm.com/read/251853/12314585
class initial.class
www.eeworm.com/read/149914/12333532
c initial.c
/****************************************Copyright (c)**************************************************
** 杭 州 鑫 高 科 技 有 限 公 司
**
www.eeworm.com/read/337730/12347308
m initial.m
%初始化函数
city_n=30;
for i=1:30
solution(i)=i;
end
for i=1:60
pos_a=round(29*rand)+1; %随机变换城市序列
pos_b=round(29*rand)+1;
if pos_a~=pos_b
temp=solution(pos_a)
www.eeworm.com/read/149510/12369627
#2 initial.#2
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBD;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/149510/12369696
c initial.c
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBF;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/149510/12369729
lst initial.lst
C51 COMPILER V7.05 INITIAL 04/12/2005 09:13:15 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE INITIAL
OBJECT MODULE PLACED IN
www.eeworm.com/read/149510/12369766