代码搜索结果

找到约 10,000 项符合 C 的代码

nvram.c

#include "types.h" #include "i2cdef.h" #include "i2c.h" #define NVRAM_DEVICE 0xA0 void NVRam_WriteByte(WORD addr, BYTE value) { i2c_WriteTBL(NVRAM_DEVICE, addr, &value, 1); } #if 1 void NV

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

at24x.h

#ifndef AT24X_h #define AT24X_h #include "main.h" #define AT24C08_BASE_ADDR 0x50 // AT24C08 器件地址为:0x50 #define AT24C08_PAGE_SIZE 4 // AT24C08 共 4 页(0,1,2,3) #define AT24C

k_ud.m

function [X,P] = k_ud(X,P,H,Y,R) % K_UD Kalman update, one measurement per call % Observation covariance R % Written by Kai Borre and C.C. Goad % November 24, 1996 omc = Y-H'*X;

k_row.m

function [x,P] = k_row(x,P,H,b,var) %K_ROW Kalman update, one measurement per call % Observation variance: var %Kai Borre and C.C. Goad 11-24-96 %Copyright (c) by Kai Borre %$Revision: 1

k_ud.m

function [x,P] = k_ud(x,P,H,b,var) %K_UD Kalman update, one measurement per call % Observation variance: var %Kai Borre and C.C. Goad 11-24-96 %Copyright (c) by Kai Borre %$Revision: 1.0

ex1a.hex

:10000000020003111F900037110C010A7400936065 :10001000051117A3010C223099FDC299F59922759B :100020008DF3438E10758780759852758920D28E16 :100030004395064394022248656C6C6F20576F729B :050040006C64210A00C

lpc213x_user.h

//====================================================== #define uchar unsigned char #define ushrot unsigned short #define uint unsigned int #define ulong unsigned long int //=============

s60test.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "S60test", "S60test.vcproj", "{B8038A89-63E2-4684-A49C-A44BBD383092}" ProjectSection(P