代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/230830/7119827
h sngks32c.h
/* sngks32c.h - header for Samsung ks32c with ARM7 core */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01a,12apr01,m_h
www.eeworm.com/read/462114/7209273
h sngks32c.h
/* sngks32c.h - header for Samsung ks32c with ARM7 core */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01a,12apr01,m_h
www.eeworm.com/read/452292/7442522
hex stepmot.hex
:0300000002016496
:0C016400787FE4F6D8FD758109020003E5
:04013000AF03AE0269
:100134007C007D64120097C3E49FFFE49E43892002
:0E014400F58DEFF58BD28E308FFDC28FC28EFF
:01015200228A
:1000FE00AC06AD077E307
www.eeworm.com/read/441164/7675180
c i2c.c
/*
Copyright (C) 2000 Jesper Hansen .
This file is part of the yampp system.
This program is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/328469/13026035
h i2c.h
#ifndef i2c_h
#define i2c_h
bit I2C_Clock(void);
bit I2C_Send(unsigned char);
void write_i2c(unsigned char,unsigned char);
void I2C_Init(void);
void I2C_Start(void);
v
www.eeworm.com/read/323608/13334169
txt pcf8563.txt
unsigned char pcf8563_init(void);
unsigned char pcf8563_receive(unsigned char pcf8563_address);
void pcf8563_set_alarm(void);
void pcf8563_set_clockout(void);
void pcf8563_settime(void);
unsi
www.eeworm.com/read/315811/13535891
h i2c.h
void I2C_Init(U32 FI2C);
void I2C_WriteU8(U32 Address, U8 Data);
U8 I2C_ReadU8(U32 Address);
void I2C_WriteS8(U32 Address, S8 Data);
S8 I2C_ReadS8(U32 Address);
void I2C_WriteU16(U32 Address, U16