代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/148129/12490399
m wh_by_know_site.m
function [y,p]=wh_BY_Know_Site(Initial_Group_Excellent_position,G_Sample_Sum_Dimension,End,Initial_Group)
BY_G_Sample_Sum_Rand=Initial_Group_Excellent_position;
while(1)%A---产生变异的初始条件
%
www.eeworm.com/read/203614/15354340
asm system.asm
//////////////////////////////////////////////////////////////////
// Function: System commander
// Service for H/W, keyboard scan
// Input: None
// Output: None
// Functi
www.eeworm.com/read/192521/8377141
h emac.h
#ifndef _INITIAL_H_
#define _INITIAL_H_
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/291752/8398906
h stepgen.h
//
// File = stepgen.h
//
#ifndef _STEPGEN_H_
#define _STEPGEN_H_
#include "psmodel.h"
#include "signal_T.h"
class StepGener : public PracSimModel
{
public:
StepGener( char* instanc
www.eeworm.com/read/291535/8411492
txt unix系统管理-第十五章:连接到网络.txt
UNIX系统管理-第十五章:连接到网络
目标
完成这一章,你将能做以下事情:
将主机与一个局域网相连接
配置主机名(hostname)
配置IP地址
配置默认路由
配置主机为DNS客户端
使用ping和nslookup来测试网络连接情况
设置IP地址和子网掩码
IP地址是什么?
局域网中的每一台机器,无论它是一台激光打印机,工作站,或者是一台服务器,都需要被分配 ...
www.eeworm.com/read/191902/8417186
m hmm_forward.m
function [Pout, Alpha] = HMM_Forward(a, b, initial_state, V)
% Find the probability of a finite state in a Markov chain using the HMM forward algorithm
%
% Inputs:
% a - Transition probabili
www.eeworm.com/read/191902/8417218
m hmm_generate.m
function out = HMM_generate(a,b,initial,seq_len)
% Generate a Markov sequence
%
% Inputs:
% a - Transition probability matrix
% b - Output generator matrix
% initial - Initial state
% seq
www.eeworm.com/read/390767/8442639
h lcd_lts350q1_pe1.h
/**************************************************************
The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1
**************************************************************/
void
www.eeworm.com/read/390714/8450690
c main.c
#include "a2000.h" //包含用A2000函数的头文件
main ()
{
SACM_A2000_Initial(1); //采用A2000语音播放初始化
SACM_A2000_Play(0, 3, 3); //播放音乐
while(SACM_A2000_Status()&0x01)