代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/159788/10617613
h kalman.h
/* $Id: kalman.h,v 1.8 1996/12/17 22:12:15 kint Exp $ */
#ifndef _KALMAN_H_
#define _KALMAN_H_
/**
** kalman.h
**
** Data structures, defines, and public function prototypes for a
** Kalman fil
www.eeworm.com/read/159720/10620979
c final.c
#include
#include
sbit tel_switch=P0^3;/*tel_switch是电话的总开关*/
sbit tel_dail=P0^2;/*tel_dail是电话的重播按键控制端*/
void initial(void);/*tel_swtich,tel_dail,以及中断控制寄存器和中断标志寄存器的初始化*/
void
www.eeworm.com/read/421069/10757919
txt c1667-readme.txt
Software Driver ReadMe File for
M29KW064E
- Initial Release Version 1.0 (21/03/2003)
c1667.h V1.1
c1667.c V1.1
www.eeworm.com/read/349678/10804796
java corbaserver.java
import ex5.*;
import org.omg.CORBA.*;
import org.omg.PortableServer.*;
import org.omg.PortableServer.POA;
import org.omg.CosNaming.*;
import org.omg.CosNaming.NamingContextPackage.*;
import jav
www.eeworm.com/read/275523/10812946
txt readme.txt
//===========================================================================
// File name:Readme.txt
// Company:RAiO Technology Inc.
// D
www.eeworm.com/read/418911/10891932
m lsqi.m
function [x_alpha,lambda] = lsqi(U,s,V,b,alpha,x_0)
%LSQI Least squares minimizaiton with a quadratic inequality constraint.
%
% [x_alpha,lambda] = lsqi(U,s,V,b,alpha,x_0)
% [x_alpha,lambda] = lsqi(U,
www.eeworm.com/read/418039/10966945
c main.c
#include
#define uint unsigned int
#define uchar unsigned char
//定义控制灯的端口
#define led1 P1_0 //定义LED1为P10口控制
#define led3 P1_3 //定义LED3为P13口控制
//函数声明
void Delay(uint); //延时函数
vo
www.eeworm.com/read/270960/11018308
cpp inner1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/468723/6986930
c tasksegleddisp.c
/********************************************************************
//
// Author: CaiXinBo \\\\\\\ //
//
www.eeworm.com/read/468799/6988729
c usbtest.c
//-----------------------------------------------------------------------------
// Includes
//-----------------------------------------------------------------------------
#include
#