代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/380968/9118567
obj initial.obj
www.eeworm.com/read/380968/9118636
h initial.h
#ifndef _initial_h
#define _initial_h
#include
extern persistent unsigned int pwmold,setdataC;
extern unsigned int pwmhigh,pwmlow,setdataA;
extern unsigned char CCPXYNEW;
v
www.eeworm.com/read/380968/9118679
sdb initial.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID CANREADCODE ]
"14 C:\HT-PIC\INCLUDE\pic168xa.h
[v _INDF `Vuc 1 s 1 @0 ]
"15
[v _TMR0 `Vuc 1 s 1 @1 ]
"16
[v _PCL `Vuc 1 s 1 @2 ]
"17
[v _STATUS
www.eeworm.com/read/380968/9118682
c initial.c
#include
persistent unsigned int pwmold,setdataC;
unsigned int pwmhigh,pwmlow,setdataA;
unsigned char CCPXYNEW;
//CCP1模块的PWM工作方式初始化子程序
void CCP1INIT1()
{
CCPR1L=0X7F;
//
www.eeworm.com/read/380968/9118686
rlf initial.rlf
www.eeworm.com/read/281452/9155147
txt initial.txt
%程序初始化
gen=400; %设置进化代数
popsize=30; %设置种群规模大小
best_in_history(gen)=inf; %初始化全局历史最优解
best_in_history(:)=inf; %初始化全局历史最优解
max_velocity=0.3; %最大速度限制
best_fitness=inf;
%popnum=1
www.eeworm.com/read/281452/9155148
asv initial.asv
%程序初始化
gen=400; %设置进化代数
popsize=30; %设置种群规模大小
best_in_history(gen)=inf; %初始化全局历史最优解
best_in_history(:)=inf; %初始化全局历史最优解
max_velocity=0.3; %最大速度限制
best_fitness=inf;
%popnum=1
www.eeworm.com/read/281452/9155156
m initial.m
%程序初始化
n=8;
gen=1000; %设置进化代数
popsize=30; %设置种群规模大小
best_in_history(gen)=inf; %初始化全局历史最优解
best_in_history(:)=inf; %初始化全局历史最优解
max_velocity=0.3; %最大速度限制
best_fitness=inf;
%p
www.eeworm.com/read/183227/9175030
h initial.h
#ifndef INITIAL_H
#define INITIAL_H
#include "main.h"
void PCA_Init();
void Port_IO_Init();
void Oscillator_Init();
void Timer_Init();
void UART_Init();
void SPI_Init();
void Interrupts_Ini
www.eeworm.com/read/183227/9175036
c initial.c
#include "initial.h"
// Peripheral specific initialization functions,
// Called from the Init_Device() function
void PCA_Init()//关闭WDT
{
PCA0MD &= ~0x40;
PCA0MD = 0x00;
}