代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/471122/6897827

c main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;
www.eeworm.com/read/471122/6897828

c main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;
www.eeworm.com/read/294801/8205026

h tm_extr.h

/*************************************************************************/ /* */ /* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/392889/8320150

tcl 读写sqlite3数据库程序.tcl

# by Alex Caldwell M.D # alcald2000@yahoo.com # with much help from # Dr. Jerry Park D.O. # park.jerry@gmail.com package require Tk package require Tablelist package require Iwidgets
www.eeworm.com/read/368409/9697018

tf ram16x8d_tb.tf

module testbench(); // Inputs reg clk; reg we; reg [3:0] ADDR; reg [3:0] DPR_ADDR; reg [7:0] di; // Outputs wire [7:0] SP_OUT; wire [7:0] DP_OUT; //
www.eeworm.com/read/172493/9705339

cpp ccc_empl.cpp

#include "ccc_empl.h" Employee::Employee() { salary = 0; } Employee::Employee(string employee_name, double initial_salary) { name = employee_name; salary = initial_salary; }
www.eeworm.com/read/171600/9745389

hpp sha1.hpp

#ifndef _RAR_SHA1_ #define _RAR_SHA1_ #define HW 5 typedef struct { uint32 state[5]; uint32 count[2]; unsigned char buffer[64]; } hash_context; void hash_initial( hash_context * c ); vo
www.eeworm.com/read/170899/9780768

cc test_hmm.cc

// file : hmm.cc // authors: Richard Myers and Jim Whitson // version: 1.03 [August 21, 1995] #include #include #include #include #include #
www.eeworm.com/read/414958/11089816

h command.h

/*--------------------------------*-H-*---------------------------------* * File: command.h *----------------------------------------------------------------------* * * All portions of code are
www.eeworm.com/read/268223/11149268

txt main2.m.txt

global popsize; %种群规模 global pop; %种群 global c1; %个体最优导向系数 global c2; %全局最优导向系数 global w; %惯性权重 global t;