代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/378022/9253811

h sha1.h

#define HW 5 typedef struct { unsigned long state[5]; unsigned long count[2]; unsigned char buffer[64]; } hash_context; void hash_initial( hash_context * c ); void hash_process(
www.eeworm.com/read/181164/9271942

cpp ck_sysfile.cpp

/* Copyright is licensed under GNU LGPL. by I.J.Wang 2005 */ #include "wysysfile.h" #include "wy_atdestroy.h" #include "wy__cfunc.h" #include #if WYSYSFILE_VERSION!=31 #er
www.eeworm.com/read/376819/9304893

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/178842/9383974

c timer.c

//----------------------------------------------------------------------------- // Net TIMER.C // // This module sets up the timer and handles the timer interrupt //-------------------------------
www.eeworm.com/read/374305/9411691

m lms_adaptive_filter1.m

function LMS_adaptive_filter1;%定义功能函数LMS_adaptive_filter clear;%清除工作空间 close all%... hold off%... sysorder=5;%抽头数... samples_per_period=50; %周期采样频率 N=10*samples_per_period-1;%总采样次数 signal=cos(p
www.eeworm.com/read/374161/9419449

c main.c

/* main.c File The timer's main file Created by Computer-lov. Date: 2005.5.25 Last edited date:2005.5.25 Copyright (c) 2005 Computer-lov version 1.0 All rigths reserved *
www.eeworm.com/read/177752/9433290

m51 ir_rx_tx.m51

BL51 BANKED LINKER/LOCATER V5.03 10/18/2006 16:44:43 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: C:\SILABS\MCU\IDEFILES\C51\BIN\BL51.EXE D:\WORKED\程序\IR_MCU\IR_MCU_FINISH
www.eeworm.com/read/177611/9444101

c kbhit.c

#include #include #include #include #include static struct termios initial_settings, new_settings; static int peek_character = -1; void init_keyb
www.eeworm.com/read/373252/9467270

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/176730/9485896

c kbhit.c

#include #include #include #include #include static struct termios initial_settings, new_settings; static int peek_character = -1; void init_keyb