代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/378241/2687537

uv2 poweron_initial.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, Options
www.eeworm.com/read/375190/2730879

hpp deque_initial_size.hpp

/*============================================================================= Copyright (c) 2001-2006 Joel de Guzman Copyright (c) 2005-2006 Dan Marsden Distributed under the Boost Soft
www.eeworm.com/read/162614/5539936

cc hash_initial_size.cc

// -*- C++ -*- // Copyright (C) 2005 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it und
www.eeworm.com/read/471564/6885107

asm a10_initial_main.asm

;***************************************************************************************** ;***************************************************************************************** ;===============
www.eeworm.com/read/172763/9691773

m m_zero_initial.m

%load storeroom room_m room_zero;%room_zero ; room_m = []; room_zero = []; save storeroom room_m room_zero;
www.eeworm.com/read/172763/9691775

m storeroom_code_initial.m

storeroom_voice = []; storeroom_unvoice = []; storeroom_silience = []; frame_zero = []; frame_period = []; save storeroom_code storeroom_voice storeroom_unvoice storeroom_silience;%room_zero ;
www.eeworm.com/read/268223/11149264

txt initial1.m.txt

%初始化 gen=50; %设置进化代数 popsize=15; %设置种群规模 max_velocity=1; %最大速度限制 best_fitness=inf; pop(popsize,14)=0;
www.eeworm.com/read/204200/15343433

c int2initial.c

#include"2407regs.h" void int2initial(){ EVAIMRA=0x80; //使能T1PINT EVAIFRA=0xffff; //清空中断标志 //GPTCONA=0x0000; }