代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/434344/7871527
obj initial.obj
www.eeworm.com/read/198457/7934119
h initial.h
/* Initial.h file
Created by Computer-lov. Date: 2005.3.19
Last edited date: 2005.5.31
Copyright (c) 2005 Computer-lov
version 1.1
*/
#ifndef __INITIAL_h__
#define __INITIAL_h__
www.eeworm.com/read/198457/7934129
c initial.c
/*
Initial.c file
Created by Computer-lov. Date: 2005.3.19
Last edited date: 2005.5.31
Copyright (c) 2005 Computer-lov
version 1.1
*/
#include "Initial.h"
#include "IDE.h"
#i
www.eeworm.com/read/198457/7934171
lst initial.lst
C51 COMPILER V7.50 INITIAL 11/27/2005 23:13:42 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE INITIAL
OBJECT MODULE PLACED IN
www.eeworm.com/read/198457/7934186
obj initial.obj
www.eeworm.com/read/198366/7938821
c initial.c
void P_HWInit(void)
{
// P0 = 0xFF; //初始化I/O口
// P1 = 0xFF;
// P2 = 0xFF;
// P3 = 0xFF;
MCU_D12CS = 0; //片选
D12SUSPD = 0; //让器件不再挂起
D12_COMMAND = 0xd0; //使能地址0
D12_DATA
www.eeworm.com/read/198334/7940028
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/298649/7947028
c initial.c
/*----------------------------------------------------------------------------*/
/* initial.c - functions to get things set up and initialized */
/*----------------------------------
www.eeworm.com/read/197968/7959658
h initial.h
#pragma CODE_SEG DEFAULT
void Port_Init()
{
//PORTM
DDRM_DDRM6 = 1;//输出
DDRM_DDRM7 = 1;//输出
// DMA传输 PORTH
DDRH_DDRH0 = 0;//输入
DDRH_DDRH1 = 1;//输出
DDRH_DDRH2 = 1;//输出
// LED
www.eeworm.com/read/197927/7961985